Table of Contents

Class GuildStickersUpdateEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class GuildStickersUpdateEventArgs : IJsonModel<JsonGuildStickersUpdateEventArgs>
Inheritance
GuildStickersUpdateEventArgs
Implements
Inherited Members

Constructors

GuildStickersUpdateEventArgs(JsonGuildStickersUpdateEventArgs, RestClient, IDictionaryProvider)

public GuildStickersUpdateEventArgs(JsonGuildStickersUpdateEventArgs jsonModel, RestClient client, IDictionaryProvider dictionaryProvider)

Parameters

jsonModel JsonGuildStickersUpdateEventArgs
client RestClient
dictionaryProvider IDictionaryProvider

Properties

GuildId

public ulong GuildId { get; }

Property Value

ulong

Stickers

public IReadOnlyDictionary<ulong, GuildSticker> Stickers { get; }

Property Value

IReadOnlyDictionary<ulong, GuildSticker>