Class WelcomeEvent.EndpointConfig
Wolf endpoint configuration.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class EndpointConfig
Properties
| Improve this Doc View SourceAvatarEndpoint
Avatars endpoint.
Declaration
[JsonProperty("avatarEndpoint")]
public string AvatarEndpoint { get; }
Property Value
Type | Description |
---|---|
String |
BannerEndpoints
Banner images endpoint.
Declaration
[JsonProperty("banner")]
public WelcomeEvent.BannerEndpointConfig BannerEndpoints { get; }
Property Value
Type | Description |
---|---|
WelcomeEvent.BannerEndpointConfig |
MmsUploadEndpoint
Endpoint for MMS uploads.
Declaration
[JsonProperty("mmsUploadEndpoint")]
public string MmsUploadEndpoint { get; }
Property Value
Type | Description |
---|---|
String |