ChannelManager

Inherits: BaseChannelManager < Reference < Object

Properties

type name
WeakRef entity_manager

Methods

return type signature
BaseDiscordEntityManager get_manager ( )
Channel construct_channel ( Dictionary data )
void update_channel ( Channel channel, Dictionary data )
Guild.GuildTextChannel construct_guild_text_channel ( Dictionary data )
DMChannel construct_dm_channel ( Dictionary data )
Guild.GuildVoiceChannel construct_guild_voice_channel ( Dictionary data )
GroupDMChannel construct_group_dm_channel ( Dictionary data )
Guild.ChannelCategory construct_guild_category_channel ( Dictionary data )
Guild.GuildNewsChannel construct_guild_news_channel ( Dictionary data )
Guild.GuildStoreChannel construct_guild_store_channel ( Dictionary data )
Guild.ThreadChannel construct_thread_channel ( Dictionary data )
Guild.ThreadMetaData construct_thread_mdetadata ( Dictionary data )
Guild.StageChannel construct_stage_channel ( Dictionary data )
PartialChannel construct_partial_channel ( Dictionary data )
PermissionOverwrite construct_permission_overwrite ( Dictionary data )
Dictionary parse_text_channel_payload ( Dictionary data )
Dictionary parse_guild_channel_payload ( Dictionary data )
Dictionary parse_guild_text_channel_payload ( Dictionary data )
Dictionary parse_guild_voice_channel_payload ( Dictionary data )
Dictionary parse_category_channel_payload ( Dictionary data )
Dictionary parse_dm_channel_payload ( Dictionary data )
Dictionary parse_group_dm_channel_payload ( Dictionary data )
Dictionary parse_thread_channel_payload ( Dictionary data )
Dictionary parse_thread_metadata ( Dictionary data )
String get_class ( )

Property Descriptions

  • WeakRef entity_manager

    There is currently no description for this property.

Method Descriptions