Telegex.unpin_chat_message

You're seeing just the function unpin_chat_message, go back to Telegex module for more information.
Link to this function

unpin_chat_message(chat_id, optionals \\ [])

View Source

Specs

unpin_chat_message(integer() | String.t(), [{:message_id, integer()}]) ::
  {:ok, boolean()} | {:error, Telegex.Model.errors()}

Use this method to unpin a message in a group, a supergroup, or a channel. The bot must be an administrator in the chat for this to work and must have the 'can_pin_messages' admin right in the supergroup or 'can_edit_messages' admin right in the channel. Returns True on success.