Pin Message

ORCAcode discord_pin_message(struct discord *client, u64_snowflake_t channel_id, u64_snowflake_t message_id)

Pin a message to a channel.

Parameters
  • client – the client created with discord_init()

  • channel_id – channel to pin the message on

  • message_id – message to be pinned

Returns

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