Bulk Delete Messages#

ORCAcode discord_bulk_delete_messages(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t **messages)#

Delete multiple messages in a single request.

Parameters:
  • client – the client created with discord_init()

  • channel_id – the channel that the message belongs to

  • messages – the null-terminated list of messages to be deleted

Returns:

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