Table of Contents

Class SessionCreatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for SessionCreated event.

public sealed class SessionCreatedEventArgs : DiscordEventArgs
Inheritance
SessionCreatedEventArgs

Properties

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.

ShardId

The ID of the shard this event occurred on.