A
A
Aman2020-04-24 12:48:26
Python
Aman, 2020-04-24 12:48:26

How to click on inline_query pyrogram?

How to click on one of these buttons?
Confirm/No

5ea2b5cd0a4de141574489.png

python - pyrogram

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Pokrovsky, 2020-04-24
@robick231

https://docs.pyrogram.org/api/bound-methods/Messag...
everything is there

client.request_callback_answer(
    chat_id=message.chat.id,
    message_id=message.message_id,
    callback_data=message.reply_markup[i][j].callback_data
)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question