Class SocketCustomSticker
Represents a custom sticker within a guild received over the gateway.
Inheritance
SocketCustomSticker
Assembly: Discord.Net.WebSocket.dll
Syntax
public class SocketCustomSticker : SocketSticker, IEntity<ulong>, ICustomSticker, ISticker, IStickerItem
Properties
|
Improve this Doc
View Source
Author
Gets the user that uploaded the guild sticker.
Declaration
public SocketGuildUser Author { get; }
Property Value
|
Improve this Doc
View Source
AuthorId
Declaration
public ulong? AuthorId { get; set; }
Property Value
|
Improve this Doc
View Source
Guild
Gets the guild the sticker was created in.
Declaration
public SocketGuild Guild { get; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteAsync(RequestOptions)
Declaration
public async Task DeleteAsync(RequestOptions options = null)
Parameters
Returns
|
Improve this Doc
View Source
ModifyAsync(Action<StickerProperties>, RequestOptions)
Declaration
public async Task ModifyAsync(Action<StickerProperties> func, RequestOptions options = null)
Parameters
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
ICustomSticker.Guild
Declaration
IGuild ICustomSticker.Guild { get; }
Returns
Implements