Nostrum.Api.delete_interaction_followup_message
You're seeing just the function
delete_interaction_followup_message
, go back to Nostrum.Api module for more information.
Link to this function
delete_interaction_followup_message(application_id \\ Me.get().id, token, message_id)
View SourceSpecs
delete_interaction_followup_message( Nostrum.Struct.User.id(), Nostrum.Struct.Interaction.token(), Nostrum.Struct.Message.id() ) :: {:ok} | error()
Delete a followup message for an interaction.
Parameters
application_id
: Application ID for which to create the command. If not given, this will be fetched fromMe
.token
: Interaction token.message_id
: Followup message ID.