Table of Contents

Method GetChannelInvitesAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

GetChannelInvitesAsync(ulong)

Gets a channel's invites

public Task<IReadOnlyList<DiscordInvite>> GetChannelInvitesAsync(ulong channelId)

Parameters

channelId ulong

Channel ID

Returns

Task<IReadOnlyList<DiscordInvite>>