Table of Contents

Property GuildIds

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

GuildIds

Gets the IDs of guilds connected to the shard that created this session. Note that DiscordGuild objects may not yet be available by the time this event is fired, and if you require access to any objects, you should wait for GuildDownloadCompleted.

public IReadOnlyList<ulong> GuildIds { get; }

Property Value

IReadOnlyList<ulong>