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
Is LOG_CHANNEL in the golang version the same thing as BIN_CHANNEL in the python version?
When I forward a message to the bot, I get "ERROR toChatId: peer not found".
This fault is not encountered in the python version
The text was updated successfully, but these errors were encountered:
Is LOG_CHANNEL in the golang version the same thing as BIN_CHANNEL in the python version? When I forward a message to the bot, I get "ERROR toChatId: peer not found". This fault is not encountered in the python version
Hi, this is a known issue, the temp fix is sending anything in your LOG_CHANNEL while the bot is running.
Technical reason for this error is that the bot don't have the access_hash to access your LOG_CHANNEL so you need to send something to the logs channel so that the bot can cache the acccess_hash from the NewChannelMessage update and use it later.
EverythingSuckz
changed the title
about golang version:peer not found
peer not found error when sending any file to the bot
Dec 3, 2023
EverythingSuckz
changed the title
peer not found error when sending any file to the bot
golang branch: peer not found error when sending any file to the bot
Dec 3, 2023
Is LOG_CHANNEL in the golang version the same thing as BIN_CHANNEL in the python version?
When I forward a message to the bot, I get "ERROR toChatId: peer not found".
This fault is not encountered in the python version
The text was updated successfully, but these errors were encountered: