Edit Message

ORCAcode discord_edit_message(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t message_id, struct discord_edit_message_params *params, struct discord_message *ret)

Edit a previously sent message.

Parameters
  • client – the client created with discord_init()

  • channel_id – the channel that the message belongs to

  • message_id – the message that will be purged of reactions from particular emoji

  • params – request parameters

  • 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

Warning

doxygenstruct: Cannot find class “discord_edit_message_params” in doxygen xml output for project “Orca” from directory: ../xml