C# Class Discord.WebSocket.SocketCategoryChannel

Inheritance: Discord.WebSocket.SocketGuildChannel, ICategoryChannel
Datei anzeigen Open project: quinchs/SwissbotCore Class Usage Examples

Private Properties

Property Type Description
Clone SocketCategoryChannel
Create SocketCategoryChannel
IChannel IAsyncEnumerable>
IChannel Task
IGuildChannel IAsyncEnumerable>
IGuildChannel Task
SocketCategoryChannel System
ToImmutableArray System

Public Methods

Method Description
GetUser ( ulong id ) : Discord.WebSocket.SocketGuildUser

Private Methods

Method Description
Clone ( ) : SocketCategoryChannel
Create ( Discord.WebSocket.SocketGuild guild, Discord.WebSocket.ClientState state, Discord.API.Channel model ) : SocketCategoryChannel
IChannel ( CacheMode mode, RequestOptions options ) : IAsyncEnumerable>
IChannel ( ulong id, CacheMode mode, RequestOptions options ) : Task
IGuildChannel ( CacheMode mode, RequestOptions options ) : IAsyncEnumerable>
IGuildChannel ( ulong id, CacheMode mode, RequestOptions options ) : Task
SocketCategoryChannel ( Discord.WebSocket.DiscordSocketClient discord, ulong id, Discord.WebSocket.SocketGuild guild ) : System
ToImmutableArray ( ) : System

Method Details

GetUser() public method

public GetUser ( ulong id ) : Discord.WebSocket.SocketGuildUser
id ulong
return Discord.WebSocket.SocketGuildUser