Interface IGroupChannel
Represents a generic private group channel.
Inherited Members
IMessageChannel.SendFileAsync(String, String, Boolean, Embed, RequestOptions, Boolean, AllowedMentions, MessageReference, MessageComponent, ISticker[], Embed[], MessageFlags)
IMessageChannel.SendFileAsync(Stream, String, String, Boolean, Embed, RequestOptions, Boolean, AllowedMentions, MessageReference, MessageComponent, ISticker[], Embed[], MessageFlags)
IMessageChannel.SendFileAsync(FileAttachment, String, Boolean, Embed, RequestOptions, AllowedMentions, MessageReference, MessageComponent, ISticker[], Embed[], MessageFlags)
IMessageChannel.SendFilesAsync(IEnumerable<FileAttachment>, String, Boolean, Embed, RequestOptions, AllowedMentions, MessageReference, MessageComponent, ISticker[], Embed[], MessageFlags)
Assembly: Discord.Net.Core.dll
Syntax
public interface IGroupChannel : IMessageChannel, IPrivateChannel, IAudioChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Methods
|
Improve this Doc
View Source
LeaveAsync(RequestOptions)
Declaration
Task LeaveAsync(RequestOptions options = null)
Parameters
Type |
Name |
Description |
RequestOptions |
options |
The options to be used when sending the request.
|
Returns
Type |
Description |
Task |
A task that represents the asynchronous leave operation.
|
Extension Methods