Skip to content

stickers.createStickerSet

No description provided by the pinned schema.

stickers.createStickerSet#9021ab67 flags:# masks:flags.0?true emojis:flags.5?true text_color:flags.6?true user_id:InputUser title:string short_name:string thumb:flags.2?InputDocument stickers:Vector<InputStickerSetItem> software:flags.3?string = messages.StickerSet;

messages.StickerSet

NameTypeFlagDefaultDescription
flags#flag wordNo description provided by the pinned schema.
masksflags.0?trueflags.0No description provided by the pinned schema.
emojisflags.5?trueflags.5No description provided by the pinned schema.
text_colorflags.6?trueflags.6No description provided by the pinned schema.
user_idInputUserNo description provided by the pinned schema.
titlestringNo description provided by the pinned schema.
short_namestringNo description provided by the pinned schema.
thumbflags.2?InputDocumentflags.2No description provided by the pinned schema.
stickersVectorNo description provided by the pinned schema.
softwareflags.3?stringflags.3No description provided by the pinned schema.
ParameterBitMeaning
masks0Controlled by flags; present when this bit is set.
emojis5Controlled by flags; present when this bit is set.
text_color6Controlled by flags; present when this bit is set.
thumb2Controlled by flags; present when this bit is set.
software3Controlled by flags; present when this bit is set.
from miniproto.raw.functions import StickersCreateStickerSet

Public access: miniproto.raw.functions.StickersCreateStickerSet.

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

messages.StickerSet

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.
400PACK_SHORT_NAME_INVALIDShort pack name invalid.
400PACK_SHORT_NAME_OCCUPIEDA stickerpack with this name already exists.
400PACK_TITLE_INVALIDThe stickerpack title is invalid.
400PACK_TYPE_INVALIDThe masks and emojis flags are mutually exclusive.
400PEER_ID_INVALIDThe provided peer id is invalid.
400STICKERS_EMPTYNo sticker provided.
400STICKER_EMOJI_INVALIDSticker emoji invalid.
400STICKER_FILE_INVALIDSticker file invalid.
400STICKER_GIF_DIMENSIONSThe specified video sticker has invalid dimensions.
400STICKER_PNG_DIMENSIONSSticker png dimensions invalid.
400STICKER_PNG_NOPNGOne of the specified stickers is not a valid PNG file.
400STICKER_TGS_NODOCYou must send the animated sticker as a document.
400STICKER_TGS_NOTGSInvalid TGS sticker provided.
400STICKER_THUMB_PNG_NOPNGIncorrect stickerset thumb file provided, PNG / WEBP expected.
400STICKER_THUMB_TGS_NOTGSIncorrect stickerset TGS thumb file provided.
400STICKER_VIDEO_BIGThe specified video sticker is too big.
400STICKER_VIDEO_NODOCYou must send the video sticker as a document.
400STICKER_VIDEO_NOWEBMThe specified video sticker is not in webm format.
400USER_ID_INVALIDThe provided user ID is invalid.
401AUTH_KEY_UNREGISTEREDThe specified authorization key is not registered in the system (for example, a PFS temporary key has expired).

InputDocument, InputStickerSetItem, InputUser Known selected constructors: inputDocument, inputDocumentEmpty, inputStickerSetItem, inputUser, inputUserEmpty, inputUserFromMessage, inputUserSelf

messages.StickerSet Known selected constructors: messages.stickerSet, messages.stickerSetNotModified

account.confirmBotConnection, account.createTheme, account.getPaidMessagesRevenue, account.saveMusic, account.saveRingtone, account.toggleNoPaidMessagesException, account.updateConnectedBot, account.updateTheme, bots.addPreviewMedia, bots.allowSendMessage, bots.canSendMessage, bots.checkDownloadFileParams, bots.createBot, bots.deletePreviewMedia, bots.editAccessSettings, bots.editPreviewMedia, bots.exportBotToken, bots.getAccessSettings, bots.getBotInfo, bots.getBotMenuButton, bots.getBotRecommendations, bots.getPreviewInfo, bots.getPreviewMedias, bots.getRequestedWebViewButton, bots.invokeWebViewCustomMethod, bots.reorderPreviewMedias, bots.reorderUsernames, bots.requestWebViewButton, bots.setBotInfo, bots.setBotMenuButton, bots.setCustomVerification, bots.toggleUserEmojiStatusPermission, bots.toggleUsername, bots.updateStarRefProgram, bots.updateUserEmojiStatus, channels.editAdmin, channels.getAdminLog, channels.inviteToChannel, channels.toggleJoinRequest, contacts.acceptContact, contacts.addContact, contacts.deleteContacts, contacts.updateContactNote, ephemeral.deleteMessage, ephemeral.editMessage, ephemeral.sendMessage, help.editUserInfo, help.getUserInfo, messages.addChatUser, messages.createChat, messages.deleteChatUser, messages.deleteRevokedExportedChatInvites, messages.editChatAdmin, messages.editChatCreator, messages.faveSticker, messages.getAttachMenuBot, messages.getChatInviteImporters, messages.getCommonChats, messages.getExportedChatInvites, messages.getGameHighScores, messages.getInlineBotResults, messages.getInlineGameHighScores, messages.getPersonalChannelHistory, messages.getPreparedInlineMessage, messages.getStickerSet, messages.hideChatJoinRequest, messages.prolongWebView, messages.reportMusicListen, messages.requestEncryption, messages.requestMainWebView, messages.requestSimpleWebView, messages.requestWebView, messages.saveGif, messages.savePreparedInlineMessage, messages.saveRecentSticker, messages.sendWebViewData, messages.setGameScore, messages.setInlineGameScore, messages.startBot, messages.toggleBotInAttachMenu, payments.botCancelStarsSubscription, payments.connectStarRefBot, payments.getConnectedStarRefBot, payments.getStarsGiftOptions, payments.refundStarsCharge, phone.inviteConferenceCallParticipant, phone.inviteToGroupCall, phone.requestCall, photos.getUserPhotos, photos.updateProfilePhoto, photos.uploadContactProfilePhoto, photos.uploadProfilePhoto, premium.getUserBoosts, stickers.addStickerToSet, stickers.changeSticker, stickers.changeStickerPosition, stickers.removeStickerFromSet, stickers.renameStickerSet, stickers.replaceSticker, stickers.setStickerSetThumb, stories.editStory, stories.sendStory, users.getFullUser, users.getRequirementsToContact, users.getSavedMusic, users.getSavedMusicByID, users.getUsers, users.setSecureValueErrors, users.suggestBirthday

  • 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