MessageManager

Inherits: BaseMessageManager < Reference < Object

Properties

type name
WeakRef entity_manager

Methods

return type signature
BaseDiscordEntityManager get_manager ( )
Message construct_message ( Dictionary data )
MessageEmbed construct_embed ( Dictionary data )
MessageEmbedFooter construct_embed_footer ( Dictionary data )
MessageEmbedImage construct_embed_image ( Dictionary data )
MessageEmbedThumbnail construct_embed_thumbnail ( Dictionary data )
MessageEmbedVideo construct_embed_video ( Dictionary data )
MessageEmbedProvider construct_embed_provider ( Dictionary data )
MessageEmbedAuthor construct_embed_author ( Dictionary data )
MessageEmbedField construct_embed_field ( Dictionary data )
MessageAttachment construct_message_attachment ( Dictionary data )
MessageReference construct_message_reference ( Dictionary data )
ChannelMention construct_channel_mention ( Dictionary data )
MessageReaction construct_reaction ( Dictionary data )
MessageActionRow construct_action_row ( Dictionary data )
MessageButton construct_button ( Dictionary data )
MessageSelectMenu construct_select_menu ( Dictionary data )
MessageSelectOption construct_select_option ( Dictionary data )
MessageTextInput construct_text_input ( Dictionary data )
void update_message ( Message message, Dictionary data )
Dictionary parse_message_data ( Dictionary data )
String get_class ( )
int static string_to_embed_type ( String type )

Property Descriptions

  • WeakRef entity_manager

    There is currently no description for this property.

Method Descriptions