telegram api method · layer 229 · #7f6a1e22

channels.joinChannel

usable by users

Join a channel/supergroup

definition

channels.joinChannel#7f6a1e22 channel:InputChannel = messages.ChatInviteJoinResult;

parameters

nametypedescription
channelInputChannelChannel/supergroup to join

returns

messages.ChatInviteJoinResult

errors (20)

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_MONOFORUM_UNSUPPORTEDMonoforums do not support this feature.
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.
400USER_ALREADY_PARTICIPANTThe user is already in the group.
400USER_BANNED_IN_CHANNELYou're banned from sending messages in supergroups/channels.
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).
406CHANNEL_PRIVATEYou haven't joined this channel/supergroup.
406INVITE_HASH_EXPIREDThe invite link has expired.
420FROZEN_METHOD_INVALIDThe current account is frozen, and thus cannot execute the specified action.

history

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

idlayers
#24b524c546–225
#7f6a1e22226–229