Search code examples
telegramtelegram-botpython-telegram-botphp-telegram-botnode-telegram-bot-api

Can a pinned message have inline buttons?


I have a bot that I am building in telegram. This bot posts a “pinned” message. I’m curious if a pinned message can have inline buttons.


Solution

  • Pinning a message has a method like other Telegram bots actions.

    So that's not important how you call it? With a command? with a normal button or an inline button. You should just call it in some way and then it's done :-)