Group DM Remove Recipient#
-
ORCAcode discord_group_dm_remove_recipient(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t user_id)#
Removes a recipient from a Group DM.
- Parameters:
client – the client created with discord_init()
channel_id – channel for the user to be removed from
user_id – user to be removed
- Returns:
ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary