Class KuracordWebhookClient
Inherited Members
Namespace: KSharpPlus.Clients
Assembly: KSharpPlus.dll
Syntax
public class KuracordWebhookClient
Properties
| Improve this Doc View SourceAvatarUrl
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 |
Logger
Gets the logger for this client.
Declaration
public ILogger<KuracordWebhookClient> Logger { get; }
Property Value
Type | Description |
---|---|
ILogger<KuracordWebhookClient> |
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 |