Table of Contents

Method GetDefaultChannel

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetDefaultChannel()

Gets the default channel for this guild.

Default channel is the first channel current member can see.

public DiscordChannel? GetDefaultChannel()

Returns

DiscordChannel

This member's default guild.

Exceptions

ServerErrorException

Thrown when Discord is unable to process the request.