mtproto-core icon indicating copy to clipboard operation
mtproto-core copied to clipboard

Can't work with invite links, always getting INVITE_HASH_EXPIRED

Open derzhavets opened this issue 2 years ago • 1 comments

Hi,

I am trying to do something with an invite link to a private groups ("messages.checkChatInvite", "messages.getExportedChatInvite"). But whatever group links I tried (tried about 10 different groups) I always getting error INVITE_HASH_EXPIRED.

Some of the groups are created by me. I am creating invite link, trying to resolve the group, and getting INVITE_HASH_EXPIRED right away.

Can it be that issue is something else?

derzhavets avatar Aug 31 '23 16:08 derzhavets

For me INVITE_HASH_EXPIRED error is comming when i lowered all letters of hash. Example +1yqseavbzdk5yza9 will get error. +1YQSeAvBzdk5YzA9 will works just fine.

ariunaa00 avatar Oct 03 '23 09:10 ariunaa00