Table of Contents

Interface IGroupChannel

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a generic private group channel.

public interface IGroupChannel : IMessageChannel, IPrivateChannel, IAudioChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Methods

LeaveAsync(RequestOptions)

Leaves this group.

Task LeaveAsync(RequestOptions options = null)

Parameters

options RequestOptions

The options to be used when sending the request.

Returns

Task

A task that represents the asynchronous leave operation.