Nostrum.Api.create_followup_message
You're seeing just the function
create_followup_message
, go back to Nostrum.Api module for more information.
Link to this function
create_followup_message(application_id \\ Me.get().id, token, webhook_payload)
View SourceSpecs
create_followup_message( Nostrum.Struct.User.id(), Nostrum.Struct.Interaction.token(), map() ) :: {:ok} | error()
Create a followup message for an interaction.
Delegates to execute_webhook/3
, see the function for more details.