Unpin Message#
- 
ORCAcode discord_unpin_message(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t message_id)#
 Unpin a message from a channel.
- Parameters:
 client – the client created with discord_init()
channel_id – channel for the message to be unpinned
message_id – message to be unpinned
- Returns:
 ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary