Replies: 2 comments 1 reply
-
Try this: await event.message.buttons?.[0]?.[0].click({}); |
Beta Was this translation helpful? Give feedback.
1 reply
-
const peer = event.originalUpdate.message.peerId; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to detect that there is a buttons in an incoming message, and if there is one, click on first button.
Like that
Beta Was this translation helpful? Give feedback.
All reactions