2

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.

Carlos F
  • 893
  • 2
  • 12
  • 30

1 Answers1

3

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 :-)

GameO7er
  • 2,028
  • 1
  • 18
  • 33