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​
| Type | Name | Description |
|---|---|---|
| Discord.RequestOptions | options | The options to be used when sending the request. |