-
-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need help to get ID from bot message #50
Comments
Use Plus messenger. Here you can get everything Just tap on the message and go to message details. |
message = pyrogram.types.Message #https://docs.pyrogram.org/api/types/Message msgid = message.id # gets message id from message object (id (int) – Unique message identifier inside this chat.)
|
I don't understand how to use this code in order to find message ID. |
Is not so complicated..... Example Link: https://t.me/Tim_Bots/43 send to -> @chat_id_echo_bot (https://t.me/chat_id_echo_bot) now the difficult mathematics (name = /c/ ID - 100 😊😊😊: Chat ID : -1001945419864 Result: |
Hi, I would like to know which client or tool I should use to get the ID of a message sent by a Telegram bot. I've heard that third party tools need to be used to conduct this procedure, but I don't know where to get them. Could someone please give me some pointers? Thank you in advance.
The text was updated successfully, but these errors were encountered: