Replies: 1 comment
-
|
I think I found the bug in my code, I should have done this to get the chat_id: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I dont understand if its a bug in my code or how it suppose to be,
so user X send 2 message to user Y (user Y conntected to MadelineProto)
now message 1 is just text, and message 2 is photo+text
the problem I have is each of the messages has different peer_id
my code is:
command:
TelegramEventHandler:
$raw_peer_id give different ids
now since $chatId$raw_peer_id is different for each message, how can I know it was sent in the same chat windows in native telegram?
Beta Was this translation helpful? Give feedback.
All reactions