telegram api method · layer 229 · #de91436e

messages.importChatInvite

usable by users

Import a chat invite and join a private chat/supergroup/channel

definition

messages.importChatInvite#de91436e hash:string = messages.ChatInviteJoinResult;

parameters

nametypedescription
hashstringhash from a chat invite deep link

returns

messages.ChatInviteJoinResult

errors (17)

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.
400CHANNEL_INVALIDThe provided channel is invalid.
400CHANNEL_PRIVATEYou haven't joined this channel/supergroup.
400CHANNELS_TOO_MUCHYou have joined too many channels/supergroups.
400CHAT_INVALIDInvalid chat.
400INVITE_HASH_EMPTYThe invite hash is empty.
400INVITE_HASH_EXPIREDThe invite link has expired.
400INVITE_HASH_INVALIDThe invite hash is invalid.
400INVITE_REQUEST_SENTYou have successfully requested to join this chat or channel.
400MSG_ID_INVALIDInvalid message ID provided.
400PEER_ID_INVALIDThe provided peer id is invalid.
400STARS_PAYMENT_REQUIREDTo import this chat invite link, you must first pay for the associated Telegram Star subscription ».
400USER_ALREADY_PARTICIPANTThe user is already in the group.
400USER_CHANNELS_TOO_MUCHOne of the users you tried to add is already in too many channels/supergroups.
400USERS_TOO_MUCHThe maximum number of users has been exceeded (to create a chat, for example).
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).
406INVITE_HASH_EXPIREDThe invite link has expired.

history

present in layers 46–229 · constructor id changed 1×

idlayers
#6c50051c46–225
#de91436e226–229