Search Results for

    Show / Hide Table of Contents

    Class KuracordWebhookClient

    Inheritance
    Object
    KuracordWebhookClient
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: KSharpPlus.Clients
    Assembly: KSharpPlus.dll
    Syntax
    public class KuracordWebhookClient

    Properties

    | Improve this Doc View Source

    AvatarUrl

    Gets or set the avatar override for registered webhooks. Note that this only takes effect when broadcasting.

    Declaration
    public string AvatarUrl { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Logger

    Gets the logger for this client.

    Declaration
    public ILogger<KuracordWebhookClient> Logger { get; }
    Property Value
    Type Description
    ILogger<KuracordWebhookClient>
    | Improve this Doc View Source

    Username

    Gets or sets the username override for registered webhooks. Note that this only takes effect when broadcasting.

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors