td
td copied to clipboard
JoinChatByInviteLink is returning INVITE_HASH_EXPIRED only when joined using tdlib
Hello Team, We are using tdlib to connect to Telegram. We are trying to join a private channel using a link. We are receiving 'INVITE_HASH_EXPIRED' error when we are trying to join the channel. When we are using same link from the app - we can join the channel successfully.
Can someone please help here?
Check TDLib logs with verbosity level 3 to see the requests you are sending. Likely, you pass incorrect parameters to the request.