Table of Contents

Method GetDefaultChannel

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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.