Table of Contents

Method AddDefaultChannel

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddDefaultChannel(DiscordChannel)

Adds a default channel to this component.

public DiscordChannelSelectComponent AddDefaultChannel(DiscordChannel channel)

Parameters

channel DiscordChannel

Channel to add

Returns

DiscordChannelSelectComponent

AddDefaultChannel(ulong)

Adds a default channel to this component.

public DiscordChannelSelectComponent AddDefaultChannel(ulong id)

Parameters

id ulong

Id of a DiscordChannel

Returns

DiscordChannelSelectComponent