8

Good day,

Is it any chance to obtain via webhooks or long-pooling requests updates related to reactions to messages which was posted by bot? Or at least obtain any reactions updates in channel/group to which a bot was added.

In documentation found API Method: https://core.telegram.org/bots/api#getupdates

But based on how the response model looks like there are no chance to obtain updates related to reactions.

Did someone has solved such issue?

Thank you in advance

pryabov
  • 702
  • 2
  • 7
  • 23

1 Answers1

10

Response was received in @BotTalk community group.

Right now (Apr 2022) there is no way to do that.
pryabov
  • 702
  • 2
  • 7
  • 23
  • This makes me sad, considering how fleshed out the rest of the telegram API is. – beyarkay Jan 24 '23 at 10:04
  • Well, it seems that if need be, this could be augmented by regular client API (that is, a regular machine account listens for reaction updates in a group and filters out those interesting). Very ugly indeed. – spacediver Apr 26 '23 at 10:35