Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WelcomeEvent.BannerEndpointConfig

    Banner images endpoint.

    Inheritance
    System.Object
    WelcomeEvent.BannerEndpointConfig
    Namespace: TehGM.Wolfringo.Messages
    Assembly: Wolfringo.Core.dll
    Syntax
    public class BannerEndpointConfig

    Properties

    | Improve this Doc View Source

    NotificationEndpoints

    Notification banner images endpoint.

    Declaration
    [JsonProperty("notification")]
    public IDictionary<string, string> NotificationEndpoints { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>
    | Improve this Doc View Source

    PromotionEndpoints

    Promotions banner images endpoint.

    Declaration
    [JsonProperty("promotion")]
    public IDictionary<string, string> PromotionEndpoints { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>