MessageCreateAction

Inherits: MessageAction < DiscordRESTAction < Reference < Object

Inherited By: InteractionFollowupCreateAction, InteractionMessageCreateAction

Description

Message action to send a message to a channel.

Methods

return type signature
Message submit ( ) coroutine
MessageCreateAction set_tts ( bool value )
MessageCreateAction reply_to ( int message_id, bool fail_on_error=true )
MessageCreateAction add_sticker ( int sticker_id )

Constants

  • int MAX_STICKERS = 3

    Maxiumum number of stickers in a message.

Method Descriptions