MessageManager¶
Inherits: BaseMessageManager < Reference < Object
Properties¶
| type | name |
|---|---|
| WeakRef | entity_manager |
Methods¶
Property Descriptions¶
-
WeakRef entity_manager
There is currently no description for this property.
Method Descriptions¶
-
MessageManager MessageManager ( BaseDiscordEntityManager manager )
There is currently no description for this method.
-
BaseDiscordEntityManager get_manager ( )
There is currently no description for this method.
-
Message construct_message ( Dictionary data )
There is currently no description for this method.
-
MessageEmbed construct_embed ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedFooter construct_embed_footer ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedImage construct_embed_image ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedThumbnail construct_embed_thumbnail ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedVideo construct_embed_video ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedProvider construct_embed_provider ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedAuthor construct_embed_author ( Dictionary data )
There is currently no description for this method.
-
MessageEmbedField construct_embed_field ( Dictionary data )
There is currently no description for this method.
-
MessageAttachment construct_message_attachment ( Dictionary data )
There is currently no description for this method.
-
MessageReference construct_message_reference ( Dictionary data )
There is currently no description for this method.
-
ChannelMention construct_channel_mention ( Dictionary data )
There is currently no description for this method.
-
MessageReaction construct_reaction ( Dictionary data )
There is currently no description for this method.
-
MessageActionRow construct_action_row ( Dictionary data )
There is currently no description for this method.
-
MessageButton construct_button ( Dictionary data )
There is currently no description for this method.
-
MessageSelectMenu construct_select_menu ( Dictionary data )
There is currently no description for this method.
-
MessageSelectOption construct_select_option ( Dictionary data )
There is currently no description for this method.
-
MessageTextInput construct_text_input ( Dictionary data )
There is currently no description for this method.
-
void update_message ( Message message, Dictionary data )
There is currently no description for this method.
-
Dictionary parse_message_data ( Dictionary data )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.
-
int static string_to_embed_type ( String type )
There is currently no description for this method.