Delete Message#

ORCAcode discord_delete_message(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t message_id)#

Delete a 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

Returns:

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