Skip to main content

Interface IGroupChannel

Represents a generic private group channel.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IGroupChannel : IMessageChannel, IPrivateChannel, IAudioChannel, IChannel, ISnowflakeEntity, IEntity<ulong>

Methods​

LeaveAsync(RequestOptions)​

Leaves this group.

View Source​
Declaration
Task LeaveAsync(RequestOptions options = null)
Returns​

System.Threading.Tasks.Task: A task that represents the asynchronous leave operation.

Parameters​
TypeNameDescription
Discord.RequestOptionsoptionsThe options to be used when sending the request.