TelegramBot.unpinChatMessage

Unpin a message in a supergroup or a channel

  1. bool unpinChatMessage(T chat_id)
  2. bool unpinChatMessage(UnpinChatMessageMethod m)
    struct TelegramBot
    @trusted
    bool
    unpinChatMessage

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta