Get Followup Message

ORCAcode discord_get_followup_message(struct discord *client, u64_snowflake_t application_id, const char interaction_token[], u64_snowflake_t message_id, struct discord_message *ret)

Get a followup message for an interaction.

Parameters
  • client – the client created with discord_init()

  • application_id – the unique id of the application

  • interaction_token – the unique token of the interaction

  • message_id – the unique id of the message

  • ret – if successful, a discord_message that should be free’d with discord_message_cleanup()

Returns

ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary