Skip to content

channels.createChannel

No description provided by the pinned schema.

channels.createChannel#91006707 flags:# broadcast:flags.0?true megagroup:flags.1?true for_import:flags.3?true forum:flags.5?true title:string about:string geo_point:flags.2?InputGeoPoint address:flags.2?string ttl_period:flags.4?int = Updates;

Updates

NameTypeFlagDefaultDescription
flags#flag wordNo description provided by the pinned schema.
broadcastflags.0?trueflags.0No description provided by the pinned schema.
megagroupflags.1?trueflags.1No description provided by the pinned schema.
for_importflags.3?trueflags.3No description provided by the pinned schema.
forumflags.5?trueflags.5No description provided by the pinned schema.
titlestringNo description provided by the pinned schema.
aboutstringNo description provided by the pinned schema.
geo_pointflags.2?InputGeoPointflags.2No description provided by the pinned schema.
addressflags.2?stringflags.2No description provided by the pinned schema.
ttl_periodflags.4?intflags.4No description provided by the pinned schema.
ParameterBitMeaning
broadcast0Controlled by flags; present when this bit is set.
megagroup1Controlled by flags; present when this bit is set.
for_import3Controlled by flags; present when this bit is set.
forum5Controlled by flags; present when this bit is set.
geo_point2Controlled by flags; present when this bit is set.
address2Controlled by flags; present when this bit is set.
ttl_period4Controlled by flags; present when this bit is set.
from miniproto.raw.functions import ChannelsCreateChannel

Public access: miniproto.raw.functions.ChannelsCreateChannel.

from miniproto.raw.functions import ChannelsCreateChannel
# Naming the raw request class is local only; it performs no I/O or network request.
request_type = ChannelsCreateChannel

Updates

CodeErrorDescription
400ADDRESS_INVALIDThe specified geopoint address is invalid.
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.
400CHANNELS_ADMIN_LOCATED_TOO_MUCHThe user has reached the limit of public geogroups.
400CHANNELS_TOO_MUCHYou have joined too many channels/supergroups.
400CHAT_ABOUT_TOO_LONGChat about too long.
400CHAT_TITLE_EMPTYNo chat title provided.
400TTL_PERIOD_INVALIDThe specified TTL period is invalid.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).
403USER_RESTRICTEDYou’re spamreported, you can’t create channels or chats.
406USER_RESTRICTEDYou’re spamreported, you can’t create channels or chats.
420ADDRESS_INVALIDThe specified geopoint address is invalid.
500CHAT_INVALIDInvalid chat.

InputGeoPoint Known selected constructors: inputGeoPoint, inputGeoPointEmpty

Updates Known selected constructors: updateShort, updateShortChatMessage, updateShortMessage, updateShortSentMessage, updates, updatesCombined, updatesTooLong

account.getBotBusinessConnection, account.getNotifyExceptions, account.toggleWebBrowserSettingsException, account.updateBusinessLocation, account.updateConnectedBot, bots.allowSendMessage, channels.convertToGigagroup, channels.deleteChannel, channels.deleteHistory, channels.editAdmin, channels.editBanned, channels.editLocation, channels.editPhoto, channels.editTitle, channels.leaveChannel, channels.restrictSponsoredMessages, channels.setBoostsToUnblockRestrictions, channels.toggleAntiSpam, channels.toggleAutotranslation, channels.toggleForum, channels.toggleJoinRequest, channels.toggleJoinToSend, channels.toggleParticipantsHidden, channels.togglePreHistoryHidden, channels.toggleSignatures, channels.toggleSlowMode, channels.toggleViewForumAsMessages, channels.updateColor, channels.updateEmojiStatus, channels.updatePaidMessagesPrice, chatlists.joinChatlistInvite, chatlists.joinChatlistUpdates, chatlists.leaveChatlist, communities.create, communities.toggleCommunityCollapsedInDialogs, contacts.acceptContact, contacts.addContact, contacts.blockFromReplies, contacts.deleteContacts, contacts.getLocated, ephemeral.editMessage, ephemeral.sendMessage, folders.editPeerFolders, messages.addPollAnswer, messages.appendTodoList, messages.createForumTopic, messages.deleteChatUser, messages.deleteFactCheck, messages.deleteParticipantReaction, messages.deletePollAnswer, messages.deleteQuickReplyMessages, messages.deleteScheduledMessages, messages.editChatCreator, messages.editChatDefaultBannedRights, messages.editChatParticipantRank, messages.editChatPhoto, messages.editChatTitle, messages.editFactCheck, messages.editForumTopic, messages.editMessage, messages.forwardMessages, messages.getAllDrafts, messages.getExtendedMedia, messages.getInlineBotResults, messages.getMessagesReactions, messages.getPaidReactionPrivacy, messages.getPollResults, messages.hideAllChatJoinRequests, messages.hideChatJoinRequest, messages.migrateChat, messages.reorderPinnedForumTopics, messages.sendBotRequestedPeer, messages.sendInlineBotResult, messages.sendMedia, messages.sendMessage, messages.sendMultiMedia, messages.sendPaidReaction, messages.sendQuickReplyMessages, messages.sendReaction, messages.sendScheduledMessages, messages.sendScreenshotNotification, messages.sendVote, messages.sendWebViewData, messages.setChatAvailableReactions, messages.setChatTheme, messages.setChatWallPaper, messages.setGameScore, messages.setHistoryTTL, messages.startBot, messages.toggleNoForwards, messages.toggleSuggestedPostApproval, messages.toggleTodoCompleted, messages.updatePinnedForumTopic, messages.updatePinnedMessage, payments.applyGiftCode, payments.assignAppStoreTransaction, payments.assignPlayMarketTransaction, payments.craftStarGift, payments.launchPrepaidGiveaway, payments.refundStarsCharge, payments.resolveStarGiftOffer, payments.sendStarGiftOffer, payments.transferStarGift, payments.updateStarGiftPrice, payments.upgradeStarGift, phone.createConferenceCall, phone.createGroupCall, phone.declineConferenceCallInvite, phone.deleteConferenceCallParticipants, phone.deleteGroupCallMessages, phone.deleteGroupCallParticipantMessages, phone.discardCall, phone.discardGroupCall, phone.editGroupCallParticipant, phone.editGroupCallTitle, phone.getGroupCallChainBlocks, phone.inviteConferenceCallParticipant, phone.inviteToGroupCall, phone.joinGroupCall, phone.joinGroupCallPresentation, phone.leaveGroupCall, phone.leaveGroupCallPresentation, phone.sendConferenceCallBroadcast, phone.sendGroupCallMessage, phone.setCallRating, phone.startScheduledGroupCall, phone.toggleGroupCallRecord, phone.toggleGroupCallSettings, phone.toggleGroupCallStartSubscription, stories.activateStealthMode, stories.editStory, stories.getAllReadPeerStories, stories.sendReaction, stories.sendStory, stories.startLive, users.suggestBirthday

  • user only
  • tdlib_vs_core: changed_count=68; core_only_count=1; overlap_count=2302; tdlib_only_count=158
  • tdlib_vs_tdesktop: changed_count=0; overlap_count=2448; tdesktop_only=null; tdlib_only=accessPointRule, ephemeral.editMessage, help.configSimple, inputPeerPhotoFileLocationLegacy, inputStickerSetThumbLegacy, invokeWithApnsSecretPrefix, invokeWithBusinessConnectionPrefix, invokeWithGooglePlayIntegrityPrefix, invokeWithReCaptchaPrefix, ipPort, ipPortSecret, updateEphemeralBotCallbackQuery