Table of Contents

Method GetChannelAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetChannelAsync(ulong)

Gets a channel object

public Task<DiscordChannel> GetChannelAsync(ulong id)

Parameters

id ulong

Channel ID

Returns

Task<DiscordChannel>