You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official clients don't seem to ever reply to a message when pressing a button, so I guess we shouldn't either. The user can always client.send_message(chat, message.buttons[0][0].text) with a explicit reply if they wish to do so anyway.
methond click on the button, constantly making the reply to the message.
ex.:
expected behavior:
current behavior:
https://github.com/LonamiWebs/Telethon/blob/master/telethon/tl/custom/messagebutton.py#L81
is there an option to customize the use of the method?
The text was updated successfully, but these errors were encountered: