telegram api method · layer 229 · #3eadb1bb

messages.checkChatInvite

usable by users

Check the validity of a chat invite link and get basic info about it

definition

messages.checkChatInvite#3eadb1bb hash:string = ChatInvite;

parameters

nametypedescription
hashstringInvite hash from chat invite deep link ».

returns

ChatInvite

errors (7)

codeerrordescription
400BUSINESS_CONNECTION_NOT_ALLOWEDThis method was invoked over a business connection using invokeWithBusinessConnection, but either (1) we're a user, and users cannot invoke methods over a business connection; (2) we're a bot, but business mode was disabled in @botfather or (3); we're a bot, but this method cannot be invoked over a business connection.
400INVITE_HASH_EMPTYThe invite hash is empty.
400INVITE_HASH_EXPIREDThe invite link has expired.
400INVITE_HASH_INVALIDThe invite hash is invalid.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).
406CHANNEL_PRIVATEYou haven't joined this channel/supergroup.
406INVITE_HASH_EXPIREDThe invite link has expired.

history

present in layers 46–229

idlayers
#3eadb1bb46–229