7a04f298d2
- update to latest telegram layer - remove some references to fields in tg.Entities that don't exist in the schema - originally added here: https://github.com/beeper/td/commit/820929062a2ba0104397bc01235ab58a9cff780e - referenced here - https://github.com/mautrix/telegramgo/commit/124f0967ed195b5a380c9bd02e170ada9710dde3 - https://github.com/mautrix/telegramgo/commit/4205047aab2e0639217148b5d125bfaab668bd8e
9685 lines
876 KiB
Go
9685 lines
876 KiB
Go
// Code generated by gotdgen, DO NOT EDIT.
|
|
|
|
package tdapi
|
|
|
|
import (
|
|
"context"
|
|
"errors"
|
|
"fmt"
|
|
"sort"
|
|
"strings"
|
|
|
|
"go.uber.org/multierr"
|
|
|
|
"go.mau.fi/mautrix-telegram/pkg/gotd/bin"
|
|
"go.mau.fi/mautrix-telegram/pkg/gotd/tdjson"
|
|
"go.mau.fi/mautrix-telegram/pkg/gotd/tdp"
|
|
"go.mau.fi/mautrix-telegram/pkg/gotd/tgerr"
|
|
)
|
|
|
|
// No-op definition for keeping imports.
|
|
var (
|
|
_ = bin.Buffer{}
|
|
_ = context.Background()
|
|
_ = fmt.Stringer(nil)
|
|
_ = strings.Builder{}
|
|
_ = errors.Is
|
|
_ = multierr.AppendInto
|
|
_ = sort.Ints
|
|
_ = tdp.Format
|
|
_ = tgerr.Error{}
|
|
_ = tdjson.Encoder{}
|
|
)
|
|
|
|
// TypesMap returns mapping from type ids to TL type names.
|
|
func TypesMap() map[uint32]string {
|
|
return map[uint32]string{
|
|
DoubleTypeID: "double#2210c154",
|
|
StringTypeID: "string#b5286e24",
|
|
Int32TypeID: "int32#5cb934fa",
|
|
Int53TypeID: "int53#6781c7ee",
|
|
Int64TypeID: "int64#5d9ed744",
|
|
BytesTypeID: "bytes#e937bb82",
|
|
BoolFalseTypeID: "boolFalse#bc799737",
|
|
BoolTrueTypeID: "boolTrue#997275b5",
|
|
ErrorTypeID: "error#9bdd8f1a",
|
|
OkTypeID: "ok#d4edbe69",
|
|
AuthenticationCodeTypeTelegramMessageTypeID: "authenticationCodeTypeTelegramMessage#7bf49b2a",
|
|
AuthenticationCodeTypeSMSTypeID: "authenticationCodeTypeSms#3960e288",
|
|
AuthenticationCodeTypeSMSWordTypeID: "authenticationCodeTypeSmsWord#a6063c63",
|
|
AuthenticationCodeTypeSMSPhraseTypeID: "authenticationCodeTypeSmsPhrase#2ebc8cd1",
|
|
AuthenticationCodeTypeCallTypeID: "authenticationCodeTypeCall#61876c67",
|
|
AuthenticationCodeTypeFlashCallTypeID: "authenticationCodeTypeFlashCall#533379a2",
|
|
AuthenticationCodeTypeMissedCallTypeID: "authenticationCodeTypeMissedCall#29bb0a87",
|
|
AuthenticationCodeTypeFragmentTypeID: "authenticationCodeTypeFragment#810f74cd",
|
|
AuthenticationCodeTypeFirebaseAndroidTypeID: "authenticationCodeTypeFirebaseAndroid#6f9bb51e",
|
|
AuthenticationCodeTypeFirebaseIosTypeID: "authenticationCodeTypeFirebaseIos#ff55aa93",
|
|
AuthenticationCodeInfoTypeID: "authenticationCodeInfo#ccb82bb8",
|
|
EmailAddressAuthenticationCodeInfoTypeID: "emailAddressAuthenticationCodeInfo#449be223",
|
|
EmailAddressAuthenticationCodeTypeID: "emailAddressAuthenticationCode#c4cc19c2",
|
|
EmailAddressAuthenticationAppleIDTypeID: "emailAddressAuthenticationAppleId#25c94869",
|
|
EmailAddressAuthenticationGoogleIDTypeID: "emailAddressAuthenticationGoogleId#fedbe742",
|
|
EmailAddressResetStateAvailableTypeID: "emailAddressResetStateAvailable#8dba3100",
|
|
EmailAddressResetStatePendingTypeID: "emailAddressResetStatePending#8f966e2b",
|
|
TextEntityTypeID: "textEntity#8bab99a8",
|
|
TextEntitiesTypeID: "textEntities#cf89c258",
|
|
FormattedTextTypeID: "formattedText#a38d39ee",
|
|
TermsOfServiceTypeID: "termsOfService#2c12b185",
|
|
AuthorizationStateWaitTdlibParametersTypeID: "authorizationStateWaitTdlibParameters#35ecf25c",
|
|
AuthorizationStateWaitPhoneNumberTypeID: "authorizationStateWaitPhoneNumber#124354e3",
|
|
AuthorizationStateWaitPremiumPurchaseTypeID: "authorizationStateWaitPremiumPurchase#cc977b41",
|
|
AuthorizationStateWaitEmailAddressTypeID: "authorizationStateWaitEmailAddress#3e0471c7",
|
|
AuthorizationStateWaitEmailCodeTypeID: "authorizationStateWaitEmailCode#909f025b",
|
|
AuthorizationStateWaitCodeTypeID: "authorizationStateWaitCode#3234501",
|
|
AuthorizationStateWaitOtherDeviceConfirmationTypeID: "authorizationStateWaitOtherDeviceConfirmation#334518ea",
|
|
AuthorizationStateWaitRegistrationTypeID: "authorizationStateWaitRegistration#20cdaeaf",
|
|
AuthorizationStateWaitPasswordTypeID: "authorizationStateWaitPassword#6b09dce",
|
|
AuthorizationStateReadyTypeID: "authorizationStateReady#92a21447",
|
|
AuthorizationStateLoggingOutTypeID: "authorizationStateLoggingOut#934b576",
|
|
AuthorizationStateClosingTypeID: "authorizationStateClosing#1a93364f",
|
|
AuthorizationStateClosedTypeID: "authorizationStateClosed#5af5a360",
|
|
FirebaseDeviceVerificationParametersSafetyNetTypeID: "firebaseDeviceVerificationParametersSafetyNet#2b96b2f1",
|
|
FirebaseDeviceVerificationParametersPlayIntegrityTypeID: "firebaseDeviceVerificationParametersPlayIntegrity#caf4a58a",
|
|
PasswordStateTypeID: "passwordState#1cd63828",
|
|
RecoveryEmailAddressTypeID: "recoveryEmailAddress#4cebddeb",
|
|
TemporaryPasswordStateTypeID: "temporaryPasswordState#3804c7e2",
|
|
LocalFileTypeID: "localFile#a2da9987",
|
|
RemoteFileTypeID: "remoteFile#2c917856",
|
|
FileTypeID: "file#4b4c4e34",
|
|
InputFileIDTypeID: "inputFileId#6aa08b0d",
|
|
InputFileRemoteTypeID: "inputFileRemote#f9968b3e",
|
|
InputFileLocalTypeID: "inputFileLocal#7a8c8ac7",
|
|
InputFileGeneratedTypeID: "inputFileGenerated#b0862800",
|
|
PhotoSizeTypeID: "photoSize#18e56d39",
|
|
MinithumbnailTypeID: "minithumbnail#ec6addaa",
|
|
ThumbnailFormatJpegTypeID: "thumbnailFormatJpeg#d90c5488",
|
|
ThumbnailFormatGifTypeID: "thumbnailFormatGif#4aa3258a",
|
|
ThumbnailFormatMpeg4TypeID: "thumbnailFormatMpeg4#109b57fe",
|
|
ThumbnailFormatPngTypeID: "thumbnailFormatPng#5e0697f5",
|
|
ThumbnailFormatTgsTypeID: "thumbnailFormatTgs#4e694852",
|
|
ThumbnailFormatWebmTypeID: "thumbnailFormatWebm#d8a7e727",
|
|
ThumbnailFormatWebpTypeID: "thumbnailFormatWebp#fcce4c12",
|
|
ThumbnailTypeID: "thumbnail#4a1ae06b",
|
|
MaskPointForeheadTypeID: "maskPointForehead#3d3e96c5",
|
|
MaskPointEyesTypeID: "maskPointEyes#68351b4d",
|
|
MaskPointMouthTypeID: "maskPointMouth#188b29de",
|
|
MaskPointChinTypeID: "maskPointChin#1fe36187",
|
|
MaskPositionTypeID: "maskPosition#82fbb63e",
|
|
StickerFormatWebpTypeID: "stickerFormatWebp#8174ef20",
|
|
StickerFormatTgsTypeID: "stickerFormatTgs#603caaf6",
|
|
StickerFormatWebmTypeID: "stickerFormatWebm#849bd54f",
|
|
StickerTypeRegularTypeID: "stickerTypeRegular#35bc575",
|
|
StickerTypeMaskTypeID: "stickerTypeMask#96c63694",
|
|
StickerTypeCustomEmojiTypeID: "stickerTypeCustomEmoji#f8cd7787",
|
|
StickerFullTypeRegularTypeID: "stickerFullTypeRegular#88685ef7",
|
|
StickerFullTypeMaskTypeID: "stickerFullTypeMask#26dfbf37",
|
|
StickerFullTypeCustomEmojiTypeID: "stickerFullTypeCustomEmoji#c37f05ab",
|
|
ClosedVectorPathTypeID: "closedVectorPath#2f9276b9",
|
|
OutlineTypeID: "outline#7d2ec0be",
|
|
PollOptionTypeID: "pollOption#63e97090",
|
|
PollTypeRegularTypeID: "pollTypeRegular#2638f022",
|
|
PollTypeQuizTypeID: "pollTypeQuiz#27293c99",
|
|
AnimationTypeID: "animation#cc00db3e",
|
|
AudioTypeID: "audio#a3769600",
|
|
DocumentTypeID: "document#af19afd8",
|
|
PhotoTypeID: "photo#105a0689",
|
|
StickerTypeID: "sticker#d96f5d3f",
|
|
VideoTypeID: "video#31a460cc",
|
|
VideoNoteTypeID: "videoNote#7ae918c5",
|
|
VoiceNoteTypeID: "voiceNote#b9f24cf5",
|
|
AnimatedEmojiTypeID: "animatedEmoji#52309ebf",
|
|
ContactTypeID: "contact#89285774",
|
|
LocationTypeID: "location#e5925f73",
|
|
VenueTypeID: "venue#3fcd1af9",
|
|
GameTypeID: "game#a2aedfc8",
|
|
WebAppTypeID: "webApp#605ba8f3",
|
|
PollTypeID: "poll#71d4870c",
|
|
AlternativeVideoTypeID: "alternativeVideo#1ccfc90e",
|
|
BackgroundTypeID: "background#e65f291c",
|
|
BackgroundsTypeID: "backgrounds#b4671319",
|
|
ChatBackgroundTypeID: "chatBackground#62891968",
|
|
ProfilePhotoTypeID: "profilePhoto#c2dc3c5e",
|
|
ChatPhotoInfoTypeID: "chatPhotoInfo#10c2b4a6",
|
|
UserTypeRegularTypeID: "userTypeRegular#dc51699b",
|
|
UserTypeDeletedTypeID: "userTypeDeleted#94403d24",
|
|
UserTypeBotTypeID: "userTypeBot#8ba3cc26",
|
|
UserTypeUnknownTypeID: "userTypeUnknown#d4d0613d",
|
|
BotCommandTypeID: "botCommand#c27ac8c7",
|
|
BotCommandsTypeID: "botCommands#4f9aa2c5",
|
|
BotMenuButtonTypeID: "botMenuButton#c7b57ce6",
|
|
BotVerificationParametersTypeID: "botVerificationParameters#d4dca55f",
|
|
BotVerificationTypeID: "botVerification#b160b6f2",
|
|
VerificationStatusTypeID: "verificationStatus#3ae6a18c",
|
|
ChatLocationTypeID: "chatLocation#a29b8f21",
|
|
BirthdateTypeID: "birthdate#61fe6d1e",
|
|
CloseBirthdayUserTypeID: "closeBirthdayUser#800659ee",
|
|
BusinessAwayMessageScheduleAlwaysTypeID: "businessAwayMessageScheduleAlways#c9b9e2b9",
|
|
BusinessAwayMessageScheduleOutsideOfOpeningHoursTypeID: "businessAwayMessageScheduleOutsideOfOpeningHours#c643df16",
|
|
BusinessAwayMessageScheduleCustomTypeID: "businessAwayMessageScheduleCustom#8ac04dd2",
|
|
BusinessLocationTypeID: "businessLocation#bf54af5a",
|
|
BusinessRecipientsTypeID: "businessRecipients#802011e2",
|
|
BusinessAwayMessageSettingsTypeID: "businessAwayMessageSettings#150ba2e9",
|
|
BusinessGreetingMessageSettingsTypeID: "businessGreetingMessageSettings#64ae3e12",
|
|
BusinessBotRightsTypeID: "businessBotRights#49018f7e",
|
|
BusinessConnectedBotTypeID: "businessConnectedBot#93ca9953",
|
|
BusinessStartPageTypeID: "businessStartPage#9fa2f7cf",
|
|
InputBusinessStartPageTypeID: "inputBusinessStartPage#ec7c87e0",
|
|
BusinessOpeningHoursIntervalTypeID: "businessOpeningHoursInterval#bdf05654",
|
|
BusinessOpeningHoursTypeID: "businessOpeningHours#a623e64a",
|
|
BusinessInfoTypeID: "businessInfo#5520498e",
|
|
BusinessChatLinkTypeID: "businessChatLink#8e998b83",
|
|
BusinessChatLinksTypeID: "businessChatLinks#1569924",
|
|
InputBusinessChatLinkTypeID: "inputBusinessChatLink#e2d6df8",
|
|
BusinessChatLinkInfoTypeID: "businessChatLinkInfo#cc7334af",
|
|
ChatPhotoStickerTypeRegularOrMaskTypeID: "chatPhotoStickerTypeRegularOrMask#e741599c",
|
|
ChatPhotoStickerTypeCustomEmojiTypeID: "chatPhotoStickerTypeCustomEmoji#f021bad1",
|
|
ChatPhotoStickerTypeID: "chatPhotoSticker#a90383a3",
|
|
AnimatedChatPhotoTypeID: "animatedChatPhoto#b719c2e",
|
|
ChatPhotoTypeID: "chatPhoto#96e90714",
|
|
ChatPhotosTypeID: "chatPhotos#89ec34e8",
|
|
InputChatPhotoPreviousTypeID: "inputChatPhotoPrevious#160e9d1",
|
|
InputChatPhotoStaticTypeID: "inputChatPhotoStatic#75f7e2b3",
|
|
InputChatPhotoAnimationTypeID: "inputChatPhotoAnimation#56a3422",
|
|
InputChatPhotoStickerTypeID: "inputChatPhotoSticker#4e6e735d",
|
|
ChatPermissionsTypeID: "chatPermissions#f8f25a79",
|
|
ChatAdministratorRightsTypeID: "chatAdministratorRights#5f4f9044",
|
|
StarAmountTypeID: "starAmount#6f0e6d80",
|
|
StarSubscriptionTypeChannelTypeID: "starSubscriptionTypeChannel#c29ab6f5",
|
|
StarSubscriptionTypeBotTypeID: "starSubscriptionTypeBot#d78ddd2",
|
|
StarSubscriptionPricingTypeID: "starSubscriptionPricing#96a28856",
|
|
StarSubscriptionTypeID: "starSubscription#3a3811f5",
|
|
StarSubscriptionsTypeID: "starSubscriptions#a2f27c8d",
|
|
AffiliateTypeCurrentUserTypeID: "affiliateTypeCurrentUser#56a701f5",
|
|
AffiliateTypeBotTypeID: "affiliateTypeBot#c273f840",
|
|
AffiliateTypeChannelTypeID: "affiliateTypeChannel#d73be869",
|
|
AffiliateProgramSortOrderProfitabilityTypeID: "affiliateProgramSortOrderProfitability#8afaaf67",
|
|
AffiliateProgramSortOrderCreationDateTypeID: "affiliateProgramSortOrderCreationDate#a319390d",
|
|
AffiliateProgramSortOrderRevenueTypeID: "affiliateProgramSortOrderRevenue#72a2c2b8",
|
|
AffiliateProgramParametersTypeID: "affiliateProgramParameters#61e90c54",
|
|
AffiliateProgramInfoTypeID: "affiliateProgramInfo#96fce8b5",
|
|
AffiliateInfoTypeID: "affiliateInfo#b1c1dcfa",
|
|
FoundAffiliateProgramTypeID: "foundAffiliateProgram#c6636286",
|
|
FoundAffiliateProgramsTypeID: "foundAffiliatePrograms#b6228108",
|
|
ConnectedAffiliateProgramTypeID: "connectedAffiliateProgram#58bf7415",
|
|
ConnectedAffiliateProgramsTypeID: "connectedAffiliatePrograms#59231e33",
|
|
ProductInfoTypeID: "productInfo#87e47ca4",
|
|
PremiumPaymentOptionTypeID: "premiumPaymentOption#8c0c5fb2",
|
|
PremiumStatePaymentOptionTypeID: "premiumStatePaymentOption#7d06b579",
|
|
PremiumGiftPaymentOptionTypeID: "premiumGiftPaymentOption#ebd93b5d",
|
|
PremiumGiftPaymentOptionsTypeID: "premiumGiftPaymentOptions#a52b90f1",
|
|
PremiumGiveawayPaymentOptionTypeID: "premiumGiveawayPaymentOption#4184cb88",
|
|
PremiumGiveawayPaymentOptionsTypeID: "premiumGiveawayPaymentOptions#3c57c30c",
|
|
PremiumGiftCodeInfoTypeID: "premiumGiftCodeInfo#b88fa8de",
|
|
StarPaymentOptionTypeID: "starPaymentOption#aeb22811",
|
|
StarPaymentOptionsTypeID: "starPaymentOptions#77c3bbad",
|
|
StarGiveawayWinnerOptionTypeID: "starGiveawayWinnerOption#cc639607",
|
|
StarGiveawayPaymentOptionTypeID: "starGiveawayPaymentOption#bca2d5e5",
|
|
StarGiveawayPaymentOptionsTypeID: "starGiveawayPaymentOptions#909fbf18",
|
|
AcceptedGiftTypesTypeID: "acceptedGiftTypes#6a4e6014",
|
|
GiftSettingsTypeID: "giftSettings#2ba9880",
|
|
UpgradedGiftModelTypeID: "upgradedGiftModel#5112584f",
|
|
UpgradedGiftSymbolTypeID: "upgradedGiftSymbol#4340c5af",
|
|
UpgradedGiftBackdropColorsTypeID: "upgradedGiftBackdropColors#4081c9",
|
|
UpgradedGiftBackdropTypeID: "upgradedGiftBackdrop#e973c3a6",
|
|
UpgradedGiftOriginalDetailsTypeID: "upgradedGiftOriginalDetails#34b0370",
|
|
GiftTypeID: "gift#7cf9442d",
|
|
UpgradedGiftTypeID: "upgradedGift#3b2d6b9a",
|
|
UpgradeGiftResultTypeID: "upgradeGiftResult#de90a5a",
|
|
AvailableGiftTypeID: "availableGift#32b210c6",
|
|
AvailableGiftsTypeID: "availableGifts#5ce74501",
|
|
UpgradedGiftAttributeIDModelTypeID: "upgradedGiftAttributeIdModel#3ec7e38b",
|
|
UpgradedGiftAttributeIDSymbolTypeID: "upgradedGiftAttributeIdSymbol#46d29428",
|
|
UpgradedGiftAttributeIDBackdropTypeID: "upgradedGiftAttributeIdBackdrop#5724516f",
|
|
UpgradedGiftModelCountTypeID: "upgradedGiftModelCount#bccfb679",
|
|
UpgradedGiftSymbolCountTypeID: "upgradedGiftSymbolCount#d1e41b9e",
|
|
UpgradedGiftBackdropCountTypeID: "upgradedGiftBackdropCount#de7c60b8",
|
|
GiftForResaleOrderPriceTypeID: "giftForResaleOrderPrice#51c31862",
|
|
GiftForResaleOrderPriceChangeDateTypeID: "giftForResaleOrderPriceChangeDate#9b0569ca",
|
|
GiftForResaleOrderNumberTypeID: "giftForResaleOrderNumber#b271e900",
|
|
GiftForResaleTypeID: "giftForResale#43698bb3",
|
|
GiftsForResaleTypeID: "giftsForResale#3ff9dc54",
|
|
SentGiftRegularTypeID: "sentGiftRegular#2368ad19",
|
|
SentGiftUpgradedTypeID: "sentGiftUpgraded#25674480",
|
|
ReceivedGiftTypeID: "receivedGift#3ab2ed8",
|
|
ReceivedGiftsTypeID: "receivedGifts#bfb308f0",
|
|
GiftUpgradePreviewTypeID: "giftUpgradePreview#4319deef",
|
|
StarTransactionDirectionIncomingTypeID: "starTransactionDirectionIncoming#b2cabe46",
|
|
StarTransactionDirectionOutgoingTypeID: "starTransactionDirectionOutgoing#6e83b5a0",
|
|
StarTransactionTypePremiumBotDepositTypeID: "starTransactionTypePremiumBotDeposit#d879090e",
|
|
StarTransactionTypeAppStoreDepositTypeID: "starTransactionTypeAppStoreDeposit#8283941",
|
|
StarTransactionTypeGooglePlayDepositTypeID: "starTransactionTypeGooglePlayDeposit#ecbdb656",
|
|
StarTransactionTypeFragmentDepositTypeID: "starTransactionTypeFragmentDeposit#7625e44",
|
|
StarTransactionTypeUserDepositTypeID: "starTransactionTypeUserDeposit#c2a18e9",
|
|
StarTransactionTypeGiveawayDepositTypeID: "starTransactionTypeGiveawayDeposit#b16200c6",
|
|
StarTransactionTypeFragmentWithdrawalTypeID: "starTransactionTypeFragmentWithdrawal#af3a2992",
|
|
StarTransactionTypeTelegramAdsWithdrawalTypeID: "starTransactionTypeTelegramAdsWithdrawal#a58e8469",
|
|
StarTransactionTypeTelegramAPIUsageTypeID: "starTransactionTypeTelegramApiUsage#27a82afe",
|
|
StarTransactionTypeBotPaidMediaPurchaseTypeID: "starTransactionTypeBotPaidMediaPurchase#7f48cc6a",
|
|
StarTransactionTypeBotPaidMediaSaleTypeID: "starTransactionTypeBotPaidMediaSale#6e07eeb2",
|
|
StarTransactionTypeChannelPaidMediaPurchaseTypeID: "starTransactionTypeChannelPaidMediaPurchase#9016d4f5",
|
|
StarTransactionTypeChannelPaidMediaSaleTypeID: "starTransactionTypeChannelPaidMediaSale#eace92ef",
|
|
StarTransactionTypeBotInvoicePurchaseTypeID: "starTransactionTypeBotInvoicePurchase#1dddac0c",
|
|
StarTransactionTypeBotInvoiceSaleTypeID: "starTransactionTypeBotInvoiceSale#5b7d8d2f",
|
|
StarTransactionTypeBotSubscriptionPurchaseTypeID: "starTransactionTypeBotSubscriptionPurchase#40bf1355",
|
|
StarTransactionTypeBotSubscriptionSaleTypeID: "starTransactionTypeBotSubscriptionSale#1f686889",
|
|
StarTransactionTypeChannelSubscriptionPurchaseTypeID: "starTransactionTypeChannelSubscriptionPurchase#380eb3d1",
|
|
StarTransactionTypeChannelSubscriptionSaleTypeID: "starTransactionTypeChannelSubscriptionSale#fe127c82",
|
|
StarTransactionTypeGiftPurchaseTypeID: "starTransactionTypeGiftPurchase#939390e0",
|
|
StarTransactionTypeGiftTransferTypeID: "starTransactionTypeGiftTransfer#9614f7",
|
|
StarTransactionTypeGiftSaleTypeID: "starTransactionTypeGiftSale#64d61157",
|
|
StarTransactionTypeGiftUpgradeTypeID: "starTransactionTypeGiftUpgrade#da4e8319",
|
|
StarTransactionTypeUpgradedGiftPurchaseTypeID: "starTransactionTypeUpgradedGiftPurchase#fc7af6f9",
|
|
StarTransactionTypeUpgradedGiftSaleTypeID: "starTransactionTypeUpgradedGiftSale#79b5a9bb",
|
|
StarTransactionTypeChannelPaidReactionSendTypeID: "starTransactionTypeChannelPaidReactionSend#c02667c0",
|
|
StarTransactionTypeChannelPaidReactionReceiveTypeID: "starTransactionTypeChannelPaidReactionReceive#23d6f9eb",
|
|
StarTransactionTypeAffiliateProgramCommissionTypeID: "starTransactionTypeAffiliateProgramCommission#9a637573",
|
|
StarTransactionTypePaidMessageSendTypeID: "starTransactionTypePaidMessageSend#9a196465",
|
|
StarTransactionTypePaidMessageReceiveTypeID: "starTransactionTypePaidMessageReceive#d7a83dc6",
|
|
StarTransactionTypePremiumPurchaseTypeID: "starTransactionTypePremiumPurchase#3b7db803",
|
|
StarTransactionTypeBusinessBotTransferSendTypeID: "starTransactionTypeBusinessBotTransferSend#48ca7526",
|
|
StarTransactionTypeBusinessBotTransferReceiveTypeID: "starTransactionTypeBusinessBotTransferReceive#1fbd418a",
|
|
StarTransactionTypeUnsupportedTypeID: "starTransactionTypeUnsupported#76cfcab2",
|
|
StarTransactionTypeID: "starTransaction#7f820a90",
|
|
StarTransactionsTypeID: "starTransactions#b5f5820b",
|
|
GiveawayParticipantStatusEligibleTypeID: "giveawayParticipantStatusEligible#122ade97",
|
|
GiveawayParticipantStatusParticipatingTypeID: "giveawayParticipantStatusParticipating#1d53e36f",
|
|
GiveawayParticipantStatusAlreadyWasMemberTypeID: "giveawayParticipantStatusAlreadyWasMember#11f9b5a0",
|
|
GiveawayParticipantStatusAdministratorTypeID: "giveawayParticipantStatusAdministrator#c84b3a75",
|
|
GiveawayParticipantStatusDisallowedCountryTypeID: "giveawayParticipantStatusDisallowedCountry#700b645b",
|
|
GiveawayInfoOngoingTypeID: "giveawayInfoOngoing#624ee050",
|
|
GiveawayInfoCompletedTypeID: "giveawayInfoCompleted#328cc35c",
|
|
GiveawayPrizePremiumTypeID: "giveawayPrizePremium#1b12e978",
|
|
GiveawayPrizeStarsTypeID: "giveawayPrizeStars#954c1fa4",
|
|
AccentColorTypeID: "accentColor#53312690",
|
|
ProfileAccentColorsTypeID: "profileAccentColors#218e9367",
|
|
ProfileAccentColorTypeID: "profileAccentColor#213d8295",
|
|
EmojiStatusTypeCustomEmojiTypeID: "emojiStatusTypeCustomEmoji#9ca6f0f5",
|
|
EmojiStatusTypeUpgradedGiftTypeID: "emojiStatusTypeUpgradedGift#ce0e53f4",
|
|
EmojiStatusTypeID: "emojiStatus#3a054910",
|
|
EmojiStatusesTypeID: "emojiStatuses#45127a70",
|
|
EmojiStatusCustomEmojisTypeID: "emojiStatusCustomEmojis#b2b726af",
|
|
UsernamesTypeID: "usernames#bf343063",
|
|
UserTypeID: "user#91d1c1b2",
|
|
BotInfoTypeID: "botInfo#d16edb85",
|
|
UserFullInfoTypeID: "userFullInfo#f8c70a08",
|
|
UsersTypeID: "users#9d955a12",
|
|
FoundUsersTypeID: "foundUsers#c531e854",
|
|
ChatAdministratorTypeID: "chatAdministrator#7277bd2c",
|
|
ChatAdministratorsTypeID: "chatAdministrators#5141ca21",
|
|
ChatMemberStatusCreatorTypeID: "chatMemberStatusCreator#f6764afe",
|
|
ChatMemberStatusAdministratorTypeID: "chatMemberStatusAdministrator#fbd3841d",
|
|
ChatMemberStatusMemberTypeID: "chatMemberStatusMember#fe0cec16",
|
|
ChatMemberStatusRestrictedTypeID: "chatMemberStatusRestricted#630774a6",
|
|
ChatMemberStatusLeftTypeID: "chatMemberStatusLeft#ffa74425",
|
|
ChatMemberStatusBannedTypeID: "chatMemberStatusBanned#9d714eb6",
|
|
ChatMemberTypeID: "chatMember#6d12e175",
|
|
ChatMembersTypeID: "chatMembers#8ecbb24",
|
|
ChatMembersFilterContactsTypeID: "chatMembersFilterContacts#69c480a7",
|
|
ChatMembersFilterAdministratorsTypeID: "chatMembersFilterAdministrators#b47cbc1c",
|
|
ChatMembersFilterMembersTypeID: "chatMembersFilterMembers#27f71596",
|
|
ChatMembersFilterMentionTypeID: "chatMembersFilterMention#330bedf7",
|
|
ChatMembersFilterRestrictedTypeID: "chatMembersFilterRestricted#4ae15abd",
|
|
ChatMembersFilterBannedTypeID: "chatMembersFilterBanned#90f34f48",
|
|
ChatMembersFilterBotsTypeID: "chatMembersFilterBots#ab355888",
|
|
SupergroupMembersFilterRecentTypeID: "supergroupMembersFilterRecent#4639e5d5",
|
|
SupergroupMembersFilterContactsTypeID: "supergroupMembersFilterContacts#b3885578",
|
|
SupergroupMembersFilterAdministratorsTypeID: "supergroupMembersFilterAdministrators#82fc8457",
|
|
SupergroupMembersFilterSearchTypeID: "supergroupMembersFilterSearch#9ae39fbb",
|
|
SupergroupMembersFilterRestrictedTypeID: "supergroupMembersFilterRestricted#bdf8501e",
|
|
SupergroupMembersFilterBannedTypeID: "supergroupMembersFilterBanned#b7d7610d",
|
|
SupergroupMembersFilterMentionTypeID: "supergroupMembersFilterMention#3880091c",
|
|
SupergroupMembersFilterBotsTypeID: "supergroupMembersFilterBots#1d5571a6",
|
|
ChatInviteLinkTypeID: "chatInviteLink#c6eb6530",
|
|
ChatInviteLinksTypeID: "chatInviteLinks#9b1eddfa",
|
|
ChatInviteLinkCountTypeID: "chatInviteLinkCount#c3158796",
|
|
ChatInviteLinkCountsTypeID: "chatInviteLinkCounts#c953d7f8",
|
|
ChatInviteLinkMemberTypeID: "chatInviteLinkMember#1bce5bb",
|
|
ChatInviteLinkMembersTypeID: "chatInviteLinkMembers#c2ca3a61",
|
|
InviteLinkChatTypeBasicGroupTypeID: "inviteLinkChatTypeBasicGroup#4d43c5ee",
|
|
InviteLinkChatTypeSupergroupTypeID: "inviteLinkChatTypeSupergroup#3de86758",
|
|
InviteLinkChatTypeChannelTypeID: "inviteLinkChatTypeChannel#3012ef0b",
|
|
ChatInviteLinkSubscriptionInfoTypeID: "chatInviteLinkSubscriptionInfo#38cf7368",
|
|
ChatInviteLinkInfoTypeID: "chatInviteLinkInfo#c3fe73a",
|
|
ChatJoinRequestTypeID: "chatJoinRequest#3897a68",
|
|
ChatJoinRequestsTypeID: "chatJoinRequests#b2c5fd31",
|
|
ChatJoinRequestsInfoTypeID: "chatJoinRequestsInfo#6aff5df5",
|
|
BasicGroupTypeID: "basicGroup#f464168f",
|
|
BasicGroupFullInfoTypeID: "basicGroupFullInfo#d62e521e",
|
|
SupergroupTypeID: "supergroup#faa1463f",
|
|
SupergroupFullInfoTypeID: "supergroupFullInfo#e57155ce",
|
|
SecretChatStatePendingTypeID: "secretChatStatePending#9e6c967c",
|
|
SecretChatStateReadyTypeID: "secretChatStateReady#9ff4b7e9",
|
|
SecretChatStateClosedTypeID: "secretChatStateClosed#8c1006ed",
|
|
SecretChatTypeID: "secretChat#d7a70bcb",
|
|
MessageSenderUserTypeID: "messageSenderUser#ebf760e3",
|
|
MessageSenderChatTypeID: "messageSenderChat#f1b71131",
|
|
MessageSendersTypeID: "messageSenders#f6929bcc",
|
|
ChatMessageSenderTypeID: "chatMessageSender#2d55aeba",
|
|
ChatMessageSendersTypeID: "chatMessageSenders#d80d336",
|
|
MessageReadDateReadTypeID: "messageReadDateRead#758d2e30",
|
|
MessageReadDateUnreadTypeID: "messageReadDateUnread#17b2212c",
|
|
MessageReadDateTooOldTypeID: "messageReadDateTooOld#b6761e20",
|
|
MessageReadDateUserPrivacyRestrictedTypeID: "messageReadDateUserPrivacyRestricted#b38d9426",
|
|
MessageReadDateMyPrivacyRestrictedTypeID: "messageReadDateMyPrivacyRestricted#d6a2d474",
|
|
MessageViewerTypeID: "messageViewer#56f111cd",
|
|
MessageViewersTypeID: "messageViewers#87c73f6c",
|
|
MessageOriginUserTypeID: "messageOriginUser#9c009043",
|
|
MessageOriginHiddenUserTypeID: "messageOriginHiddenUser#ed0c23da",
|
|
MessageOriginChatTypeID: "messageOriginChat#f3bb5eb4",
|
|
MessageOriginChannelTypeID: "messageOriginChannel#a97b51be",
|
|
ForwardSourceTypeID: "forwardSource#6b02aec9",
|
|
ReactionTypeEmojiTypeID: "reactionTypeEmoji#8c3e22c8",
|
|
ReactionTypeCustomEmojiTypeID: "reactionTypeCustomEmoji#c50b42f3",
|
|
ReactionTypePaidTypeID: "reactionTypePaid#1a0152ed",
|
|
PaidReactionTypeRegularTypeID: "paidReactionTypeRegular#b885da7b",
|
|
PaidReactionTypeAnonymousTypeID: "paidReactionTypeAnonymous#2dac88d",
|
|
PaidReactionTypeChatTypeID: "paidReactionTypeChat#d7b86264",
|
|
PaidReactorTypeID: "paidReactor#9d379008",
|
|
MessageForwardInfoTypeID: "messageForwardInfo#cb877b7d",
|
|
MessageImportInfoTypeID: "messageImportInfo#e6dfabcf",
|
|
MessageReplyInfoTypeID: "messageReplyInfo#69240cb9",
|
|
MessageReactionTypeID: "messageReaction#7d9e9864",
|
|
MessageReactionsTypeID: "messageReactions#9d558cb",
|
|
MessageInteractionInfoTypeID: "messageInteractionInfo#2bbcde05",
|
|
UnreadReactionTypeID: "unreadReaction#8c5b3b82",
|
|
MessageTopicForumTypeID: "messageTopicForum#77083069",
|
|
MessageTopicDirectMessagesTypeID: "messageTopicDirectMessages#b362add9",
|
|
MessageTopicSavedMessagesTypeID: "messageTopicSavedMessages#230c946f",
|
|
MessageEffectTypeEmojiReactionTypeID: "messageEffectTypeEmojiReaction#68aba63e",
|
|
MessageEffectTypePremiumStickerTypeID: "messageEffectTypePremiumSticker#61962bf9",
|
|
MessageEffectTypeID: "messageEffect#972a492f",
|
|
MessageSendingStatePendingTypeID: "messageSendingStatePending#f32b63b4",
|
|
MessageSendingStateFailedTypeID: "messageSendingStateFailed#d1a64cc6",
|
|
TextQuoteTypeID: "textQuote#8675b8b2",
|
|
InputTextQuoteTypeID: "inputTextQuote#b74a6d1c",
|
|
MessageReplyToMessageTypeID: "messageReplyToMessage#ee105987",
|
|
MessageReplyToStoryTypeID: "messageReplyToStory#d7cc0f4c",
|
|
InputMessageReplyToMessageTypeID: "inputMessageReplyToMessage#c25e9903",
|
|
InputMessageReplyToExternalMessageTypeID: "inputMessageReplyToExternalMessage#892d232a",
|
|
InputMessageReplyToStoryTypeID: "inputMessageReplyToStory#994040f0",
|
|
FactCheckTypeID: "factCheck#c185f918",
|
|
MessageTypeID: "message#1ca31b5b",
|
|
MessagesTypeID: "messages#b34c8c60",
|
|
FoundMessagesTypeID: "foundMessages#2515f708",
|
|
FoundChatMessagesTypeID: "foundChatMessages#4a25270c",
|
|
MessagePositionTypeID: "messagePosition#4d0540ef",
|
|
MessagePositionsTypeID: "messagePositions#912eab72",
|
|
MessageCalendarDayTypeID: "messageCalendarDay#e98f8f62",
|
|
MessageCalendarTypeID: "messageCalendar#2582bbd7",
|
|
BusinessMessageTypeID: "businessMessage#fa604646",
|
|
BusinessMessagesTypeID: "businessMessages#355963fa",
|
|
MessageSourceChatHistoryTypeID: "messageSourceChatHistory#bf02073c",
|
|
MessageSourceMessageThreadHistoryTypeID: "messageSourceMessageThreadHistory#114f9106",
|
|
MessageSourceForumTopicHistoryTypeID: "messageSourceForumTopicHistory#a5842cb7",
|
|
MessageSourceDirectMessagesChatTopicHistoryTypeID: "messageSourceDirectMessagesChatTopicHistory#6f6a9737",
|
|
MessageSourceHistoryPreviewTypeID: "messageSourceHistoryPreview#3d0ce411",
|
|
MessageSourceChatListTypeID: "messageSourceChatList#85f70fea",
|
|
MessageSourceSearchTypeID: "messageSourceSearch#72853771",
|
|
MessageSourceChatEventLogTypeID: "messageSourceChatEventLog#c2ae19bc",
|
|
MessageSourceNotificationTypeID: "messageSourceNotification#c1a11bed",
|
|
MessageSourceScreenshotTypeID: "messageSourceScreenshot#1c035d0a",
|
|
MessageSourceOtherTypeID: "messageSourceOther#35c0a702",
|
|
MessageSponsorTypeID: "messageSponsor#77c251de",
|
|
SponsoredMessageTypeID: "sponsoredMessage#b78d4c25",
|
|
SponsoredMessagesTypeID: "sponsoredMessages#e402a0f",
|
|
SponsoredChatTypeID: "sponsoredChat#ec953e5f",
|
|
SponsoredChatsTypeID: "sponsoredChats#8cf31e36",
|
|
ReportOptionTypeID: "reportOption#41f22c20",
|
|
ReportSponsoredResultOkTypeID: "reportSponsoredResultOk#f857a690",
|
|
ReportSponsoredResultFailedTypeID: "reportSponsoredResultFailed#496a77e6",
|
|
ReportSponsoredResultOptionRequiredTypeID: "reportSponsoredResultOptionRequired#4cc421d5",
|
|
ReportSponsoredResultAdsHiddenTypeID: "reportSponsoredResultAdsHidden#e9cf7715",
|
|
ReportSponsoredResultPremiumRequiredTypeID: "reportSponsoredResultPremiumRequired#fcb27b51",
|
|
FileDownloadTypeID: "fileDownload#834d1354",
|
|
DownloadedFileCountsTypeID: "downloadedFileCounts#8a572842",
|
|
FoundFileDownloadsTypeID: "foundFileDownloads#c7db4128",
|
|
NotificationSettingsScopePrivateChatsTypeID: "notificationSettingsScopePrivateChats#37e04d67",
|
|
NotificationSettingsScopeGroupChatsTypeID: "notificationSettingsScopeGroupChats#483fd1f3",
|
|
NotificationSettingsScopeChannelChatsTypeID: "notificationSettingsScopeChannelChats#20aa0588",
|
|
ChatNotificationSettingsTypeID: "chatNotificationSettings#56feb816",
|
|
ScopeNotificationSettingsTypeID: "scopeNotificationSettings#54467fe",
|
|
ReactionNotificationSourceNoneTypeID: "reactionNotificationSourceNone#15d6701c",
|
|
ReactionNotificationSourceContactsTypeID: "reactionNotificationSourceContacts#211c4835",
|
|
ReactionNotificationSourceAllTypeID: "reactionNotificationSourceAll#4a02ac92",
|
|
ReactionNotificationSettingsTypeID: "reactionNotificationSettings#2bb0f654",
|
|
DraftMessageTypeID: "draftMessage#4313276d",
|
|
ChatTypePrivateTypeID: "chatTypePrivate#5e1e6374",
|
|
ChatTypeBasicGroupTypeID: "chatTypeBasicGroup#3a0c4c5c",
|
|
ChatTypeSupergroupTypeID: "chatTypeSupergroup#a83a5a6a",
|
|
ChatTypeSecretTypeID: "chatTypeSecret#3366ab31",
|
|
ChatFolderIconTypeID: "chatFolderIcon#f74aa0e6",
|
|
ChatFolderNameTypeID: "chatFolderName#ec4d3d9e",
|
|
ChatFolderTypeID: "chatFolder#a2e17d38",
|
|
ChatFolderInfoTypeID: "chatFolderInfo#309c140d",
|
|
ChatFolderInviteLinkTypeID: "chatFolderInviteLink#d33caf97",
|
|
ChatFolderInviteLinksTypeID: "chatFolderInviteLinks#6c135313",
|
|
ChatFolderInviteLinkInfoTypeID: "chatFolderInviteLinkInfo#776fe405",
|
|
RecommendedChatFolderTypeID: "recommendedChatFolder#81d7b4b6",
|
|
RecommendedChatFoldersTypeID: "recommendedChatFolders#32208553",
|
|
ArchiveChatListSettingsTypeID: "archiveChatListSettings#3f176aa4",
|
|
ChatListMainTypeID: "chatListMain#e8195bac",
|
|
ChatListArchiveTypeID: "chatListArchive#159f6ec3",
|
|
ChatListFolderTypeID: "chatListFolder#16fe3e58",
|
|
ChatListsTypeID: "chatLists#92c2d216",
|
|
ChatSourceMtprotoProxyTypeID: "chatSourceMtprotoProxy#177d1803",
|
|
ChatSourcePublicServiceAnnouncementTypeID: "chatSourcePublicServiceAnnouncement#ec6a6694",
|
|
ChatPositionTypeID: "chatPosition#dae48755",
|
|
ChatAvailableReactionsAllTypeID: "chatAvailableReactionsAll#29600b97",
|
|
ChatAvailableReactionsSomeTypeID: "chatAvailableReactionsSome#36b46b7d",
|
|
SavedMessagesTagTypeID: "savedMessagesTag#6a67bc61",
|
|
SavedMessagesTagsTypeID: "savedMessagesTags#ca94a1b3",
|
|
BusinessBotManageBarTypeID: "businessBotManageBar#ed706a82",
|
|
VideoChatTypeID: "videoChat#ae158d28",
|
|
ChatTypeID: "chat#e5bae2e4",
|
|
ChatsTypeID: "chats#9b93e3eb",
|
|
FailedToAddMemberTypeID: "failedToAddMember#ef236cc2",
|
|
FailedToAddMembersTypeID: "failedToAddMembers#98b4b04",
|
|
CreatedBasicGroupChatTypeID: "createdBasicGroupChat#fec875d4",
|
|
PublicChatTypeHasUsernameTypeID: "publicChatTypeHasUsername#14e8a07e",
|
|
PublicChatTypeIsLocationBasedTypeID: "publicChatTypeIsLocationBased#468e6090",
|
|
AccountInfoTypeID: "accountInfo#6b7f1d67",
|
|
ChatActionBarReportSpamTypeID: "chatActionBarReportSpam#b1c0e61a",
|
|
ChatActionBarInviteMembersTypeID: "chatActionBarInviteMembers#76557c70",
|
|
ChatActionBarReportAddBlockTypeID: "chatActionBarReportAddBlock#a7f98e8b",
|
|
ChatActionBarAddContactTypeID: "chatActionBarAddContact#d44a5811",
|
|
ChatActionBarSharePhoneNumberTypeID: "chatActionBarSharePhoneNumber#218efd9",
|
|
ChatActionBarJoinRequestTypeID: "chatActionBarJoinRequest#3dd18308",
|
|
KeyboardButtonTypeTextTypeID: "keyboardButtonTypeText#96519938",
|
|
KeyboardButtonTypeRequestPhoneNumberTypeID: "keyboardButtonTypeRequestPhoneNumber#a4d9b7b9",
|
|
KeyboardButtonTypeRequestLocationTypeID: "keyboardButtonTypeRequestLocation#f8828cfd",
|
|
KeyboardButtonTypeRequestPollTypeID: "keyboardButtonTypeRequestPoll#7164dcb8",
|
|
KeyboardButtonTypeRequestUsersTypeID: "keyboardButtonTypeRequestUsers#985c8bfd",
|
|
KeyboardButtonTypeRequestChatTypeID: "keyboardButtonTypeRequestChat#5a1224b5",
|
|
KeyboardButtonTypeWebAppTypeID: "keyboardButtonTypeWebApp#70c8ff62",
|
|
KeyboardButtonTypeID: "keyboardButton#84a0ce74",
|
|
InlineKeyboardButtonTypeURLTypeID: "inlineKeyboardButtonTypeUrl#4365beac",
|
|
InlineKeyboardButtonTypeLoginURLTypeID: "inlineKeyboardButtonTypeLoginUrl#b8455fa7",
|
|
InlineKeyboardButtonTypeWebAppTypeID: "inlineKeyboardButtonTypeWebApp#96a685c8",
|
|
InlineKeyboardButtonTypeCallbackTypeID: "inlineKeyboardButtonTypeCallback#bccb7bfd",
|
|
InlineKeyboardButtonTypeCallbackWithPasswordTypeID: "inlineKeyboardButtonTypeCallbackWithPassword#361f4248",
|
|
InlineKeyboardButtonTypeCallbackGameTypeID: "inlineKeyboardButtonTypeCallbackGame#e9255468",
|
|
InlineKeyboardButtonTypeSwitchInlineTypeID: "inlineKeyboardButtonTypeSwitchInline#207a9cf5",
|
|
InlineKeyboardButtonTypeBuyTypeID: "inlineKeyboardButtonTypeBuy#511b3c70",
|
|
InlineKeyboardButtonTypeUserTypeID: "inlineKeyboardButtonTypeUser#6d77e5a2",
|
|
InlineKeyboardButtonTypeCopyTextTypeID: "inlineKeyboardButtonTypeCopyText#41b1306",
|
|
InlineKeyboardButtonTypeID: "inlineKeyboardButton#e9d21e18",
|
|
ReplyMarkupRemoveKeyboardTypeID: "replyMarkupRemoveKeyboard#d6cc5171",
|
|
ReplyMarkupForceReplyTypeID: "replyMarkupForceReply#41a6f99f",
|
|
ReplyMarkupShowKeyboardTypeID: "replyMarkupShowKeyboard#802461d3",
|
|
ReplyMarkupInlineKeyboardTypeID: "replyMarkupInlineKeyboard#92ac0efb",
|
|
LoginURLInfoOpenTypeID: "loginUrlInfoOpen#31e7ea02",
|
|
LoginURLInfoRequestConfirmationTypeID: "loginUrlInfoRequestConfirmation#7edb242f",
|
|
ThemeParametersTypeID: "themeParameters#ef8395af",
|
|
WebAppOpenModeCompactTypeID: "webAppOpenModeCompact#6604ffdb",
|
|
WebAppOpenModeFullSizeTypeID: "webAppOpenModeFullSize#b48cd41",
|
|
WebAppOpenModeFullScreenTypeID: "webAppOpenModeFullScreen#6f8a019d",
|
|
FoundWebAppTypeID: "foundWebApp#eea8d01e",
|
|
WebAppInfoTypeID: "webAppInfo#2efdb2e8",
|
|
MainWebAppTypeID: "mainWebApp#73a7ac7a",
|
|
WebAppOpenParametersTypeID: "webAppOpenParameters#51fa466f",
|
|
MessageThreadInfoTypeID: "messageThreadInfo#683fd5ad",
|
|
SavedMessagesTopicTypeMyNotesTypeID: "savedMessagesTopicTypeMyNotes#b38a41f5",
|
|
SavedMessagesTopicTypeAuthorHiddenTypeID: "savedMessagesTopicTypeAuthorHidden#703c4195",
|
|
SavedMessagesTopicTypeSavedFromChatTypeID: "savedMessagesTopicTypeSavedFromChat#993fad58",
|
|
SavedMessagesTopicTypeID: "savedMessagesTopic#d2a8e1a4",
|
|
DirectMessagesChatTopicTypeID: "directMessagesChatTopic#7c6c89e7",
|
|
ForumTopicIconTypeID: "forumTopicIcon#cf32a193",
|
|
ForumTopicInfoTypeID: "forumTopicInfo#5dcc01b9",
|
|
ForumTopicTypeID: "forumTopic#8326cdb0",
|
|
ForumTopicsTypeID: "forumTopics#2d99b4ae",
|
|
LinkPreviewOptionsTypeID: "linkPreviewOptions#3e61b3f3",
|
|
SharedUserTypeID: "sharedUser#117724f7",
|
|
SharedChatTypeID: "sharedChat#4a87b01a",
|
|
ThemeSettingsTypeID: "themeSettings#fc4c1c12",
|
|
RichTextPlainTypeID: "richTextPlain#1cc42966",
|
|
RichTextBoldTypeID: "richTextBold#63970f6c",
|
|
RichTextItalicTypeID: "richTextItalic#6e77f03f",
|
|
RichTextUnderlineTypeID: "richTextUnderline#e00cfd8c",
|
|
RichTextStrikethroughTypeID: "richTextStrikethrough#2b1e6a51",
|
|
RichTextFixedTypeID: "richTextFixed#b43681c7",
|
|
RichTextURLTypeID: "richTextUrl#500cf14",
|
|
RichTextEmailAddressTypeID: "richTextEmailAddress#262a2f7",
|
|
RichTextSubscriptTypeID: "richTextSubscript#cc405a4c",
|
|
RichTextSuperscriptTypeID: "richTextSuperscript#e9377563",
|
|
RichTextMarkedTypeID: "richTextMarked#b42ed382",
|
|
RichTextPhoneNumberTypeID: "richTextPhoneNumber#7a91543",
|
|
RichTextIconTypeID: "richTextIcon#a7c42b02",
|
|
RichTextReferenceTypeID: "richTextReference#bb9a1276",
|
|
RichTextAnchorTypeID: "richTextAnchor#4e7f1034",
|
|
RichTextAnchorLinkTypeID: "richTextAnchorLink#a41fd2d6",
|
|
RichTextsTypeID: "richTexts#94b21889",
|
|
PageBlockCaptionTypeID: "pageBlockCaption#b9a9a476",
|
|
PageBlockListItemTypeID: "pageBlockListItem#5f521776",
|
|
PageBlockHorizontalAlignmentLeftTypeID: "pageBlockHorizontalAlignmentLeft#329627e9",
|
|
PageBlockHorizontalAlignmentCenterTypeID: "pageBlockHorizontalAlignmentCenter#c3d8c4ea",
|
|
PageBlockHorizontalAlignmentRightTypeID: "pageBlockHorizontalAlignmentRight#51bd6efe",
|
|
PageBlockVerticalAlignmentTopTypeID: "pageBlockVerticalAlignmentTop#ba719a6",
|
|
PageBlockVerticalAlignmentMiddleTypeID: "pageBlockVerticalAlignmentMiddle#81741df5",
|
|
PageBlockVerticalAlignmentBottomTypeID: "pageBlockVerticalAlignmentBottom#7cb97dd6",
|
|
PageBlockTableCellTypeID: "pageBlockTableCell#547fbf66",
|
|
PageBlockRelatedArticleTypeID: "pageBlockRelatedArticle#1cae8493",
|
|
PageBlockTitleTypeID: "pageBlockTitle#6122b610",
|
|
PageBlockSubtitleTypeID: "pageBlockSubtitle#fc451e7",
|
|
PageBlockAuthorDateTypeID: "pageBlockAuthorDate#4d7ff410",
|
|
PageBlockHeaderTypeID: "pageBlockHeader#539ddd9b",
|
|
PageBlockSubheaderTypeID: "pageBlockSubheader#4b567326",
|
|
PageBlockKickerTypeID: "pageBlockKicker#5123864b",
|
|
PageBlockParagraphTypeID: "pageBlockParagraph#467a0766",
|
|
PageBlockPreformattedTypeID: "pageBlockPreformatted#c070d93e",
|
|
PageBlockFooterTypeID: "pageBlockFooter#34d5d728",
|
|
PageBlockDividerTypeID: "pageBlockDivider#db20b188",
|
|
PageBlockAnchorTypeID: "pageBlockAnchor#ce0d37b0",
|
|
PageBlockListTypeID: "pageBlockList#584af35a",
|
|
PageBlockBlockQuoteTypeID: "pageBlockBlockQuote#62d08a9e",
|
|
PageBlockPullQuoteTypeID: "pageBlockPullQuote#1d38810d",
|
|
PageBlockAnimationTypeID: "pageBlockAnimation#50cde009",
|
|
PageBlockAudioTypeID: "pageBlockAudio#fc390813",
|
|
PageBlockPhotoTypeID: "pageBlockPhoto#18e41684",
|
|
PageBlockVideoTypeID: "pageBlockVideo#1e669d32",
|
|
PageBlockVoiceNoteTypeID: "pageBlockVoiceNote#6cad827f",
|
|
PageBlockCoverTypeID: "pageBlockCover#39f23300",
|
|
PageBlockEmbeddedTypeID: "pageBlockEmbedded#8c369d9d",
|
|
PageBlockEmbeddedPostTypeID: "pageBlockEmbeddedPost#bc57cdf5",
|
|
PageBlockCollageTypeID: "pageBlockCollage#40bcaaf0",
|
|
PageBlockSlideshowTypeID: "pageBlockSlideshow#1107d496",
|
|
PageBlockChatLinkTypeID: "pageBlockChatLink#621ed8bb",
|
|
PageBlockTableTypeID: "pageBlockTable#cc6352c3",
|
|
PageBlockDetailsTypeID: "pageBlockDetails#990a0c0b",
|
|
PageBlockRelatedArticlesTypeID: "pageBlockRelatedArticles#936d81e6",
|
|
PageBlockMapTypeID: "pageBlockMap#5a0f7013",
|
|
WebPageInstantViewTypeID: "webPageInstantView#2c0ec99c",
|
|
LinkPreviewAlbumMediaPhotoTypeID: "linkPreviewAlbumMediaPhoto#c83db38e",
|
|
LinkPreviewAlbumMediaVideoTypeID: "linkPreviewAlbumMediaVideo#174856db",
|
|
LinkPreviewTypeAlbumTypeID: "linkPreviewTypeAlbum#186d97b4",
|
|
LinkPreviewTypeAnimationTypeID: "linkPreviewTypeAnimation#ad5cc534",
|
|
LinkPreviewTypeAppTypeID: "linkPreviewTypeApp#e3a68def",
|
|
LinkPreviewTypeArticleTypeID: "linkPreviewTypeArticle#7cce9bd9",
|
|
LinkPreviewTypeAudioTypeID: "linkPreviewTypeAudio#75e407d2",
|
|
LinkPreviewTypeBackgroundTypeID: "linkPreviewTypeBackground#3a48a1e0",
|
|
LinkPreviewTypeChannelBoostTypeID: "linkPreviewTypeChannelBoost#c6f40456",
|
|
LinkPreviewTypeChatTypeID: "linkPreviewTypeChat#ae2fa122",
|
|
LinkPreviewTypeDocumentTypeID: "linkPreviewTypeDocument#bf0169a2",
|
|
LinkPreviewTypeEmbeddedAnimationPlayerTypeID: "linkPreviewTypeEmbeddedAnimationPlayer#aa5ad605",
|
|
LinkPreviewTypeEmbeddedAudioPlayerTypeID: "linkPreviewTypeEmbeddedAudioPlayer#220b429c",
|
|
LinkPreviewTypeEmbeddedVideoPlayerTypeID: "linkPreviewTypeEmbeddedVideoPlayer#a7bfbb03",
|
|
LinkPreviewTypeExternalAudioTypeID: "linkPreviewTypeExternalAudio#8a82ffed",
|
|
LinkPreviewTypeExternalVideoTypeID: "linkPreviewTypeExternalVideo#517dcb98",
|
|
LinkPreviewTypeGroupCallTypeID: "linkPreviewTypeGroupCall#b5f190e0",
|
|
LinkPreviewTypeInvoiceTypeID: "linkPreviewTypeInvoice#d47f48da",
|
|
LinkPreviewTypeMessageTypeID: "linkPreviewTypeMessage#19f4c19e",
|
|
LinkPreviewTypePhotoTypeID: "linkPreviewTypePhoto#aecfaaac",
|
|
LinkPreviewTypePremiumGiftCodeTypeID: "linkPreviewTypePremiumGiftCode#4e0d80b1",
|
|
LinkPreviewTypeShareableChatFolderTypeID: "linkPreviewTypeShareableChatFolder#805ab33c",
|
|
LinkPreviewTypeStickerTypeID: "linkPreviewTypeSticker#245f4d25",
|
|
LinkPreviewTypeStickerSetTypeID: "linkPreviewTypeStickerSet#cb82a523",
|
|
LinkPreviewTypeStoryTypeID: "linkPreviewTypeStory#3e5442db",
|
|
LinkPreviewTypeSupergroupBoostTypeID: "linkPreviewTypeSupergroupBoost#90570476",
|
|
LinkPreviewTypeThemeTypeID: "linkPreviewTypeTheme#6b7a9ba5",
|
|
LinkPreviewTypeUnsupportedTypeID: "linkPreviewTypeUnsupported#72b92cb9",
|
|
LinkPreviewTypeUpgradedGiftTypeID: "linkPreviewTypeUpgradedGift#117aa30f",
|
|
LinkPreviewTypeUserTypeID: "linkPreviewTypeUser#a8ad817c",
|
|
LinkPreviewTypeVideoTypeID: "linkPreviewTypeVideo#5dc2f586",
|
|
LinkPreviewTypeVideoChatTypeID: "linkPreviewTypeVideoChat#1908ee13",
|
|
LinkPreviewTypeVideoNoteTypeID: "linkPreviewTypeVideoNote#cf70db61",
|
|
LinkPreviewTypeVoiceNoteTypeID: "linkPreviewTypeVoiceNote#d2d2cf2b",
|
|
LinkPreviewTypeWebAppTypeID: "linkPreviewTypeWebApp#a62eef8a",
|
|
LinkPreviewTypeID: "linkPreview#6714d1f2",
|
|
CountryInfoTypeID: "countryInfo#d9936dff",
|
|
CountriesTypeID: "countries#94b50e0f",
|
|
PhoneNumberInfoTypeID: "phoneNumberInfo#d2c398a1",
|
|
CollectibleItemTypeUsernameTypeID: "collectibleItemTypeUsername#1b56e7d1",
|
|
CollectibleItemTypePhoneNumberTypeID: "collectibleItemTypePhoneNumber#4ae0e142",
|
|
CollectibleItemInfoTypeID: "collectibleItemInfo#570f9bcd",
|
|
BankCardActionOpenURLTypeID: "bankCardActionOpenUrl#f44a5885",
|
|
BankCardInfoTypeID: "bankCardInfo#2bc7da9f",
|
|
AddressTypeID: "address#86304f3a",
|
|
LocationAddressTypeID: "locationAddress#a3dad322",
|
|
LabeledPricePartTypeID: "labeledPricePart#20f2e726",
|
|
InvoiceTypeID: "invoice#67dc0e89",
|
|
OrderInfoTypeID: "orderInfo#2ebad96e",
|
|
ShippingOptionTypeID: "shippingOption#731bffce",
|
|
SavedCredentialsTypeID: "savedCredentials#e9ee14dc",
|
|
InputCredentialsSavedTypeID: "inputCredentialsSaved#86bdbe2c",
|
|
InputCredentialsNewTypeID: "inputCredentialsNew#ce8bf12a",
|
|
InputCredentialsApplePayTypeID: "inputCredentialsApplePay#b5b2d6d1",
|
|
InputCredentialsGooglePayTypeID: "inputCredentialsGooglePay#32544764",
|
|
PaymentProviderSmartGlocalTypeID: "paymentProviderSmartGlocal#ba047774",
|
|
PaymentProviderStripeTypeID: "paymentProviderStripe#1614e19b",
|
|
PaymentProviderOtherTypeID: "paymentProviderOther#b050e0e4",
|
|
PaymentOptionTypeID: "paymentOption#ee79989b",
|
|
PaymentFormTypeRegularTypeID: "paymentFormTypeRegular#ba6d2f0f",
|
|
PaymentFormTypeStarsTypeID: "paymentFormTypeStars#56b9d3d",
|
|
PaymentFormTypeStarSubscriptionTypeID: "paymentFormTypeStarSubscription#102deb5b",
|
|
PaymentFormTypeID: "paymentForm#7720ffb3",
|
|
ValidatedOrderInfoTypeID: "validatedOrderInfo#ac585f14",
|
|
PaymentResultTypeID: "paymentResult#d00fe85d",
|
|
PaymentReceiptTypeRegularTypeID: "paymentReceiptTypeRegular#9e7715b6",
|
|
PaymentReceiptTypeStarsTypeID: "paymentReceiptTypeStars#1194074c",
|
|
PaymentReceiptTypeID: "paymentReceipt#2d313392",
|
|
InputInvoiceMessageTypeID: "inputInvoiceMessage#58dcea10",
|
|
InputInvoiceNameTypeID: "inputInvoiceName#b1ca16f3",
|
|
InputInvoiceTelegramTypeID: "inputInvoiceTelegram#96ecfeed",
|
|
PaidMediaPreviewTypeID: "paidMediaPreview#bcc1c474",
|
|
PaidMediaPhotoTypeID: "paidMediaPhoto#ba82551a",
|
|
PaidMediaVideoTypeID: "paidMediaVideo#33e7f02e",
|
|
PaidMediaUnsupportedTypeID: "paidMediaUnsupported#6bc3e26",
|
|
GiveawayParametersTypeID: "giveawayParameters#16f1de3d",
|
|
DatedFileTypeID: "datedFile#9247b09d",
|
|
PassportElementTypePersonalDetailsTypeID: "passportElementTypePersonalDetails#c27ad953",
|
|
PassportElementTypePassportTypeID: "passportElementTypePassport#e5fdab48",
|
|
PassportElementTypeDriverLicenseTypeID: "passportElementTypeDriverLicense#6cea5c4b",
|
|
PassportElementTypeIdentityCardTypeID: "passportElementTypeIdentityCard#e20ea75c",
|
|
PassportElementTypeInternalPassportTypeID: "passportElementTypeInternalPassport#d0afd939",
|
|
PassportElementTypeAddressTypeID: "passportElementTypeAddress#1d955cc2",
|
|
PassportElementTypeUtilityBillTypeID: "passportElementTypeUtilityBill#25608e6a",
|
|
PassportElementTypeBankStatementTypeID: "passportElementTypeBankStatement#22380133",
|
|
PassportElementTypeRentalAgreementTypeID: "passportElementTypeRentalAgreement#852dfe90",
|
|
PassportElementTypePassportRegistrationTypeID: "passportElementTypePassportRegistration#f67e8e3f",
|
|
PassportElementTypeTemporaryRegistrationTypeID: "passportElementTypeTemporaryRegistration#411e345f",
|
|
PassportElementTypePhoneNumberTypeID: "passportElementTypePhoneNumber#c4abfe6c",
|
|
PassportElementTypeEmailAddressTypeID: "passportElementTypeEmailAddress#fb45a6c3",
|
|
DateTypeID: "date#ef6eb6a0",
|
|
PersonalDetailsTypeID: "personalDetails#c0b869b7",
|
|
IdentityDocumentTypeID: "identityDocument#289299ff",
|
|
InputIdentityDocumentTypeID: "inputIdentityDocument#185f2052",
|
|
PersonalDocumentTypeID: "personalDocument#a8357e38",
|
|
InputPersonalDocumentTypeID: "inputPersonalDocument#bb343fae",
|
|
PassportElementPersonalDetailsTypeID: "passportElementPersonalDetails#4894fe83",
|
|
PassportElementPassportTypeID: "passportElementPassport#f043e723",
|
|
PassportElementDriverLicenseTypeID: "passportElementDriverLicense#61f70cad",
|
|
PassportElementIdentityCardTypeID: "passportElementIdentityCard#7c33e535",
|
|
PassportElementInternalPassportTypeID: "passportElementInternalPassport#228ad87",
|
|
PassportElementAddressTypeID: "passportElementAddress#d15a1630",
|
|
PassportElementUtilityBillTypeID: "passportElementUtilityBill#f2041dd2",
|
|
PassportElementBankStatementTypeID: "passportElementBankStatement#ea283268",
|
|
PassportElementRentalAgreementTypeID: "passportElementRentalAgreement#eeb4cb28",
|
|
PassportElementPassportRegistrationTypeID: "passportElementPassportRegistration#24dadc7f",
|
|
PassportElementTemporaryRegistrationTypeID: "passportElementTemporaryRegistration#49c4aff0",
|
|
PassportElementPhoneNumberTypeID: "passportElementPhoneNumber#b1509799",
|
|
PassportElementEmailAddressTypeID: "passportElementEmailAddress#a4ea9805",
|
|
InputPassportElementPersonalDetailsTypeID: "inputPassportElementPersonalDetails#9d2843f",
|
|
InputPassportElementPassportTypeID: "inputPassportElementPassport#e2603564",
|
|
InputPassportElementDriverLicenseTypeID: "inputPassportElementDriverLicense#122b14d0",
|
|
InputPassportElementIdentityCardTypeID: "inputPassportElementIdentityCard#ff67f882",
|
|
InputPassportElementInternalPassportTypeID: "inputPassportElementInternalPassport#2aa3872b",
|
|
InputPassportElementAddressTypeID: "inputPassportElementAddress#1b83ec10",
|
|
InputPassportElementUtilityBillTypeID: "inputPassportElementUtilityBill#52cd9181",
|
|
InputPassportElementBankStatementTypeID: "inputPassportElementBankStatement#fe6a5788",
|
|
InputPassportElementRentalAgreementTypeID: "inputPassportElementRentalAgreement#677b9c2b",
|
|
InputPassportElementPassportRegistrationTypeID: "inputPassportElementPassportRegistration#4e5aa050",
|
|
InputPassportElementTemporaryRegistrationTypeID: "inputPassportElementTemporaryRegistration#8df64de1",
|
|
InputPassportElementPhoneNumberTypeID: "inputPassportElementPhoneNumber#4ea3cc39",
|
|
InputPassportElementEmailAddressTypeID: "inputPassportElementEmailAddress#f12e9425",
|
|
PassportElementsTypeID: "passportElements#bd8eaceb",
|
|
PassportElementErrorSourceUnspecifiedTypeID: "passportElementErrorSourceUnspecified#e9734842",
|
|
PassportElementErrorSourceDataFieldTypeID: "passportElementErrorSourceDataField#ed9a5ce8",
|
|
PassportElementErrorSourceFrontSideTypeID: "passportElementErrorSourceFrontSide#70fd7334",
|
|
PassportElementErrorSourceReverseSideTypeID: "passportElementErrorSourceReverseSide#725bf9f7",
|
|
PassportElementErrorSourceSelfieTypeID: "passportElementErrorSourceSelfie#d07e1428",
|
|
PassportElementErrorSourceTranslationFileTypeID: "passportElementErrorSourceTranslationFile#d6e53714",
|
|
PassportElementErrorSourceTranslationFilesTypeID: "passportElementErrorSourceTranslationFiles#22a5a41c",
|
|
PassportElementErrorSourceFileTypeID: "passportElementErrorSourceFile#786c3b30",
|
|
PassportElementErrorSourceFilesTypeID: "passportElementErrorSourceFiles#70e6a6d2",
|
|
PassportElementErrorTypeID: "passportElementError#91059fc5",
|
|
PassportSuitableElementTypeID: "passportSuitableElement#d0f8831c",
|
|
PassportRequiredElementTypeID: "passportRequiredElement#f2ad05fd",
|
|
PassportAuthorizationFormTypeID: "passportAuthorizationForm#3fe28cb0",
|
|
PassportElementsWithErrorsTypeID: "passportElementsWithErrors#438d1abf",
|
|
EncryptedCredentialsTypeID: "encryptedCredentials#4f5713ce",
|
|
EncryptedPassportElementTypeID: "encryptedPassportElement#262d248",
|
|
InputPassportElementErrorSourceUnspecifiedTypeID: "inputPassportElementErrorSourceUnspecified#fed9c6f",
|
|
InputPassportElementErrorSourceDataFieldTypeID: "inputPassportElementErrorSourceDataField#e68fa006",
|
|
InputPassportElementErrorSourceFrontSideTypeID: "inputPassportElementErrorSourceFrontSide#230c87bd",
|
|
InputPassportElementErrorSourceReverseSideTypeID: "inputPassportElementErrorSourceReverseSide#189efdfb",
|
|
InputPassportElementErrorSourceSelfieTypeID: "inputPassportElementErrorSourceSelfie#d1e42c98",
|
|
InputPassportElementErrorSourceTranslationFileTypeID: "inputPassportElementErrorSourceTranslationFile#1e268a7b",
|
|
InputPassportElementErrorSourceTranslationFilesTypeID: "inputPassportElementErrorSourceTranslationFiles#ef54819b",
|
|
InputPassportElementErrorSourceFileTypeID: "inputPassportElementErrorSourceFile#ee355dcb",
|
|
InputPassportElementErrorSourceFilesTypeID: "inputPassportElementErrorSourceFiles#673401d6",
|
|
InputPassportElementErrorTypeID: "inputPassportElementError#11084de2",
|
|
MessageTextTypeID: "messageText#68654c84",
|
|
MessageAnimationTypeID: "messageAnimation#8ecb1128",
|
|
MessageAudioTypeID: "messageAudio#107e741c",
|
|
MessageDocumentTypeID: "messageDocument#2394ab77",
|
|
MessagePaidMediaTypeID: "messagePaidMedia#3e5fd7c2",
|
|
MessagePhotoTypeID: "messagePhoto#754c7e1f",
|
|
MessageStickerTypeID: "messageSticker#e5f0dcca",
|
|
MessageVideoTypeID: "messageVideo#dcb6ee35",
|
|
MessageVideoNoteTypeID: "messageVideoNote#396b2486",
|
|
MessageVoiceNoteTypeID: "messageVoiceNote#1f753ff5",
|
|
MessageExpiredPhotoTypeID: "messageExpiredPhoto#ac46ddf7",
|
|
MessageExpiredVideoTypeID: "messageExpiredVideo#b7bf24c3",
|
|
MessageExpiredVideoNoteTypeID: "messageExpiredVideoNote#23bc43e7",
|
|
MessageExpiredVoiceNoteTypeID: "messageExpiredVoiceNote#890757d",
|
|
MessageLocationTypeID: "messageLocation#121e4474",
|
|
MessageVenueTypeID: "messageVenue#800f2175",
|
|
MessageContactTypeID: "messageContact#e1710c5a",
|
|
MessageAnimatedEmojiTypeID: "messageAnimatedEmoji#3621f5e2",
|
|
MessageDiceTypeID: "messageDice#42817239",
|
|
MessageGameTypeID: "messageGame#fbdc6976",
|
|
MessagePollTypeID: "messagePoll#d888b24d",
|
|
MessageStoryTypeID: "messageStory#5a4169c1",
|
|
MessageInvoiceTypeID: "messageInvoice#fadfd46",
|
|
MessageCallTypeID: "messageCall#201ede00",
|
|
MessageGroupCallTypeID: "messageGroupCall#a764e6a1",
|
|
MessageVideoChatScheduledTypeID: "messageVideoChatScheduled#916c1db7",
|
|
MessageVideoChatStartedTypeID: "messageVideoChatStarted#1f114559",
|
|
MessageVideoChatEndedTypeID: "messageVideoChatEnded#79262c57",
|
|
MessageInviteVideoChatParticipantsTypeID: "messageInviteVideoChatParticipants#f58d603",
|
|
MessageBasicGroupChatCreateTypeID: "messageBasicGroupChatCreate#8b60f757",
|
|
MessageSupergroupChatCreateTypeID: "messageSupergroupChatCreate#e61cb71b",
|
|
MessageChatChangeTitleTypeID: "messageChatChangeTitle#2c99bb41",
|
|
MessageChatChangePhotoTypeID: "messageChatChangePhoto#cf84454b",
|
|
MessageChatDeletePhotoTypeID: "messageChatDeletePhoto#f502a9e7",
|
|
MessageChatAddMembersTypeID: "messageChatAddMembers#1e95b1cd",
|
|
MessageChatJoinByLinkTypeID: "messageChatJoinByLink#6e0f407f",
|
|
MessageChatJoinByRequestTypeID: "messageChatJoinByRequest#4740cb7c",
|
|
MessageChatDeleteMemberTypeID: "messageChatDeleteMember#37e931a9",
|
|
MessageChatUpgradeToTypeID: "messageChatUpgradeTo#63f549b",
|
|
MessageChatUpgradeFromTypeID: "messageChatUpgradeFrom#136daadc",
|
|
MessagePinMessageTypeID: "messagePinMessage#38d55039",
|
|
MessageScreenshotTakenTypeID: "messageScreenshotTaken#a2b86dab",
|
|
MessageChatSetBackgroundTypeID: "messageChatSetBackground#3d5d7c40",
|
|
MessageChatSetThemeTypeID: "messageChatSetTheme#99ae9408",
|
|
MessageChatSetMessageAutoDeleteTimeTypeID: "messageChatSetMessageAutoDeleteTime#619e052e",
|
|
MessageChatBoostTypeID: "messageChatBoost#5e5f658b",
|
|
MessageForumTopicCreatedTypeID: "messageForumTopicCreated#b8ce47d1",
|
|
MessageForumTopicEditedTypeID: "messageForumTopicEdited#c0b780",
|
|
MessageForumTopicIsClosedToggledTypeID: "messageForumTopicIsClosedToggled#4b578fe0",
|
|
MessageForumTopicIsHiddenToggledTypeID: "messageForumTopicIsHiddenToggled#979393fe",
|
|
MessageSuggestProfilePhotoTypeID: "messageSuggestProfilePhoto#b5611ee7",
|
|
MessageCustomServiceActionTypeID: "messageCustomServiceAction#5595c772",
|
|
MessageGameScoreTypeID: "messageGameScore#50299d7f",
|
|
MessagePaymentSuccessfulTypeID: "messagePaymentSuccessful#3e661911",
|
|
MessagePaymentSuccessfulBotTypeID: "messagePaymentSuccessfulBot#c7664dbf",
|
|
MessagePaymentRefundedTypeID: "messagePaymentRefunded#11bcb8f3",
|
|
MessageGiftedPremiumTypeID: "messageGiftedPremium#e4d0e07a",
|
|
MessagePremiumGiftCodeTypeID: "messagePremiumGiftCode#29d22e4e",
|
|
MessageGiveawayCreatedTypeID: "messageGiveawayCreated#39f3639f",
|
|
MessageGiveawayTypeID: "messageGiveaway#eb61daa8",
|
|
MessageGiveawayCompletedTypeID: "messageGiveawayCompleted#e424c8f7",
|
|
MessageGiveawayWinnersTypeID: "messageGiveawayWinners#1d99a27a",
|
|
MessageGiftedStarsTypeID: "messageGiftedStars#41bdbea7",
|
|
MessageGiveawayPrizeStarsTypeID: "messageGiveawayPrizeStars#aa0f5de3",
|
|
MessageGiftTypeID: "messageGift#24434257",
|
|
MessageUpgradedGiftTypeID: "messageUpgradedGift#bf9d0e9",
|
|
MessageRefundedUpgradedGiftTypeID: "messageRefundedUpgradedGift#8fd7946f",
|
|
MessagePaidMessagesRefundedTypeID: "messagePaidMessagesRefunded#2298408f",
|
|
MessagePaidMessagePriceChangedTypeID: "messagePaidMessagePriceChanged#eb708d0b",
|
|
MessageDirectMessagePriceChangedTypeID: "messageDirectMessagePriceChanged#4eba4db7",
|
|
MessageContactRegisteredTypeID: "messageContactRegistered#a678fcff",
|
|
MessageUsersSharedTypeID: "messageUsersShared#7f1f4a22",
|
|
MessageChatSharedTypeID: "messageChatShared#aec6d961",
|
|
MessageBotWriteAccessAllowedTypeID: "messageBotWriteAccessAllowed#9a8ab7b4",
|
|
MessageWebAppDataSentTypeID: "messageWebAppDataSent#fb033912",
|
|
MessageWebAppDataReceivedTypeID: "messageWebAppDataReceived#ff7d1a15",
|
|
MessagePassportDataSentTypeID: "messagePassportDataSent#26c5ed6b",
|
|
MessagePassportDataReceivedTypeID: "messagePassportDataReceived#e0b936b9",
|
|
MessageProximityAlertTriggeredTypeID: "messageProximityAlertTriggered#409f6d3",
|
|
MessageUnsupportedTypeID: "messageUnsupported#93b6f585",
|
|
TextEntityTypeMentionTypeID: "textEntityTypeMention#37b3df65",
|
|
TextEntityTypeHashtagTypeID: "textEntityTypeHashtag#c2f7a2dd",
|
|
TextEntityTypeCashtagTypeID: "textEntityTypeCashtag#48e4374b",
|
|
TextEntityTypeBotCommandTypeID: "textEntityTypeBotCommand#bb652bb3",
|
|
TextEntityTypeURLTypeID: "textEntityTypeUrl#b1c0d47c",
|
|
TextEntityTypeEmailAddressTypeID: "textEntityTypeEmailAddress#54f81821",
|
|
TextEntityTypePhoneNumberTypeID: "textEntityTypePhoneNumber#bad9aa2a",
|
|
TextEntityTypeBankCardNumberTypeID: "textEntityTypeBankCardNumber#6513910",
|
|
TextEntityTypeBoldTypeID: "textEntityTypeBold#bcc0e1b0",
|
|
TextEntityTypeItalicTypeID: "textEntityTypeItalic#f8f3965d",
|
|
TextEntityTypeUnderlineTypeID: "textEntityTypeUnderline#2f39cf92",
|
|
TextEntityTypeStrikethroughTypeID: "textEntityTypeStrikethrough#394fc4fa",
|
|
TextEntityTypeSpoilerTypeID: "textEntityTypeSpoiler#206d15bb",
|
|
TextEntityTypeCodeTypeID: "textEntityTypeCode#c5e9c94a",
|
|
TextEntityTypePreTypeID: "textEntityTypePre#62491c8e",
|
|
TextEntityTypePreCodeTypeID: "textEntityTypePreCode#c7a77aab",
|
|
TextEntityTypeBlockQuoteTypeID: "textEntityTypeBlockQuote#c42830c8",
|
|
TextEntityTypeExpandableBlockQuoteTypeID: "textEntityTypeExpandableBlockQuote#22e0c65",
|
|
TextEntityTypeTextURLTypeID: "textEntityTypeTextUrl#1a912463",
|
|
TextEntityTypeMentionNameTypeID: "textEntityTypeMentionName#a25cd5af",
|
|
TextEntityTypeCustomEmojiTypeID: "textEntityTypeCustomEmoji#66ceacc5",
|
|
TextEntityTypeMediaTimestampTypeID: "textEntityTypeMediaTimestamp#9236da10",
|
|
InputThumbnailTypeID: "inputThumbnail#5e515024",
|
|
InputPaidMediaTypePhotoTypeID: "inputPaidMediaTypePhoto#d299fd1a",
|
|
InputPaidMediaTypeVideoTypeID: "inputPaidMediaTypeVideo#6aea5339",
|
|
InputPaidMediaTypeID: "inputPaidMedia#19f0fc79",
|
|
MessageSchedulingStateSendAtDateTypeID: "messageSchedulingStateSendAtDate#a773ffe7",
|
|
MessageSchedulingStateSendWhenOnlineTypeID: "messageSchedulingStateSendWhenOnline#7cbfd808",
|
|
MessageSchedulingStateSendWhenVideoProcessedTypeID: "messageSchedulingStateSendWhenVideoProcessed#7d438bee",
|
|
MessageSelfDestructTypeTimerTypeID: "messageSelfDestructTypeTimer#508d57cd",
|
|
MessageSelfDestructTypeImmediatelyTypeID: "messageSelfDestructTypeImmediately#c23c9005",
|
|
MessageSendOptionsTypeID: "messageSendOptions#73e3f43c",
|
|
MessageCopyOptionsTypeID: "messageCopyOptions#405c03ba",
|
|
InputMessageTextTypeID: "inputMessageText#f350d894",
|
|
InputMessageAnimationTypeID: "inputMessageAnimation#19fe563",
|
|
InputMessageAudioTypeID: "inputMessageAudio#daa400b2",
|
|
InputMessageDocumentTypeID: "inputMessageDocument#615b72b9",
|
|
InputMessagePaidMediaTypeID: "inputMessagePaidMedia#370c4490",
|
|
InputMessagePhotoTypeID: "inputMessagePhoto#bc78dbcc",
|
|
InputMessageStickerTypeID: "inputMessageSticker#3ff1b6f9",
|
|
InputMessageVideoTypeID: "inputMessageVideo#74f09b52",
|
|
InputMessageVideoNoteTypeID: "inputMessageVideoNote#d56816dd",
|
|
InputMessageVoiceNoteTypeID: "inputMessageVoiceNote#5723ffac",
|
|
InputMessageLocationTypeID: "inputMessageLocation#26aae970",
|
|
InputMessageVenueTypeID: "inputMessageVenue#564d99fd",
|
|
InputMessageContactTypeID: "inputMessageContact#c5710cff",
|
|
InputMessageDiceTypeID: "inputMessageDice#322967a9",
|
|
InputMessageGameTypeID: "inputMessageGame#4aae6ae2",
|
|
InputMessageInvoiceTypeID: "inputMessageInvoice#babc8f71",
|
|
InputMessagePollTypeID: "inputMessagePoll#9046c716",
|
|
InputMessageStoryTypeID: "inputMessageStory#e9e713eb",
|
|
InputMessageForwardedTypeID: "inputMessageForwarded#bfd5d134",
|
|
MessagePropertiesTypeID: "messageProperties#e9f1ca48",
|
|
SearchMessagesFilterEmptyTypeID: "searchMessagesFilterEmpty#cc2e1337",
|
|
SearchMessagesFilterAnimationTypeID: "searchMessagesFilterAnimation#f6b800c5",
|
|
SearchMessagesFilterAudioTypeID: "searchMessagesFilterAudio#33b5147b",
|
|
SearchMessagesFilterDocumentTypeID: "searchMessagesFilterDocument#5af9f74f",
|
|
SearchMessagesFilterPhotoTypeID: "searchMessagesFilterPhoto#37309b05",
|
|
SearchMessagesFilterVideoTypeID: "searchMessagesFilterVideo#6e2f92e",
|
|
SearchMessagesFilterVoiceNoteTypeID: "searchMessagesFilterVoiceNote#6dc2227d",
|
|
SearchMessagesFilterPhotoAndVideoTypeID: "searchMessagesFilterPhotoAndVideo#5097e193",
|
|
SearchMessagesFilterURLTypeID: "searchMessagesFilterUrl#92ffe18b",
|
|
SearchMessagesFilterChatPhotoTypeID: "searchMessagesFilterChatPhoto#b5a0d35f",
|
|
SearchMessagesFilterVideoNoteTypeID: "searchMessagesFilterVideoNote#21a2e3f9",
|
|
SearchMessagesFilterVoiceAndVideoNoteTypeID: "searchMessagesFilterVoiceAndVideoNote#279680e3",
|
|
SearchMessagesFilterMentionTypeID: "searchMessagesFilterMention#7748c89c",
|
|
SearchMessagesFilterUnreadMentionTypeID: "searchMessagesFilterUnreadMention#fa4aadc3",
|
|
SearchMessagesFilterUnreadReactionTypeID: "searchMessagesFilterUnreadReaction#adc43100",
|
|
SearchMessagesFilterFailedToSendTypeID: "searchMessagesFilterFailedToSend#dc74d6fc",
|
|
SearchMessagesFilterPinnedTypeID: "searchMessagesFilterPinned#16294d48",
|
|
SearchMessagesChatTypeFilterPrivateTypeID: "searchMessagesChatTypeFilterPrivate#45b152cf",
|
|
SearchMessagesChatTypeFilterGroupTypeID: "searchMessagesChatTypeFilterGroup#853fa71a",
|
|
SearchMessagesChatTypeFilterChannelTypeID: "searchMessagesChatTypeFilterChannel#d1e4b6d5",
|
|
ChatActionTypingTypeID: "chatActionTyping#16a83437",
|
|
ChatActionRecordingVideoTypeID: "chatActionRecordingVideo#ce85792",
|
|
ChatActionUploadingVideoTypeID: "chatActionUploadingVideo#49902c36",
|
|
ChatActionRecordingVoiceNoteTypeID: "chatActionRecordingVoiceNote#cfc9ed76",
|
|
ChatActionUploadingVoiceNoteTypeID: "chatActionUploadingVoiceNote#db6c8a6e",
|
|
ChatActionUploadingPhotoTypeID: "chatActionUploadingPhoto#26feeb47",
|
|
ChatActionUploadingDocumentTypeID: "chatActionUploadingDocument#a01b64a",
|
|
ChatActionChoosingStickerTypeID: "chatActionChoosingSticker#1637c521",
|
|
ChatActionChoosingLocationTypeID: "chatActionChoosingLocation#87b96324",
|
|
ChatActionChoosingContactTypeID: "chatActionChoosingContact#b7220418",
|
|
ChatActionStartPlayingGameTypeID: "chatActionStartPlayingGame#cc63a7fc",
|
|
ChatActionRecordingVideoNoteTypeID: "chatActionRecordingVideoNote#fc2081",
|
|
ChatActionUploadingVideoNoteTypeID: "chatActionUploadingVideoNote#45e0de76",
|
|
ChatActionWatchingAnimationsTypeID: "chatActionWatchingAnimations#7a5e26b1",
|
|
ChatActionCancelTypeID: "chatActionCancel#452c30b6",
|
|
UserStatusEmptyTypeID: "userStatusEmpty#9d05049",
|
|
UserStatusOnlineTypeID: "userStatusOnline#a4d64774",
|
|
UserStatusOfflineTypeID: "userStatusOffline#d2b38d05",
|
|
UserStatusRecentlyTypeID: "userStatusRecently#faa60b5",
|
|
UserStatusLastWeekTypeID: "userStatusLastWeek#12801b57",
|
|
UserStatusLastMonthTypeID: "userStatusLastMonth#b8cb29fc",
|
|
EmojiKeywordTypeID: "emojiKeyword#821912df",
|
|
EmojiKeywordsTypeID: "emojiKeywords#de023f4",
|
|
StickersTypeID: "stickers#83491d00",
|
|
EmojisTypeID: "emojis#77274a16",
|
|
StickerSetTypeID: "stickerSet#e3b8a114",
|
|
StickerSetInfoTypeID: "stickerSetInfo#58991994",
|
|
StickerSetsTypeID: "stickerSets#b8a6490d",
|
|
TrendingStickerSetsTypeID: "trendingStickerSets#298f12cc",
|
|
EmojiCategorySourceSearchTypeID: "emojiCategorySourceSearch#5e126d32",
|
|
EmojiCategorySourcePremiumTypeID: "emojiCategorySourcePremium#8cd28d0c",
|
|
EmojiCategoryTypeID: "emojiCategory#220de4ef",
|
|
EmojiCategoriesTypeID: "emojiCategories#c680f27a",
|
|
EmojiCategoryTypeDefaultTypeID: "emojiCategoryTypeDefault#46db626b",
|
|
EmojiCategoryTypeRegularStickersTypeID: "emojiCategoryTypeRegularStickers#b04799d2",
|
|
EmojiCategoryTypeEmojiStatusTypeID: "emojiCategoryTypeEmojiStatus#5254b347",
|
|
EmojiCategoryTypeChatPhotoTypeID: "emojiCategoryTypeChatPhoto#3f200529",
|
|
CurrentWeatherTypeID: "currentWeather#eacea8c0",
|
|
StoryAreaPositionTypeID: "storyAreaPosition#a49fec6c",
|
|
StoryAreaTypeLocationTypeID: "storyAreaTypeLocation#a8b3caa3",
|
|
StoryAreaTypeVenueTypeID: "storyAreaTypeVenue#18ae4d06",
|
|
StoryAreaTypeSuggestedReactionTypeID: "storyAreaTypeSuggestedReaction#f95f927c",
|
|
StoryAreaTypeMessageTypeID: "storyAreaTypeMessage#bfef76b4",
|
|
StoryAreaTypeLinkTypeID: "storyAreaTypeLink#f8626185",
|
|
StoryAreaTypeWeatherTypeID: "storyAreaTypeWeather#a6587dbe",
|
|
StoryAreaTypeUpgradedGiftTypeID: "storyAreaTypeUpgradedGift#2d50f987",
|
|
StoryAreaTypeID: "storyArea#c9ff075e",
|
|
InputStoryAreaTypeLocationTypeID: "inputStoryAreaTypeLocation#aa8b3f39",
|
|
InputStoryAreaTypeFoundVenueTypeID: "inputStoryAreaTypeFoundVenue#accda496",
|
|
InputStoryAreaTypePreviousVenueTypeID: "inputStoryAreaTypePreviousVenue#6e124e0c",
|
|
InputStoryAreaTypeSuggestedReactionTypeID: "inputStoryAreaTypeSuggestedReaction#7d4751d3",
|
|
InputStoryAreaTypeMessageTypeID: "inputStoryAreaTypeMessage#f01be457",
|
|
InputStoryAreaTypeLinkTypeID: "inputStoryAreaTypeLink#53f31b48",
|
|
InputStoryAreaTypeWeatherTypeID: "inputStoryAreaTypeWeather#b7b7de9d",
|
|
InputStoryAreaTypeUpgradedGiftTypeID: "inputStoryAreaTypeUpgradedGift#2f45216e",
|
|
InputStoryAreaTypeID: "inputStoryArea#752ae7f",
|
|
InputStoryAreasTypeID: "inputStoryAreas#b8ba29fe",
|
|
StoryVideoTypeID: "storyVideo#562b0a45",
|
|
StoryContentPhotoTypeID: "storyContentPhoto#d45f0050",
|
|
StoryContentVideoTypeID: "storyContentVideo#b30162a6",
|
|
StoryContentUnsupportedTypeID: "storyContentUnsupported#86c7f56e",
|
|
InputStoryContentPhotoTypeID: "inputStoryContentPhoto#3286fbe0",
|
|
InputStoryContentVideoTypeID: "inputStoryContentVideo#cc1e4239",
|
|
StoryListMainTypeID: "storyListMain#d7eeb3ff",
|
|
StoryListArchiveTypeID: "storyListArchive#fd80a741",
|
|
StoryOriginPublicStoryTypeID: "storyOriginPublicStory#2c379fbe",
|
|
StoryOriginHiddenUserTypeID: "storyOriginHiddenUser#fa41d657",
|
|
StoryRepostInfoTypeID: "storyRepostInfo#ff7fa440",
|
|
StoryInteractionInfoTypeID: "storyInteractionInfo#e1557fc7",
|
|
StoryTypeID: "story#cd0d1d04",
|
|
StoriesTypeID: "stories#b88ff8ff",
|
|
FoundStoriesTypeID: "foundStories#854b067c",
|
|
StoryFullIDTypeID: "storyFullId#2da781a3",
|
|
StoryInfoTypeID: "storyInfo#8997c352",
|
|
ChatActiveStoriesTypeID: "chatActiveStories#d923d773",
|
|
StoryInteractionTypeViewTypeID: "storyInteractionTypeView#53e337d0",
|
|
StoryInteractionTypeForwardTypeID: "storyInteractionTypeForward#27d23cff",
|
|
StoryInteractionTypeRepostTypeID: "storyInteractionTypeRepost#c32279c4",
|
|
StoryInteractionTypeID: "storyInteraction#d624d222",
|
|
StoryInteractionsTypeID: "storyInteractions#f9f5d50f",
|
|
QuickReplyMessageTypeID: "quickReplyMessage#bef92f03",
|
|
QuickReplyMessagesTypeID: "quickReplyMessages#8426549b",
|
|
QuickReplyShortcutTypeID: "quickReplyShortcut#bdfd9a95",
|
|
PublicForwardMessageTypeID: "publicForwardMessage#317b3d2",
|
|
PublicForwardStoryTypeID: "publicForwardStory#7fdf26af",
|
|
PublicForwardsTypeID: "publicForwards#3ed29447",
|
|
BotMediaPreviewTypeID: "botMediaPreview#9eb59ce8",
|
|
BotMediaPreviewsTypeID: "botMediaPreviews#f1b8f27d",
|
|
BotMediaPreviewInfoTypeID: "botMediaPreviewInfo#e49169db",
|
|
ChatBoostLevelFeaturesTypeID: "chatBoostLevelFeatures#3a24066e",
|
|
ChatBoostFeaturesTypeID: "chatBoostFeatures#3d24fc08",
|
|
ChatBoostSourceGiftCodeTypeID: "chatBoostSourceGiftCode#fa2412ba",
|
|
ChatBoostSourceGiveawayTypeID: "chatBoostSourceGiveaway#7254949a",
|
|
ChatBoostSourcePremiumTypeID: "chatBoostSourcePremium#ed4eb",
|
|
PrepaidGiveawayTypeID: "prepaidGiveaway#ef70338f",
|
|
ChatBoostStatusTypeID: "chatBoostStatus#401e753c",
|
|
ChatBoostTypeID: "chatBoost#96bfccb2",
|
|
FoundChatBoostsTypeID: "foundChatBoosts#dc80d52e",
|
|
ChatBoostSlotTypeID: "chatBoostSlot#757fac7",
|
|
ChatBoostSlotsTypeID: "chatBoostSlots#6859c79",
|
|
ResendCodeReasonUserRequestTypeID: "resendCodeReasonUserRequest#e5a8c880",
|
|
ResendCodeReasonVerificationFailedTypeID: "resendCodeReasonVerificationFailed#1f952dc1",
|
|
CallDiscardReasonEmptyTypeID: "callDiscardReasonEmpty#b4f66fc3",
|
|
CallDiscardReasonMissedTypeID: "callDiscardReasonMissed#64283a7c",
|
|
CallDiscardReasonDeclinedTypeID: "callDiscardReasonDeclined#98e36c32",
|
|
CallDiscardReasonDisconnectedTypeID: "callDiscardReasonDisconnected#aff563a2",
|
|
CallDiscardReasonHungUpTypeID: "callDiscardReasonHungUp#1a1ea5e6",
|
|
CallDiscardReasonUpgradeToGroupCallTypeID: "callDiscardReasonUpgradeToGroupCall#4ac64b07",
|
|
CallProtocolTypeID: "callProtocol#a9a037e",
|
|
CallServerTypeTelegramReflectorTypeID: "callServerTypeTelegramReflector#32af3515",
|
|
CallServerTypeWebrtcTypeID: "callServerTypeWebrtc#4a8afd65",
|
|
CallServerTypeID: "callServer#6f37df97",
|
|
CallIDTypeID: "callId#3eac609",
|
|
GroupCallIDTypeID: "groupCallId#14e4bb45",
|
|
CallStatePendingTypeID: "callStatePending#3ff56c2c",
|
|
CallStateExchangingKeysTypeID: "callStateExchangingKeys#91d77a65",
|
|
CallStateReadyTypeID: "callStateReady#dfc6b953",
|
|
CallStateHangingUpTypeID: "callStateHangingUp#80d0f2aa",
|
|
CallStateDiscardedTypeID: "callStateDiscarded#531b7c45",
|
|
CallStateErrorTypeID: "callStateError#c5df6495",
|
|
GroupCallJoinParametersTypeID: "groupCallJoinParameters#691bede6",
|
|
GroupCallVideoQualityThumbnailTypeID: "groupCallVideoQualityThumbnail#e9661380",
|
|
GroupCallVideoQualityMediumTypeID: "groupCallVideoQualityMedium#178abcaa",
|
|
GroupCallVideoQualityFullTypeID: "groupCallVideoQualityFull#81491637",
|
|
VideoChatStreamTypeID: "videoChatStream#bb5a57dc",
|
|
VideoChatStreamsTypeID: "videoChatStreams#58e70d9b",
|
|
RtmpURLTypeID: "rtmpUrl#3c28bc55",
|
|
GroupCallRecentSpeakerTypeID: "groupCallRecentSpeaker#6c73a9cc",
|
|
GroupCallTypeID: "groupCall#9da75b8b",
|
|
GroupCallVideoSourceGroupTypeID: "groupCallVideoSourceGroup#4ef8a4af",
|
|
GroupCallParticipantVideoInfoTypeID: "groupCallParticipantVideoInfo#70f7eff6",
|
|
GroupCallParticipantTypeID: "groupCallParticipant#7abca1eb",
|
|
GroupCallParticipantsTypeID: "groupCallParticipants#1281190b",
|
|
GroupCallInfoTypeID: "groupCallInfo#3533a0d4",
|
|
InviteGroupCallParticipantResultUserPrivacyRestrictedTypeID: "inviteGroupCallParticipantResultUserPrivacyRestricted#328c5f9",
|
|
InviteGroupCallParticipantResultUserAlreadyParticipantTypeID: "inviteGroupCallParticipantResultUserAlreadyParticipant#276e1687",
|
|
InviteGroupCallParticipantResultUserWasBannedTypeID: "inviteGroupCallParticipantResultUserWasBanned#f3d1eff3",
|
|
InviteGroupCallParticipantResultSuccessTypeID: "inviteGroupCallParticipantResultSuccess#8de5f4cd",
|
|
GroupCallDataChannelMainTypeID: "groupCallDataChannelMain#fe15018d",
|
|
GroupCallDataChannelScreenSharingTypeID: "groupCallDataChannelScreenSharing#dc239031",
|
|
InputGroupCallLinkTypeID: "inputGroupCallLink#cf9775d8",
|
|
InputGroupCallMessageTypeID: "inputGroupCallMessage#eba0a418",
|
|
CallProblemEchoTypeID: "callProblemEcho#2fc01184",
|
|
CallProblemNoiseTypeID: "callProblemNoise#3ec4808f",
|
|
CallProblemInterruptionsTypeID: "callProblemInterruptions#42ba1c62",
|
|
CallProblemDistortedSpeechTypeID: "callProblemDistortedSpeech#16a5bd05",
|
|
CallProblemSilentLocalTypeID: "callProblemSilentLocal#f1e6f36",
|
|
CallProblemSilentRemoteTypeID: "callProblemSilentRemote#2230f89a",
|
|
CallProblemDroppedTypeID: "callProblemDropped#b809e381",
|
|
CallProblemDistortedVideoTypeID: "callProblemDistortedVideo#16f6620a",
|
|
CallProblemPixelatedVideoTypeID: "callProblemPixelatedVideo#7e1526d3",
|
|
CallTypeID: "call#36db9764",
|
|
FirebaseAuthenticationSettingsAndroidTypeID: "firebaseAuthenticationSettingsAndroid#966ef61c",
|
|
FirebaseAuthenticationSettingsIosTypeID: "firebaseAuthenticationSettingsIos#d49a4c4",
|
|
PhoneNumberAuthenticationSettingsTypeID: "phoneNumberAuthenticationSettings#3e1183db",
|
|
AddedReactionTypeID: "addedReaction#4b04819d",
|
|
AddedReactionsTypeID: "addedReactions#77bf7590",
|
|
AvailableReactionTypeID: "availableReaction#f9024387",
|
|
AvailableReactionsTypeID: "availableReactions#3596f453",
|
|
EmojiReactionTypeID: "emojiReaction#60532c5f",
|
|
ReactionUnavailabilityReasonAnonymousAdministratorTypeID: "reactionUnavailabilityReasonAnonymousAdministrator#e23883fb",
|
|
ReactionUnavailabilityReasonGuestTypeID: "reactionUnavailabilityReasonGuest#50ef5244",
|
|
AnimationsTypeID: "animations#2ce4157c",
|
|
DiceStickersRegularTypeID: "diceStickersRegular#d3dfecce",
|
|
DiceStickersSlotMachineTypeID: "diceStickersSlotMachine#e9a28cac",
|
|
ImportedContactsTypeID: "importedContacts#1119a03e",
|
|
SpeechRecognitionResultPendingTypeID: "speechRecognitionResultPending#9ebc8e00",
|
|
SpeechRecognitionResultTextTypeID: "speechRecognitionResultText#80e681dd",
|
|
SpeechRecognitionResultErrorTypeID: "speechRecognitionResultError#9d243fc",
|
|
BusinessConnectionTypeID: "businessConnection#c4a6c383",
|
|
AttachmentMenuBotColorTypeID: "attachmentMenuBotColor#64235ebc",
|
|
AttachmentMenuBotTypeID: "attachmentMenuBot#b96e1bbf",
|
|
SentWebAppMessageTypeID: "sentWebAppMessage#4a24eec0",
|
|
BotWriteAccessAllowReasonConnectedWebsiteTypeID: "botWriteAccessAllowReasonConnectedWebsite#782eafe3",
|
|
BotWriteAccessAllowReasonAddedToAttachmentMenuTypeID: "botWriteAccessAllowReasonAddedToAttachmentMenu#828b5f9d",
|
|
BotWriteAccessAllowReasonLaunchedWebAppTypeID: "botWriteAccessAllowReasonLaunchedWebApp#f1a504d7",
|
|
BotWriteAccessAllowReasonAcceptedRequestTypeID: "botWriteAccessAllowReasonAcceptedRequest#89c63bfc",
|
|
HTTPURLTypeID: "httpUrl#87b775a6",
|
|
UserLinkTypeID: "userLink#1db0fef8",
|
|
TargetChatTypesTypeID: "targetChatTypes#5a300e51",
|
|
TargetChatCurrentTypeID: "targetChatCurrent#e729d110",
|
|
TargetChatChosenTypeID: "targetChatChosen#acf8d5a6",
|
|
TargetChatInternalLinkTypeID: "targetChatInternalLink#dd788fe0",
|
|
InputInlineQueryResultAnimationTypeID: "inputInlineQueryResultAnimation#a7335216",
|
|
InputInlineQueryResultArticleTypeID: "inputInlineQueryResultArticle#763583bc",
|
|
InputInlineQueryResultAudioTypeID: "inputInlineQueryResultAudio#4b1c35d4",
|
|
InputInlineQueryResultContactTypeID: "inputInlineQueryResultContact#6e08b5d2",
|
|
InputInlineQueryResultDocumentTypeID: "inputInlineQueryResultDocument#227fd0cd",
|
|
InputInlineQueryResultGameTypeID: "inputInlineQueryResultGame#39951fd7",
|
|
InputInlineQueryResultLocationTypeID: "inputInlineQueryResultLocation#8f7cbe56",
|
|
InputInlineQueryResultPhotoTypeID: "inputInlineQueryResultPhoto#bd0b361f",
|
|
InputInlineQueryResultStickerTypeID: "inputInlineQueryResultSticker#10550459",
|
|
InputInlineQueryResultVenueTypeID: "inputInlineQueryResultVenue#2049c13d",
|
|
InputInlineQueryResultVideoTypeID: "inputInlineQueryResultVideo#66c344e7",
|
|
InputInlineQueryResultVoiceNoteTypeID: "inputInlineQueryResultVoiceNote#954da949",
|
|
InlineQueryResultArticleTypeID: "inlineQueryResultArticle#1016d01a",
|
|
InlineQueryResultContactTypeID: "inlineQueryResultContact#f5278212",
|
|
InlineQueryResultLocationTypeID: "inlineQueryResultLocation#1bc6ab10",
|
|
InlineQueryResultVenueTypeID: "inlineQueryResultVenue#4c5b105e",
|
|
InlineQueryResultGameTypeID: "inlineQueryResultGame#65bd7c7b",
|
|
InlineQueryResultAnimationTypeID: "inlineQueryResultAnimation#77cded0b",
|
|
InlineQueryResultAudioTypeID: "inlineQueryResultAudio#3239d2f8",
|
|
InlineQueryResultDocumentTypeID: "inlineQueryResultDocument#a71d0c45",
|
|
InlineQueryResultPhotoTypeID: "inlineQueryResultPhoto#6e2b1dd0",
|
|
InlineQueryResultStickerTypeID: "inlineQueryResultSticker#91d6560b",
|
|
InlineQueryResultVideoTypeID: "inlineQueryResultVideo#ae2742e5",
|
|
InlineQueryResultVoiceNoteTypeID: "inlineQueryResultVoiceNote#8ee8142f",
|
|
InlineQueryResultsButtonTypeStartBotTypeID: "inlineQueryResultsButtonTypeStartBot#fe9af0d5",
|
|
InlineQueryResultsButtonTypeWebAppTypeID: "inlineQueryResultsButtonTypeWebApp#b8a16362",
|
|
InlineQueryResultsButtonTypeID: "inlineQueryResultsButton#d0df08ae",
|
|
InlineQueryResultsTypeID: "inlineQueryResults#ffd17579",
|
|
PreparedInlineMessageIDTypeID: "preparedInlineMessageId#380d9be4",
|
|
PreparedInlineMessageTypeID: "preparedInlineMessage#942e7cc2",
|
|
CallbackQueryPayloadDataTypeID: "callbackQueryPayloadData#8a1e3c66",
|
|
CallbackQueryPayloadDataWithPasswordTypeID: "callbackQueryPayloadDataWithPassword#4fe2d8f2",
|
|
CallbackQueryPayloadGameTypeID: "callbackQueryPayloadGame#4db2ec38",
|
|
CallbackQueryAnswerTypeID: "callbackQueryAnswer#1582685d",
|
|
CustomRequestResultTypeID: "customRequestResult#88326ffc",
|
|
GameHighScoreTypeID: "gameHighScore#146fcf1e",
|
|
GameHighScoresTypeID: "gameHighScores#6d4cd30d",
|
|
ChatEventMessageEditedTypeID: "chatEventMessageEdited#e64ff5f8",
|
|
ChatEventMessageDeletedTypeID: "chatEventMessageDeleted#37bfcd73",
|
|
ChatEventMessagePinnedTypeID: "chatEventMessagePinned#1a26ad1a",
|
|
ChatEventMessageUnpinnedTypeID: "chatEventMessageUnpinned#e9943b17",
|
|
ChatEventPollStoppedTypeID: "chatEventPollStopped#77cc8be5",
|
|
ChatEventMemberJoinedTypeID: "chatEventMemberJoined#f1f70924",
|
|
ChatEventMemberJoinedByInviteLinkTypeID: "chatEventMemberJoinedByInviteLink#a9d6dd7a",
|
|
ChatEventMemberJoinedByRequestTypeID: "chatEventMemberJoinedByRequest#9dc87e3f",
|
|
ChatEventMemberInvitedTypeID: "chatEventMemberInvited#38d7bfc9",
|
|
ChatEventMemberLeftTypeID: "chatEventMemberLeft#c778400f",
|
|
ChatEventMemberPromotedTypeID: "chatEventMemberPromoted#1f4f6861",
|
|
ChatEventMemberRestrictedTypeID: "chatEventMemberRestricted#5f951e05",
|
|
ChatEventMemberSubscriptionExtendedTypeID: "chatEventMemberSubscriptionExtended#bbfab002",
|
|
ChatEventAvailableReactionsChangedTypeID: "chatEventAvailableReactionsChanged#97b8e0bf",
|
|
ChatEventBackgroundChangedTypeID: "chatEventBackgroundChanged#b6ed6d38",
|
|
ChatEventDescriptionChangedTypeID: "chatEventDescriptionChanged#254cf1e",
|
|
ChatEventEmojiStatusChangedTypeID: "chatEventEmojiStatusChanged#83e97b1e",
|
|
ChatEventLinkedChatChangedTypeID: "chatEventLinkedChatChanged#6b2271af",
|
|
ChatEventLocationChangedTypeID: "chatEventLocationChanged#e7cdfd4e",
|
|
ChatEventMessageAutoDeleteTimeChangedTypeID: "chatEventMessageAutoDeleteTimeChanged#1083f24",
|
|
ChatEventPermissionsChangedTypeID: "chatEventPermissionsChanged#b1d337a8",
|
|
ChatEventPhotoChangedTypeID: "chatEventPhotoChanged#cfa062c3",
|
|
ChatEventSlowModeDelayChangedTypeID: "chatEventSlowModeDelayChanged#9d763c0b",
|
|
ChatEventStickerSetChangedTypeID: "chatEventStickerSetChanged#b5e7558f",
|
|
ChatEventCustomEmojiStickerSetChangedTypeID: "chatEventCustomEmojiStickerSetChanged#70c431b",
|
|
ChatEventTitleChangedTypeID: "chatEventTitleChanged#43990ad2",
|
|
ChatEventUsernameChangedTypeID: "chatEventUsernameChanged#6707b56b",
|
|
ChatEventActiveUsernamesChangedTypeID: "chatEventActiveUsernamesChanged#95e54656",
|
|
ChatEventAccentColorChangedTypeID: "chatEventAccentColorChanged#e6837733",
|
|
ChatEventProfileAccentColorChangedTypeID: "chatEventProfileAccentColorChanged#a5b8da64",
|
|
ChatEventHasProtectedContentToggledTypeID: "chatEventHasProtectedContentToggled#f5044201",
|
|
ChatEventInvitesToggledTypeID: "chatEventInvitesToggled#fc45966b",
|
|
ChatEventIsAllHistoryAvailableToggledTypeID: "chatEventIsAllHistoryAvailableToggled#a0b03c15",
|
|
ChatEventHasAggressiveAntiSpamEnabledToggledTypeID: "chatEventHasAggressiveAntiSpamEnabledToggled#f8875702",
|
|
ChatEventSignMessagesToggledTypeID: "chatEventSignMessagesToggled#b1b9281e",
|
|
ChatEventShowMessageSenderToggledTypeID: "chatEventShowMessageSenderToggled#d0a747e3",
|
|
ChatEventAutomaticTranslationToggledTypeID: "chatEventAutomaticTranslationToggled#b927656",
|
|
ChatEventInviteLinkEditedTypeID: "chatEventInviteLinkEdited#e4920d62",
|
|
ChatEventInviteLinkRevokedTypeID: "chatEventInviteLinkRevoked#a1dbffe3",
|
|
ChatEventInviteLinkDeletedTypeID: "chatEventInviteLinkDeleted#acda6167",
|
|
ChatEventVideoChatCreatedTypeID: "chatEventVideoChatCreated#6ca68a7b",
|
|
ChatEventVideoChatEndedTypeID: "chatEventVideoChatEnded#61286c48",
|
|
ChatEventVideoChatMuteNewParticipantsToggledTypeID: "chatEventVideoChatMuteNewParticipantsToggled#f87507fe",
|
|
ChatEventVideoChatParticipantIsMutedToggledTypeID: "chatEventVideoChatParticipantIsMutedToggled#1f1058f7",
|
|
ChatEventVideoChatParticipantVolumeLevelChangedTypeID: "chatEventVideoChatParticipantVolumeLevelChanged#436f92be",
|
|
ChatEventIsForumToggledTypeID: "chatEventIsForumToggled#5a63d119",
|
|
ChatEventForumTopicCreatedTypeID: "chatEventForumTopicCreated#7785fb42",
|
|
ChatEventForumTopicEditedTypeID: "chatEventForumTopicEdited#60da2c0c",
|
|
ChatEventForumTopicToggleIsClosedTypeID: "chatEventForumTopicToggleIsClosed#c69e4d3a",
|
|
ChatEventForumTopicToggleIsHiddenTypeID: "chatEventForumTopicToggleIsHidden#a015ef2e",
|
|
ChatEventForumTopicDeletedTypeID: "chatEventForumTopicDeleted#b08f290d",
|
|
ChatEventForumTopicPinnedTypeID: "chatEventForumTopicPinned#7fc523ee",
|
|
ChatEventTypeID: "chatEvent#d921b3d0",
|
|
ChatEventsTypeID: "chatEvents#d73ecdc4",
|
|
ChatEventLogFiltersTypeID: "chatEventLogFilters#c26e31b1",
|
|
LanguagePackStringValueOrdinaryTypeID: "languagePackStringValueOrdinary#f124a660",
|
|
LanguagePackStringValuePluralizedTypeID: "languagePackStringValuePluralized#71a812c5",
|
|
LanguagePackStringValueDeletedTypeID: "languagePackStringValueDeleted#6d5cb6fa",
|
|
LanguagePackStringTypeID: "languagePackString#4df0e460",
|
|
LanguagePackStringsTypeID: "languagePackStrings#4aa681ef",
|
|
LanguagePackInfoTypeID: "languagePackInfo#20514f5a",
|
|
LocalizationTargetInfoTypeID: "localizationTargetInfo#2ca3903b",
|
|
PremiumLimitTypeSupergroupCountTypeID: "premiumLimitTypeSupergroupCount#f13ff385",
|
|
PremiumLimitTypePinnedChatCountTypeID: "premiumLimitTypePinnedChatCount#c47543e1",
|
|
PremiumLimitTypeCreatedPublicChatCountTypeID: "premiumLimitTypeCreatedPublicChatCount#1a96beb9",
|
|
PremiumLimitTypeSavedAnimationCountTypeID: "premiumLimitTypeSavedAnimationCount#fed27d89",
|
|
PremiumLimitTypeFavoriteStickerCountTypeID: "premiumLimitTypeFavoriteStickerCount#2621e223",
|
|
PremiumLimitTypeChatFolderCountTypeID: "premiumLimitTypeChatFolderCount#1680096e",
|
|
PremiumLimitTypeChatFolderChosenChatCountTypeID: "premiumLimitTypeChatFolderChosenChatCount#64d14355",
|
|
PremiumLimitTypePinnedArchivedChatCountTypeID: "premiumLimitTypePinnedArchivedChatCount#588b2a0c",
|
|
PremiumLimitTypePinnedSavedMessagesTopicCountTypeID: "premiumLimitTypePinnedSavedMessagesTopicCount#a3eb64df",
|
|
PremiumLimitTypeCaptionLengthTypeID: "premiumLimitTypeCaptionLength#1185d83a",
|
|
PremiumLimitTypeBioLengthTypeID: "premiumLimitTypeBioLength#bba28603",
|
|
PremiumLimitTypeChatFolderInviteLinkCountTypeID: "premiumLimitTypeChatFolderInviteLinkCount#f854261a",
|
|
PremiumLimitTypeShareableChatFolderCountTypeID: "premiumLimitTypeShareableChatFolderCount#601eb4c7",
|
|
PremiumLimitTypeActiveStoryCountTypeID: "premiumLimitTypeActiveStoryCount#8d2c269c",
|
|
PremiumLimitTypeWeeklyPostedStoryCountTypeID: "premiumLimitTypeWeeklyPostedStoryCount#e1d1a577",
|
|
PremiumLimitTypeMonthlyPostedStoryCountTypeID: "premiumLimitTypeMonthlyPostedStoryCount#191c192",
|
|
PremiumLimitTypeStoryCaptionLengthTypeID: "premiumLimitTypeStoryCaptionLength#bed53302",
|
|
PremiumLimitTypeStorySuggestedReactionAreaCountTypeID: "premiumLimitTypeStorySuggestedReactionAreaCount#ba42b807",
|
|
PremiumLimitTypeSimilarChatCountTypeID: "premiumLimitTypeSimilarChatCount#a2ce1f11",
|
|
PremiumFeatureIncreasedLimitsTypeID: "premiumFeatureIncreasedLimits#6a6be1b7",
|
|
PremiumFeatureIncreasedUploadFileSizeTypeID: "premiumFeatureIncreasedUploadFileSize#6ccce473",
|
|
PremiumFeatureImprovedDownloadSpeedTypeID: "premiumFeatureImprovedDownloadSpeed#f00b4a3e",
|
|
PremiumFeatureVoiceRecognitionTypeID: "premiumFeatureVoiceRecognition#4cc89fde",
|
|
PremiumFeatureDisabledAdsTypeID: "premiumFeatureDisabledAds#8847624a",
|
|
PremiumFeatureUniqueReactionsTypeID: "premiumFeatureUniqueReactions#2db3b017",
|
|
PremiumFeatureUniqueStickersTypeID: "premiumFeatureUniqueStickers#82b97c00",
|
|
PremiumFeatureCustomEmojiTypeID: "premiumFeatureCustomEmoji#4f6ddb4c",
|
|
PremiumFeatureAdvancedChatManagementTypeID: "premiumFeatureAdvancedChatManagement#2f774d1a",
|
|
PremiumFeatureProfileBadgeTypeID: "premiumFeatureProfileBadge#ded30c2",
|
|
PremiumFeatureEmojiStatusTypeID: "premiumFeatureEmojiStatus#fdd2cce1",
|
|
PremiumFeatureAnimatedProfilePhotoTypeID: "premiumFeatureAnimatedProfilePhoto#f9fecce6",
|
|
PremiumFeatureForumTopicIconTypeID: "premiumFeatureForumTopicIcon#ceef6342",
|
|
PremiumFeatureAppIconsTypeID: "premiumFeatureAppIcons#5e79f489",
|
|
PremiumFeatureRealTimeChatTranslationTypeID: "premiumFeatureRealTimeChatTranslation#bbd80280",
|
|
PremiumFeatureUpgradedStoriesTypeID: "premiumFeatureUpgradedStories#9008051b",
|
|
PremiumFeatureChatBoostTypeID: "premiumFeatureChatBoost#5df89f1b",
|
|
PremiumFeatureAccentColorTypeID: "premiumFeatureAccentColor#361ac59e",
|
|
PremiumFeatureBackgroundForBothTypeID: "premiumFeatureBackgroundForBoth#2246eefa",
|
|
PremiumFeatureSavedMessagesTagsTypeID: "premiumFeatureSavedMessagesTags#3bcbe986",
|
|
PremiumFeatureMessagePrivacyTypeID: "premiumFeatureMessagePrivacy#2fd278f6",
|
|
PremiumFeatureLastSeenTimesTypeID: "premiumFeatureLastSeenTimes#d2914a8f",
|
|
PremiumFeatureBusinessTypeID: "premiumFeatureBusiness#a6609704",
|
|
PremiumFeatureMessageEffectsTypeID: "premiumFeatureMessageEffects#d4e35061",
|
|
BusinessFeatureLocationTypeID: "businessFeatureLocation#c090027c",
|
|
BusinessFeatureOpeningHoursTypeID: "businessFeatureOpeningHours#1b7b22ed",
|
|
BusinessFeatureQuickRepliesTypeID: "businessFeatureQuickReplies#9c380a82",
|
|
BusinessFeatureGreetingMessageTypeID: "businessFeatureGreetingMessage#6aa87474",
|
|
BusinessFeatureAwayMessageTypeID: "businessFeatureAwayMessage#40f9e8dd",
|
|
BusinessFeatureAccountLinksTypeID: "businessFeatureAccountLinks#6ffa970e",
|
|
BusinessFeatureStartPageTypeID: "businessFeatureStartPage#17edf7e1",
|
|
BusinessFeatureBotsTypeID: "businessFeatureBots#106575e5",
|
|
BusinessFeatureEmojiStatusTypeID: "businessFeatureEmojiStatus#cd8ec0e5",
|
|
BusinessFeatureChatFolderTagsTypeID: "businessFeatureChatFolderTags#df95092a",
|
|
BusinessFeatureUpgradedStoriesTypeID: "businessFeatureUpgradedStories#93fb53d2",
|
|
PremiumStoryFeaturePriorityOrderTypeID: "premiumStoryFeaturePriorityOrder#8ff172c7",
|
|
PremiumStoryFeatureStealthModeTypeID: "premiumStoryFeatureStealthMode#47343da4",
|
|
PremiumStoryFeaturePermanentViewsHistoryTypeID: "premiumStoryFeaturePermanentViewsHistory#c2a047a0",
|
|
PremiumStoryFeatureCustomExpirationDurationTypeID: "premiumStoryFeatureCustomExpirationDuration#dca40a96",
|
|
PremiumStoryFeatureSaveStoriesTypeID: "premiumStoryFeatureSaveStories#a6842fbd",
|
|
PremiumStoryFeatureLinksAndFormattingTypeID: "premiumStoryFeatureLinksAndFormatting#dae383f7",
|
|
PremiumStoryFeatureVideoQualityTypeID: "premiumStoryFeatureVideoQuality#baafbea9",
|
|
PremiumLimitTypeID: "premiumLimit#7ed372e6",
|
|
PremiumFeaturesTypeID: "premiumFeatures#4cf10e82",
|
|
BusinessFeaturesTypeID: "businessFeatures#e1593e48",
|
|
PremiumSourceLimitExceededTypeID: "premiumSourceLimitExceeded#85ae8702",
|
|
PremiumSourceFeatureTypeID: "premiumSourceFeature#1a929325",
|
|
PremiumSourceBusinessFeatureTypeID: "premiumSourceBusinessFeature#a703725c",
|
|
PremiumSourceStoryFeatureTypeID: "premiumSourceStoryFeature#c290316c",
|
|
PremiumSourceLinkTypeID: "premiumSourceLink#7f42999c",
|
|
PremiumSourceSettingsTypeID: "premiumSourceSettings#eef88535",
|
|
PremiumFeaturePromotionAnimationTypeID: "premiumFeaturePromotionAnimation#899dab1c",
|
|
BusinessFeaturePromotionAnimationTypeID: "businessFeaturePromotionAnimation#7a05680a",
|
|
PremiumStateTypeID: "premiumState#91a8799",
|
|
StorePaymentPurposePremiumSubscriptionTypeID: "storePaymentPurposePremiumSubscription#4b558114",
|
|
StorePaymentPurposePremiumGiftTypeID: "storePaymentPurposePremiumGift#fda53d95",
|
|
StorePaymentPurposePremiumGiftCodesTypeID: "storePaymentPurposePremiumGiftCodes#1277b01d",
|
|
StorePaymentPurposePremiumGiveawayTypeID: "storePaymentPurposePremiumGiveaway#4da47aaa",
|
|
StorePaymentPurposeStarGiveawayTypeID: "storePaymentPurposeStarGiveaway#c96d899",
|
|
StorePaymentPurposeStarsTypeID: "storePaymentPurposeStars#9480cf14",
|
|
StorePaymentPurposeGiftedStarsTypeID: "storePaymentPurposeGiftedStars#3544a624",
|
|
StoreTransactionAppStoreTypeID: "storeTransactionAppStore#60e41d49",
|
|
StoreTransactionGooglePlayTypeID: "storeTransactionGooglePlay#41356639",
|
|
TelegramPaymentPurposePremiumGiftTypeID: "telegramPaymentPurposePremiumGift#a09d923a",
|
|
TelegramPaymentPurposePremiumGiftCodesTypeID: "telegramPaymentPurposePremiumGiftCodes#b13f14a9",
|
|
TelegramPaymentPurposePremiumGiveawayTypeID: "telegramPaymentPurposePremiumGiveaway#d2a7c33f",
|
|
TelegramPaymentPurposeStarsTypeID: "telegramPaymentPurposeStars#e273ee52",
|
|
TelegramPaymentPurposeGiftedStarsTypeID: "telegramPaymentPurposeGiftedStars#91b68a36",
|
|
TelegramPaymentPurposeStarGiveawayTypeID: "telegramPaymentPurposeStarGiveaway#3c79a391",
|
|
TelegramPaymentPurposeJoinChatTypeID: "telegramPaymentPurposeJoinChat#8ddd6788",
|
|
DeviceTokenFirebaseCloudMessagingTypeID: "deviceTokenFirebaseCloudMessaging#d0714a07",
|
|
DeviceTokenApplePushTypeID: "deviceTokenApplePush#17196bc3",
|
|
DeviceTokenApplePushVoIPTypeID: "deviceTokenApplePushVoIP#2ff045e9",
|
|
DeviceTokenWindowsPushTypeID: "deviceTokenWindowsPush#abed428f",
|
|
DeviceTokenMicrosoftPushTypeID: "deviceTokenMicrosoftPush#48f8e04c",
|
|
DeviceTokenMicrosoftPushVoIPTypeID: "deviceTokenMicrosoftPushVoIP#d12ca351",
|
|
DeviceTokenWebPushTypeID: "deviceTokenWebPush#9affdef7",
|
|
DeviceTokenSimplePushTypeID: "deviceTokenSimplePush#2f49a60",
|
|
DeviceTokenUbuntuPushTypeID: "deviceTokenUbuntuPush#6a3c0d26",
|
|
DeviceTokenBlackBerryPushTypeID: "deviceTokenBlackBerryPush#5cef0102",
|
|
DeviceTokenTizenPushTypeID: "deviceTokenTizenPush#aef0da33",
|
|
DeviceTokenHuaweiPushTypeID: "deviceTokenHuaweiPush#768f4e26",
|
|
PushReceiverIDTypeID: "pushReceiverId#161ddf2c",
|
|
BackgroundFillSolidTypeID: "backgroundFillSolid#3c3dbc1d",
|
|
BackgroundFillGradientTypeID: "backgroundFillGradient#925ff17f",
|
|
BackgroundFillFreeformGradientTypeID: "backgroundFillFreeformGradient#fa31756a",
|
|
BackgroundTypeWallpaperTypeID: "backgroundTypeWallpaper#758c4c7b",
|
|
BackgroundTypePatternTypeID: "backgroundTypePattern#4ce716fd",
|
|
BackgroundTypeFillTypeID: "backgroundTypeFill#3b301c2c",
|
|
BackgroundTypeChatThemeTypeID: "backgroundTypeChatTheme#4d7a9752",
|
|
InputBackgroundLocalTypeID: "inputBackgroundLocal#97dd74a4",
|
|
InputBackgroundRemoteTypeID: "inputBackgroundRemote#ef9c3219",
|
|
InputBackgroundPreviousTypeID: "inputBackgroundPrevious#eb06575e",
|
|
ChatThemeTypeID: "chatTheme#f9406c39",
|
|
TimeZoneTypeID: "timeZone#b919f2dd",
|
|
TimeZonesTypeID: "timeZones#7c4881b9",
|
|
HashtagsTypeID: "hashtags#6c2c0ae1",
|
|
CanPostStoryResultOkTypeID: "canPostStoryResultOk#7c2b31ea",
|
|
CanPostStoryResultPremiumNeededTypeID: "canPostStoryResultPremiumNeeded#37bcf585",
|
|
CanPostStoryResultBoostNeededTypeID: "canPostStoryResultBoostNeeded#4c875b3",
|
|
CanPostStoryResultActiveStoryLimitExceededTypeID: "canPostStoryResultActiveStoryLimitExceeded#9e340126",
|
|
CanPostStoryResultWeeklyLimitExceededTypeID: "canPostStoryResultWeeklyLimitExceeded#20f3f3ed",
|
|
CanPostStoryResultMonthlyLimitExceededTypeID: "canPostStoryResultMonthlyLimitExceeded#d141ed4e",
|
|
CanTransferOwnershipResultOkTypeID: "canTransferOwnershipResultOk#faa48643",
|
|
CanTransferOwnershipResultPasswordNeededTypeID: "canTransferOwnershipResultPasswordNeeded#5c4a4adf",
|
|
CanTransferOwnershipResultPasswordTooFreshTypeID: "canTransferOwnershipResultPasswordTooFresh#305d9b11",
|
|
CanTransferOwnershipResultSessionTooFreshTypeID: "canTransferOwnershipResultSessionTooFresh#3ab0c8e1",
|
|
CheckChatUsernameResultOkTypeID: "checkChatUsernameResultOk#a6a7bb5c",
|
|
CheckChatUsernameResultUsernameInvalidTypeID: "checkChatUsernameResultUsernameInvalid#da087756",
|
|
CheckChatUsernameResultUsernameOccupiedTypeID: "checkChatUsernameResultUsernameOccupied#4ebb3729",
|
|
CheckChatUsernameResultUsernamePurchasableTypeID: "checkChatUsernameResultUsernamePurchasable#59ce59",
|
|
CheckChatUsernameResultPublicChatsTooManyTypeID: "checkChatUsernameResultPublicChatsTooMany#d8b46c7c",
|
|
CheckChatUsernameResultPublicGroupsUnavailableTypeID: "checkChatUsernameResultPublicGroupsUnavailable#fce914d7",
|
|
CheckStickerSetNameResultOkTypeID: "checkStickerSetNameResultOk#ac4bf258",
|
|
CheckStickerSetNameResultNameInvalidTypeID: "checkStickerSetNameResultNameInvalid#a9bf234",
|
|
CheckStickerSetNameResultNameOccupiedTypeID: "checkStickerSetNameResultNameOccupied#3c60dc88",
|
|
ResetPasswordResultOkTypeID: "resetPasswordResultOk#acb763f9",
|
|
ResetPasswordResultPendingTypeID: "resetPasswordResultPending#4729dc59",
|
|
ResetPasswordResultDeclinedTypeID: "resetPasswordResultDeclined#b857e0cb",
|
|
MessageFileTypePrivateTypeID: "messageFileTypePrivate#e0e44ed4",
|
|
MessageFileTypeGroupTypeID: "messageFileTypeGroup#f2e58f68",
|
|
MessageFileTypeUnknownTypeID: "messageFileTypeUnknown#461dbab2",
|
|
PushMessageContentHiddenTypeID: "pushMessageContentHidden#ed1bb85c",
|
|
PushMessageContentAnimationTypeID: "pushMessageContentAnimation#3da4dfe4",
|
|
PushMessageContentAudioTypeID: "pushMessageContentAudio#16be7872",
|
|
PushMessageContentContactTypeID: "pushMessageContentContact#ff458a54",
|
|
PushMessageContentContactRegisteredTypeID: "pushMessageContentContactRegistered#ede1e5a0",
|
|
PushMessageContentDocumentTypeID: "pushMessageContentDocument#e4adae01",
|
|
PushMessageContentGameTypeID: "pushMessageContentGame#e14bb91b",
|
|
PushMessageContentGameScoreTypeID: "pushMessageContentGameScore#35b8cd88",
|
|
PushMessageContentInvoiceTypeID: "pushMessageContentInvoice#98c88bbc",
|
|
PushMessageContentLocationTypeID: "pushMessageContentLocation#b33a97b3",
|
|
PushMessageContentPaidMediaTypeID: "pushMessageContentPaidMedia#b556e74a",
|
|
PushMessageContentPhotoTypeID: "pushMessageContentPhoto#861dc52",
|
|
PushMessageContentPollTypeID: "pushMessageContentPoll#fd5a743a",
|
|
PushMessageContentPremiumGiftCodeTypeID: "pushMessageContentPremiumGiftCode#18a15025",
|
|
PushMessageContentGiveawayTypeID: "pushMessageContentGiveaway#d63e7f8e",
|
|
PushMessageContentGiftTypeID: "pushMessageContentGift#84a8cd0b",
|
|
PushMessageContentUpgradedGiftTypeID: "pushMessageContentUpgradedGift#99fa0ade",
|
|
PushMessageContentScreenshotTakenTypeID: "pushMessageContentScreenshotTaken#cc51ff9",
|
|
PushMessageContentStickerTypeID: "pushMessageContentSticker#5c98bdd3",
|
|
PushMessageContentStoryTypeID: "pushMessageContentStory#23bd824f",
|
|
PushMessageContentTextTypeID: "pushMessageContentText#105ddea9",
|
|
PushMessageContentVideoTypeID: "pushMessageContentVideo#127ad12f",
|
|
PushMessageContentVideoNoteTypeID: "pushMessageContentVideoNote#bd13f97f",
|
|
PushMessageContentVoiceNoteTypeID: "pushMessageContentVoiceNote#54cac8b",
|
|
PushMessageContentBasicGroupChatCreateTypeID: "pushMessageContentBasicGroupChatCreate#81f1defc",
|
|
PushMessageContentVideoChatStartedTypeID: "pushMessageContentVideoChatStarted#de3b2c3f",
|
|
PushMessageContentVideoChatEndedTypeID: "pushMessageContentVideoChatEnded#b57a74e3",
|
|
PushMessageContentInviteVideoChatParticipantsTypeID: "pushMessageContentInviteVideoChatParticipants#1eda428d",
|
|
PushMessageContentChatAddMembersTypeID: "pushMessageContentChatAddMembers#bf337b3a",
|
|
PushMessageContentChatChangePhotoTypeID: "pushMessageContentChatChangePhoto#bd96521d",
|
|
PushMessageContentChatChangeTitleTypeID: "pushMessageContentChatChangeTitle#8ae1f6a3",
|
|
PushMessageContentChatSetBackgroundTypeID: "pushMessageContentChatSetBackground#a72b56e3",
|
|
PushMessageContentChatSetThemeTypeID: "pushMessageContentChatSetTheme#a5d3b68",
|
|
PushMessageContentChatDeleteMemberTypeID: "pushMessageContentChatDeleteMember#23afa99f",
|
|
PushMessageContentChatJoinByLinkTypeID: "pushMessageContentChatJoinByLink#5c9bdf49",
|
|
PushMessageContentChatJoinByRequestTypeID: "pushMessageContentChatJoinByRequest#f3bb6175",
|
|
PushMessageContentRecurringPaymentTypeID: "pushMessageContentRecurringPayment#6083361a",
|
|
PushMessageContentSuggestProfilePhotoTypeID: "pushMessageContentSuggestProfilePhoto#7d6bf0ab",
|
|
PushMessageContentProximityAlertTriggeredTypeID: "pushMessageContentProximityAlertTriggered#f03a8006",
|
|
PushMessageContentMessageForwardsTypeID: "pushMessageContentMessageForwards#8df8a81c",
|
|
PushMessageContentMediaAlbumTypeID: "pushMessageContentMediaAlbum#d363e96f",
|
|
NotificationTypeNewMessageTypeID: "notificationTypeNewMessage#f0d0e3f2",
|
|
NotificationTypeNewSecretChatTypeID: "notificationTypeNewSecretChat#4771c6b0",
|
|
NotificationTypeNewCallTypeID: "notificationTypeNewCall#66164179",
|
|
NotificationTypeNewPushMessageTypeID: "notificationTypeNewPushMessage#d5949e32",
|
|
NotificationGroupTypeMessagesTypeID: "notificationGroupTypeMessages#9a86331d",
|
|
NotificationGroupTypeMentionsTypeID: "notificationGroupTypeMentions#85ca89ad",
|
|
NotificationGroupTypeSecretChatTypeID: "notificationGroupTypeSecretChat#52e54e34",
|
|
NotificationGroupTypeCallsTypeID: "notificationGroupTypeCalls#5233c152",
|
|
NotificationSoundTypeID: "notificationSound#f4ef6137",
|
|
NotificationSoundsTypeID: "notificationSounds#7ba3c849",
|
|
NotificationTypeID: "notification#2f0343d0",
|
|
NotificationGroupTypeID: "notificationGroup#d02a41ba",
|
|
OptionValueBooleanTypeID: "optionValueBoolean#3c35f1e",
|
|
OptionValueEmptyTypeID: "optionValueEmpty#36c62493",
|
|
OptionValueIntegerTypeID: "optionValueInteger#f4dcc2e4",
|
|
OptionValueStringTypeID: "optionValueString#2d136e94",
|
|
JSONObjectMemberTypeID: "jsonObjectMember#9483ae96",
|
|
JSONValueNullTypeID: "jsonValueNull#fa76e0cd",
|
|
JSONValueBooleanTypeID: "jsonValueBoolean#8050d3b0",
|
|
JSONValueNumberTypeID: "jsonValueNumber#c3c0146f",
|
|
JSONValueStringTypeID: "jsonValueString#5f3ebdb1",
|
|
JSONValueArrayTypeID: "jsonValueArray#eccdb0d8",
|
|
JSONValueObjectTypeID: "jsonValueObject#c67bff40",
|
|
StoryPrivacySettingsEveryoneTypeID: "storyPrivacySettingsEveryone#22d1053a",
|
|
StoryPrivacySettingsContactsTypeID: "storyPrivacySettingsContacts#35515d71",
|
|
StoryPrivacySettingsCloseFriendsTypeID: "storyPrivacySettingsCloseFriends#7cff8b60",
|
|
StoryPrivacySettingsSelectedUsersTypeID: "storyPrivacySettingsSelectedUsers#84d7d27b",
|
|
UserPrivacySettingRuleAllowAllTypeID: "userPrivacySettingRuleAllowAll#8abf1c3f",
|
|
UserPrivacySettingRuleAllowContactsTypeID: "userPrivacySettingRuleAllowContacts#8f2f2d10",
|
|
UserPrivacySettingRuleAllowBotsTypeID: "userPrivacySettingRuleAllowBots#53b2871d",
|
|
UserPrivacySettingRuleAllowPremiumUsersTypeID: "userPrivacySettingRuleAllowPremiumUsers#60ce8541",
|
|
UserPrivacySettingRuleAllowUsersTypeID: "userPrivacySettingRuleAllowUsers#d1570b70",
|
|
UserPrivacySettingRuleAllowChatMembersTypeID: "userPrivacySettingRuleAllowChatMembers#f249b617",
|
|
UserPrivacySettingRuleRestrictAllTypeID: "userPrivacySettingRuleRestrictAll#ac2a9550",
|
|
UserPrivacySettingRuleRestrictContactsTypeID: "userPrivacySettingRuleRestrictContacts#3c1acd02",
|
|
UserPrivacySettingRuleRestrictBotsTypeID: "userPrivacySettingRuleRestrictBots#8e996e5d",
|
|
UserPrivacySettingRuleRestrictUsersTypeID: "userPrivacySettingRuleRestrictUsers#4d392a91",
|
|
UserPrivacySettingRuleRestrictChatMembersTypeID: "userPrivacySettingRuleRestrictChatMembers#fc00b920",
|
|
UserPrivacySettingRulesTypeID: "userPrivacySettingRules#425e6b37",
|
|
UserPrivacySettingShowStatusTypeID: "userPrivacySettingShowStatus#6f0884fe",
|
|
UserPrivacySettingShowProfilePhotoTypeID: "userPrivacySettingShowProfilePhoto#53f3c9f5",
|
|
UserPrivacySettingShowLinkInForwardedMessagesTypeID: "userPrivacySettingShowLinkInForwardedMessages#2353b6e6",
|
|
UserPrivacySettingShowPhoneNumberTypeID: "userPrivacySettingShowPhoneNumber#d0d1a229",
|
|
UserPrivacySettingShowBioTypeID: "userPrivacySettingShowBio#39382761",
|
|
UserPrivacySettingShowBirthdateTypeID: "userPrivacySettingShowBirthdate#4596b4df",
|
|
UserPrivacySettingAllowChatInvitesTypeID: "userPrivacySettingAllowChatInvites#4bcc1d27",
|
|
UserPrivacySettingAllowCallsTypeID: "userPrivacySettingAllowCalls#c9f0c705",
|
|
UserPrivacySettingAllowPeerToPeerCallsTypeID: "userPrivacySettingAllowPeerToPeerCalls#1502b940",
|
|
UserPrivacySettingAllowFindingByPhoneNumberTypeID: "userPrivacySettingAllowFindingByPhoneNumber#91ee6d51",
|
|
UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessagesTypeID: "userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages#14272e3c",
|
|
UserPrivacySettingAutosaveGiftsTypeID: "userPrivacySettingAutosaveGifts#709a69cd",
|
|
UserPrivacySettingAllowUnpaidMessagesTypeID: "userPrivacySettingAllowUnpaidMessages#553cd8e7",
|
|
ReadDatePrivacySettingsTypeID: "readDatePrivacySettings#62a2e628",
|
|
NewChatPrivacySettingsTypeID: "newChatPrivacySettings#75fc260",
|
|
CanSendMessageToUserResultOkTypeID: "canSendMessageToUserResultOk#5b3ad802",
|
|
CanSendMessageToUserResultUserHasPaidMessagesTypeID: "canSendMessageToUserResultUserHasPaidMessages#afbe3ace",
|
|
CanSendMessageToUserResultUserIsDeletedTypeID: "canSendMessageToUserResultUserIsDeleted#8c172661",
|
|
CanSendMessageToUserResultUserRestrictsNewChatsTypeID: "canSendMessageToUserResultUserRestrictsNewChats#7304e1d5",
|
|
AccountTTLTypeID: "accountTtl#4ef23284",
|
|
MessageAutoDeleteTimeTypeID: "messageAutoDeleteTime#758b0715",
|
|
SessionTypeAndroidTypeID: "sessionTypeAndroid#84836098",
|
|
SessionTypeAppleTypeID: "sessionTypeApple#9399d24b",
|
|
SessionTypeBraveTypeID: "sessionTypeBrave#b778e9ed",
|
|
SessionTypeChromeTypeID: "sessionTypeChrome#5dc92969",
|
|
SessionTypeEdgeTypeID: "sessionTypeEdge#dfe0cb5b",
|
|
SessionTypeFirefoxTypeID: "sessionTypeFirefox#7e83fda4",
|
|
SessionTypeIpadTypeID: "sessionTypeIpad#4d2abeef",
|
|
SessionTypeIphoneTypeID: "sessionTypeIphone#5d182bd",
|
|
SessionTypeLinuxTypeID: "sessionTypeLinux#a757ba69",
|
|
SessionTypeMACTypeID: "sessionTypeMac#db81caa1",
|
|
SessionTypeOperaTypeID: "sessionTypeOpera#a8c21c7a",
|
|
SessionTypeSafariTypeID: "sessionTypeSafari#2a5b9c59",
|
|
SessionTypeUbuntuTypeID: "sessionTypeUbuntu#5d8f6ac5",
|
|
SessionTypeUnknownTypeID: "sessionTypeUnknown#df17030",
|
|
SessionTypeVivaldiTypeID: "sessionTypeVivaldi#42c985ef",
|
|
SessionTypeWindowsTypeID: "sessionTypeWindows#9c1272a8",
|
|
SessionTypeXboxTypeID: "sessionTypeXbox#6ea39dac",
|
|
SessionTypeID: "session#9759a3c",
|
|
SessionsTypeID: "sessions#997833aa",
|
|
UnconfirmedSessionTypeID: "unconfirmedSession#850d49f9",
|
|
ConnectedWebsiteTypeID: "connectedWebsite#75e7a78a",
|
|
ConnectedWebsitesTypeID: "connectedWebsites#f0c8b5ea",
|
|
ReportReasonSpamTypeID: "reportReasonSpam#b80e23bf",
|
|
ReportReasonViolenceTypeID: "reportReasonViolence#7983c739",
|
|
ReportReasonPornographyTypeID: "reportReasonPornography#4ddf1cf7",
|
|
ReportReasonChildAbuseTypeID: "reportReasonChildAbuse#2d5d42fe",
|
|
ReportReasonCopyrightTypeID: "reportReasonCopyright#57e22faf",
|
|
ReportReasonUnrelatedLocationTypeID: "reportReasonUnrelatedLocation#5381830",
|
|
ReportReasonFakeTypeID: "reportReasonFake#15083fe0",
|
|
ReportReasonIllegalDrugsTypeID: "reportReasonIllegalDrugs#fc541220",
|
|
ReportReasonPersonalDetailsTypeID: "reportReasonPersonalDetails#a14b9412",
|
|
ReportReasonCustomTypeID: "reportReasonCustom#adb7da73",
|
|
ReportChatResultOkTypeID: "reportChatResultOk#481a557d",
|
|
ReportChatResultOptionRequiredTypeID: "reportChatResultOptionRequired#2d89acaa",
|
|
ReportChatResultTextRequiredTypeID: "reportChatResultTextRequired#8bcc30c1",
|
|
ReportChatResultMessagesRequiredTypeID: "reportChatResultMessagesRequired#6521790",
|
|
ReportStoryResultOkTypeID: "reportStoryResultOk#ac3c63b3",
|
|
ReportStoryResultOptionRequiredTypeID: "reportStoryResultOptionRequired#bf79aa9b",
|
|
ReportStoryResultTextRequiredTypeID: "reportStoryResultTextRequired#13ed9d91",
|
|
InternalLinkTypeActiveSessionsTypeID: "internalLinkTypeActiveSessions#706bbbad",
|
|
InternalLinkTypeAttachmentMenuBotTypeID: "internalLinkTypeAttachmentMenuBot#644c4225",
|
|
InternalLinkTypeAuthenticationCodeTypeID: "internalLinkTypeAuthenticationCode#f3874ff2",
|
|
InternalLinkTypeBackgroundTypeID: "internalLinkTypeBackground#b0d2908",
|
|
InternalLinkTypeBotAddToChannelTypeID: "internalLinkTypeBotAddToChannel#538ac2c0",
|
|
InternalLinkTypeBotStartTypeID: "internalLinkTypeBotStart#3f985fed",
|
|
InternalLinkTypeBotStartInGroupTypeID: "internalLinkTypeBotStartInGroup#ca0d8cce",
|
|
InternalLinkTypeBusinessChatTypeID: "internalLinkTypeBusinessChat#a03ae9d7",
|
|
InternalLinkTypeBuyStarsTypeID: "internalLinkTypeBuyStars#a94cc347",
|
|
InternalLinkTypeChangePhoneNumberTypeID: "internalLinkTypeChangePhoneNumber#f0275b01",
|
|
InternalLinkTypeChatAffiliateProgramTypeID: "internalLinkTypeChatAffiliateProgram#25ac5024",
|
|
InternalLinkTypeChatBoostTypeID: "internalLinkTypeChatBoost#d549fd40",
|
|
InternalLinkTypeChatFolderInviteTypeID: "internalLinkTypeChatFolderInvite#89b2493e",
|
|
InternalLinkTypeChatFolderSettingsTypeID: "internalLinkTypeChatFolderSettings#bfff055c",
|
|
InternalLinkTypeChatInviteTypeID: "internalLinkTypeChatInvite#198c3cd9",
|
|
InternalLinkTypeDefaultMessageAutoDeleteTimerSettingsTypeID: "internalLinkTypeDefaultMessageAutoDeleteTimerSettings#2baaf931",
|
|
InternalLinkTypeEditProfileSettingsTypeID: "internalLinkTypeEditProfileSettings#c30e5066",
|
|
InternalLinkTypeGameTypeID: "internalLinkTypeGame#f074adcd",
|
|
InternalLinkTypeGroupCallTypeID: "internalLinkTypeGroupCall#7469b416",
|
|
InternalLinkTypeInstantViewTypeID: "internalLinkTypeInstantView#69e4df3f",
|
|
InternalLinkTypeInvoiceTypeID: "internalLinkTypeInvoice#f34c6dac",
|
|
InternalLinkTypeLanguagePackTypeID: "internalLinkTypeLanguagePack#a9870d6c",
|
|
InternalLinkTypeLanguageSettingsTypeID: "internalLinkTypeLanguageSettings#b019e6e6",
|
|
InternalLinkTypeMainWebAppTypeID: "internalLinkTypeMainWebApp#5ddf72e9",
|
|
InternalLinkTypeMessageTypeID: "internalLinkTypeMessage#3a535c52",
|
|
InternalLinkTypeMessageDraftTypeID: "internalLinkTypeMessageDraft#276fbad5",
|
|
InternalLinkTypeMyStarsTypeID: "internalLinkTypeMyStars#6031f65e",
|
|
InternalLinkTypePassportDataRequestTypeID: "internalLinkTypePassportDataRequest#c50fce81",
|
|
InternalLinkTypePhoneNumberConfirmationTypeID: "internalLinkTypePhoneNumberConfirmation#68bf6b16",
|
|
InternalLinkTypePremiumFeaturesTypeID: "internalLinkTypePremiumFeatures#48884f49",
|
|
InternalLinkTypePremiumGiftTypeID: "internalLinkTypePremiumGift#5ad56d41",
|
|
InternalLinkTypePremiumGiftCodeTypeID: "internalLinkTypePremiumGiftCode#de5c9892",
|
|
InternalLinkTypePrivacyAndSecuritySettingsTypeID: "internalLinkTypePrivacyAndSecuritySettings#ad5f6acf",
|
|
InternalLinkTypeProxyTypeID: "internalLinkTypeProxy#b1b12cea",
|
|
InternalLinkTypePublicChatTypeID: "internalLinkTypePublicChat#697a2d00",
|
|
InternalLinkTypeQrCodeAuthenticationTypeID: "internalLinkTypeQrCodeAuthentication#bf121924",
|
|
InternalLinkTypeRestorePurchasesTypeID: "internalLinkTypeRestorePurchases#24203483",
|
|
InternalLinkTypeSettingsTypeID: "internalLinkTypeSettings#177545b4",
|
|
InternalLinkTypeStickerSetTypeID: "internalLinkTypeStickerSet#a1464fa2",
|
|
InternalLinkTypeStoryTypeID: "internalLinkTypeStory#6e63ee75",
|
|
InternalLinkTypeThemeTypeID: "internalLinkTypeTheme#f405f807",
|
|
InternalLinkTypeThemeSettingsTypeID: "internalLinkTypeThemeSettings#c14d3916",
|
|
InternalLinkTypeUnknownDeepLinkTypeID: "internalLinkTypeUnknownDeepLink#2549d7db",
|
|
InternalLinkTypeUnsupportedProxyTypeID: "internalLinkTypeUnsupportedProxy#de399f09",
|
|
InternalLinkTypeUpgradedGiftTypeID: "internalLinkTypeUpgradedGift#d5c6969b",
|
|
InternalLinkTypeUserPhoneNumberTypeID: "internalLinkTypeUserPhoneNumber#104bbb08",
|
|
InternalLinkTypeUserTokenTypeID: "internalLinkTypeUserToken#a8d7db59",
|
|
InternalLinkTypeVideoChatTypeID: "internalLinkTypeVideoChat#8796f8b4",
|
|
InternalLinkTypeWebAppTypeID: "internalLinkTypeWebApp#7ae9552d",
|
|
MessageLinkTypeID: "messageLink#af4a3aa6",
|
|
MessageLinkInfoTypeID: "messageLinkInfo#2b96fb50",
|
|
ChatBoostLinkTypeID: "chatBoostLink#b5417c71",
|
|
ChatBoostLinkInfoTypeID: "chatBoostLinkInfo#dc123884",
|
|
BlockListMainTypeID: "blockListMain#50a4137c",
|
|
BlockListStoriesTypeID: "blockListStories#628965c",
|
|
FileTypeNoneTypeID: "fileTypeNone#77637ea5",
|
|
FileTypeAnimationTypeID: "fileTypeAnimation#eeaa7dba",
|
|
FileTypeAudioTypeID: "fileTypeAudio#d5bbcea0",
|
|
FileTypeDocumentTypeID: "fileTypeDocument#de57030f",
|
|
FileTypeNotificationSoundTypeID: "fileTypeNotificationSound#c32f9f09",
|
|
FileTypePhotoTypeID: "fileTypePhoto#998b71a5",
|
|
FileTypePhotoStoryTypeID: "fileTypePhotoStory#78576ef4",
|
|
FileTypeProfilePhotoTypeID: "fileTypeProfilePhoto#6afee3a3",
|
|
FileTypeSecretTypeID: "fileTypeSecret#906d14f7",
|
|
FileTypeSecretThumbnailTypeID: "fileTypeSecretThumbnail#ac797636",
|
|
FileTypeSecureTypeID: "fileTypeSecure#ab69bf26",
|
|
FileTypeSelfDestructingPhotoTypeID: "fileTypeSelfDestructingPhoto#7bcf329b",
|
|
FileTypeSelfDestructingVideoTypeID: "fileTypeSelfDestructingVideo#b70cc425",
|
|
FileTypeSelfDestructingVideoNoteTypeID: "fileTypeSelfDestructingVideoNote#592012c1",
|
|
FileTypeSelfDestructingVoiceNoteTypeID: "fileTypeSelfDestructingVoiceNote#64d0db1d",
|
|
FileTypeStickerTypeID: "fileTypeSticker#1c537c69",
|
|
FileTypeThumbnailTypeID: "fileTypeThumbnail#ff42215e",
|
|
FileTypeUnknownTypeID: "fileTypeUnknown#8819ed50",
|
|
FileTypeVideoTypeID: "fileTypeVideo#5548871b",
|
|
FileTypeVideoNoteTypeID: "fileTypeVideoNote#e119a79f",
|
|
FileTypeVideoStoryTypeID: "fileTypeVideoStory#800b21a1",
|
|
FileTypeVoiceNoteTypeID: "fileTypeVoiceNote#dce96e43",
|
|
FileTypeWallpaperTypeID: "fileTypeWallpaper#6e8ffc9c",
|
|
StorageStatisticsByFileTypeTypeID: "storageStatisticsByFileType#2a8ef8a8",
|
|
StorageStatisticsByChatTypeID: "storageStatisticsByChat#a5498fe4",
|
|
StorageStatisticsTypeID: "storageStatistics#69b98672",
|
|
StorageStatisticsFastTypeID: "storageStatisticsFast#cb412861",
|
|
DatabaseStatisticsTypeID: "databaseStatistics#bd027350",
|
|
NetworkTypeNoneTypeID: "networkTypeNone#8a7a5f11",
|
|
NetworkTypeMobileTypeID: "networkTypeMobile#30d46e4f",
|
|
NetworkTypeMobileRoamingTypeID: "networkTypeMobileRoaming#aa7496f0",
|
|
NetworkTypeWiFiTypeID: "networkTypeWiFi#da37e13a",
|
|
NetworkTypeOtherTypeID: "networkTypeOther#73c2879b",
|
|
NetworkStatisticsEntryFileTypeID: "networkStatisticsEntryFile#b3b8f62",
|
|
NetworkStatisticsEntryCallTypeID: "networkStatisticsEntryCall#2bedbbad",
|
|
NetworkStatisticsTypeID: "networkStatistics#d86acb3c",
|
|
AutoDownloadSettingsTypeID: "autoDownloadSettings#3b1813e0",
|
|
AutoDownloadSettingsPresetsTypeID: "autoDownloadSettingsPresets#d1621d22",
|
|
AutosaveSettingsScopePrivateChatsTypeID: "autosaveSettingsScopePrivateChats#5329797f",
|
|
AutosaveSettingsScopeGroupChatsTypeID: "autosaveSettingsScopeGroupChats#32e00e4e",
|
|
AutosaveSettingsScopeChannelChatsTypeID: "autosaveSettingsScopeChannelChats#e2391fd1",
|
|
AutosaveSettingsScopeChatTypeID: "autosaveSettingsScopeChat#9eb5c2e9",
|
|
ScopeAutosaveSettingsTypeID: "scopeAutosaveSettings#5c329f33",
|
|
AutosaveSettingsExceptionTypeID: "autosaveSettingsException#586bf5c8",
|
|
AutosaveSettingsTypeID: "autosaveSettings#c0d11a28",
|
|
ConnectionStateWaitingForNetworkTypeID: "connectionStateWaitingForNetwork#650dd758",
|
|
ConnectionStateConnectingToProxyTypeID: "connectionStateConnectingToProxy#fa721359",
|
|
ConnectionStateConnectingTypeID: "connectionStateConnecting#b29bfa62",
|
|
ConnectionStateUpdatingTypeID: "connectionStateUpdating#f4c9c2b7",
|
|
ConnectionStateReadyTypeID: "connectionStateReady#2e5b4ec",
|
|
TopChatCategoryUsersTypeID: "topChatCategoryUsers#3d324d80",
|
|
TopChatCategoryBotsTypeID: "topChatCategoryBots#a1feeb15",
|
|
TopChatCategoryGroupsTypeID: "topChatCategoryGroups#5b32d08e",
|
|
TopChatCategoryChannelsTypeID: "topChatCategoryChannels#e22600e3",
|
|
TopChatCategoryInlineBotsTypeID: "topChatCategoryInlineBots#1678eb7c",
|
|
TopChatCategoryWebAppBotsTypeID: "topChatCategoryWebAppBots#5f6d6fd",
|
|
TopChatCategoryCallsTypeID: "topChatCategoryCalls#153b50dd",
|
|
TopChatCategoryForwardChatsTypeID: "topChatCategoryForwardChats#6515b7d5",
|
|
FoundPositionTypeID: "foundPosition#8f8adf88",
|
|
FoundPositionsTypeID: "foundPositions#afab1f62",
|
|
TMeURLTypeUserTypeID: "tMeUrlTypeUser#7787c1a",
|
|
TMeURLTypeSupergroupTypeID: "tMeUrlTypeSupergroup#af5536a8",
|
|
TMeURLTypeChatInviteTypeID: "tMeUrlTypeChatInvite#12b5da49",
|
|
TMeURLTypeStickerSetTypeID: "tMeUrlTypeStickerSet#5f83ccec",
|
|
TMeURLTypeID: "tMeUrl#bc00fa42",
|
|
TMeURLsTypeID: "tMeUrls#655b1f52",
|
|
SuggestedActionEnableArchiveAndMuteNewChatsTypeID: "suggestedActionEnableArchiveAndMuteNewChats#7841ec4f",
|
|
SuggestedActionCheckPasswordTypeID: "suggestedActionCheckPassword#71e072b7",
|
|
SuggestedActionCheckPhoneNumberTypeID: "suggestedActionCheckPhoneNumber#26ab77eb",
|
|
SuggestedActionViewChecksHintTypeID: "suggestedActionViewChecksHint#35203547",
|
|
SuggestedActionConvertToBroadcastGroupTypeID: "suggestedActionConvertToBroadcastGroup#c67a2e38",
|
|
SuggestedActionSetPasswordTypeID: "suggestedActionSetPassword#6f147d98",
|
|
SuggestedActionUpgradePremiumTypeID: "suggestedActionUpgradePremium#70aa79fb",
|
|
SuggestedActionRestorePremiumTypeID: "suggestedActionRestorePremium#e909dd64",
|
|
SuggestedActionSubscribeToAnnualPremiumTypeID: "suggestedActionSubscribeToAnnualPremium#164978bb",
|
|
SuggestedActionGiftPremiumForChristmasTypeID: "suggestedActionGiftPremiumForChristmas#93b3ee6f",
|
|
SuggestedActionSetBirthdateTypeID: "suggestedActionSetBirthdate#eabd9b02",
|
|
SuggestedActionSetProfilePhotoTypeID: "suggestedActionSetProfilePhoto#9fe23d6b",
|
|
SuggestedActionExtendPremiumTypeID: "suggestedActionExtendPremium#de405cca",
|
|
SuggestedActionExtendStarSubscriptionsTypeID: "suggestedActionExtendStarSubscriptions#fd32d556",
|
|
SuggestedActionCustomTypeID: "suggestedActionCustom#7cbec343",
|
|
CountTypeID: "count#4d38f104",
|
|
TextTypeID: "text#22765898",
|
|
DataTypeID: "data#d2f3419",
|
|
SecondsTypeID: "seconds#3936e58e",
|
|
FileDownloadedPrefixSizeTypeID: "fileDownloadedPrefixSize#87e267fb",
|
|
StarCountTypeID: "starCount#a2a2b4f8",
|
|
DeepLinkInfoTypeID: "deepLinkInfo#6f1ba0fe",
|
|
TextParseModeMarkdownTypeID: "textParseModeMarkdown#157648bf",
|
|
TextParseModeHTMLTypeID: "textParseModeHTML#62f4c5f3",
|
|
ProxyTypeSocks5TypeID: "proxyTypeSocks5#caf342b3",
|
|
ProxyTypeHTTPTypeID: "proxyTypeHttp#a3c7c777",
|
|
ProxyTypeMtprotoTypeID: "proxyTypeMtproto#8ae31ffd",
|
|
ProxyTypeID: "proxy#baf7b73",
|
|
ProxiesTypeID: "proxies#5ee27a86",
|
|
InputStickerTypeID: "inputSticker#1f1d0998",
|
|
DateRangeTypeID: "dateRange#51150c66",
|
|
StatisticalValueTypeID: "statisticalValue#626d6a76",
|
|
StatisticalGraphDataTypeID: "statisticalGraphData#89732e2c",
|
|
StatisticalGraphAsyncTypeID: "statisticalGraphAsync#19fb2b9f",
|
|
StatisticalGraphErrorTypeID: "statisticalGraphError#c3fda052",
|
|
ChatStatisticsObjectTypeMessageTypeID: "chatStatisticsObjectTypeMessage#6f9f24f6",
|
|
ChatStatisticsObjectTypeStoryTypeID: "chatStatisticsObjectTypeStory#15baf9b0",
|
|
ChatStatisticsInteractionInfoTypeID: "chatStatisticsInteractionInfo#694a9a8d",
|
|
ChatStatisticsMessageSenderInfoTypeID: "chatStatisticsMessageSenderInfo#690a7e4b",
|
|
ChatStatisticsAdministratorActionsInfoTypeID: "chatStatisticsAdministratorActionsInfo#e7c5cd7e",
|
|
ChatStatisticsInviterInfoTypeID: "chatStatisticsInviterInfo#2583d48b",
|
|
ChatStatisticsSupergroupTypeID: "chatStatisticsSupergroup#c67549ef",
|
|
ChatStatisticsChannelTypeID: "chatStatisticsChannel#b8e95b4",
|
|
ChatRevenueAmountTypeID: "chatRevenueAmount#a648ce58",
|
|
ChatRevenueStatisticsTypeID: "chatRevenueStatistics#636318bb",
|
|
MessageStatisticsTypeID: "messageStatistics#a2ce4f07",
|
|
StoryStatisticsTypeID: "storyStatistics#46448b6b",
|
|
RevenueWithdrawalStatePendingTypeID: "revenueWithdrawalStatePending#5d314fa5",
|
|
RevenueWithdrawalStateSucceededTypeID: "revenueWithdrawalStateSucceeded#fd14e0a",
|
|
RevenueWithdrawalStateFailedTypeID: "revenueWithdrawalStateFailed#ff413089",
|
|
ChatRevenueTransactionTypeEarningsTypeID: "chatRevenueTransactionTypeEarnings#e81ca488",
|
|
ChatRevenueTransactionTypeWithdrawalTypeID: "chatRevenueTransactionTypeWithdrawal#f138deb",
|
|
ChatRevenueTransactionTypeRefundTypeID: "chatRevenueTransactionTypeRefund#1206b847",
|
|
ChatRevenueTransactionTypeID: "chatRevenueTransaction#4c7a4ff",
|
|
ChatRevenueTransactionsTypeID: "chatRevenueTransactions#95e61144",
|
|
StarRevenueStatusTypeID: "starRevenueStatus#779532e8",
|
|
StarRevenueStatisticsTypeID: "starRevenueStatistics#bd2d9257",
|
|
PointTypeID: "point#1a13f5b9",
|
|
VectorPathCommandLineTypeID: "vectorPathCommandLine#db663c8a",
|
|
VectorPathCommandCubicBezierCurveTypeID: "vectorPathCommandCubicBezierCurve#494c3e3a",
|
|
BotCommandScopeDefaultTypeID: "botCommandScopeDefault#2f6cb2ab",
|
|
BotCommandScopeAllPrivateChatsTypeID: "botCommandScopeAllPrivateChats#eb716739",
|
|
BotCommandScopeAllGroupChatsTypeID: "botCommandScopeAllGroupChats#c585c85e",
|
|
BotCommandScopeAllChatAdministratorsTypeID: "botCommandScopeAllChatAdministrators#771c1551",
|
|
BotCommandScopeChatTypeID: "botCommandScopeChat#e65b22a5",
|
|
BotCommandScopeChatAdministratorsTypeID: "botCommandScopeChatAdministrators#42bcfe4e",
|
|
BotCommandScopeChatMemberTypeID: "botCommandScopeChatMember#f36696f2",
|
|
PhoneNumberCodeTypeChangeTypeID: "phoneNumberCodeTypeChange#531ba1a",
|
|
PhoneNumberCodeTypeVerifyTypeID: "phoneNumberCodeTypeVerify#c2a48fdb",
|
|
PhoneNumberCodeTypeConfirmOwnershipTypeID: "phoneNumberCodeTypeConfirmOwnership#e3114fe8",
|
|
UpdateAuthorizationStateTypeID: "updateAuthorizationState#60b30ee2",
|
|
UpdateNewMessageTypeID: "updateNewMessage#de6fb20e",
|
|
UpdateMessageSendAcknowledgedTypeID: "updateMessageSendAcknowledged#4da7d239",
|
|
UpdateMessageSendSucceededTypeID: "updateMessageSendSucceeded#6c399d7d",
|
|
UpdateMessageSendFailedTypeID: "updateMessageSendFailed#da1bf8e7",
|
|
UpdateMessageContentTypeID: "updateMessageContent#1e36bb24",
|
|
UpdateMessageEditedTypeID: "updateMessageEdited#dea602e6",
|
|
UpdateMessageIsPinnedTypeID: "updateMessageIsPinned#41bc233d",
|
|
UpdateMessageInteractionInfoTypeID: "updateMessageInteractionInfo#ab803bfe",
|
|
UpdateMessageContentOpenedTypeID: "updateMessageContentOpened#a55ea885",
|
|
UpdateMessageMentionReadTypeID: "updateMessageMentionRead#f0f74d46",
|
|
UpdateMessageUnreadReactionsTypeID: "updateMessageUnreadReactions#12a7220a",
|
|
UpdateMessageFactCheckTypeID: "updateMessageFactCheck#3c78fb02",
|
|
UpdateMessageLiveLocationViewedTypeID: "updateMessageLiveLocationViewed#b2058595",
|
|
UpdateVideoPublishedTypeID: "updateVideoPublished#eafc2052",
|
|
UpdateNewChatTypeID: "updateNewChat#7bb98ccd",
|
|
UpdateChatTitleTypeID: "updateChatTitle#f58b85a4",
|
|
UpdateChatPhotoTypeID: "updateChatPhoto#eca5423f",
|
|
UpdateChatAccentColorsTypeID: "updateChatAccentColors#b7b8f8f9",
|
|
UpdateChatPermissionsTypeID: "updateChatPermissions#9f52176d",
|
|
UpdateChatLastMessageTypeID: "updateChatLastMessage#f10cab1d",
|
|
UpdateChatPositionTypeID: "updateChatPosition#ff76fa77",
|
|
UpdateChatAddedToListTypeID: "updateChatAddedToList#ab7004ec",
|
|
UpdateChatRemovedFromListTypeID: "updateChatRemovedFromList#4d2ac21c",
|
|
UpdateChatReadInboxTypeID: "updateChatReadInbox#d07036e7",
|
|
UpdateChatReadOutboxTypeID: "updateChatReadOutbox#2a385285",
|
|
UpdateChatActionBarTypeID: "updateChatActionBar#d9a258c2",
|
|
UpdateChatBusinessBotManageBarTypeID: "updateChatBusinessBotManageBar#be30e7f7",
|
|
UpdateChatAvailableReactionsTypeID: "updateChatAvailableReactions#8ab413f9",
|
|
UpdateChatDraftMessageTypeID: "updateChatDraftMessage#2bf257d4",
|
|
UpdateChatEmojiStatusTypeID: "updateChatEmojiStatus#77796510",
|
|
UpdateChatMessageSenderTypeID: "updateChatMessageSender#77705241",
|
|
UpdateChatMessageAutoDeleteTimeTypeID: "updateChatMessageAutoDeleteTime#71425de5",
|
|
UpdateChatNotificationSettingsTypeID: "updateChatNotificationSettings#d020b456",
|
|
UpdateChatPendingJoinRequestsTypeID: "updateChatPendingJoinRequests#14c6e3e1",
|
|
UpdateChatReplyMarkupTypeID: "updateChatReplyMarkup#4e0ba5a0",
|
|
UpdateChatBackgroundTypeID: "updateChatBackground#ff9d38b3",
|
|
UpdateChatThemeTypeID: "updateChatTheme#31f3d465",
|
|
UpdateChatUnreadMentionCountTypeID: "updateChatUnreadMentionCount#80f47b1c",
|
|
UpdateChatUnreadReactionCountTypeID: "updateChatUnreadReactionCount#81603cdd",
|
|
UpdateChatVideoChatTypeID: "updateChatVideoChat#25fb4ca6",
|
|
UpdateChatDefaultDisableNotificationTypeID: "updateChatDefaultDisableNotification#1ba96a9b",
|
|
UpdateChatHasProtectedContentTypeID: "updateChatHasProtectedContent#6b50071b",
|
|
UpdateChatIsTranslatableTypeID: "updateChatIsTranslatable#7b031617",
|
|
UpdateChatIsMarkedAsUnreadTypeID: "updateChatIsMarkedAsUnread#57853334",
|
|
UpdateChatViewAsTopicsTypeID: "updateChatViewAsTopics#5bff163d",
|
|
UpdateChatBlockListTypeID: "updateChatBlockList#872af48e",
|
|
UpdateChatHasScheduledMessagesTypeID: "updateChatHasScheduledMessages#7b14c2d7",
|
|
UpdateChatFoldersTypeID: "updateChatFolders#e110242a",
|
|
UpdateChatOnlineMemberCountTypeID: "updateChatOnlineMemberCount#1d0caa9d",
|
|
UpdateSavedMessagesTopicTypeID: "updateSavedMessagesTopic#9f823b30",
|
|
UpdateSavedMessagesTopicCountTypeID: "updateSavedMessagesTopicCount#fbd279d1",
|
|
UpdateDirectMessagesChatTopicTypeID: "updateDirectMessagesChatTopic#d744f3ed",
|
|
UpdateTopicMessageCountTypeID: "updateTopicMessageCount#a1233f99",
|
|
UpdateQuickReplyShortcutTypeID: "updateQuickReplyShortcut#c69338cf",
|
|
UpdateQuickReplyShortcutDeletedTypeID: "updateQuickReplyShortcutDeleted#e8b9bc3a",
|
|
UpdateQuickReplyShortcutsTypeID: "updateQuickReplyShortcuts#77d31a6a",
|
|
UpdateQuickReplyShortcutMessagesTypeID: "updateQuickReplyShortcutMessages#8bb36b72",
|
|
UpdateForumTopicInfoTypeID: "updateForumTopicInfo#54af1e48",
|
|
UpdateForumTopicTypeID: "updateForumTopic#e029f75b",
|
|
UpdateScopeNotificationSettingsTypeID: "updateScopeNotificationSettings#b83ccb73",
|
|
UpdateReactionNotificationSettingsTypeID: "updateReactionNotificationSettings#e54d17ec",
|
|
UpdateNotificationTypeID: "updateNotification#8ee67ed4",
|
|
UpdateNotificationGroupTypeID: "updateNotificationGroup#96cd9e06",
|
|
UpdateActiveNotificationsTypeID: "updateActiveNotifications#317d80f2",
|
|
UpdateHavePendingNotificationsTypeID: "updateHavePendingNotifications#aaee1db",
|
|
UpdateDeleteMessagesTypeID: "updateDeleteMessages#6a05bf9",
|
|
UpdateChatActionTypeID: "updateChatAction#9abfd628",
|
|
UpdateUserStatusTypeID: "updateUserStatus#39211211",
|
|
UpdateUserTypeID: "updateUser#468928f9",
|
|
UpdateBasicGroupTypeID: "updateBasicGroup#c433c763",
|
|
UpdateSupergroupTypeID: "updateSupergroup#fb6c6524",
|
|
UpdateSecretChatTypeID: "updateSecretChat#9ca5132b",
|
|
UpdateUserFullInfoTypeID: "updateUserFullInfo#fcf2cb17",
|
|
UpdateBasicGroupFullInfoTypeID: "updateBasicGroupFullInfo#52f66bbf",
|
|
UpdateSupergroupFullInfoTypeID: "updateSupergroupFullInfo#19f5cd0e",
|
|
UpdateServiceNotificationTypeID: "updateServiceNotification#4e9895ad",
|
|
UpdateFileTypeID: "updateFile#6cd875f",
|
|
UpdateFileGenerationStartTypeID: "updateFileGenerationStart#cec5eec",
|
|
UpdateFileGenerationStopTypeID: "updateFileGenerationStop#8f14fdeb",
|
|
UpdateFileDownloadsTypeID: "updateFileDownloads#e8cd12c7",
|
|
UpdateFileAddedToDownloadsTypeID: "updateFileAddedToDownloads#5ff5921a",
|
|
UpdateFileDownloadTypeID: "updateFileDownload#342f83ca",
|
|
UpdateFileRemovedFromDownloadsTypeID: "updateFileRemovedFromDownloads#6e7c14e8",
|
|
UpdateApplicationVerificationRequiredTypeID: "updateApplicationVerificationRequired#c59c61d7",
|
|
UpdateApplicationRecaptchaVerificationRequiredTypeID: "updateApplicationRecaptchaVerificationRequired#94edd9be",
|
|
UpdateCallTypeID: "updateCall#4fb3d0dd",
|
|
UpdateGroupCallTypeID: "updateGroupCall#30324e00",
|
|
UpdateGroupCallParticipantTypeID: "updateGroupCallParticipant#d0213cf9",
|
|
UpdateGroupCallParticipantsTypeID: "updateGroupCallParticipants#3f7879cd",
|
|
UpdateGroupCallVerificationStateTypeID: "updateGroupCallVerificationState#9de763b2",
|
|
UpdateNewCallSignalingDataTypeID: "updateNewCallSignalingData#22c98d8d",
|
|
UpdateUserPrivacySettingRulesTypeID: "updateUserPrivacySettingRules#c99552f6",
|
|
UpdateUnreadMessageCountTypeID: "updateUnreadMessageCount#4b541c9",
|
|
UpdateUnreadChatCountTypeID: "updateUnreadChatCount#76e19242",
|
|
UpdateStoryTypeID: "updateStory#1906572f",
|
|
UpdateStoryDeletedTypeID: "updateStoryDeleted#dd440b82",
|
|
UpdateStoryPostSucceededTypeID: "updateStoryPostSucceeded#99ee5b42",
|
|
UpdateStoryPostFailedTypeID: "updateStoryPostFailed#4a6589fc",
|
|
UpdateChatActiveStoriesTypeID: "updateChatActiveStories#79786c2c",
|
|
UpdateStoryListChatCountTypeID: "updateStoryListChatCount#8833cd3f",
|
|
UpdateStoryStealthModeTypeID: "updateStoryStealthMode#6ff7bd1a",
|
|
UpdateOptionTypeID: "updateOption#35b17404",
|
|
UpdateStickerSetTypeID: "updateStickerSet#70035dcc",
|
|
UpdateInstalledStickerSetsTypeID: "updateInstalledStickerSets#82cd5388",
|
|
UpdateTrendingStickerSetsTypeID: "updateTrendingStickerSets#4b7a50a7",
|
|
UpdateRecentStickersTypeID: "updateRecentStickers#aefdf8dc",
|
|
UpdateFavoriteStickersTypeID: "updateFavoriteStickers#113f2b6a",
|
|
UpdateSavedAnimationsTypeID: "updateSavedAnimations#1084a1c8",
|
|
UpdateSavedNotificationSoundsTypeID: "updateSavedNotificationSounds#5a6653b4",
|
|
UpdateDefaultBackgroundTypeID: "updateDefaultBackground#d550952f",
|
|
UpdateChatThemesTypeID: "updateChatThemes#98dc58d5",
|
|
UpdateAccentColorsTypeID: "updateAccentColors#1316555e",
|
|
UpdateProfileAccentColorsTypeID: "updateProfileAccentColors#bf8e7430",
|
|
UpdateLanguagePackStringsTypeID: "updateLanguagePackStrings#af87919f",
|
|
UpdateConnectionStateTypeID: "updateConnectionState#57939e2e",
|
|
UpdateFreezeStateTypeID: "updateFreezeState#64e022ac",
|
|
UpdateTermsOfServiceTypeID: "updateTermsOfService#b23cc55e",
|
|
UpdateUnconfirmedSessionTypeID: "updateUnconfirmedSession#fea6088c",
|
|
UpdateAttachmentMenuBotsTypeID: "updateAttachmentMenuBots#b6b910c",
|
|
UpdateWebAppMessageSentTypeID: "updateWebAppMessageSent#58431229",
|
|
UpdateActiveEmojiReactionsTypeID: "updateActiveEmojiReactions#691ffcb7",
|
|
UpdateAvailableMessageEffectsTypeID: "updateAvailableMessageEffects#a1cb72b9",
|
|
UpdateDefaultReactionTypeTypeID: "updateDefaultReactionType#4b615105",
|
|
UpdateDefaultPaidReactionTypeTypeID: "updateDefaultPaidReactionType#246dd47",
|
|
UpdateSavedMessagesTagsTypeID: "updateSavedMessagesTags#7386424a",
|
|
UpdateActiveLiveLocationMessagesTypeID: "updateActiveLiveLocationMessages#a20b9b1f",
|
|
UpdateOwnedStarCountTypeID: "updateOwnedStarCount#af7ebf88",
|
|
UpdateChatRevenueAmountTypeID: "updateChatRevenueAmount#c6c9bcc4",
|
|
UpdateStarRevenueStatusTypeID: "updateStarRevenueStatus#ef4bfccb",
|
|
UpdateSpeechRecognitionTrialTypeID: "updateSpeechRecognitionTrial#ff4efcc1",
|
|
UpdateDiceEmojisTypeID: "updateDiceEmojis#9d0f91df",
|
|
UpdateAnimatedEmojiMessageClickedTypeID: "updateAnimatedEmojiMessageClicked#a3167405",
|
|
UpdateAnimationSearchParametersTypeID: "updateAnimationSearchParameters#6016ef01",
|
|
UpdateSuggestedActionsTypeID: "updateSuggestedActions#c2e5cccb",
|
|
UpdateSpeedLimitNotificationTypeID: "updateSpeedLimitNotification#c683d868",
|
|
UpdateContactCloseBirthdaysTypeID: "updateContactCloseBirthdays#c88b98ce",
|
|
UpdateAutosaveSettingsTypeID: "updateAutosaveSettings#da274f0b",
|
|
UpdateBusinessConnectionTypeID: "updateBusinessConnection#8632f476",
|
|
UpdateNewBusinessMessageTypeID: "updateNewBusinessMessage#86be4644",
|
|
UpdateBusinessMessageEditedTypeID: "updateBusinessMessageEdited#81a66d89",
|
|
UpdateBusinessMessagesDeletedTypeID: "updateBusinessMessagesDeleted#e036d3ed",
|
|
UpdateNewInlineQueryTypeID: "updateNewInlineQuery#7171bf34",
|
|
UpdateNewChosenInlineResultTypeID: "updateNewChosenInlineResult#cb4c4f5d",
|
|
UpdateNewCallbackQueryTypeID: "updateNewCallbackQuery#8964d05e",
|
|
UpdateNewInlineCallbackQueryTypeID: "updateNewInlineCallbackQuery#ecf934ba",
|
|
UpdateNewBusinessCallbackQueryTypeID: "updateNewBusinessCallbackQuery#14125364",
|
|
UpdateNewShippingQueryTypeID: "updateNewShippingQuery#29584672",
|
|
UpdateNewPreCheckoutQueryTypeID: "updateNewPreCheckoutQuery#2a3871c9",
|
|
UpdateNewCustomEventTypeID: "updateNewCustomEvent#76dd6a0c",
|
|
UpdateNewCustomQueryTypeID: "updateNewCustomQuery#d702f9a6",
|
|
UpdatePollTypeID: "updatePoll#966b73ca",
|
|
UpdatePollAnswerTypeID: "updatePollAnswer#b67ac547",
|
|
UpdateChatMemberTypeID: "updateChatMember#98865bc7",
|
|
UpdateNewChatJoinRequestTypeID: "updateNewChatJoinRequest#7e48b843",
|
|
UpdateChatBoostTypeID: "updateChatBoost#50727e24",
|
|
UpdateMessageReactionTypeID: "updateMessageReaction#f46c854a",
|
|
UpdateMessageReactionsTypeID: "updateMessageReactions#bd5618e9",
|
|
UpdatePaidMediaPurchasedTypeID: "updatePaidMediaPurchased#a410e65b",
|
|
UpdatesTypeID: "updates#b9829222",
|
|
LogStreamDefaultTypeID: "logStreamDefault#52e296bc",
|
|
LogStreamFileTypeID: "logStreamFile#5b528de5",
|
|
LogStreamEmptyTypeID: "logStreamEmpty#e233f1cc",
|
|
LogVerbosityLevelTypeID: "logVerbosityLevel#676443ea",
|
|
LogTagsTypeID: "logTags#dc09ced4",
|
|
UserSupportInfoTypeID: "userSupportInfo#b50e1c29",
|
|
TestIntTypeID: "testInt#ddbd2c09",
|
|
TestStringTypeID: "testString#fe56688c",
|
|
TestBytesTypeID: "testBytes#a422c4de",
|
|
TestVectorIntTypeID: "testVectorInt#df9eb113",
|
|
TestVectorIntObjectTypeID: "testVectorIntObject#f152999b",
|
|
TestVectorStringTypeID: "testVectorString#5d6f85bc",
|
|
TestVectorStringObjectTypeID: "testVectorStringObject#e5ecc0d",
|
|
GetAuthorizationStateRequestTypeID: "getAuthorizationState#742dbe3d",
|
|
SetTdlibParametersRequestTypeID: "setTdlibParameters#d1c0f62e",
|
|
SetAuthenticationPhoneNumberRequestTypeID: "setAuthenticationPhoneNumber#33c0d823",
|
|
CheckAuthenticationPremiumPurchaseRequestTypeID: "checkAuthenticationPremiumPurchase#5eb59abe",
|
|
SetAuthenticationPremiumPurchaseTransactionRequestTypeID: "setAuthenticationPremiumPurchaseTransaction#e51e7c79",
|
|
SetAuthenticationEmailAddressRequestTypeID: "setAuthenticationEmailAddress#69b2c502",
|
|
ResendAuthenticationCodeRequestTypeID: "resendAuthenticationCode#a630bbb8",
|
|
CheckAuthenticationEmailCodeRequestTypeID: "checkAuthenticationEmailCode#dd42c29f",
|
|
CheckAuthenticationCodeRequestTypeID: "checkAuthenticationCode#edfe44aa",
|
|
RequestQrCodeAuthenticationRequestTypeID: "requestQrCodeAuthentication#56fe3c4e",
|
|
RegisterUserRequestTypeID: "registerUser#c3aa52ec",
|
|
ResetAuthenticationEmailAddressRequestTypeID: "resetAuthenticationEmailAddress#e742722c",
|
|
CheckAuthenticationPasswordRequestTypeID: "checkAuthenticationPassword#87424ba0",
|
|
RequestAuthenticationPasswordRecoveryRequestTypeID: "requestAuthenticationPasswordRecovery#53152ab6",
|
|
CheckAuthenticationPasswordRecoveryCodeRequestTypeID: "checkAuthenticationPasswordRecoveryCode#dc0a3be5",
|
|
RecoverAuthenticationPasswordRequestTypeID: "recoverAuthenticationPassword#f8311523",
|
|
SendAuthenticationFirebaseSMSRequestTypeID: "sendAuthenticationFirebaseSms#15c15e3f",
|
|
ReportAuthenticationCodeMissingRequestTypeID: "reportAuthenticationCodeMissing#91efce48",
|
|
CheckAuthenticationBotTokenRequestTypeID: "checkAuthenticationBotToken#261b4476",
|
|
LogOutRequestTypeID: "logOut#a1b5c41b",
|
|
CloseRequestTypeID: "close#b933e17f",
|
|
DestroyRequestTypeID: "destroy#28d9534a",
|
|
ConfirmQrCodeAuthenticationRequestTypeID: "confirmQrCodeAuthentication#e993a72d",
|
|
GetCurrentStateRequestTypeID: "getCurrentState#b8fc6889",
|
|
SetDatabaseEncryptionKeyRequestTypeID: "setDatabaseEncryptionKey#b83345b5",
|
|
GetPasswordStateRequestTypeID: "getPasswordState#f5957b78",
|
|
SetPasswordRequestTypeID: "setPassword#b8db46dd",
|
|
SetLoginEmailAddressRequestTypeID: "setLoginEmailAddress#37bb43d4",
|
|
ResendLoginEmailAddressCodeRequestTypeID: "resendLoginEmailAddressCode#11765215",
|
|
CheckLoginEmailAddressCodeRequestTypeID: "checkLoginEmailAddressCode#a951fc62",
|
|
GetRecoveryEmailAddressRequestTypeID: "getRecoveryEmailAddress#a0f1b9fd",
|
|
SetRecoveryEmailAddressRequestTypeID: "setRecoveryEmailAddress#89df939f",
|
|
CheckRecoveryEmailAddressCodeRequestTypeID: "checkRecoveryEmailAddressCode#88f7981b",
|
|
ResendRecoveryEmailAddressCodeRequestTypeID: "resendRecoveryEmailAddressCode#19d66f1c",
|
|
CancelRecoveryEmailAddressVerificationRequestTypeID: "cancelRecoveryEmailAddressVerification#a5988e8d",
|
|
RequestPasswordRecoveryRequestTypeID: "requestPasswordRecovery#ff2dc552",
|
|
CheckPasswordRecoveryCodeRequestTypeID: "checkPasswordRecoveryCode#f4081e18",
|
|
RecoverPasswordRequestTypeID: "recoverPassword#a5259973",
|
|
ResetPasswordRequestTypeID: "resetPassword#dc9e8c9d",
|
|
CancelPasswordResetRequestTypeID: "cancelPasswordReset#38127462",
|
|
CreateTemporaryPasswordRequestTypeID: "createTemporaryPassword#9f0d6f86",
|
|
GetTemporaryPasswordStateRequestTypeID: "getTemporaryPasswordState#ff3ea892",
|
|
GetMeRequestTypeID: "getMe#f495b27f",
|
|
GetUserRequestTypeID: "getUser#42999c0b",
|
|
GetUserFullInfoRequestTypeID: "getUserFullInfo#d1b29c58",
|
|
GetBasicGroupRequestTypeID: "getBasicGroup#9e893654",
|
|
GetBasicGroupFullInfoRequestTypeID: "getBasicGroupFullInfo#9365e32b",
|
|
GetSupergroupRequestTypeID: "getSupergroup#3afd10e2",
|
|
GetSupergroupFullInfoRequestTypeID: "getSupergroupFullInfo#418d4038",
|
|
GetSecretChatRequestTypeID: "getSecretChat#26b7e81",
|
|
GetChatRequestTypeID: "getChat#6f421440",
|
|
GetMessageRequestTypeID: "getMessage#9372c080",
|
|
GetMessageLocallyRequestTypeID: "getMessageLocally#dc062b6c",
|
|
GetRepliedMessageRequestTypeID: "getRepliedMessage#d9bd19bd",
|
|
GetChatPinnedMessageRequestTypeID: "getChatPinnedMessage#15731ab0",
|
|
GetCallbackQueryMessageRequestTypeID: "getCallbackQueryMessage#bd209172",
|
|
GetMessagesRequestTypeID: "getMessages#d5dd28bf",
|
|
GetMessagePropertiesRequestTypeID: "getMessageProperties#2e18e1ab",
|
|
GetMessageThreadRequestTypeID: "getMessageThread#7af23e3e",
|
|
GetMessageReadDateRequestTypeID: "getMessageReadDate#a7850343",
|
|
GetMessageViewersRequestTypeID: "getMessageViewers#a18f1ace",
|
|
GetMessageAuthorRequestTypeID: "getMessageAuthor#70a9a6b1",
|
|
GetFileRequestTypeID: "getFile#5c9efd4e",
|
|
GetRemoteFileRequestTypeID: "getRemoteFile#7f632732",
|
|
LoadChatsRequestTypeID: "loadChats#8f9b7d7b",
|
|
GetChatsRequestTypeID: "getChats#c604bac2",
|
|
SearchPublicChatRequestTypeID: "searchPublicChat#3316d9ad",
|
|
SearchPublicChatsRequestTypeID: "searchPublicChats#39d6e7b9",
|
|
SearchChatsRequestTypeID: "searchChats#8ff4b9cc",
|
|
SearchChatsOnServerRequestTypeID: "searchChatsOnServer#baf42f74",
|
|
GetRecommendedChatsRequestTypeID: "getRecommendedChats#d9438d71",
|
|
GetChatSimilarChatsRequestTypeID: "getChatSimilarChats#bb508f83",
|
|
GetChatSimilarChatCountRequestTypeID: "getChatSimilarChatCount#463e968e",
|
|
OpenChatSimilarChatRequestTypeID: "openChatSimilarChat#8fa6f413",
|
|
GetBotSimilarBotsRequestTypeID: "getBotSimilarBots#ced15fb5",
|
|
GetBotSimilarBotCountRequestTypeID: "getBotSimilarBotCount#b435c1e7",
|
|
OpenBotSimilarBotRequestTypeID: "openBotSimilarBot#e9f6fed8",
|
|
GetTopChatsRequestTypeID: "getTopChats#e8d95221",
|
|
RemoveTopChatRequestTypeID: "removeTopChat#8e481e55",
|
|
SearchRecentlyFoundChatsRequestTypeID: "searchRecentlyFoundChats#62320591",
|
|
AddRecentlyFoundChatRequestTypeID: "addRecentlyFoundChat#97e8198d",
|
|
RemoveRecentlyFoundChatRequestTypeID: "removeRecentlyFoundChat#2ac1bf1c",
|
|
ClearRecentlyFoundChatsRequestTypeID: "clearRecentlyFoundChats#eefa5b32",
|
|
GetRecentlyOpenedChatsRequestTypeID: "getRecentlyOpenedChats#8d4fb223",
|
|
CheckChatUsernameRequestTypeID: "checkChatUsername#f8e66210",
|
|
GetCreatedPublicChatsRequestTypeID: "getCreatedPublicChats#2a5725ef",
|
|
CheckCreatedPublicChatsLimitRequestTypeID: "checkCreatedPublicChatsLimit#e5717fa1",
|
|
GetSuitableDiscussionChatsRequestTypeID: "getSuitableDiscussionChats#2ec5df6",
|
|
GetInactiveSupergroupChatsRequestTypeID: "getInactiveSupergroupChats#d8cbf9b5",
|
|
GetSuitablePersonalChatsRequestTypeID: "getSuitablePersonalChats#90849bf5",
|
|
LoadDirectMessagesChatTopicsRequestTypeID: "loadDirectMessagesChatTopics#58b215b7",
|
|
GetDirectMessagesChatTopicRequestTypeID: "getDirectMessagesChatTopic#76a51404",
|
|
GetDirectMessagesChatTopicHistoryRequestTypeID: "getDirectMessagesChatTopicHistory#3db438c4",
|
|
GetDirectMessagesChatTopicMessageByDateRequestTypeID: "getDirectMessagesChatTopicMessageByDate#6d8609cf",
|
|
DeleteDirectMessagesChatTopicHistoryRequestTypeID: "deleteDirectMessagesChatTopicHistory#8e63863c",
|
|
DeleteDirectMessagesChatTopicMessagesByDateRequestTypeID: "deleteDirectMessagesChatTopicMessagesByDate#3854ca09",
|
|
SetDirectMessagesChatTopicIsMarkedAsUnreadRequestTypeID: "setDirectMessagesChatTopicIsMarkedAsUnread#5d8f0913",
|
|
SetDirectMessagesChatTopicDraftMessageRequestTypeID: "setDirectMessagesChatTopicDraftMessage#23fabd3a",
|
|
UnpinAllDirectMessagesChatTopicMessagesRequestTypeID: "unpinAllDirectMessagesChatTopicMessages#55845bc",
|
|
ReadAllDirectMessagesChatTopicReactionsRequestTypeID: "readAllDirectMessagesChatTopicReactions#44d2cc46",
|
|
LoadSavedMessagesTopicsRequestTypeID: "loadSavedMessagesTopics#1146d6b8",
|
|
GetSavedMessagesTopicHistoryRequestTypeID: "getSavedMessagesTopicHistory#77e5da68",
|
|
GetSavedMessagesTopicMessageByDateRequestTypeID: "getSavedMessagesTopicMessageByDate#c15e4680",
|
|
DeleteSavedMessagesTopicHistoryRequestTypeID: "deleteSavedMessagesTopicHistory#69df3d6a",
|
|
DeleteSavedMessagesTopicMessagesByDateRequestTypeID: "deleteSavedMessagesTopicMessagesByDate#160a25",
|
|
ToggleSavedMessagesTopicIsPinnedRequestTypeID: "toggleSavedMessagesTopicIsPinned#a15345cc",
|
|
SetPinnedSavedMessagesTopicsRequestTypeID: "setPinnedSavedMessagesTopics#475a1110",
|
|
GetGroupsInCommonRequestTypeID: "getGroupsInCommon#16bdd36a",
|
|
GetChatHistoryRequestTypeID: "getChatHistory#d051927d",
|
|
GetMessageThreadHistoryRequestTypeID: "getMessageThreadHistory#9435d428",
|
|
DeleteChatHistoryRequestTypeID: "deleteChatHistory#a841d09f",
|
|
DeleteChatRequestTypeID: "deleteChat#f5cae05e",
|
|
SearchChatMessagesRequestTypeID: "searchChatMessages#3fec2b64",
|
|
SearchMessagesRequestTypeID: "searchMessages#490addb5",
|
|
SearchSecretMessagesRequestTypeID: "searchSecretMessages#cd2a4c9c",
|
|
SearchSavedMessagesRequestTypeID: "searchSavedMessages#8a9b9f96",
|
|
SearchCallMessagesRequestTypeID: "searchCallMessages#8c3bef1b",
|
|
SearchOutgoingDocumentMessagesRequestTypeID: "searchOutgoingDocumentMessages#c023c47e",
|
|
SearchPublicMessagesByTagRequestTypeID: "searchPublicMessagesByTag#25976caa",
|
|
SearchPublicStoriesByTagRequestTypeID: "searchPublicStoriesByTag#69fbb14a",
|
|
SearchPublicStoriesByLocationRequestTypeID: "searchPublicStoriesByLocation#5f2bd988",
|
|
SearchPublicStoriesByVenueRequestTypeID: "searchPublicStoriesByVenue#d71a622a",
|
|
GetSearchedForTagsRequestTypeID: "getSearchedForTags#9b1b30cd",
|
|
RemoveSearchedForTagRequestTypeID: "removeSearchedForTag#35216bca",
|
|
ClearSearchedForTagsRequestTypeID: "clearSearchedForTags#1e84c356",
|
|
DeleteAllCallMessagesRequestTypeID: "deleteAllCallMessages#a897d1f3",
|
|
SearchChatRecentLocationMessagesRequestTypeID: "searchChatRecentLocationMessages#38a37ee6",
|
|
GetChatMessageByDateRequestTypeID: "getChatMessageByDate#3f557136",
|
|
GetChatSparseMessagePositionsRequestTypeID: "getChatSparseMessagePositions#3b452efd",
|
|
GetChatMessageCalendarRequestTypeID: "getChatMessageCalendar#61fd785c",
|
|
GetChatMessageCountRequestTypeID: "getChatMessageCount#61cfb08d",
|
|
GetChatMessagePositionRequestTypeID: "getChatMessagePosition#a87d6f0f",
|
|
GetChatScheduledMessagesRequestTypeID: "getChatScheduledMessages#df3d2ffb",
|
|
GetChatSponsoredMessagesRequestTypeID: "getChatSponsoredMessages#50a84098",
|
|
ClickChatSponsoredMessageRequestTypeID: "clickChatSponsoredMessage#39ef7a17",
|
|
ReportChatSponsoredMessageRequestTypeID: "reportChatSponsoredMessage#c5969e4c",
|
|
GetSearchSponsoredChatsRequestTypeID: "getSearchSponsoredChats#5d7d7d4c",
|
|
ViewSponsoredChatRequestTypeID: "viewSponsoredChat#66ad792a",
|
|
OpenSponsoredChatRequestTypeID: "openSponsoredChat#339de425",
|
|
ReportSponsoredChatRequestTypeID: "reportSponsoredChat#ca324d85",
|
|
RemoveNotificationRequestTypeID: "removeNotification#336ab34e",
|
|
RemoveNotificationGroupRequestTypeID: "removeNotificationGroup#661a638e",
|
|
GetMessageLinkRequestTypeID: "getMessageLink#c556ef7a",
|
|
GetMessageEmbeddingCodeRequestTypeID: "getMessageEmbeddingCode#62a4cd09",
|
|
GetMessageLinkInfoRequestTypeID: "getMessageLinkInfo#d63eb458",
|
|
TranslateTextRequestTypeID: "translateText#252264f2",
|
|
TranslateMessageTextRequestTypeID: "translateMessageText#53c51ed2",
|
|
RecognizeSpeechRequestTypeID: "recognizeSpeech#67d402b9",
|
|
RateSpeechRecognitionRequestTypeID: "rateSpeechRecognition#eedcc3b5",
|
|
GetChatAvailableMessageSendersRequestTypeID: "getChatAvailableMessageSenders#450fe92b",
|
|
SetChatMessageSenderRequestTypeID: "setChatMessageSender#ab456b7e",
|
|
SendMessageRequestTypeID: "sendMessage#e02d01e9",
|
|
SendMessageAlbumRequestTypeID: "sendMessageAlbum#74bcdacf",
|
|
SendBotStartMessageRequestTypeID: "sendBotStartMessage#aa6a3eee",
|
|
SendInlineQueryResultMessageRequestTypeID: "sendInlineQueryResultMessage#467c5478",
|
|
ForwardMessagesRequestTypeID: "forwardMessages#34de5b20",
|
|
SendQuickReplyShortcutMessagesRequestTypeID: "sendQuickReplyShortcutMessages#dd5169d",
|
|
ResendMessagesRequestTypeID: "resendMessages#11f0d054",
|
|
AddLocalMessageRequestTypeID: "addLocalMessage#f617b7a1",
|
|
DeleteMessagesRequestTypeID: "deleteMessages#c3ed9de2",
|
|
DeleteChatMessagesBySenderRequestTypeID: "deleteChatMessagesBySender#ba9b2e67",
|
|
DeleteChatMessagesByDateRequestTypeID: "deleteChatMessagesByDate#9e44e0bf",
|
|
EditMessageTextRequestTypeID: "editMessageText#bb2e1b7",
|
|
EditMessageLiveLocationRequestTypeID: "editMessageLiveLocation#8f511394",
|
|
EditMessageMediaRequestTypeID: "editMessageMedia#bb4b8713",
|
|
EditMessageCaptionRequestTypeID: "editMessageCaption#87977241",
|
|
EditMessageReplyMarkupRequestTypeID: "editMessageReplyMarkup#13cbde89",
|
|
EditInlineMessageTextRequestTypeID: "editInlineMessageText#cd02c1e5",
|
|
EditInlineMessageLiveLocationRequestTypeID: "editInlineMessageLiveLocation#7f37a0ac",
|
|
EditInlineMessageMediaRequestTypeID: "editInlineMessageMedia#1676781",
|
|
EditInlineMessageCaptionRequestTypeID: "editInlineMessageCaption#540744f8",
|
|
EditInlineMessageReplyMarkupRequestTypeID: "editInlineMessageReplyMarkup#fbf906de",
|
|
EditMessageSchedulingStateRequestTypeID: "editMessageSchedulingState#ae2a0bc0",
|
|
SetMessageFactCheckRequestTypeID: "setMessageFactCheck#ffbe3d08",
|
|
SendBusinessMessageRequestTypeID: "sendBusinessMessage#987b403",
|
|
SendBusinessMessageAlbumRequestTypeID: "sendBusinessMessageAlbum#70bd4e6f",
|
|
EditBusinessMessageTextRequestTypeID: "editBusinessMessageText#bb81119c",
|
|
EditBusinessMessageLiveLocationRequestTypeID: "editBusinessMessageLiveLocation#1d80ae1f",
|
|
EditBusinessMessageMediaRequestTypeID: "editBusinessMessageMedia#fc614778",
|
|
EditBusinessMessageCaptionRequestTypeID: "editBusinessMessageCaption#c02142c3",
|
|
EditBusinessMessageReplyMarkupRequestTypeID: "editBusinessMessageReplyMarkup#29d46c17",
|
|
StopBusinessPollRequestTypeID: "stopBusinessPoll#bbeb2160",
|
|
SetBusinessMessageIsPinnedRequestTypeID: "setBusinessMessageIsPinned#ff14f5f0",
|
|
ReadBusinessMessageRequestTypeID: "readBusinessMessage#9944feee",
|
|
DeleteBusinessMessagesRequestTypeID: "deleteBusinessMessages#17fff9a9",
|
|
EditBusinessStoryRequestTypeID: "editBusinessStory#1c2a5f3c",
|
|
DeleteBusinessStoryRequestTypeID: "deleteBusinessStory#3d11ed52",
|
|
SetBusinessAccountNameRequestTypeID: "setBusinessAccountName#3b946b52",
|
|
SetBusinessAccountBioRequestTypeID: "setBusinessAccountBio#9ac25dc7",
|
|
SetBusinessAccountProfilePhotoRequestTypeID: "setBusinessAccountProfilePhoto#460088d5",
|
|
SetBusinessAccountUsernameRequestTypeID: "setBusinessAccountUsername#a564b661",
|
|
SetBusinessAccountGiftSettingsRequestTypeID: "setBusinessAccountGiftSettings#68c55612",
|
|
GetBusinessAccountStarAmountRequestTypeID: "getBusinessAccountStarAmount#93b0b1cb",
|
|
TransferBusinessAccountStarsRequestTypeID: "transferBusinessAccountStars#2baa0420",
|
|
CheckQuickReplyShortcutNameRequestTypeID: "checkQuickReplyShortcutName#7d3dd129",
|
|
LoadQuickReplyShortcutsRequestTypeID: "loadQuickReplyShortcuts#c367b29d",
|
|
SetQuickReplyShortcutNameRequestTypeID: "setQuickReplyShortcutName#b20f471",
|
|
DeleteQuickReplyShortcutRequestTypeID: "deleteQuickReplyShortcut#f1486c16",
|
|
ReorderQuickReplyShortcutsRequestTypeID: "reorderQuickReplyShortcuts#b04981c4",
|
|
LoadQuickReplyShortcutMessagesRequestTypeID: "loadQuickReplyShortcutMessages#fd40aed4",
|
|
DeleteQuickReplyShortcutMessagesRequestTypeID: "deleteQuickReplyShortcutMessages#e859fcbb",
|
|
AddQuickReplyShortcutMessageRequestTypeID: "addQuickReplyShortcutMessage#3f188b2a",
|
|
AddQuickReplyShortcutInlineQueryResultMessageRequestTypeID: "addQuickReplyShortcutInlineQueryResultMessage#87c02a04",
|
|
AddQuickReplyShortcutMessageAlbumRequestTypeID: "addQuickReplyShortcutMessageAlbum#9647a3fd",
|
|
ReaddQuickReplyShortcutMessagesRequestTypeID: "readdQuickReplyShortcutMessages#652518f7",
|
|
EditQuickReplyMessageRequestTypeID: "editQuickReplyMessage#4cc978e",
|
|
GetForumTopicDefaultIconsRequestTypeID: "getForumTopicDefaultIcons#583574dc",
|
|
CreateForumTopicRequestTypeID: "createForumTopic#c1fa28e4",
|
|
EditForumTopicRequestTypeID: "editForumTopic#a7769060",
|
|
GetForumTopicRequestTypeID: "getForumTopic#e59bfe41",
|
|
GetForumTopicLinkRequestTypeID: "getForumTopicLink#c97b88cb",
|
|
GetForumTopicsRequestTypeID: "getForumTopics#fbab7d5a",
|
|
SetForumTopicNotificationSettingsRequestTypeID: "setForumTopicNotificationSettings#1f433467",
|
|
ToggleForumTopicIsClosedRequestTypeID: "toggleForumTopicIsClosed#c7648af3",
|
|
ToggleGeneralForumTopicIsHiddenRequestTypeID: "toggleGeneralForumTopicIsHidden#5f1d1448",
|
|
ToggleForumTopicIsPinnedRequestTypeID: "toggleForumTopicIsPinned#466ceab4",
|
|
SetPinnedForumTopicsRequestTypeID: "setPinnedForumTopics#ddf26f21",
|
|
DeleteForumTopicRequestTypeID: "deleteForumTopic#6f285cb8",
|
|
GetEmojiReactionRequestTypeID: "getEmojiReaction#e53411dc",
|
|
GetCustomEmojiReactionAnimationsRequestTypeID: "getCustomEmojiReactionAnimations#49748dd2",
|
|
GetMessageAvailableReactionsRequestTypeID: "getMessageAvailableReactions#76db86b2",
|
|
ClearRecentReactionsRequestTypeID: "clearRecentReactions#4d61c752",
|
|
AddMessageReactionRequestTypeID: "addMessageReaction#549855ed",
|
|
RemoveMessageReactionRequestTypeID: "removeMessageReaction#97474d7b",
|
|
GetChatAvailablePaidMessageReactionSendersRequestTypeID: "getChatAvailablePaidMessageReactionSenders#b5d09c89",
|
|
AddPendingPaidMessageReactionRequestTypeID: "addPendingPaidMessageReaction#eb9bcdd3",
|
|
CommitPendingPaidMessageReactionsRequestTypeID: "commitPendingPaidMessageReactions#f5c95606",
|
|
RemovePendingPaidMessageReactionsRequestTypeID: "removePendingPaidMessageReactions#41949cfb",
|
|
SetPaidMessageReactionTypeRequestTypeID: "setPaidMessageReactionType#ce8832ae",
|
|
SetMessageReactionsRequestTypeID: "setMessageReactions#71fa9e8f",
|
|
GetMessageAddedReactionsRequestTypeID: "getMessageAddedReactions#7dc6ae52",
|
|
SetDefaultReactionTypeRequestTypeID: "setDefaultReactionType#65038a3d",
|
|
GetSavedMessagesTagsRequestTypeID: "getSavedMessagesTags#8cd667a9",
|
|
SetSavedMessagesTagLabelRequestTypeID: "setSavedMessagesTagLabel#b03acd10",
|
|
GetMessageEffectRequestTypeID: "getMessageEffect#9e513d14",
|
|
SearchQuoteRequestTypeID: "searchQuote#6864011f",
|
|
GetTextEntitiesRequestTypeID: "getTextEntities#eba543fb",
|
|
ParseTextEntitiesRequestTypeID: "parseTextEntities#9a1fc29f",
|
|
ParseMarkdownRequestTypeID: "parseMarkdown#2d153aef",
|
|
GetMarkdownTextRequestTypeID: "getMarkdownText#9ce7228",
|
|
GetCountryFlagEmojiRequestTypeID: "getCountryFlagEmoji#3a8629fa",
|
|
GetFileMimeTypeRequestTypeID: "getFileMimeType#84631b89",
|
|
GetFileExtensionRequestTypeID: "getFileExtension#f9adb934",
|
|
CleanFileNameRequestTypeID: "cleanFileName#39b1f7fb",
|
|
GetLanguagePackStringRequestTypeID: "getLanguagePackString#8fcde73",
|
|
GetJSONValueRequestTypeID: "getJsonValue#92fa5a05",
|
|
GetJSONStringRequestTypeID: "getJsonString#278b9421",
|
|
GetThemeParametersJSONStringRequestTypeID: "getThemeParametersJsonString#91b905f8",
|
|
SetPollAnswerRequestTypeID: "setPollAnswer#5303b916",
|
|
GetPollVotersRequestTypeID: "getPollVoters#c45ba9ac",
|
|
StopPollRequestTypeID: "stopPoll#62e80aad",
|
|
HideSuggestedActionRequestTypeID: "hideSuggestedAction#a2ef2b7f",
|
|
HideContactCloseBirthdaysRequestTypeID: "hideContactCloseBirthdays#baad087b",
|
|
GetBusinessConnectionRequestTypeID: "getBusinessConnection#81f42420",
|
|
GetLoginURLInfoRequestTypeID: "getLoginUrlInfo#ccc99db3",
|
|
GetLoginURLRequestTypeID: "getLoginUrl#2f3295d1",
|
|
ShareUsersWithBotRequestTypeID: "shareUsersWithBot#58448550",
|
|
ShareChatWithBotRequestTypeID: "shareChatWithBot#a6530ae2",
|
|
GetInlineQueryResultsRequestTypeID: "getInlineQueryResults#79dcf86c",
|
|
AnswerInlineQueryRequestTypeID: "answerInlineQuery#ac7cc5e6",
|
|
SavePreparedInlineMessageRequestTypeID: "savePreparedInlineMessage#c71468d9",
|
|
GetPreparedInlineMessageRequestTypeID: "getPreparedInlineMessage#fb0ac74b",
|
|
GetGrossingWebAppBotsRequestTypeID: "getGrossingWebAppBots#6522ce1a",
|
|
SearchWebAppRequestTypeID: "searchWebApp#b5fc8a35",
|
|
GetWebAppPlaceholderRequestTypeID: "getWebAppPlaceholder#22c70d8f",
|
|
GetWebAppLinkURLRequestTypeID: "getWebAppLinkUrl#60fe62c1",
|
|
GetMainWebAppRequestTypeID: "getMainWebApp#23687ca6",
|
|
GetWebAppURLRequestTypeID: "getWebAppUrl#a4ff1f44",
|
|
SendWebAppDataRequestTypeID: "sendWebAppData#ab1fce0c",
|
|
OpenWebAppRequestTypeID: "openWebApp#8297968e",
|
|
CloseWebAppRequestTypeID: "closeWebApp#68a124c6",
|
|
AnswerWebAppQueryRequestTypeID: "answerWebAppQuery#a0b49cf1",
|
|
CheckWebAppFileDownloadRequestTypeID: "checkWebAppFileDownload#e8ca44e2",
|
|
GetCallbackQueryAnswerRequestTypeID: "getCallbackQueryAnswer#6ef7a5f",
|
|
AnswerCallbackQueryRequestTypeID: "answerCallbackQuery#bb462e76",
|
|
AnswerShippingQueryRequestTypeID: "answerShippingQuery#7a3c2432",
|
|
AnswerPreCheckoutQueryRequestTypeID: "answerPreCheckoutQuery#a76163eb",
|
|
SetGameScoreRequestTypeID: "setGameScore#7eccedc6",
|
|
SetInlineGameScoreRequestTypeID: "setInlineGameScore#c7715d8b",
|
|
GetGameHighScoresRequestTypeID: "getGameHighScores#f0459b",
|
|
GetInlineGameHighScoresRequestTypeID: "getInlineGameHighScores#e0396baa",
|
|
DeleteChatReplyMarkupRequestTypeID: "deleteChatReplyMarkup#5ff9b5b",
|
|
SendChatActionRequestTypeID: "sendChatAction#8823f29e",
|
|
OpenChatRequestTypeID: "openChat#ecb9be0b",
|
|
CloseChatRequestTypeID: "closeChat#25e86e9",
|
|
ViewMessagesRequestTypeID: "viewMessages#aa2f0438",
|
|
OpenMessageContentRequestTypeID: "openMessageContent#d3f2697b",
|
|
ClickAnimatedEmojiMessageRequestTypeID: "clickAnimatedEmojiMessage#bb17662",
|
|
GetInternalLinkRequestTypeID: "getInternalLink#3960f1b0",
|
|
GetInternalLinkTypeRequestTypeID: "getInternalLinkType#8bdd5709",
|
|
GetExternalLinkInfoRequestTypeID: "getExternalLinkInfo#460d7a3f",
|
|
GetExternalLinkRequestTypeID: "getExternalLink#5e92f0eb",
|
|
ReadAllChatMentionsRequestTypeID: "readAllChatMentions#50eab2b5",
|
|
ReadAllMessageThreadMentionsRequestTypeID: "readAllMessageThreadMentions#4edd7555",
|
|
ReadAllChatReactionsRequestTypeID: "readAllChatReactions#54c1976d",
|
|
ReadAllMessageThreadReactionsRequestTypeID: "readAllMessageThreadReactions#d0bc273e",
|
|
CreatePrivateChatRequestTypeID: "createPrivateChat#c7825b09",
|
|
CreateBasicGroupChatRequestTypeID: "createBasicGroupChat#758ab4e4",
|
|
CreateSupergroupChatRequestTypeID: "createSupergroupChat#46c770eb",
|
|
CreateSecretChatRequestTypeID: "createSecretChat#730dd22f",
|
|
CreateNewBasicGroupChatRequestTypeID: "createNewBasicGroupChat#8b9517af",
|
|
CreateNewSupergroupChatRequestTypeID: "createNewSupergroupChat#2fecf6c6",
|
|
CreateNewSecretChatRequestTypeID: "createNewSecretChat#db012265",
|
|
UpgradeBasicGroupChatToSupergroupChatRequestTypeID: "upgradeBasicGroupChatToSupergroupChat#11e915ba",
|
|
GetChatListsToAddChatRequestTypeID: "getChatListsToAddChat#2709d6a1",
|
|
AddChatToListRequestTypeID: "addChatToList#fb334eb5",
|
|
GetChatFolderRequestTypeID: "getChatFolder#5882a98",
|
|
CreateChatFolderRequestTypeID: "createChatFolder#3c85c500",
|
|
EditChatFolderRequestTypeID: "editChatFolder#332fb32",
|
|
DeleteChatFolderRequestTypeID: "deleteChatFolder#74260b87",
|
|
GetChatFolderChatsToLeaveRequestTypeID: "getChatFolderChatsToLeave#8dc1e6af",
|
|
GetChatFolderChatCountRequestTypeID: "getChatFolderChatCount#7dd4cbbe",
|
|
ReorderChatFoldersRequestTypeID: "reorderChatFolders#59544c32",
|
|
ToggleChatFolderTagsRequestTypeID: "toggleChatFolderTags#834b6c44",
|
|
GetRecommendedChatFoldersRequestTypeID: "getRecommendedChatFolders#f7533b87",
|
|
GetChatFolderDefaultIconNameRequestTypeID: "getChatFolderDefaultIconName#2cf7a067",
|
|
GetChatsForChatFolderInviteLinkRequestTypeID: "getChatsForChatFolderInviteLink#6fac4949",
|
|
CreateChatFolderInviteLinkRequestTypeID: "createChatFolderInviteLink#fba5e198",
|
|
GetChatFolderInviteLinksRequestTypeID: "getChatFolderInviteLinks#139d5be0",
|
|
EditChatFolderInviteLinkRequestTypeID: "editChatFolderInviteLink#5cc415a8",
|
|
DeleteChatFolderInviteLinkRequestTypeID: "deleteChatFolderInviteLink#c890717e",
|
|
CheckChatFolderInviteLinkRequestTypeID: "checkChatFolderInviteLink#1f25999b",
|
|
AddChatFolderByInviteLinkRequestTypeID: "addChatFolderByInviteLink#1ed19dae",
|
|
GetChatFolderNewChatsRequestTypeID: "getChatFolderNewChats#7e8d2ccc",
|
|
ProcessChatFolderNewChatsRequestTypeID: "processChatFolderNewChats#109f8a8b",
|
|
GetArchiveChatListSettingsRequestTypeID: "getArchiveChatListSettings#838d8e60",
|
|
SetArchiveChatListSettingsRequestTypeID: "setArchiveChatListSettings#cb454c0a",
|
|
SetChatTitleRequestTypeID: "setChatTitle#9cabebf",
|
|
SetChatPhotoRequestTypeID: "setChatPhoto#e97b8d03",
|
|
SetChatAccentColorRequestTypeID: "setChatAccentColor#349f57ca",
|
|
SetChatProfileAccentColorRequestTypeID: "setChatProfileAccentColor#4227ae7a",
|
|
SetChatMessageAutoDeleteTimeRequestTypeID: "setChatMessageAutoDeleteTime#a641b4ff",
|
|
SetChatEmojiStatusRequestTypeID: "setChatEmojiStatus#55881912",
|
|
SetChatPermissionsRequestTypeID: "setChatPermissions#7f7706fe",
|
|
SetChatBackgroundRequestTypeID: "setChatBackground#eb4c3fe",
|
|
DeleteChatBackgroundRequestTypeID: "deleteChatBackground#1316e678",
|
|
SetChatThemeRequestTypeID: "setChatTheme#8f090293",
|
|
SetChatDraftMessageRequestTypeID: "setChatDraftMessage#645e1f1a",
|
|
SetChatNotificationSettingsRequestTypeID: "setChatNotificationSettings#2e531ffe",
|
|
ToggleChatHasProtectedContentRequestTypeID: "toggleChatHasProtectedContent#3a20d94d",
|
|
ToggleChatViewAsTopicsRequestTypeID: "toggleChatViewAsTopics#2b2783dc",
|
|
ToggleChatIsTranslatableRequestTypeID: "toggleChatIsTranslatable#93f9cbdf",
|
|
ToggleChatIsMarkedAsUnreadRequestTypeID: "toggleChatIsMarkedAsUnread#c538dadf",
|
|
ToggleChatDefaultDisableNotificationRequestTypeID: "toggleChatDefaultDisableNotification#12c36012",
|
|
SetChatAvailableReactionsRequestTypeID: "setChatAvailableReactions#feb3e06",
|
|
SetChatClientDataRequestTypeID: "setChatClientData#ceb3273d",
|
|
SetChatDescriptionRequestTypeID: "setChatDescription#74a8b45d",
|
|
SetChatDiscussionGroupRequestTypeID: "setChatDiscussionGroup#c93c32b8",
|
|
SetChatDirectMessagesGroupRequestTypeID: "setChatDirectMessagesGroup#6157e4a3",
|
|
SetChatLocationRequestTypeID: "setChatLocation#d2471daa",
|
|
SetChatSlowModeDelayRequestTypeID: "setChatSlowModeDelay#dfcae63e",
|
|
PinChatMessageRequestTypeID: "pinChatMessage#79475baf",
|
|
UnpinChatMessageRequestTypeID: "unpinChatMessage#7b1c3ede",
|
|
UnpinAllChatMessagesRequestTypeID: "unpinAllChatMessages#aa4cd4b7",
|
|
UnpinAllMessageThreadMessagesRequestTypeID: "unpinAllMessageThreadMessages#b7c69f00",
|
|
JoinChatRequestTypeID: "joinChat#137a1aa1",
|
|
LeaveChatRequestTypeID: "leaveChat#93377a61",
|
|
AddChatMemberRequestTypeID: "addChatMember#66875217",
|
|
AddChatMembersRequestTypeID: "addChatMembers#1a3232f",
|
|
SetChatMemberStatusRequestTypeID: "setChatMemberStatus#4e0171f",
|
|
BanChatMemberRequestTypeID: "banChatMember#cb107d7c",
|
|
CanTransferOwnershipRequestTypeID: "canTransferOwnership#25d3440c",
|
|
TransferChatOwnershipRequestTypeID: "transferChatOwnership#77a00a13",
|
|
GetChatMemberRequestTypeID: "getChatMember#d0c15272",
|
|
SearchChatMembersRequestTypeID: "searchChatMembers#e56d46c5",
|
|
GetChatAdministratorsRequestTypeID: "getChatAdministrators#5c0eb6bb",
|
|
ClearAllDraftMessagesRequestTypeID: "clearAllDraftMessages#fd3c74db",
|
|
GetSavedNotificationSoundRequestTypeID: "getSavedNotificationSound#1b647917",
|
|
GetSavedNotificationSoundsRequestTypeID: "getSavedNotificationSounds#c0346fa8",
|
|
AddSavedNotificationSoundRequestTypeID: "addSavedNotificationSound#3e3984ef",
|
|
RemoveSavedNotificationSoundRequestTypeID: "removeSavedNotificationSound#e363474e",
|
|
GetChatNotificationSettingsExceptionsRequestTypeID: "getChatNotificationSettingsExceptions#bfe0e11",
|
|
GetScopeNotificationSettingsRequestTypeID: "getScopeNotificationSettings#c4a8254f",
|
|
SetScopeNotificationSettingsRequestTypeID: "setScopeNotificationSettings#85cfb63a",
|
|
SetReactionNotificationSettingsRequestTypeID: "setReactionNotificationSettings#46b2d495",
|
|
ResetAllNotificationSettingsRequestTypeID: "resetAllNotificationSettings#f5a0a8f9",
|
|
ToggleChatIsPinnedRequestTypeID: "toggleChatIsPinned#a776263e",
|
|
SetPinnedChatsRequestTypeID: "setPinnedChats#c6c6edf1",
|
|
ReadChatListRequestTypeID: "readChatList#bd6498aa",
|
|
GetCurrentWeatherRequestTypeID: "getCurrentWeather#8ada9bc9",
|
|
GetStoryRequestTypeID: "getStory#882168f2",
|
|
GetChatsToPostStoriesRequestTypeID: "getChatsToPostStories#70e2a473",
|
|
CanPostStoryRequestTypeID: "canPostStory#27da5ace",
|
|
PostStoryRequestTypeID: "postStory#f0a54077",
|
|
EditStoryRequestTypeID: "editStory#152d6614",
|
|
EditStoryCoverRequestTypeID: "editStoryCover#c242975e",
|
|
SetStoryPrivacySettingsRequestTypeID: "setStoryPrivacySettings#d8e94332",
|
|
ToggleStoryIsPostedToChatPageRequestTypeID: "toggleStoryIsPostedToChatPage#8056a16c",
|
|
DeleteStoryRequestTypeID: "deleteStory#87970aa8",
|
|
GetStoryNotificationSettingsExceptionsRequestTypeID: "getStoryNotificationSettingsExceptions#256a2eb0",
|
|
LoadActiveStoriesRequestTypeID: "loadActiveStories#7d8cf738",
|
|
SetChatActiveStoriesListRequestTypeID: "setChatActiveStoriesList#e0e35d11",
|
|
GetChatActiveStoriesRequestTypeID: "getChatActiveStories#2e4ffbf5",
|
|
GetChatPostedToChatPageStoriesRequestTypeID: "getChatPostedToChatPageStories#fd3bc72b",
|
|
GetChatArchivedStoriesRequestTypeID: "getChatArchivedStories#af1e9488",
|
|
SetChatPinnedStoriesRequestTypeID: "setChatPinnedStories#f5cb679f",
|
|
OpenStoryRequestTypeID: "openStory#d678d9c3",
|
|
CloseStoryRequestTypeID: "closeStory#5c9faaeb",
|
|
GetStoryAvailableReactionsRequestTypeID: "getStoryAvailableReactions#23854d3b",
|
|
SetStoryReactionRequestTypeID: "setStoryReaction#ef1dc09",
|
|
GetStoryInteractionsRequestTypeID: "getStoryInteractions#1cd1400d",
|
|
GetChatStoryInteractionsRequestTypeID: "getChatStoryInteractions#1521ee74",
|
|
ReportStoryRequestTypeID: "reportStory#6cacaf34",
|
|
ActivateStoryStealthModeRequestTypeID: "activateStoryStealthMode#c3db8491",
|
|
GetStoryPublicForwardsRequestTypeID: "getStoryPublicForwards#6be82f32",
|
|
GetChatBoostLevelFeaturesRequestTypeID: "getChatBoostLevelFeatures#45e63e8b",
|
|
GetChatBoostFeaturesRequestTypeID: "getChatBoostFeatures#e8c128a0",
|
|
GetAvailableChatBoostSlotsRequestTypeID: "getAvailableChatBoostSlots#7307ebd5",
|
|
GetChatBoostStatusRequestTypeID: "getChatBoostStatus#cfac8acf",
|
|
BoostChatRequestTypeID: "boostChat#890ccd68",
|
|
GetChatBoostLinkRequestTypeID: "getChatBoostLink#56f16c85",
|
|
GetChatBoostLinkInfoRequestTypeID: "getChatBoostLinkInfo#26fc4b5c",
|
|
GetChatBoostsRequestTypeID: "getChatBoosts#ab5eaa38",
|
|
GetUserChatBoostsRequestTypeID: "getUserChatBoosts#b90ee799",
|
|
GetAttachmentMenuBotRequestTypeID: "getAttachmentMenuBot#3da561fb",
|
|
ToggleBotIsAddedToAttachmentMenuRequestTypeID: "toggleBotIsAddedToAttachmentMenu#8e59de9a",
|
|
GetThemedEmojiStatusesRequestTypeID: "getThemedEmojiStatuses#a87cbb81",
|
|
GetRecentEmojiStatusesRequestTypeID: "getRecentEmojiStatuses#ae3a3d29",
|
|
GetUpgradedGiftEmojiStatusesRequestTypeID: "getUpgradedGiftEmojiStatuses#97c0bf95",
|
|
GetDefaultEmojiStatusesRequestTypeID: "getDefaultEmojiStatuses#dfd987e7",
|
|
ClearRecentEmojiStatusesRequestTypeID: "clearRecentEmojiStatuses#e671cb5e",
|
|
GetThemedChatEmojiStatusesRequestTypeID: "getThemedChatEmojiStatuses#72b694fa",
|
|
GetDefaultChatEmojiStatusesRequestTypeID: "getDefaultChatEmojiStatuses#5c9b8ce2",
|
|
GetDisallowedChatEmojiStatusesRequestTypeID: "getDisallowedChatEmojiStatuses#88815d89",
|
|
DownloadFileRequestTypeID: "downloadFile#3f253234",
|
|
GetFileDownloadedPrefixSizeRequestTypeID: "getFileDownloadedPrefixSize#3304bd2d",
|
|
CancelDownloadFileRequestTypeID: "cancelDownloadFile#8b8052de",
|
|
GetSuggestedFileNameRequestTypeID: "getSuggestedFileName#85d8a486",
|
|
PreliminaryUploadFileRequestTypeID: "preliminaryUploadFile#70e7cb99",
|
|
CancelPreliminaryUploadFileRequestTypeID: "cancelPreliminaryUploadFile#311446be",
|
|
WriteGeneratedFilePartRequestTypeID: "writeGeneratedFilePart#cc89e95",
|
|
SetFileGenerationProgressRequestTypeID: "setFileGenerationProgress#6d754b3e",
|
|
FinishFileGenerationRequestTypeID: "finishFileGeneration#c11d0c9d",
|
|
ReadFilePartRequestTypeID: "readFilePart#f5982b4a",
|
|
DeleteFileRequestTypeID: "deleteFile#6bbe9b2c",
|
|
AddFileToDownloadsRequestTypeID: "addFileToDownloads#33b583b7",
|
|
ToggleDownloadIsPausedRequestTypeID: "toggleDownloadIsPaused#c7866715",
|
|
ToggleAllDownloadsArePausedRequestTypeID: "toggleAllDownloadsArePaused#4a989002",
|
|
RemoveFileFromDownloadsRequestTypeID: "removeFileFromDownloads#5706bfee",
|
|
RemoveAllFilesFromDownloadsRequestTypeID: "removeAllFilesFromDownloads#b9487686",
|
|
SearchFileDownloadsRequestTypeID: "searchFileDownloads#2a1e0856",
|
|
SetApplicationVerificationTokenRequestTypeID: "setApplicationVerificationToken#3744af85",
|
|
GetMessageFileTypeRequestTypeID: "getMessageFileType#e2c70fd4",
|
|
GetMessageImportConfirmationTextRequestTypeID: "getMessageImportConfirmationText#174881a8",
|
|
ImportMessagesRequestTypeID: "importMessages#7e98592b",
|
|
ReplacePrimaryChatInviteLinkRequestTypeID: "replacePrimaryChatInviteLink#3f9e7b9d",
|
|
CreateChatInviteLinkRequestTypeID: "createChatInviteLink#1126a341",
|
|
CreateChatSubscriptionInviteLinkRequestTypeID: "createChatSubscriptionInviteLink#226b65",
|
|
EditChatInviteLinkRequestTypeID: "editChatInviteLink#4eb23d7c",
|
|
EditChatSubscriptionInviteLinkRequestTypeID: "editChatSubscriptionInviteLink#c74445d3",
|
|
GetChatInviteLinkRequestTypeID: "getChatInviteLink#e36a41fd",
|
|
GetChatInviteLinkCountsRequestTypeID: "getChatInviteLinkCounts#3510e291",
|
|
GetChatInviteLinksRequestTypeID: "getChatInviteLinks#34a55cac",
|
|
GetChatInviteLinkMembersRequestTypeID: "getChatInviteLinkMembers#6704ed3c",
|
|
RevokeChatInviteLinkRequestTypeID: "revokeChatInviteLink#d1b755a9",
|
|
DeleteRevokedChatInviteLinkRequestTypeID: "deleteRevokedChatInviteLink#91270c7f",
|
|
DeleteAllRevokedChatInviteLinksRequestTypeID: "deleteAllRevokedChatInviteLinks#424816da",
|
|
CheckChatInviteLinkRequestTypeID: "checkChatInviteLink#e261483b",
|
|
JoinChatByInviteLinkRequestTypeID: "joinChatByInviteLink#c16aab86",
|
|
GetChatJoinRequestsRequestTypeID: "getChatJoinRequests#e8d90ea2",
|
|
ProcessChatJoinRequestRequestTypeID: "processChatJoinRequest#3be534a3",
|
|
ProcessChatJoinRequestsRequestTypeID: "processChatJoinRequests#3e823dce",
|
|
CreateCallRequestTypeID: "createCall#be282e10",
|
|
AcceptCallRequestTypeID: "acceptCall#d97562d0",
|
|
SendCallSignalingDataRequestTypeID: "sendCallSignalingData#542db19c",
|
|
DiscardCallRequestTypeID: "discardCall#a3da2a8e",
|
|
SendCallRatingRequestTypeID: "sendCallRating#d89b576c",
|
|
SendCallDebugInformationRequestTypeID: "sendCallDebugInformation#785b373f",
|
|
SendCallLogRequestTypeID: "sendCallLog#3f0a47d1",
|
|
GetVideoChatAvailableParticipantsRequestTypeID: "getVideoChatAvailableParticipants#c45da305",
|
|
SetVideoChatDefaultParticipantRequestTypeID: "setVideoChatDefaultParticipant#f1a672b3",
|
|
CreateVideoChatRequestTypeID: "createVideoChat#7ea4958d",
|
|
CreateGroupCallRequestTypeID: "createGroupCall#730a82c0",
|
|
GetVideoChatRtmpURLRequestTypeID: "getVideoChatRtmpUrl#482b1b1f",
|
|
ReplaceVideoChatRtmpURLRequestTypeID: "replaceVideoChatRtmpUrl#214f8fe0",
|
|
GetGroupCallRequestTypeID: "getGroupCall#5787668e",
|
|
StartScheduledVideoChatRequestTypeID: "startScheduledVideoChat#b276e982",
|
|
ToggleVideoChatEnabledStartNotificationRequestTypeID: "toggleVideoChatEnabledStartNotification#6e5b7b3e",
|
|
JoinGroupCallRequestTypeID: "joinGroupCall#873c7953",
|
|
JoinVideoChatRequestTypeID: "joinVideoChat#4edb39af",
|
|
StartGroupCallScreenSharingRequestTypeID: "startGroupCallScreenSharing#cb4e312d",
|
|
ToggleGroupCallScreenSharingIsPausedRequestTypeID: "toggleGroupCallScreenSharingIsPaused#a07b5360",
|
|
EndGroupCallScreenSharingRequestTypeID: "endGroupCallScreenSharing#85f41c4c",
|
|
SetVideoChatTitleRequestTypeID: "setVideoChatTitle#722bf372",
|
|
ToggleVideoChatMuteNewParticipantsRequestTypeID: "toggleVideoChatMuteNewParticipants#3ad4c98c",
|
|
InviteGroupCallParticipantRequestTypeID: "inviteGroupCallParticipant#da5b88ca",
|
|
DeclineGroupCallInvitationRequestTypeID: "declineGroupCallInvitation#6de7fa11",
|
|
BanGroupCallParticipantsRequestTypeID: "banGroupCallParticipants#60890d03",
|
|
InviteVideoChatParticipantsRequestTypeID: "inviteVideoChatParticipants#ba2f4776",
|
|
GetVideoChatInviteLinkRequestTypeID: "getVideoChatInviteLink#acde7487",
|
|
RevokeGroupCallInviteLinkRequestTypeID: "revokeGroupCallInviteLink#1de5a494",
|
|
StartGroupCallRecordingRequestTypeID: "startGroupCallRecording#68c5847b",
|
|
EndGroupCallRecordingRequestTypeID: "endGroupCallRecording#fb7b6289",
|
|
ToggleGroupCallIsMyVideoPausedRequestTypeID: "toggleGroupCallIsMyVideoPaused#e374f199",
|
|
ToggleGroupCallIsMyVideoEnabledRequestTypeID: "toggleGroupCallIsMyVideoEnabled#9f2f50fa",
|
|
SetGroupCallParticipantIsSpeakingRequestTypeID: "setGroupCallParticipantIsSpeaking#c338f9fc",
|
|
ToggleGroupCallParticipantIsMutedRequestTypeID: "toggleGroupCallParticipantIsMuted#b2081407",
|
|
SetGroupCallParticipantVolumeLevelRequestTypeID: "setGroupCallParticipantVolumeLevel#97779828",
|
|
ToggleGroupCallParticipantIsHandRaisedRequestTypeID: "toggleGroupCallParticipantIsHandRaised#8efb63e1",
|
|
GetGroupCallParticipantsRequestTypeID: "getGroupCallParticipants#766b3cc2",
|
|
LoadGroupCallParticipantsRequestTypeID: "loadGroupCallParticipants#37f3bece",
|
|
LeaveGroupCallRequestTypeID: "leaveGroupCall#3a6befa9",
|
|
EndGroupCallRequestTypeID: "endGroupCall#22294cb7",
|
|
GetVideoChatStreamsRequestTypeID: "getVideoChatStreams#1fb1fac5",
|
|
GetVideoChatStreamSegmentRequestTypeID: "getVideoChatStreamSegment#2e1847f4",
|
|
EncryptGroupCallDataRequestTypeID: "encryptGroupCallData#e9783686",
|
|
DecryptGroupCallDataRequestTypeID: "decryptGroupCallData#6a333de4",
|
|
SetMessageSenderBlockListRequestTypeID: "setMessageSenderBlockList#898b5c91",
|
|
BlockMessageSenderFromRepliesRequestTypeID: "blockMessageSenderFromReplies#b79df58b",
|
|
GetBlockedMessageSendersRequestTypeID: "getBlockedMessageSenders#8ce52f16",
|
|
AddContactRequestTypeID: "addContact#6f707140",
|
|
ImportContactsRequestTypeID: "importContacts#77bdb718",
|
|
GetContactsRequestTypeID: "getContacts#ab7f4470",
|
|
SearchContactsRequestTypeID: "searchContacts#95073165",
|
|
RemoveContactsRequestTypeID: "removeContacts#b464dfff",
|
|
GetImportedContactCountRequestTypeID: "getImportedContactCount#d8e11a26",
|
|
ChangeImportedContactsRequestTypeID: "changeImportedContacts#24885905",
|
|
ClearImportedContactsRequestTypeID: "clearImportedContacts#33d39142",
|
|
SetCloseFriendsRequestTypeID: "setCloseFriends#7ff8f69f",
|
|
GetCloseFriendsRequestTypeID: "getCloseFriends#a9d574ce",
|
|
SetUserPersonalProfilePhotoRequestTypeID: "setUserPersonalProfilePhoto#1baa28f6",
|
|
SuggestUserProfilePhotoRequestTypeID: "suggestUserProfilePhoto#9561f463",
|
|
ToggleBotCanManageEmojiStatusRequestTypeID: "toggleBotCanManageEmojiStatus#251a881a",
|
|
SetUserEmojiStatusRequestTypeID: "setUserEmojiStatus#e5165bcb",
|
|
SearchUserByPhoneNumberRequestTypeID: "searchUserByPhoneNumber#eb82adc8",
|
|
SharePhoneNumberRequestTypeID: "sharePhoneNumber#4164e055",
|
|
GetUserProfilePhotosRequestTypeID: "getUserProfilePhotos#c9defe42",
|
|
GetStickerOutlineRequestTypeID: "getStickerOutline#a3952da5",
|
|
GetStickersRequestTypeID: "getStickers#45069343",
|
|
GetAllStickerEmojisRequestTypeID: "getAllStickerEmojis#11ad2e30",
|
|
SearchStickersRequestTypeID: "searchStickers#66428c3a",
|
|
GetGreetingStickersRequestTypeID: "getGreetingStickers#16581d1c",
|
|
GetPremiumStickersRequestTypeID: "getPremiumStickers#ef410a50",
|
|
GetInstalledStickerSetsRequestTypeID: "getInstalledStickerSets#612ef6f6",
|
|
GetArchivedStickerSetsRequestTypeID: "getArchivedStickerSets#3bb8424d",
|
|
GetTrendingStickerSetsRequestTypeID: "getTrendingStickerSets#e058455e",
|
|
GetAttachedStickerSetsRequestTypeID: "getAttachedStickerSets#4d9d930d",
|
|
GetStickerSetRequestTypeID: "getStickerSet#3eb91bc3",
|
|
GetStickerSetNameRequestTypeID: "getStickerSetName#3dfad681",
|
|
SearchStickerSetRequestTypeID: "searchStickerSet#63eec702",
|
|
SearchInstalledStickerSetsRequestTypeID: "searchInstalledStickerSets#7e5e7fa4",
|
|
SearchStickerSetsRequestTypeID: "searchStickerSets#faa066c",
|
|
ChangeStickerSetRequestTypeID: "changeStickerSet#1ac8a5ed",
|
|
ViewTrendingStickerSetsRequestTypeID: "viewTrendingStickerSets#36d6469",
|
|
ReorderInstalledStickerSetsRequestTypeID: "reorderInstalledStickerSets#4a830a78",
|
|
GetRecentStickersRequestTypeID: "getRecentStickers#dd73aa9f",
|
|
AddRecentStickerRequestTypeID: "addRecentSticker#a7e5d89e",
|
|
RemoveRecentStickerRequestTypeID: "removeRecentSticker#4a4d440d",
|
|
ClearRecentStickersRequestTypeID: "clearRecentStickers#ecda39c4",
|
|
GetFavoriteStickersRequestTypeID: "getFavoriteStickers#ebcbcf40",
|
|
AddFavoriteStickerRequestTypeID: "addFavoriteSticker#13578cdf",
|
|
RemoveFavoriteStickerRequestTypeID: "removeFavoriteSticker#44b88c70",
|
|
GetStickerEmojisRequestTypeID: "getStickerEmojis#8f04d547",
|
|
SearchEmojisRequestTypeID: "searchEmojis#d513cd61",
|
|
GetKeywordEmojisRequestTypeID: "getKeywordEmojis#7af81263",
|
|
GetEmojiCategoriesRequestTypeID: "getEmojiCategories#7f86c16e",
|
|
GetAnimatedEmojiRequestTypeID: "getAnimatedEmoji#3f844f76",
|
|
GetEmojiSuggestionsURLRequestTypeID: "getEmojiSuggestionsUrl#ac4f1b2f",
|
|
GetCustomEmojiStickersRequestTypeID: "getCustomEmojiStickers#a5156885",
|
|
GetDefaultChatPhotoCustomEmojiStickersRequestTypeID: "getDefaultChatPhotoCustomEmojiStickers#e9917765",
|
|
GetDefaultProfilePhotoCustomEmojiStickersRequestTypeID: "getDefaultProfilePhotoCustomEmojiStickers#4c4be2b7",
|
|
GetDefaultBackgroundCustomEmojiStickersRequestTypeID: "getDefaultBackgroundCustomEmojiStickers#1cf6680e",
|
|
GetSavedAnimationsRequestTypeID: "getSavedAnimations#6b9718",
|
|
AddSavedAnimationRequestTypeID: "addSavedAnimation#a44bf860",
|
|
RemoveSavedAnimationRequestTypeID: "removeSavedAnimation#e275a919",
|
|
GetRecentInlineBotsRequestTypeID: "getRecentInlineBots#55b3723c",
|
|
GetOwnedBotsRequestTypeID: "getOwnedBots#8b87c7fd",
|
|
SearchHashtagsRequestTypeID: "searchHashtags#3e34a571",
|
|
RemoveRecentHashtagRequestTypeID: "removeRecentHashtag#c393a0a4",
|
|
GetLinkPreviewRequestTypeID: "getLinkPreview#c2096321",
|
|
GetWebPageInstantViewRequestTypeID: "getWebPageInstantView#67cb94fd",
|
|
SetProfilePhotoRequestTypeID: "setProfilePhoto#85ea05ed",
|
|
DeleteProfilePhotoRequestTypeID: "deleteProfilePhoto#4eaa77c1",
|
|
SetAccentColorRequestTypeID: "setAccentColor#6389cb39",
|
|
SetProfileAccentColorRequestTypeID: "setProfileAccentColor#899bc168",
|
|
SetNameRequestTypeID: "setName#66065f10",
|
|
SetBioRequestTypeID: "setBio#9f772354",
|
|
SetUsernameRequestTypeID: "setUsername#1a385c1e",
|
|
ToggleUsernameIsActiveRequestTypeID: "toggleUsernameIsActive#4a276de3",
|
|
ReorderActiveUsernamesRequestTypeID: "reorderActiveUsernames#c659414f",
|
|
SetBirthdateRequestTypeID: "setBirthdate#4ea9dd98",
|
|
SetPersonalChatRequestTypeID: "setPersonalChat#c04babb4",
|
|
SetEmojiStatusRequestTypeID: "setEmojiStatus#92f83e5d",
|
|
ToggleHasSponsoredMessagesEnabledRequestTypeID: "toggleHasSponsoredMessagesEnabled#75055cec",
|
|
SetBusinessLocationRequestTypeID: "setBusinessLocation#eb740715",
|
|
SetBusinessOpeningHoursRequestTypeID: "setBusinessOpeningHours#e470a472",
|
|
SetBusinessGreetingMessageSettingsRequestTypeID: "setBusinessGreetingMessageSettings#cbf53c3d",
|
|
SetBusinessAwayMessageSettingsRequestTypeID: "setBusinessAwayMessageSettings#4974486c",
|
|
SetBusinessStartPageRequestTypeID: "setBusinessStartPage#9eed499e",
|
|
SendPhoneNumberCodeRequestTypeID: "sendPhoneNumberCode#409e3d10",
|
|
SendPhoneNumberFirebaseSMSRequestTypeID: "sendPhoneNumberFirebaseSms#f9c7084",
|
|
ReportPhoneNumberCodeMissingRequestTypeID: "reportPhoneNumberCodeMissing#caa4b553",
|
|
ResendPhoneNumberCodeRequestTypeID: "resendPhoneNumberCode#6bcea427",
|
|
CheckPhoneNumberCodeRequestTypeID: "checkPhoneNumberCode#dc0565a1",
|
|
GetBusinessConnectedBotRequestTypeID: "getBusinessConnectedBot#364da7c3",
|
|
SetBusinessConnectedBotRequestTypeID: "setBusinessConnectedBot#acf17ef0",
|
|
DeleteBusinessConnectedBotRequestTypeID: "deleteBusinessConnectedBot#9e9b7e55",
|
|
ToggleBusinessConnectedBotChatIsPausedRequestTypeID: "toggleBusinessConnectedBotChatIsPaused#4f364845",
|
|
RemoveBusinessConnectedBotFromChatRequestTypeID: "removeBusinessConnectedBotFromChat#787273f3",
|
|
GetBusinessChatLinksRequestTypeID: "getBusinessChatLinks#2a562157",
|
|
CreateBusinessChatLinkRequestTypeID: "createBusinessChatLink#91131d40",
|
|
EditBusinessChatLinkRequestTypeID: "editBusinessChatLink#5f10f626",
|
|
DeleteBusinessChatLinkRequestTypeID: "deleteBusinessChatLink#be526747",
|
|
GetBusinessChatLinkInfoRequestTypeID: "getBusinessChatLinkInfo#2f8b7e4a",
|
|
GetUserLinkRequestTypeID: "getUserLink#492014e6",
|
|
SearchUserByTokenRequestTypeID: "searchUserByToken#d841f436",
|
|
SetCommandsRequestTypeID: "setCommands#b0e0217a",
|
|
DeleteCommandsRequestTypeID: "deleteCommands#3bc47c2a",
|
|
GetCommandsRequestTypeID: "getCommands#58ba8ff7",
|
|
SetMenuButtonRequestTypeID: "setMenuButton#b44fc141",
|
|
GetMenuButtonRequestTypeID: "getMenuButton#e5eef440",
|
|
SetDefaultGroupAdministratorRightsRequestTypeID: "setDefaultGroupAdministratorRights#65577768",
|
|
SetDefaultChannelAdministratorRightsRequestTypeID: "setDefaultChannelAdministratorRights#f20d5e19",
|
|
CanBotSendMessagesRequestTypeID: "canBotSendMessages#206d948c",
|
|
AllowBotToSendMessagesRequestTypeID: "allowBotToSendMessages#69e9c58e",
|
|
SendWebAppCustomRequestRequestTypeID: "sendWebAppCustomRequest#36ff5dc8",
|
|
GetBotMediaPreviewsRequestTypeID: "getBotMediaPreviews#22665458",
|
|
GetBotMediaPreviewInfoRequestTypeID: "getBotMediaPreviewInfo#50f60136",
|
|
AddBotMediaPreviewRequestTypeID: "addBotMediaPreview#504b852b",
|
|
EditBotMediaPreviewRequestTypeID: "editBotMediaPreview#86955d62",
|
|
ReorderBotMediaPreviewsRequestTypeID: "reorderBotMediaPreviews#89ea0cc6",
|
|
DeleteBotMediaPreviewsRequestTypeID: "deleteBotMediaPreviews#f7d259db",
|
|
SetBotNameRequestTypeID: "setBotName#d295fa71",
|
|
GetBotNameRequestTypeID: "getBotName#9a3f722c",
|
|
SetBotProfilePhotoRequestTypeID: "setBotProfilePhoto#bd864b66",
|
|
ToggleBotUsernameIsActiveRequestTypeID: "toggleBotUsernameIsActive#79639409",
|
|
ReorderBotActiveUsernamesRequestTypeID: "reorderBotActiveUsernames#acadc444",
|
|
SetBotInfoDescriptionRequestTypeID: "setBotInfoDescription#29571d48",
|
|
GetBotInfoDescriptionRequestTypeID: "getBotInfoDescription#d287f835",
|
|
SetBotInfoShortDescriptionRequestTypeID: "setBotInfoShortDescription#3a96bae3",
|
|
GetBotInfoShortDescriptionRequestTypeID: "getBotInfoShortDescription#4a1c2614",
|
|
SetMessageSenderBotVerificationRequestTypeID: "setMessageSenderBotVerification#b4c1da4a",
|
|
RemoveMessageSenderBotVerificationRequestTypeID: "removeMessageSenderBotVerification#9a10cf5a",
|
|
GetActiveSessionsRequestTypeID: "getActiveSessions#42bd6d3e",
|
|
TerminateSessionRequestTypeID: "terminateSession#e7b7c92c",
|
|
TerminateAllOtherSessionsRequestTypeID: "terminateAllOtherSessions#6fba6113",
|
|
ConfirmSessionRequestTypeID: "confirmSession#d7c9b41f",
|
|
ToggleSessionCanAcceptCallsRequestTypeID: "toggleSessionCanAcceptCalls#6c6c2708",
|
|
ToggleSessionCanAcceptSecretChatsRequestTypeID: "toggleSessionCanAcceptSecretChats#3ba7a87e",
|
|
SetInactiveSessionTTLRequestTypeID: "setInactiveSessionTtl#5d9ca950",
|
|
GetConnectedWebsitesRequestTypeID: "getConnectedWebsites#f5d5d352",
|
|
DisconnectWebsiteRequestTypeID: "disconnectWebsite#d194f3dd",
|
|
DisconnectAllWebsitesRequestTypeID: "disconnectAllWebsites#bf72f203",
|
|
SetSupergroupUsernameRequestTypeID: "setSupergroupUsername#503f4b04",
|
|
ToggleSupergroupUsernameIsActiveRequestTypeID: "toggleSupergroupUsernameIsActive#a68b6dff",
|
|
DisableAllSupergroupUsernamesRequestTypeID: "disableAllSupergroupUsernames#3246f5b0",
|
|
ReorderSupergroupActiveUsernamesRequestTypeID: "reorderSupergroupActiveUsernames#663c7f3b",
|
|
SetSupergroupStickerSetRequestTypeID: "setSupergroupStickerSet#856ead69",
|
|
SetSupergroupCustomEmojiStickerSetRequestTypeID: "setSupergroupCustomEmojiStickerSet#4f3552af",
|
|
SetSupergroupUnrestrictBoostCountRequestTypeID: "setSupergroupUnrestrictBoostCount#39ce30a3",
|
|
ToggleSupergroupSignMessagesRequestTypeID: "toggleSupergroupSignMessages#221c1fcb",
|
|
ToggleSupergroupJoinToSendMessagesRequestTypeID: "toggleSupergroupJoinToSendMessages#f5268e0e",
|
|
ToggleSupergroupJoinByRequestRequestTypeID: "toggleSupergroupJoinByRequest#7ddf9fde",
|
|
ToggleSupergroupIsAllHistoryAvailableRequestTypeID: "toggleSupergroupIsAllHistoryAvailable#44d9964e",
|
|
ToggleSupergroupCanHaveSponsoredMessagesRequestTypeID: "toggleSupergroupCanHaveSponsoredMessages#be8abb72",
|
|
ToggleSupergroupHasAutomaticTranslationRequestTypeID: "toggleSupergroupHasAutomaticTranslation#f4f93ae8",
|
|
ToggleSupergroupHasHiddenMembersRequestTypeID: "toggleSupergroupHasHiddenMembers#a4559dca",
|
|
ToggleSupergroupHasAggressiveAntiSpamEnabledRequestTypeID: "toggleSupergroupHasAggressiveAntiSpamEnabled#683ef70f",
|
|
ToggleSupergroupIsForumRequestTypeID: "toggleSupergroupIsForum#161dfe11",
|
|
ToggleSupergroupIsBroadcastGroupRequestTypeID: "toggleSupergroupIsBroadcastGroup#34b22215",
|
|
ReportSupergroupSpamRequestTypeID: "reportSupergroupSpam#383e26f2",
|
|
ReportSupergroupAntiSpamFalsePositiveRequestTypeID: "reportSupergroupAntiSpamFalsePositive#e13db048",
|
|
GetSupergroupMembersRequestTypeID: "getSupergroupMembers#ddf821c8",
|
|
CloseSecretChatRequestTypeID: "closeSecretChat#e3ed044b",
|
|
GetChatEventLogRequestTypeID: "getChatEventLog#f47b0a9b",
|
|
GetTimeZonesRequestTypeID: "getTimeZones#4fe2e058",
|
|
GetPaymentFormRequestTypeID: "getPaymentForm#8d4f76d4",
|
|
ValidateOrderInfoRequestTypeID: "validateOrderInfo#b5985fcf",
|
|
SendPaymentFormRequestTypeID: "sendPaymentForm#c66e388a",
|
|
GetPaymentReceiptRequestTypeID: "getPaymentReceipt#3c6cb956",
|
|
GetSavedOrderInfoRequestTypeID: "getSavedOrderInfo#bb559edd",
|
|
DeleteSavedOrderInfoRequestTypeID: "deleteSavedOrderInfo#61197474",
|
|
DeleteSavedCredentialsRequestTypeID: "deleteSavedCredentials#314056d2",
|
|
SetGiftSettingsRequestTypeID: "setGiftSettings#e10ba702",
|
|
GetAvailableGiftsRequestTypeID: "getAvailableGifts#ffba6cb1",
|
|
SendGiftRequestTypeID: "sendGift#b883472a",
|
|
SellGiftRequestTypeID: "sellGift#ee3853f9",
|
|
ToggleGiftIsSavedRequestTypeID: "toggleGiftIsSaved#29515cf1",
|
|
SetPinnedGiftsRequestTypeID: "setPinnedGifts#4263f7cc",
|
|
ToggleChatGiftNotificationsRequestTypeID: "toggleChatGiftNotifications#84a7045e",
|
|
GetGiftUpgradePreviewRequestTypeID: "getGiftUpgradePreview#bdcbc25d",
|
|
UpgradeGiftRequestTypeID: "upgradeGift#95c6c2d9",
|
|
TransferGiftRequestTypeID: "transferGift#ba6c853a",
|
|
SendResoldGiftRequestTypeID: "sendResoldGift#b36b4f6c",
|
|
GetReceivedGiftsRequestTypeID: "getReceivedGifts#dd0a2150",
|
|
GetReceivedGiftRequestTypeID: "getReceivedGift#e56269b9",
|
|
GetUpgradedGiftRequestTypeID: "getUpgradedGift#b09e05b1",
|
|
GetUpgradedGiftWithdrawalURLRequestTypeID: "getUpgradedGiftWithdrawalUrl#d1400e4c",
|
|
SetGiftResalePriceRequestTypeID: "setGiftResalePrice#aabc698d",
|
|
SearchGiftsForResaleRequestTypeID: "searchGiftsForResale#7a4082ac",
|
|
CreateInvoiceLinkRequestTypeID: "createInvoiceLink#cf70c867",
|
|
RefundStarPaymentRequestTypeID: "refundStarPayment#9476a055",
|
|
GetSupportUserRequestTypeID: "getSupportUser#98acec9c",
|
|
GetBackgroundURLRequestTypeID: "getBackgroundUrl#2bbc6fd2",
|
|
SearchBackgroundRequestTypeID: "searchBackground#80fb9121",
|
|
SetDefaultBackgroundRequestTypeID: "setDefaultBackground#89d1a8a1",
|
|
DeleteDefaultBackgroundRequestTypeID: "deleteDefaultBackground#b2a4ed3e",
|
|
GetInstalledBackgroundsRequestTypeID: "getInstalledBackgrounds#c154d05f",
|
|
RemoveInstalledBackgroundRequestTypeID: "removeInstalledBackground#5041253c",
|
|
ResetInstalledBackgroundsRequestTypeID: "resetInstalledBackgrounds#70540157",
|
|
GetLocalizationTargetInfoRequestTypeID: "getLocalizationTargetInfo#6e3d1f86",
|
|
GetLanguagePackInfoRequestTypeID: "getLanguagePackInfo#7bd8daa8",
|
|
GetLanguagePackStringsRequestTypeID: "getLanguagePackStrings#b0b867bb",
|
|
SynchronizeLanguagePackRequestTypeID: "synchronizeLanguagePack#84e5e72e",
|
|
AddCustomServerLanguagePackRequestTypeID: "addCustomServerLanguagePack#448de3",
|
|
SetCustomLanguagePackRequestTypeID: "setCustomLanguagePack#234b0607",
|
|
EditCustomLanguagePackInfoRequestTypeID: "editCustomLanguagePackInfo#4eb91099",
|
|
SetCustomLanguagePackStringRequestTypeID: "setCustomLanguagePackString#4e762518",
|
|
DeleteLanguagePackRequestTypeID: "deleteLanguagePack#824edc3e",
|
|
RegisterDeviceRequestTypeID: "registerDevice#ff140196",
|
|
ProcessPushNotificationRequestTypeID: "processPushNotification#2ee3c890",
|
|
GetPushReceiverIDRequestTypeID: "getPushReceiverId#eeec46b2",
|
|
GetRecentlyVisitedTMeURLsRequestTypeID: "getRecentlyVisitedTMeUrls#30161a91",
|
|
SetUserPrivacySettingRulesRequestTypeID: "setUserPrivacySettingRules#e3c230fb",
|
|
GetUserPrivacySettingRulesRequestTypeID: "getUserPrivacySettingRules#84301671",
|
|
SetReadDatePrivacySettingsRequestTypeID: "setReadDatePrivacySettings#1d7086b6",
|
|
GetReadDatePrivacySettingsRequestTypeID: "getReadDatePrivacySettings#1ae85bbb",
|
|
SetNewChatPrivacySettingsRequestTypeID: "setNewChatPrivacySettings#69bf374f",
|
|
GetNewChatPrivacySettingsRequestTypeID: "getNewChatPrivacySettings#b2cb4bb7",
|
|
GetPaidMessageRevenueRequestTypeID: "getPaidMessageRevenue#75d05b2e",
|
|
AllowUnpaidMessagesFromUserRequestTypeID: "allowUnpaidMessagesFromUser#2fe57f57",
|
|
SetChatPaidMessageStarCountRequestTypeID: "setChatPaidMessageStarCount#b93f0117",
|
|
CanSendMessageToUserRequestTypeID: "canSendMessageToUser#5b2a2836",
|
|
GetOptionRequestTypeID: "getOption#a2459e7e",
|
|
SetOptionRequestTypeID: "setOption#7e0b4ef2",
|
|
SetAccountTTLRequestTypeID: "setAccountTtl#29ce58e8",
|
|
GetAccountTTLRequestTypeID: "getAccountTtl#e58a8b77",
|
|
DeleteAccountRequestTypeID: "deleteAccount#533276c6",
|
|
SetDefaultMessageAutoDeleteTimeRequestTypeID: "setDefaultMessageAutoDeleteTime#965cd36c",
|
|
GetDefaultMessageAutoDeleteTimeRequestTypeID: "getDefaultMessageAutoDeleteTime#e520759a",
|
|
RemoveChatActionBarRequestTypeID: "removeChatActionBar#9d9839fa",
|
|
ReportChatRequestTypeID: "reportChat#54f7972f",
|
|
ReportChatPhotoRequestTypeID: "reportChatPhoto#d9701288",
|
|
ReportMessageReactionsRequestTypeID: "reportMessageReactions#36c88827",
|
|
GetChatRevenueStatisticsRequestTypeID: "getChatRevenueStatistics#29d79b3c",
|
|
GetChatRevenueWithdrawalURLRequestTypeID: "getChatRevenueWithdrawalUrl#1e320720",
|
|
GetChatRevenueTransactionsRequestTypeID: "getChatRevenueTransactions#472f0715",
|
|
GetStarRevenueStatisticsRequestTypeID: "getStarRevenueStatistics#f07b4517",
|
|
GetStarWithdrawalURLRequestTypeID: "getStarWithdrawalUrl#a9d23712",
|
|
GetStarAdAccountURLRequestTypeID: "getStarAdAccountUrl#73a9455d",
|
|
GetChatStatisticsRequestTypeID: "getChatStatistics#137e8198",
|
|
GetMessageStatisticsRequestTypeID: "getMessageStatistics#4bb5a1d8",
|
|
GetMessagePublicForwardsRequestTypeID: "getMessagePublicForwards#519da4b4",
|
|
GetStoryStatisticsRequestTypeID: "getStoryStatistics#3a964342",
|
|
GetStatisticalGraphRequestTypeID: "getStatisticalGraph#419f8d9b",
|
|
GetStorageStatisticsRequestTypeID: "getStorageStatistics#cd254b37",
|
|
GetStorageStatisticsFastRequestTypeID: "getStorageStatisticsFast#3a86702",
|
|
GetDatabaseStatisticsRequestTypeID: "getDatabaseStatistics#8c33d4b9",
|
|
OptimizeStorageRequestTypeID: "optimizeStorage#ef73c8c5",
|
|
SetNetworkTypeRequestTypeID: "setNetworkType#d62de55e",
|
|
GetNetworkStatisticsRequestTypeID: "getNetworkStatistics#c537581e",
|
|
AddNetworkStatisticsRequestTypeID: "addNetworkStatistics#4b63b3d9",
|
|
ResetNetworkStatisticsRequestTypeID: "resetNetworkStatistics#6222dd86",
|
|
GetAutoDownloadSettingsPresetsRequestTypeID: "getAutoDownloadSettingsPresets#996a4737",
|
|
SetAutoDownloadSettingsRequestTypeID: "setAutoDownloadSettings#eaeb64f4",
|
|
GetAutosaveSettingsRequestTypeID: "getAutosaveSettings#7f53f22a",
|
|
SetAutosaveSettingsRequestTypeID: "setAutosaveSettings#6878c0",
|
|
ClearAutosaveSettingsExceptionsRequestTypeID: "clearAutosaveSettingsExceptions#57ec63f2",
|
|
GetBankCardInfoRequestTypeID: "getBankCardInfo#b1e31db0",
|
|
GetPassportElementRequestTypeID: "getPassportElement#8fcce17a",
|
|
GetAllPassportElementsRequestTypeID: "getAllPassportElements#86782aeb",
|
|
SetPassportElementRequestTypeID: "setPassportElement#7b45d19c",
|
|
DeletePassportElementRequestTypeID: "deletePassportElement#9981aa74",
|
|
SetPassportElementErrorsRequestTypeID: "setPassportElementErrors#80fa80bf",
|
|
GetPreferredCountryLanguageRequestTypeID: "getPreferredCountryLanguage#c862cbd6",
|
|
SendEmailAddressVerificationCodeRequestTypeID: "sendEmailAddressVerificationCode#f2ca537d",
|
|
ResendEmailAddressVerificationCodeRequestTypeID: "resendEmailAddressVerificationCode#90653024",
|
|
CheckEmailAddressVerificationCodeRequestTypeID: "checkEmailAddressVerificationCode#e695db03",
|
|
GetPassportAuthorizationFormRequestTypeID: "getPassportAuthorizationForm#61850486",
|
|
GetPassportAuthorizationFormAvailableElementsRequestTypeID: "getPassportAuthorizationFormAvailableElements#3fb314fc",
|
|
SendPassportAuthorizationFormRequestTypeID: "sendPassportAuthorizationForm#d9c77579",
|
|
SetBotUpdatesStatusRequestTypeID: "setBotUpdatesStatus#bb293991",
|
|
UploadStickerFileRequestTypeID: "uploadStickerFile#269650c3",
|
|
GetSuggestedStickerSetNameRequestTypeID: "getSuggestedStickerSetName#b0120840",
|
|
CheckStickerSetNameRequestTypeID: "checkStickerSetName#955808fe",
|
|
CreateNewStickerSetRequestTypeID: "createNewStickerSet#87fd8611",
|
|
AddStickerToSetRequestTypeID: "addStickerToSet#56dc1e3b",
|
|
ReplaceStickerInSetRequestTypeID: "replaceStickerInSet#e7c82e19",
|
|
SetStickerSetThumbnailRequestTypeID: "setStickerSetThumbnail#63fe6932",
|
|
SetCustomEmojiStickerSetThumbnailRequestTypeID: "setCustomEmojiStickerSetThumbnail#bd12e0ea",
|
|
SetStickerSetTitleRequestTypeID: "setStickerSetTitle#64e933a2",
|
|
DeleteStickerSetRequestTypeID: "deleteStickerSet#5e0a7bad",
|
|
SetStickerPositionInSetRequestTypeID: "setStickerPositionInSet#7bb24721",
|
|
RemoveStickerFromSetRequestTypeID: "removeStickerFromSet#61e1eea4",
|
|
SetStickerEmojisRequestTypeID: "setStickerEmojis#d9ec0431",
|
|
SetStickerKeywordsRequestTypeID: "setStickerKeywords#462481d",
|
|
SetStickerMaskPositionRequestTypeID: "setStickerMaskPosition#47a959d0",
|
|
GetOwnedStickerSetsRequestTypeID: "getOwnedStickerSets#58fe8120",
|
|
GetMapThumbnailFileRequestTypeID: "getMapThumbnailFile#f6e6979a",
|
|
GetPremiumLimitRequestTypeID: "getPremiumLimit#4017fcea",
|
|
GetPremiumFeaturesRequestTypeID: "getPremiumFeatures#b4dc2649",
|
|
GetPremiumStickerExamplesRequestTypeID: "getPremiumStickerExamples#5369cb98",
|
|
GetPremiumInfoStickerRequestTypeID: "getPremiumInfoSticker#79ce4a9b",
|
|
ViewPremiumFeatureRequestTypeID: "viewPremiumFeature#b8031b2",
|
|
ClickPremiumSubscriptionButtonRequestTypeID: "clickPremiumSubscriptionButton#e9fca306",
|
|
GetPremiumStateRequestTypeID: "getPremiumState#278e3ae2",
|
|
GetPremiumGiftPaymentOptionsRequestTypeID: "getPremiumGiftPaymentOptions#e35eae5c",
|
|
GetPremiumGiveawayPaymentOptionsRequestTypeID: "getPremiumGiveawayPaymentOptions#48d8ce09",
|
|
CheckPremiumGiftCodeRequestTypeID: "checkPremiumGiftCode#958ad664",
|
|
ApplyPremiumGiftCodeRequestTypeID: "applyPremiumGiftCode#afb44c1e",
|
|
GiftPremiumWithStarsRequestTypeID: "giftPremiumWithStars#854f60d8",
|
|
LaunchPrepaidGiveawayRequestTypeID: "launchPrepaidGiveaway#261d783a",
|
|
GetGiveawayInfoRequestTypeID: "getGiveawayInfo#b78790bb",
|
|
GetStarPaymentOptionsRequestTypeID: "getStarPaymentOptions#6d930644",
|
|
GetStarGiftPaymentOptionsRequestTypeID: "getStarGiftPaymentOptions#e22760e3",
|
|
GetStarGiveawayPaymentOptionsRequestTypeID: "getStarGiveawayPaymentOptions#cb5bdb1e",
|
|
GetStarTransactionsRequestTypeID: "getStarTransactions#f096f8f1",
|
|
GetStarSubscriptionsRequestTypeID: "getStarSubscriptions#d9c7b2ec",
|
|
CanPurchaseFromStoreRequestTypeID: "canPurchaseFromStore#3caa9368",
|
|
AssignStoreTransactionRequestTypeID: "assignStoreTransaction#86096bec",
|
|
EditStarSubscriptionRequestTypeID: "editStarSubscription#7a1a3918",
|
|
EditUserStarSubscriptionRequestTypeID: "editUserStarSubscription#51b16e89",
|
|
ReuseStarSubscriptionRequestTypeID: "reuseStarSubscription#2e677441",
|
|
SetChatAffiliateProgramRequestTypeID: "setChatAffiliateProgram#e00237",
|
|
SearchChatAffiliateProgramRequestTypeID: "searchChatAffiliateProgram#b02c09ba",
|
|
SearchAffiliateProgramsRequestTypeID: "searchAffiliatePrograms#2899a011",
|
|
ConnectAffiliateProgramRequestTypeID: "connectAffiliateProgram#6306d72c",
|
|
DisconnectAffiliateProgramRequestTypeID: "disconnectAffiliateProgram#f9b124fc",
|
|
GetConnectedAffiliateProgramRequestTypeID: "getConnectedAffiliateProgram#9761e770",
|
|
GetConnectedAffiliateProgramsRequestTypeID: "getConnectedAffiliatePrograms#8b2c5272",
|
|
GetBusinessFeaturesRequestTypeID: "getBusinessFeatures#c4906001",
|
|
AcceptTermsOfServiceRequestTypeID: "acceptTermsOfService#7efe03e4",
|
|
SearchStringsByPrefixRequestTypeID: "searchStringsByPrefix#a8145813",
|
|
SendCustomRequestRequestTypeID: "sendCustomRequest#10fd71a1",
|
|
AnswerCustomQueryRequestTypeID: "answerCustomQuery#b2e52d3f",
|
|
SetAlarmRequestTypeID: "setAlarm#cbef7e15",
|
|
GetCountriesRequestTypeID: "getCountries#fce8099e",
|
|
GetCountryCodeRequestTypeID: "getCountryCode#5bd398f2",
|
|
GetPhoneNumberInfoRequestTypeID: "getPhoneNumberInfo#a0229bf9",
|
|
GetPhoneNumberInfoSyncRequestTypeID: "getPhoneNumberInfoSync#209b7d38",
|
|
GetCollectibleItemInfoRequestTypeID: "getCollectibleItemInfo#f304ad8a",
|
|
GetDeepLinkInfoRequestTypeID: "getDeepLinkInfo#28923f7e",
|
|
GetApplicationConfigRequestTypeID: "getApplicationConfig#93550682",
|
|
SaveApplicationLogEventRequestTypeID: "saveApplicationLogEvent#cfa6c20e",
|
|
GetApplicationDownloadLinkRequestTypeID: "getApplicationDownloadLink#6ad2fc4",
|
|
AddProxyRequestTypeID: "addProxy#13c2bcd8",
|
|
EditProxyRequestTypeID: "editProxy#a0482853",
|
|
EnableProxyRequestTypeID: "enableProxy#59138296",
|
|
DisableProxyRequestTypeID: "disableProxy#82d31782",
|
|
RemoveProxyRequestTypeID: "removeProxy#519ca307",
|
|
GetProxiesRequestTypeID: "getProxies#fa560333",
|
|
GetProxyLinkRequestTypeID: "getProxyLink#c125ae78",
|
|
PingProxyRequestTypeID: "pingProxy#c59b40b1",
|
|
SetLogStreamRequestTypeID: "setLogStream#aeaff791",
|
|
GetLogStreamRequestTypeID: "getLogStream#45984b5b",
|
|
SetLogVerbosityLevelRequestTypeID: "setLogVerbosityLevel#edea07d2",
|
|
GetLogVerbosityLevelRequestTypeID: "getLogVerbosityLevel#23689ae4",
|
|
GetLogTagsRequestTypeID: "getLogTags#f0d569da",
|
|
SetLogTagVerbosityLevelRequestTypeID: "setLogTagVerbosityLevel#8317d696",
|
|
GetLogTagVerbosityLevelRequestTypeID: "getLogTagVerbosityLevel#38af2d83",
|
|
AddLogMessageRequestTypeID: "addLogMessage#5f36cfec",
|
|
GetUserSupportInfoRequestTypeID: "getUserSupportInfo#74a59305",
|
|
SetUserSupportInfoRequestTypeID: "setUserSupportInfo#837c9803",
|
|
GetSupportNameRequestTypeID: "getSupportName#4d9e1562",
|
|
TestCallEmptyRequestTypeID: "testCallEmpty#da9c4a16",
|
|
TestCallStringRequestTypeID: "testCallString#98b74a2f",
|
|
TestCallBytesRequestTypeID: "testCallBytes#d4215aa9",
|
|
TestCallVectorIntRequestTypeID: "testCallVectorInt#65ed7e72",
|
|
TestCallVectorIntObjectRequestTypeID: "testCallVectorIntObject#ca57f472",
|
|
TestCallVectorStringRequestTypeID: "testCallVectorString#8e5a6ed8",
|
|
TestCallVectorStringObjectRequestTypeID: "testCallVectorStringObject#96cd6de",
|
|
TestSquareIntRequestTypeID: "testSquareInt#fc6a6990",
|
|
TestNetworkRequestTypeID: "testNetwork#afe4344b",
|
|
TestProxyRequestTypeID: "testProxy#b8a1a29e",
|
|
TestGetDifferenceRequestTypeID: "testGetDifference#68226325",
|
|
TestUseUpdateRequestTypeID: "testUseUpdate#2abdff1e",
|
|
TestReturnErrorRequestTypeID: "testReturnError#1b217cf2",
|
|
}
|
|
}
|
|
|
|
// NamesMap returns mapping from type names to TL type ids.
|
|
func NamesMap() map[string]uint32 {
|
|
return map[string]uint32{
|
|
"double": DoubleTypeID,
|
|
"string": StringTypeID,
|
|
"int32": Int32TypeID,
|
|
"int53": Int53TypeID,
|
|
"int64": Int64TypeID,
|
|
"bytes": BytesTypeID,
|
|
"boolFalse": BoolFalseTypeID,
|
|
"boolTrue": BoolTrueTypeID,
|
|
"error": ErrorTypeID,
|
|
"ok": OkTypeID,
|
|
"authenticationCodeTypeTelegramMessage": AuthenticationCodeTypeTelegramMessageTypeID,
|
|
"authenticationCodeTypeSms": AuthenticationCodeTypeSMSTypeID,
|
|
"authenticationCodeTypeSmsWord": AuthenticationCodeTypeSMSWordTypeID,
|
|
"authenticationCodeTypeSmsPhrase": AuthenticationCodeTypeSMSPhraseTypeID,
|
|
"authenticationCodeTypeCall": AuthenticationCodeTypeCallTypeID,
|
|
"authenticationCodeTypeFlashCall": AuthenticationCodeTypeFlashCallTypeID,
|
|
"authenticationCodeTypeMissedCall": AuthenticationCodeTypeMissedCallTypeID,
|
|
"authenticationCodeTypeFragment": AuthenticationCodeTypeFragmentTypeID,
|
|
"authenticationCodeTypeFirebaseAndroid": AuthenticationCodeTypeFirebaseAndroidTypeID,
|
|
"authenticationCodeTypeFirebaseIos": AuthenticationCodeTypeFirebaseIosTypeID,
|
|
"authenticationCodeInfo": AuthenticationCodeInfoTypeID,
|
|
"emailAddressAuthenticationCodeInfo": EmailAddressAuthenticationCodeInfoTypeID,
|
|
"emailAddressAuthenticationCode": EmailAddressAuthenticationCodeTypeID,
|
|
"emailAddressAuthenticationAppleId": EmailAddressAuthenticationAppleIDTypeID,
|
|
"emailAddressAuthenticationGoogleId": EmailAddressAuthenticationGoogleIDTypeID,
|
|
"emailAddressResetStateAvailable": EmailAddressResetStateAvailableTypeID,
|
|
"emailAddressResetStatePending": EmailAddressResetStatePendingTypeID,
|
|
"textEntity": TextEntityTypeID,
|
|
"textEntities": TextEntitiesTypeID,
|
|
"formattedText": FormattedTextTypeID,
|
|
"termsOfService": TermsOfServiceTypeID,
|
|
"authorizationStateWaitTdlibParameters": AuthorizationStateWaitTdlibParametersTypeID,
|
|
"authorizationStateWaitPhoneNumber": AuthorizationStateWaitPhoneNumberTypeID,
|
|
"authorizationStateWaitPremiumPurchase": AuthorizationStateWaitPremiumPurchaseTypeID,
|
|
"authorizationStateWaitEmailAddress": AuthorizationStateWaitEmailAddressTypeID,
|
|
"authorizationStateWaitEmailCode": AuthorizationStateWaitEmailCodeTypeID,
|
|
"authorizationStateWaitCode": AuthorizationStateWaitCodeTypeID,
|
|
"authorizationStateWaitOtherDeviceConfirmation": AuthorizationStateWaitOtherDeviceConfirmationTypeID,
|
|
"authorizationStateWaitRegistration": AuthorizationStateWaitRegistrationTypeID,
|
|
"authorizationStateWaitPassword": AuthorizationStateWaitPasswordTypeID,
|
|
"authorizationStateReady": AuthorizationStateReadyTypeID,
|
|
"authorizationStateLoggingOut": AuthorizationStateLoggingOutTypeID,
|
|
"authorizationStateClosing": AuthorizationStateClosingTypeID,
|
|
"authorizationStateClosed": AuthorizationStateClosedTypeID,
|
|
"firebaseDeviceVerificationParametersSafetyNet": FirebaseDeviceVerificationParametersSafetyNetTypeID,
|
|
"firebaseDeviceVerificationParametersPlayIntegrity": FirebaseDeviceVerificationParametersPlayIntegrityTypeID,
|
|
"passwordState": PasswordStateTypeID,
|
|
"recoveryEmailAddress": RecoveryEmailAddressTypeID,
|
|
"temporaryPasswordState": TemporaryPasswordStateTypeID,
|
|
"localFile": LocalFileTypeID,
|
|
"remoteFile": RemoteFileTypeID,
|
|
"file": FileTypeID,
|
|
"inputFileId": InputFileIDTypeID,
|
|
"inputFileRemote": InputFileRemoteTypeID,
|
|
"inputFileLocal": InputFileLocalTypeID,
|
|
"inputFileGenerated": InputFileGeneratedTypeID,
|
|
"photoSize": PhotoSizeTypeID,
|
|
"minithumbnail": MinithumbnailTypeID,
|
|
"thumbnailFormatJpeg": ThumbnailFormatJpegTypeID,
|
|
"thumbnailFormatGif": ThumbnailFormatGifTypeID,
|
|
"thumbnailFormatMpeg4": ThumbnailFormatMpeg4TypeID,
|
|
"thumbnailFormatPng": ThumbnailFormatPngTypeID,
|
|
"thumbnailFormatTgs": ThumbnailFormatTgsTypeID,
|
|
"thumbnailFormatWebm": ThumbnailFormatWebmTypeID,
|
|
"thumbnailFormatWebp": ThumbnailFormatWebpTypeID,
|
|
"thumbnail": ThumbnailTypeID,
|
|
"maskPointForehead": MaskPointForeheadTypeID,
|
|
"maskPointEyes": MaskPointEyesTypeID,
|
|
"maskPointMouth": MaskPointMouthTypeID,
|
|
"maskPointChin": MaskPointChinTypeID,
|
|
"maskPosition": MaskPositionTypeID,
|
|
"stickerFormatWebp": StickerFormatWebpTypeID,
|
|
"stickerFormatTgs": StickerFormatTgsTypeID,
|
|
"stickerFormatWebm": StickerFormatWebmTypeID,
|
|
"stickerTypeRegular": StickerTypeRegularTypeID,
|
|
"stickerTypeMask": StickerTypeMaskTypeID,
|
|
"stickerTypeCustomEmoji": StickerTypeCustomEmojiTypeID,
|
|
"stickerFullTypeRegular": StickerFullTypeRegularTypeID,
|
|
"stickerFullTypeMask": StickerFullTypeMaskTypeID,
|
|
"stickerFullTypeCustomEmoji": StickerFullTypeCustomEmojiTypeID,
|
|
"closedVectorPath": ClosedVectorPathTypeID,
|
|
"outline": OutlineTypeID,
|
|
"pollOption": PollOptionTypeID,
|
|
"pollTypeRegular": PollTypeRegularTypeID,
|
|
"pollTypeQuiz": PollTypeQuizTypeID,
|
|
"animation": AnimationTypeID,
|
|
"audio": AudioTypeID,
|
|
"document": DocumentTypeID,
|
|
"photo": PhotoTypeID,
|
|
"sticker": StickerTypeID,
|
|
"video": VideoTypeID,
|
|
"videoNote": VideoNoteTypeID,
|
|
"voiceNote": VoiceNoteTypeID,
|
|
"animatedEmoji": AnimatedEmojiTypeID,
|
|
"contact": ContactTypeID,
|
|
"location": LocationTypeID,
|
|
"venue": VenueTypeID,
|
|
"game": GameTypeID,
|
|
"webApp": WebAppTypeID,
|
|
"poll": PollTypeID,
|
|
"alternativeVideo": AlternativeVideoTypeID,
|
|
"background": BackgroundTypeID,
|
|
"backgrounds": BackgroundsTypeID,
|
|
"chatBackground": ChatBackgroundTypeID,
|
|
"profilePhoto": ProfilePhotoTypeID,
|
|
"chatPhotoInfo": ChatPhotoInfoTypeID,
|
|
"userTypeRegular": UserTypeRegularTypeID,
|
|
"userTypeDeleted": UserTypeDeletedTypeID,
|
|
"userTypeBot": UserTypeBotTypeID,
|
|
"userTypeUnknown": UserTypeUnknownTypeID,
|
|
"botCommand": BotCommandTypeID,
|
|
"botCommands": BotCommandsTypeID,
|
|
"botMenuButton": BotMenuButtonTypeID,
|
|
"botVerificationParameters": BotVerificationParametersTypeID,
|
|
"botVerification": BotVerificationTypeID,
|
|
"verificationStatus": VerificationStatusTypeID,
|
|
"chatLocation": ChatLocationTypeID,
|
|
"birthdate": BirthdateTypeID,
|
|
"closeBirthdayUser": CloseBirthdayUserTypeID,
|
|
"businessAwayMessageScheduleAlways": BusinessAwayMessageScheduleAlwaysTypeID,
|
|
"businessAwayMessageScheduleOutsideOfOpeningHours": BusinessAwayMessageScheduleOutsideOfOpeningHoursTypeID,
|
|
"businessAwayMessageScheduleCustom": BusinessAwayMessageScheduleCustomTypeID,
|
|
"businessLocation": BusinessLocationTypeID,
|
|
"businessRecipients": BusinessRecipientsTypeID,
|
|
"businessAwayMessageSettings": BusinessAwayMessageSettingsTypeID,
|
|
"businessGreetingMessageSettings": BusinessGreetingMessageSettingsTypeID,
|
|
"businessBotRights": BusinessBotRightsTypeID,
|
|
"businessConnectedBot": BusinessConnectedBotTypeID,
|
|
"businessStartPage": BusinessStartPageTypeID,
|
|
"inputBusinessStartPage": InputBusinessStartPageTypeID,
|
|
"businessOpeningHoursInterval": BusinessOpeningHoursIntervalTypeID,
|
|
"businessOpeningHours": BusinessOpeningHoursTypeID,
|
|
"businessInfo": BusinessInfoTypeID,
|
|
"businessChatLink": BusinessChatLinkTypeID,
|
|
"businessChatLinks": BusinessChatLinksTypeID,
|
|
"inputBusinessChatLink": InputBusinessChatLinkTypeID,
|
|
"businessChatLinkInfo": BusinessChatLinkInfoTypeID,
|
|
"chatPhotoStickerTypeRegularOrMask": ChatPhotoStickerTypeRegularOrMaskTypeID,
|
|
"chatPhotoStickerTypeCustomEmoji": ChatPhotoStickerTypeCustomEmojiTypeID,
|
|
"chatPhotoSticker": ChatPhotoStickerTypeID,
|
|
"animatedChatPhoto": AnimatedChatPhotoTypeID,
|
|
"chatPhoto": ChatPhotoTypeID,
|
|
"chatPhotos": ChatPhotosTypeID,
|
|
"inputChatPhotoPrevious": InputChatPhotoPreviousTypeID,
|
|
"inputChatPhotoStatic": InputChatPhotoStaticTypeID,
|
|
"inputChatPhotoAnimation": InputChatPhotoAnimationTypeID,
|
|
"inputChatPhotoSticker": InputChatPhotoStickerTypeID,
|
|
"chatPermissions": ChatPermissionsTypeID,
|
|
"chatAdministratorRights": ChatAdministratorRightsTypeID,
|
|
"starAmount": StarAmountTypeID,
|
|
"starSubscriptionTypeChannel": StarSubscriptionTypeChannelTypeID,
|
|
"starSubscriptionTypeBot": StarSubscriptionTypeBotTypeID,
|
|
"starSubscriptionPricing": StarSubscriptionPricingTypeID,
|
|
"starSubscription": StarSubscriptionTypeID,
|
|
"starSubscriptions": StarSubscriptionsTypeID,
|
|
"affiliateTypeCurrentUser": AffiliateTypeCurrentUserTypeID,
|
|
"affiliateTypeBot": AffiliateTypeBotTypeID,
|
|
"affiliateTypeChannel": AffiliateTypeChannelTypeID,
|
|
"affiliateProgramSortOrderProfitability": AffiliateProgramSortOrderProfitabilityTypeID,
|
|
"affiliateProgramSortOrderCreationDate": AffiliateProgramSortOrderCreationDateTypeID,
|
|
"affiliateProgramSortOrderRevenue": AffiliateProgramSortOrderRevenueTypeID,
|
|
"affiliateProgramParameters": AffiliateProgramParametersTypeID,
|
|
"affiliateProgramInfo": AffiliateProgramInfoTypeID,
|
|
"affiliateInfo": AffiliateInfoTypeID,
|
|
"foundAffiliateProgram": FoundAffiliateProgramTypeID,
|
|
"foundAffiliatePrograms": FoundAffiliateProgramsTypeID,
|
|
"connectedAffiliateProgram": ConnectedAffiliateProgramTypeID,
|
|
"connectedAffiliatePrograms": ConnectedAffiliateProgramsTypeID,
|
|
"productInfo": ProductInfoTypeID,
|
|
"premiumPaymentOption": PremiumPaymentOptionTypeID,
|
|
"premiumStatePaymentOption": PremiumStatePaymentOptionTypeID,
|
|
"premiumGiftPaymentOption": PremiumGiftPaymentOptionTypeID,
|
|
"premiumGiftPaymentOptions": PremiumGiftPaymentOptionsTypeID,
|
|
"premiumGiveawayPaymentOption": PremiumGiveawayPaymentOptionTypeID,
|
|
"premiumGiveawayPaymentOptions": PremiumGiveawayPaymentOptionsTypeID,
|
|
"premiumGiftCodeInfo": PremiumGiftCodeInfoTypeID,
|
|
"starPaymentOption": StarPaymentOptionTypeID,
|
|
"starPaymentOptions": StarPaymentOptionsTypeID,
|
|
"starGiveawayWinnerOption": StarGiveawayWinnerOptionTypeID,
|
|
"starGiveawayPaymentOption": StarGiveawayPaymentOptionTypeID,
|
|
"starGiveawayPaymentOptions": StarGiveawayPaymentOptionsTypeID,
|
|
"acceptedGiftTypes": AcceptedGiftTypesTypeID,
|
|
"giftSettings": GiftSettingsTypeID,
|
|
"upgradedGiftModel": UpgradedGiftModelTypeID,
|
|
"upgradedGiftSymbol": UpgradedGiftSymbolTypeID,
|
|
"upgradedGiftBackdropColors": UpgradedGiftBackdropColorsTypeID,
|
|
"upgradedGiftBackdrop": UpgradedGiftBackdropTypeID,
|
|
"upgradedGiftOriginalDetails": UpgradedGiftOriginalDetailsTypeID,
|
|
"gift": GiftTypeID,
|
|
"upgradedGift": UpgradedGiftTypeID,
|
|
"upgradeGiftResult": UpgradeGiftResultTypeID,
|
|
"availableGift": AvailableGiftTypeID,
|
|
"availableGifts": AvailableGiftsTypeID,
|
|
"upgradedGiftAttributeIdModel": UpgradedGiftAttributeIDModelTypeID,
|
|
"upgradedGiftAttributeIdSymbol": UpgradedGiftAttributeIDSymbolTypeID,
|
|
"upgradedGiftAttributeIdBackdrop": UpgradedGiftAttributeIDBackdropTypeID,
|
|
"upgradedGiftModelCount": UpgradedGiftModelCountTypeID,
|
|
"upgradedGiftSymbolCount": UpgradedGiftSymbolCountTypeID,
|
|
"upgradedGiftBackdropCount": UpgradedGiftBackdropCountTypeID,
|
|
"giftForResaleOrderPrice": GiftForResaleOrderPriceTypeID,
|
|
"giftForResaleOrderPriceChangeDate": GiftForResaleOrderPriceChangeDateTypeID,
|
|
"giftForResaleOrderNumber": GiftForResaleOrderNumberTypeID,
|
|
"giftForResale": GiftForResaleTypeID,
|
|
"giftsForResale": GiftsForResaleTypeID,
|
|
"sentGiftRegular": SentGiftRegularTypeID,
|
|
"sentGiftUpgraded": SentGiftUpgradedTypeID,
|
|
"receivedGift": ReceivedGiftTypeID,
|
|
"receivedGifts": ReceivedGiftsTypeID,
|
|
"giftUpgradePreview": GiftUpgradePreviewTypeID,
|
|
"starTransactionDirectionIncoming": StarTransactionDirectionIncomingTypeID,
|
|
"starTransactionDirectionOutgoing": StarTransactionDirectionOutgoingTypeID,
|
|
"starTransactionTypePremiumBotDeposit": StarTransactionTypePremiumBotDepositTypeID,
|
|
"starTransactionTypeAppStoreDeposit": StarTransactionTypeAppStoreDepositTypeID,
|
|
"starTransactionTypeGooglePlayDeposit": StarTransactionTypeGooglePlayDepositTypeID,
|
|
"starTransactionTypeFragmentDeposit": StarTransactionTypeFragmentDepositTypeID,
|
|
"starTransactionTypeUserDeposit": StarTransactionTypeUserDepositTypeID,
|
|
"starTransactionTypeGiveawayDeposit": StarTransactionTypeGiveawayDepositTypeID,
|
|
"starTransactionTypeFragmentWithdrawal": StarTransactionTypeFragmentWithdrawalTypeID,
|
|
"starTransactionTypeTelegramAdsWithdrawal": StarTransactionTypeTelegramAdsWithdrawalTypeID,
|
|
"starTransactionTypeTelegramApiUsage": StarTransactionTypeTelegramAPIUsageTypeID,
|
|
"starTransactionTypeBotPaidMediaPurchase": StarTransactionTypeBotPaidMediaPurchaseTypeID,
|
|
"starTransactionTypeBotPaidMediaSale": StarTransactionTypeBotPaidMediaSaleTypeID,
|
|
"starTransactionTypeChannelPaidMediaPurchase": StarTransactionTypeChannelPaidMediaPurchaseTypeID,
|
|
"starTransactionTypeChannelPaidMediaSale": StarTransactionTypeChannelPaidMediaSaleTypeID,
|
|
"starTransactionTypeBotInvoicePurchase": StarTransactionTypeBotInvoicePurchaseTypeID,
|
|
"starTransactionTypeBotInvoiceSale": StarTransactionTypeBotInvoiceSaleTypeID,
|
|
"starTransactionTypeBotSubscriptionPurchase": StarTransactionTypeBotSubscriptionPurchaseTypeID,
|
|
"starTransactionTypeBotSubscriptionSale": StarTransactionTypeBotSubscriptionSaleTypeID,
|
|
"starTransactionTypeChannelSubscriptionPurchase": StarTransactionTypeChannelSubscriptionPurchaseTypeID,
|
|
"starTransactionTypeChannelSubscriptionSale": StarTransactionTypeChannelSubscriptionSaleTypeID,
|
|
"starTransactionTypeGiftPurchase": StarTransactionTypeGiftPurchaseTypeID,
|
|
"starTransactionTypeGiftTransfer": StarTransactionTypeGiftTransferTypeID,
|
|
"starTransactionTypeGiftSale": StarTransactionTypeGiftSaleTypeID,
|
|
"starTransactionTypeGiftUpgrade": StarTransactionTypeGiftUpgradeTypeID,
|
|
"starTransactionTypeUpgradedGiftPurchase": StarTransactionTypeUpgradedGiftPurchaseTypeID,
|
|
"starTransactionTypeUpgradedGiftSale": StarTransactionTypeUpgradedGiftSaleTypeID,
|
|
"starTransactionTypeChannelPaidReactionSend": StarTransactionTypeChannelPaidReactionSendTypeID,
|
|
"starTransactionTypeChannelPaidReactionReceive": StarTransactionTypeChannelPaidReactionReceiveTypeID,
|
|
"starTransactionTypeAffiliateProgramCommission": StarTransactionTypeAffiliateProgramCommissionTypeID,
|
|
"starTransactionTypePaidMessageSend": StarTransactionTypePaidMessageSendTypeID,
|
|
"starTransactionTypePaidMessageReceive": StarTransactionTypePaidMessageReceiveTypeID,
|
|
"starTransactionTypePremiumPurchase": StarTransactionTypePremiumPurchaseTypeID,
|
|
"starTransactionTypeBusinessBotTransferSend": StarTransactionTypeBusinessBotTransferSendTypeID,
|
|
"starTransactionTypeBusinessBotTransferReceive": StarTransactionTypeBusinessBotTransferReceiveTypeID,
|
|
"starTransactionTypeUnsupported": StarTransactionTypeUnsupportedTypeID,
|
|
"starTransaction": StarTransactionTypeID,
|
|
"starTransactions": StarTransactionsTypeID,
|
|
"giveawayParticipantStatusEligible": GiveawayParticipantStatusEligibleTypeID,
|
|
"giveawayParticipantStatusParticipating": GiveawayParticipantStatusParticipatingTypeID,
|
|
"giveawayParticipantStatusAlreadyWasMember": GiveawayParticipantStatusAlreadyWasMemberTypeID,
|
|
"giveawayParticipantStatusAdministrator": GiveawayParticipantStatusAdministratorTypeID,
|
|
"giveawayParticipantStatusDisallowedCountry": GiveawayParticipantStatusDisallowedCountryTypeID,
|
|
"giveawayInfoOngoing": GiveawayInfoOngoingTypeID,
|
|
"giveawayInfoCompleted": GiveawayInfoCompletedTypeID,
|
|
"giveawayPrizePremium": GiveawayPrizePremiumTypeID,
|
|
"giveawayPrizeStars": GiveawayPrizeStarsTypeID,
|
|
"accentColor": AccentColorTypeID,
|
|
"profileAccentColors": ProfileAccentColorsTypeID,
|
|
"profileAccentColor": ProfileAccentColorTypeID,
|
|
"emojiStatusTypeCustomEmoji": EmojiStatusTypeCustomEmojiTypeID,
|
|
"emojiStatusTypeUpgradedGift": EmojiStatusTypeUpgradedGiftTypeID,
|
|
"emojiStatus": EmojiStatusTypeID,
|
|
"emojiStatuses": EmojiStatusesTypeID,
|
|
"emojiStatusCustomEmojis": EmojiStatusCustomEmojisTypeID,
|
|
"usernames": UsernamesTypeID,
|
|
"user": UserTypeID,
|
|
"botInfo": BotInfoTypeID,
|
|
"userFullInfo": UserFullInfoTypeID,
|
|
"users": UsersTypeID,
|
|
"foundUsers": FoundUsersTypeID,
|
|
"chatAdministrator": ChatAdministratorTypeID,
|
|
"chatAdministrators": ChatAdministratorsTypeID,
|
|
"chatMemberStatusCreator": ChatMemberStatusCreatorTypeID,
|
|
"chatMemberStatusAdministrator": ChatMemberStatusAdministratorTypeID,
|
|
"chatMemberStatusMember": ChatMemberStatusMemberTypeID,
|
|
"chatMemberStatusRestricted": ChatMemberStatusRestrictedTypeID,
|
|
"chatMemberStatusLeft": ChatMemberStatusLeftTypeID,
|
|
"chatMemberStatusBanned": ChatMemberStatusBannedTypeID,
|
|
"chatMember": ChatMemberTypeID,
|
|
"chatMembers": ChatMembersTypeID,
|
|
"chatMembersFilterContacts": ChatMembersFilterContactsTypeID,
|
|
"chatMembersFilterAdministrators": ChatMembersFilterAdministratorsTypeID,
|
|
"chatMembersFilterMembers": ChatMembersFilterMembersTypeID,
|
|
"chatMembersFilterMention": ChatMembersFilterMentionTypeID,
|
|
"chatMembersFilterRestricted": ChatMembersFilterRestrictedTypeID,
|
|
"chatMembersFilterBanned": ChatMembersFilterBannedTypeID,
|
|
"chatMembersFilterBots": ChatMembersFilterBotsTypeID,
|
|
"supergroupMembersFilterRecent": SupergroupMembersFilterRecentTypeID,
|
|
"supergroupMembersFilterContacts": SupergroupMembersFilterContactsTypeID,
|
|
"supergroupMembersFilterAdministrators": SupergroupMembersFilterAdministratorsTypeID,
|
|
"supergroupMembersFilterSearch": SupergroupMembersFilterSearchTypeID,
|
|
"supergroupMembersFilterRestricted": SupergroupMembersFilterRestrictedTypeID,
|
|
"supergroupMembersFilterBanned": SupergroupMembersFilterBannedTypeID,
|
|
"supergroupMembersFilterMention": SupergroupMembersFilterMentionTypeID,
|
|
"supergroupMembersFilterBots": SupergroupMembersFilterBotsTypeID,
|
|
"chatInviteLink": ChatInviteLinkTypeID,
|
|
"chatInviteLinks": ChatInviteLinksTypeID,
|
|
"chatInviteLinkCount": ChatInviteLinkCountTypeID,
|
|
"chatInviteLinkCounts": ChatInviteLinkCountsTypeID,
|
|
"chatInviteLinkMember": ChatInviteLinkMemberTypeID,
|
|
"chatInviteLinkMembers": ChatInviteLinkMembersTypeID,
|
|
"inviteLinkChatTypeBasicGroup": InviteLinkChatTypeBasicGroupTypeID,
|
|
"inviteLinkChatTypeSupergroup": InviteLinkChatTypeSupergroupTypeID,
|
|
"inviteLinkChatTypeChannel": InviteLinkChatTypeChannelTypeID,
|
|
"chatInviteLinkSubscriptionInfo": ChatInviteLinkSubscriptionInfoTypeID,
|
|
"chatInviteLinkInfo": ChatInviteLinkInfoTypeID,
|
|
"chatJoinRequest": ChatJoinRequestTypeID,
|
|
"chatJoinRequests": ChatJoinRequestsTypeID,
|
|
"chatJoinRequestsInfo": ChatJoinRequestsInfoTypeID,
|
|
"basicGroup": BasicGroupTypeID,
|
|
"basicGroupFullInfo": BasicGroupFullInfoTypeID,
|
|
"supergroup": SupergroupTypeID,
|
|
"supergroupFullInfo": SupergroupFullInfoTypeID,
|
|
"secretChatStatePending": SecretChatStatePendingTypeID,
|
|
"secretChatStateReady": SecretChatStateReadyTypeID,
|
|
"secretChatStateClosed": SecretChatStateClosedTypeID,
|
|
"secretChat": SecretChatTypeID,
|
|
"messageSenderUser": MessageSenderUserTypeID,
|
|
"messageSenderChat": MessageSenderChatTypeID,
|
|
"messageSenders": MessageSendersTypeID,
|
|
"chatMessageSender": ChatMessageSenderTypeID,
|
|
"chatMessageSenders": ChatMessageSendersTypeID,
|
|
"messageReadDateRead": MessageReadDateReadTypeID,
|
|
"messageReadDateUnread": MessageReadDateUnreadTypeID,
|
|
"messageReadDateTooOld": MessageReadDateTooOldTypeID,
|
|
"messageReadDateUserPrivacyRestricted": MessageReadDateUserPrivacyRestrictedTypeID,
|
|
"messageReadDateMyPrivacyRestricted": MessageReadDateMyPrivacyRestrictedTypeID,
|
|
"messageViewer": MessageViewerTypeID,
|
|
"messageViewers": MessageViewersTypeID,
|
|
"messageOriginUser": MessageOriginUserTypeID,
|
|
"messageOriginHiddenUser": MessageOriginHiddenUserTypeID,
|
|
"messageOriginChat": MessageOriginChatTypeID,
|
|
"messageOriginChannel": MessageOriginChannelTypeID,
|
|
"forwardSource": ForwardSourceTypeID,
|
|
"reactionTypeEmoji": ReactionTypeEmojiTypeID,
|
|
"reactionTypeCustomEmoji": ReactionTypeCustomEmojiTypeID,
|
|
"reactionTypePaid": ReactionTypePaidTypeID,
|
|
"paidReactionTypeRegular": PaidReactionTypeRegularTypeID,
|
|
"paidReactionTypeAnonymous": PaidReactionTypeAnonymousTypeID,
|
|
"paidReactionTypeChat": PaidReactionTypeChatTypeID,
|
|
"paidReactor": PaidReactorTypeID,
|
|
"messageForwardInfo": MessageForwardInfoTypeID,
|
|
"messageImportInfo": MessageImportInfoTypeID,
|
|
"messageReplyInfo": MessageReplyInfoTypeID,
|
|
"messageReaction": MessageReactionTypeID,
|
|
"messageReactions": MessageReactionsTypeID,
|
|
"messageInteractionInfo": MessageInteractionInfoTypeID,
|
|
"unreadReaction": UnreadReactionTypeID,
|
|
"messageTopicForum": MessageTopicForumTypeID,
|
|
"messageTopicDirectMessages": MessageTopicDirectMessagesTypeID,
|
|
"messageTopicSavedMessages": MessageTopicSavedMessagesTypeID,
|
|
"messageEffectTypeEmojiReaction": MessageEffectTypeEmojiReactionTypeID,
|
|
"messageEffectTypePremiumSticker": MessageEffectTypePremiumStickerTypeID,
|
|
"messageEffect": MessageEffectTypeID,
|
|
"messageSendingStatePending": MessageSendingStatePendingTypeID,
|
|
"messageSendingStateFailed": MessageSendingStateFailedTypeID,
|
|
"textQuote": TextQuoteTypeID,
|
|
"inputTextQuote": InputTextQuoteTypeID,
|
|
"messageReplyToMessage": MessageReplyToMessageTypeID,
|
|
"messageReplyToStory": MessageReplyToStoryTypeID,
|
|
"inputMessageReplyToMessage": InputMessageReplyToMessageTypeID,
|
|
"inputMessageReplyToExternalMessage": InputMessageReplyToExternalMessageTypeID,
|
|
"inputMessageReplyToStory": InputMessageReplyToStoryTypeID,
|
|
"factCheck": FactCheckTypeID,
|
|
"message": MessageTypeID,
|
|
"messages": MessagesTypeID,
|
|
"foundMessages": FoundMessagesTypeID,
|
|
"foundChatMessages": FoundChatMessagesTypeID,
|
|
"messagePosition": MessagePositionTypeID,
|
|
"messagePositions": MessagePositionsTypeID,
|
|
"messageCalendarDay": MessageCalendarDayTypeID,
|
|
"messageCalendar": MessageCalendarTypeID,
|
|
"businessMessage": BusinessMessageTypeID,
|
|
"businessMessages": BusinessMessagesTypeID,
|
|
"messageSourceChatHistory": MessageSourceChatHistoryTypeID,
|
|
"messageSourceMessageThreadHistory": MessageSourceMessageThreadHistoryTypeID,
|
|
"messageSourceForumTopicHistory": MessageSourceForumTopicHistoryTypeID,
|
|
"messageSourceDirectMessagesChatTopicHistory": MessageSourceDirectMessagesChatTopicHistoryTypeID,
|
|
"messageSourceHistoryPreview": MessageSourceHistoryPreviewTypeID,
|
|
"messageSourceChatList": MessageSourceChatListTypeID,
|
|
"messageSourceSearch": MessageSourceSearchTypeID,
|
|
"messageSourceChatEventLog": MessageSourceChatEventLogTypeID,
|
|
"messageSourceNotification": MessageSourceNotificationTypeID,
|
|
"messageSourceScreenshot": MessageSourceScreenshotTypeID,
|
|
"messageSourceOther": MessageSourceOtherTypeID,
|
|
"messageSponsor": MessageSponsorTypeID,
|
|
"sponsoredMessage": SponsoredMessageTypeID,
|
|
"sponsoredMessages": SponsoredMessagesTypeID,
|
|
"sponsoredChat": SponsoredChatTypeID,
|
|
"sponsoredChats": SponsoredChatsTypeID,
|
|
"reportOption": ReportOptionTypeID,
|
|
"reportSponsoredResultOk": ReportSponsoredResultOkTypeID,
|
|
"reportSponsoredResultFailed": ReportSponsoredResultFailedTypeID,
|
|
"reportSponsoredResultOptionRequired": ReportSponsoredResultOptionRequiredTypeID,
|
|
"reportSponsoredResultAdsHidden": ReportSponsoredResultAdsHiddenTypeID,
|
|
"reportSponsoredResultPremiumRequired": ReportSponsoredResultPremiumRequiredTypeID,
|
|
"fileDownload": FileDownloadTypeID,
|
|
"downloadedFileCounts": DownloadedFileCountsTypeID,
|
|
"foundFileDownloads": FoundFileDownloadsTypeID,
|
|
"notificationSettingsScopePrivateChats": NotificationSettingsScopePrivateChatsTypeID,
|
|
"notificationSettingsScopeGroupChats": NotificationSettingsScopeGroupChatsTypeID,
|
|
"notificationSettingsScopeChannelChats": NotificationSettingsScopeChannelChatsTypeID,
|
|
"chatNotificationSettings": ChatNotificationSettingsTypeID,
|
|
"scopeNotificationSettings": ScopeNotificationSettingsTypeID,
|
|
"reactionNotificationSourceNone": ReactionNotificationSourceNoneTypeID,
|
|
"reactionNotificationSourceContacts": ReactionNotificationSourceContactsTypeID,
|
|
"reactionNotificationSourceAll": ReactionNotificationSourceAllTypeID,
|
|
"reactionNotificationSettings": ReactionNotificationSettingsTypeID,
|
|
"draftMessage": DraftMessageTypeID,
|
|
"chatTypePrivate": ChatTypePrivateTypeID,
|
|
"chatTypeBasicGroup": ChatTypeBasicGroupTypeID,
|
|
"chatTypeSupergroup": ChatTypeSupergroupTypeID,
|
|
"chatTypeSecret": ChatTypeSecretTypeID,
|
|
"chatFolderIcon": ChatFolderIconTypeID,
|
|
"chatFolderName": ChatFolderNameTypeID,
|
|
"chatFolder": ChatFolderTypeID,
|
|
"chatFolderInfo": ChatFolderInfoTypeID,
|
|
"chatFolderInviteLink": ChatFolderInviteLinkTypeID,
|
|
"chatFolderInviteLinks": ChatFolderInviteLinksTypeID,
|
|
"chatFolderInviteLinkInfo": ChatFolderInviteLinkInfoTypeID,
|
|
"recommendedChatFolder": RecommendedChatFolderTypeID,
|
|
"recommendedChatFolders": RecommendedChatFoldersTypeID,
|
|
"archiveChatListSettings": ArchiveChatListSettingsTypeID,
|
|
"chatListMain": ChatListMainTypeID,
|
|
"chatListArchive": ChatListArchiveTypeID,
|
|
"chatListFolder": ChatListFolderTypeID,
|
|
"chatLists": ChatListsTypeID,
|
|
"chatSourceMtprotoProxy": ChatSourceMtprotoProxyTypeID,
|
|
"chatSourcePublicServiceAnnouncement": ChatSourcePublicServiceAnnouncementTypeID,
|
|
"chatPosition": ChatPositionTypeID,
|
|
"chatAvailableReactionsAll": ChatAvailableReactionsAllTypeID,
|
|
"chatAvailableReactionsSome": ChatAvailableReactionsSomeTypeID,
|
|
"savedMessagesTag": SavedMessagesTagTypeID,
|
|
"savedMessagesTags": SavedMessagesTagsTypeID,
|
|
"businessBotManageBar": BusinessBotManageBarTypeID,
|
|
"videoChat": VideoChatTypeID,
|
|
"chat": ChatTypeID,
|
|
"chats": ChatsTypeID,
|
|
"failedToAddMember": FailedToAddMemberTypeID,
|
|
"failedToAddMembers": FailedToAddMembersTypeID,
|
|
"createdBasicGroupChat": CreatedBasicGroupChatTypeID,
|
|
"publicChatTypeHasUsername": PublicChatTypeHasUsernameTypeID,
|
|
"publicChatTypeIsLocationBased": PublicChatTypeIsLocationBasedTypeID,
|
|
"accountInfo": AccountInfoTypeID,
|
|
"chatActionBarReportSpam": ChatActionBarReportSpamTypeID,
|
|
"chatActionBarInviteMembers": ChatActionBarInviteMembersTypeID,
|
|
"chatActionBarReportAddBlock": ChatActionBarReportAddBlockTypeID,
|
|
"chatActionBarAddContact": ChatActionBarAddContactTypeID,
|
|
"chatActionBarSharePhoneNumber": ChatActionBarSharePhoneNumberTypeID,
|
|
"chatActionBarJoinRequest": ChatActionBarJoinRequestTypeID,
|
|
"keyboardButtonTypeText": KeyboardButtonTypeTextTypeID,
|
|
"keyboardButtonTypeRequestPhoneNumber": KeyboardButtonTypeRequestPhoneNumberTypeID,
|
|
"keyboardButtonTypeRequestLocation": KeyboardButtonTypeRequestLocationTypeID,
|
|
"keyboardButtonTypeRequestPoll": KeyboardButtonTypeRequestPollTypeID,
|
|
"keyboardButtonTypeRequestUsers": KeyboardButtonTypeRequestUsersTypeID,
|
|
"keyboardButtonTypeRequestChat": KeyboardButtonTypeRequestChatTypeID,
|
|
"keyboardButtonTypeWebApp": KeyboardButtonTypeWebAppTypeID,
|
|
"keyboardButton": KeyboardButtonTypeID,
|
|
"inlineKeyboardButtonTypeUrl": InlineKeyboardButtonTypeURLTypeID,
|
|
"inlineKeyboardButtonTypeLoginUrl": InlineKeyboardButtonTypeLoginURLTypeID,
|
|
"inlineKeyboardButtonTypeWebApp": InlineKeyboardButtonTypeWebAppTypeID,
|
|
"inlineKeyboardButtonTypeCallback": InlineKeyboardButtonTypeCallbackTypeID,
|
|
"inlineKeyboardButtonTypeCallbackWithPassword": InlineKeyboardButtonTypeCallbackWithPasswordTypeID,
|
|
"inlineKeyboardButtonTypeCallbackGame": InlineKeyboardButtonTypeCallbackGameTypeID,
|
|
"inlineKeyboardButtonTypeSwitchInline": InlineKeyboardButtonTypeSwitchInlineTypeID,
|
|
"inlineKeyboardButtonTypeBuy": InlineKeyboardButtonTypeBuyTypeID,
|
|
"inlineKeyboardButtonTypeUser": InlineKeyboardButtonTypeUserTypeID,
|
|
"inlineKeyboardButtonTypeCopyText": InlineKeyboardButtonTypeCopyTextTypeID,
|
|
"inlineKeyboardButton": InlineKeyboardButtonTypeID,
|
|
"replyMarkupRemoveKeyboard": ReplyMarkupRemoveKeyboardTypeID,
|
|
"replyMarkupForceReply": ReplyMarkupForceReplyTypeID,
|
|
"replyMarkupShowKeyboard": ReplyMarkupShowKeyboardTypeID,
|
|
"replyMarkupInlineKeyboard": ReplyMarkupInlineKeyboardTypeID,
|
|
"loginUrlInfoOpen": LoginURLInfoOpenTypeID,
|
|
"loginUrlInfoRequestConfirmation": LoginURLInfoRequestConfirmationTypeID,
|
|
"themeParameters": ThemeParametersTypeID,
|
|
"webAppOpenModeCompact": WebAppOpenModeCompactTypeID,
|
|
"webAppOpenModeFullSize": WebAppOpenModeFullSizeTypeID,
|
|
"webAppOpenModeFullScreen": WebAppOpenModeFullScreenTypeID,
|
|
"foundWebApp": FoundWebAppTypeID,
|
|
"webAppInfo": WebAppInfoTypeID,
|
|
"mainWebApp": MainWebAppTypeID,
|
|
"webAppOpenParameters": WebAppOpenParametersTypeID,
|
|
"messageThreadInfo": MessageThreadInfoTypeID,
|
|
"savedMessagesTopicTypeMyNotes": SavedMessagesTopicTypeMyNotesTypeID,
|
|
"savedMessagesTopicTypeAuthorHidden": SavedMessagesTopicTypeAuthorHiddenTypeID,
|
|
"savedMessagesTopicTypeSavedFromChat": SavedMessagesTopicTypeSavedFromChatTypeID,
|
|
"savedMessagesTopic": SavedMessagesTopicTypeID,
|
|
"directMessagesChatTopic": DirectMessagesChatTopicTypeID,
|
|
"forumTopicIcon": ForumTopicIconTypeID,
|
|
"forumTopicInfo": ForumTopicInfoTypeID,
|
|
"forumTopic": ForumTopicTypeID,
|
|
"forumTopics": ForumTopicsTypeID,
|
|
"linkPreviewOptions": LinkPreviewOptionsTypeID,
|
|
"sharedUser": SharedUserTypeID,
|
|
"sharedChat": SharedChatTypeID,
|
|
"themeSettings": ThemeSettingsTypeID,
|
|
"richTextPlain": RichTextPlainTypeID,
|
|
"richTextBold": RichTextBoldTypeID,
|
|
"richTextItalic": RichTextItalicTypeID,
|
|
"richTextUnderline": RichTextUnderlineTypeID,
|
|
"richTextStrikethrough": RichTextStrikethroughTypeID,
|
|
"richTextFixed": RichTextFixedTypeID,
|
|
"richTextUrl": RichTextURLTypeID,
|
|
"richTextEmailAddress": RichTextEmailAddressTypeID,
|
|
"richTextSubscript": RichTextSubscriptTypeID,
|
|
"richTextSuperscript": RichTextSuperscriptTypeID,
|
|
"richTextMarked": RichTextMarkedTypeID,
|
|
"richTextPhoneNumber": RichTextPhoneNumberTypeID,
|
|
"richTextIcon": RichTextIconTypeID,
|
|
"richTextReference": RichTextReferenceTypeID,
|
|
"richTextAnchor": RichTextAnchorTypeID,
|
|
"richTextAnchorLink": RichTextAnchorLinkTypeID,
|
|
"richTexts": RichTextsTypeID,
|
|
"pageBlockCaption": PageBlockCaptionTypeID,
|
|
"pageBlockListItem": PageBlockListItemTypeID,
|
|
"pageBlockHorizontalAlignmentLeft": PageBlockHorizontalAlignmentLeftTypeID,
|
|
"pageBlockHorizontalAlignmentCenter": PageBlockHorizontalAlignmentCenterTypeID,
|
|
"pageBlockHorizontalAlignmentRight": PageBlockHorizontalAlignmentRightTypeID,
|
|
"pageBlockVerticalAlignmentTop": PageBlockVerticalAlignmentTopTypeID,
|
|
"pageBlockVerticalAlignmentMiddle": PageBlockVerticalAlignmentMiddleTypeID,
|
|
"pageBlockVerticalAlignmentBottom": PageBlockVerticalAlignmentBottomTypeID,
|
|
"pageBlockTableCell": PageBlockTableCellTypeID,
|
|
"pageBlockRelatedArticle": PageBlockRelatedArticleTypeID,
|
|
"pageBlockTitle": PageBlockTitleTypeID,
|
|
"pageBlockSubtitle": PageBlockSubtitleTypeID,
|
|
"pageBlockAuthorDate": PageBlockAuthorDateTypeID,
|
|
"pageBlockHeader": PageBlockHeaderTypeID,
|
|
"pageBlockSubheader": PageBlockSubheaderTypeID,
|
|
"pageBlockKicker": PageBlockKickerTypeID,
|
|
"pageBlockParagraph": PageBlockParagraphTypeID,
|
|
"pageBlockPreformatted": PageBlockPreformattedTypeID,
|
|
"pageBlockFooter": PageBlockFooterTypeID,
|
|
"pageBlockDivider": PageBlockDividerTypeID,
|
|
"pageBlockAnchor": PageBlockAnchorTypeID,
|
|
"pageBlockList": PageBlockListTypeID,
|
|
"pageBlockBlockQuote": PageBlockBlockQuoteTypeID,
|
|
"pageBlockPullQuote": PageBlockPullQuoteTypeID,
|
|
"pageBlockAnimation": PageBlockAnimationTypeID,
|
|
"pageBlockAudio": PageBlockAudioTypeID,
|
|
"pageBlockPhoto": PageBlockPhotoTypeID,
|
|
"pageBlockVideo": PageBlockVideoTypeID,
|
|
"pageBlockVoiceNote": PageBlockVoiceNoteTypeID,
|
|
"pageBlockCover": PageBlockCoverTypeID,
|
|
"pageBlockEmbedded": PageBlockEmbeddedTypeID,
|
|
"pageBlockEmbeddedPost": PageBlockEmbeddedPostTypeID,
|
|
"pageBlockCollage": PageBlockCollageTypeID,
|
|
"pageBlockSlideshow": PageBlockSlideshowTypeID,
|
|
"pageBlockChatLink": PageBlockChatLinkTypeID,
|
|
"pageBlockTable": PageBlockTableTypeID,
|
|
"pageBlockDetails": PageBlockDetailsTypeID,
|
|
"pageBlockRelatedArticles": PageBlockRelatedArticlesTypeID,
|
|
"pageBlockMap": PageBlockMapTypeID,
|
|
"webPageInstantView": WebPageInstantViewTypeID,
|
|
"linkPreviewAlbumMediaPhoto": LinkPreviewAlbumMediaPhotoTypeID,
|
|
"linkPreviewAlbumMediaVideo": LinkPreviewAlbumMediaVideoTypeID,
|
|
"linkPreviewTypeAlbum": LinkPreviewTypeAlbumTypeID,
|
|
"linkPreviewTypeAnimation": LinkPreviewTypeAnimationTypeID,
|
|
"linkPreviewTypeApp": LinkPreviewTypeAppTypeID,
|
|
"linkPreviewTypeArticle": LinkPreviewTypeArticleTypeID,
|
|
"linkPreviewTypeAudio": LinkPreviewTypeAudioTypeID,
|
|
"linkPreviewTypeBackground": LinkPreviewTypeBackgroundTypeID,
|
|
"linkPreviewTypeChannelBoost": LinkPreviewTypeChannelBoostTypeID,
|
|
"linkPreviewTypeChat": LinkPreviewTypeChatTypeID,
|
|
"linkPreviewTypeDocument": LinkPreviewTypeDocumentTypeID,
|
|
"linkPreviewTypeEmbeddedAnimationPlayer": LinkPreviewTypeEmbeddedAnimationPlayerTypeID,
|
|
"linkPreviewTypeEmbeddedAudioPlayer": LinkPreviewTypeEmbeddedAudioPlayerTypeID,
|
|
"linkPreviewTypeEmbeddedVideoPlayer": LinkPreviewTypeEmbeddedVideoPlayerTypeID,
|
|
"linkPreviewTypeExternalAudio": LinkPreviewTypeExternalAudioTypeID,
|
|
"linkPreviewTypeExternalVideo": LinkPreviewTypeExternalVideoTypeID,
|
|
"linkPreviewTypeGroupCall": LinkPreviewTypeGroupCallTypeID,
|
|
"linkPreviewTypeInvoice": LinkPreviewTypeInvoiceTypeID,
|
|
"linkPreviewTypeMessage": LinkPreviewTypeMessageTypeID,
|
|
"linkPreviewTypePhoto": LinkPreviewTypePhotoTypeID,
|
|
"linkPreviewTypePremiumGiftCode": LinkPreviewTypePremiumGiftCodeTypeID,
|
|
"linkPreviewTypeShareableChatFolder": LinkPreviewTypeShareableChatFolderTypeID,
|
|
"linkPreviewTypeSticker": LinkPreviewTypeStickerTypeID,
|
|
"linkPreviewTypeStickerSet": LinkPreviewTypeStickerSetTypeID,
|
|
"linkPreviewTypeStory": LinkPreviewTypeStoryTypeID,
|
|
"linkPreviewTypeSupergroupBoost": LinkPreviewTypeSupergroupBoostTypeID,
|
|
"linkPreviewTypeTheme": LinkPreviewTypeThemeTypeID,
|
|
"linkPreviewTypeUnsupported": LinkPreviewTypeUnsupportedTypeID,
|
|
"linkPreviewTypeUpgradedGift": LinkPreviewTypeUpgradedGiftTypeID,
|
|
"linkPreviewTypeUser": LinkPreviewTypeUserTypeID,
|
|
"linkPreviewTypeVideo": LinkPreviewTypeVideoTypeID,
|
|
"linkPreviewTypeVideoChat": LinkPreviewTypeVideoChatTypeID,
|
|
"linkPreviewTypeVideoNote": LinkPreviewTypeVideoNoteTypeID,
|
|
"linkPreviewTypeVoiceNote": LinkPreviewTypeVoiceNoteTypeID,
|
|
"linkPreviewTypeWebApp": LinkPreviewTypeWebAppTypeID,
|
|
"linkPreview": LinkPreviewTypeID,
|
|
"countryInfo": CountryInfoTypeID,
|
|
"countries": CountriesTypeID,
|
|
"phoneNumberInfo": PhoneNumberInfoTypeID,
|
|
"collectibleItemTypeUsername": CollectibleItemTypeUsernameTypeID,
|
|
"collectibleItemTypePhoneNumber": CollectibleItemTypePhoneNumberTypeID,
|
|
"collectibleItemInfo": CollectibleItemInfoTypeID,
|
|
"bankCardActionOpenUrl": BankCardActionOpenURLTypeID,
|
|
"bankCardInfo": BankCardInfoTypeID,
|
|
"address": AddressTypeID,
|
|
"locationAddress": LocationAddressTypeID,
|
|
"labeledPricePart": LabeledPricePartTypeID,
|
|
"invoice": InvoiceTypeID,
|
|
"orderInfo": OrderInfoTypeID,
|
|
"shippingOption": ShippingOptionTypeID,
|
|
"savedCredentials": SavedCredentialsTypeID,
|
|
"inputCredentialsSaved": InputCredentialsSavedTypeID,
|
|
"inputCredentialsNew": InputCredentialsNewTypeID,
|
|
"inputCredentialsApplePay": InputCredentialsApplePayTypeID,
|
|
"inputCredentialsGooglePay": InputCredentialsGooglePayTypeID,
|
|
"paymentProviderSmartGlocal": PaymentProviderSmartGlocalTypeID,
|
|
"paymentProviderStripe": PaymentProviderStripeTypeID,
|
|
"paymentProviderOther": PaymentProviderOtherTypeID,
|
|
"paymentOption": PaymentOptionTypeID,
|
|
"paymentFormTypeRegular": PaymentFormTypeRegularTypeID,
|
|
"paymentFormTypeStars": PaymentFormTypeStarsTypeID,
|
|
"paymentFormTypeStarSubscription": PaymentFormTypeStarSubscriptionTypeID,
|
|
"paymentForm": PaymentFormTypeID,
|
|
"validatedOrderInfo": ValidatedOrderInfoTypeID,
|
|
"paymentResult": PaymentResultTypeID,
|
|
"paymentReceiptTypeRegular": PaymentReceiptTypeRegularTypeID,
|
|
"paymentReceiptTypeStars": PaymentReceiptTypeStarsTypeID,
|
|
"paymentReceipt": PaymentReceiptTypeID,
|
|
"inputInvoiceMessage": InputInvoiceMessageTypeID,
|
|
"inputInvoiceName": InputInvoiceNameTypeID,
|
|
"inputInvoiceTelegram": InputInvoiceTelegramTypeID,
|
|
"paidMediaPreview": PaidMediaPreviewTypeID,
|
|
"paidMediaPhoto": PaidMediaPhotoTypeID,
|
|
"paidMediaVideo": PaidMediaVideoTypeID,
|
|
"paidMediaUnsupported": PaidMediaUnsupportedTypeID,
|
|
"giveawayParameters": GiveawayParametersTypeID,
|
|
"datedFile": DatedFileTypeID,
|
|
"passportElementTypePersonalDetails": PassportElementTypePersonalDetailsTypeID,
|
|
"passportElementTypePassport": PassportElementTypePassportTypeID,
|
|
"passportElementTypeDriverLicense": PassportElementTypeDriverLicenseTypeID,
|
|
"passportElementTypeIdentityCard": PassportElementTypeIdentityCardTypeID,
|
|
"passportElementTypeInternalPassport": PassportElementTypeInternalPassportTypeID,
|
|
"passportElementTypeAddress": PassportElementTypeAddressTypeID,
|
|
"passportElementTypeUtilityBill": PassportElementTypeUtilityBillTypeID,
|
|
"passportElementTypeBankStatement": PassportElementTypeBankStatementTypeID,
|
|
"passportElementTypeRentalAgreement": PassportElementTypeRentalAgreementTypeID,
|
|
"passportElementTypePassportRegistration": PassportElementTypePassportRegistrationTypeID,
|
|
"passportElementTypeTemporaryRegistration": PassportElementTypeTemporaryRegistrationTypeID,
|
|
"passportElementTypePhoneNumber": PassportElementTypePhoneNumberTypeID,
|
|
"passportElementTypeEmailAddress": PassportElementTypeEmailAddressTypeID,
|
|
"date": DateTypeID,
|
|
"personalDetails": PersonalDetailsTypeID,
|
|
"identityDocument": IdentityDocumentTypeID,
|
|
"inputIdentityDocument": InputIdentityDocumentTypeID,
|
|
"personalDocument": PersonalDocumentTypeID,
|
|
"inputPersonalDocument": InputPersonalDocumentTypeID,
|
|
"passportElementPersonalDetails": PassportElementPersonalDetailsTypeID,
|
|
"passportElementPassport": PassportElementPassportTypeID,
|
|
"passportElementDriverLicense": PassportElementDriverLicenseTypeID,
|
|
"passportElementIdentityCard": PassportElementIdentityCardTypeID,
|
|
"passportElementInternalPassport": PassportElementInternalPassportTypeID,
|
|
"passportElementAddress": PassportElementAddressTypeID,
|
|
"passportElementUtilityBill": PassportElementUtilityBillTypeID,
|
|
"passportElementBankStatement": PassportElementBankStatementTypeID,
|
|
"passportElementRentalAgreement": PassportElementRentalAgreementTypeID,
|
|
"passportElementPassportRegistration": PassportElementPassportRegistrationTypeID,
|
|
"passportElementTemporaryRegistration": PassportElementTemporaryRegistrationTypeID,
|
|
"passportElementPhoneNumber": PassportElementPhoneNumberTypeID,
|
|
"passportElementEmailAddress": PassportElementEmailAddressTypeID,
|
|
"inputPassportElementPersonalDetails": InputPassportElementPersonalDetailsTypeID,
|
|
"inputPassportElementPassport": InputPassportElementPassportTypeID,
|
|
"inputPassportElementDriverLicense": InputPassportElementDriverLicenseTypeID,
|
|
"inputPassportElementIdentityCard": InputPassportElementIdentityCardTypeID,
|
|
"inputPassportElementInternalPassport": InputPassportElementInternalPassportTypeID,
|
|
"inputPassportElementAddress": InputPassportElementAddressTypeID,
|
|
"inputPassportElementUtilityBill": InputPassportElementUtilityBillTypeID,
|
|
"inputPassportElementBankStatement": InputPassportElementBankStatementTypeID,
|
|
"inputPassportElementRentalAgreement": InputPassportElementRentalAgreementTypeID,
|
|
"inputPassportElementPassportRegistration": InputPassportElementPassportRegistrationTypeID,
|
|
"inputPassportElementTemporaryRegistration": InputPassportElementTemporaryRegistrationTypeID,
|
|
"inputPassportElementPhoneNumber": InputPassportElementPhoneNumberTypeID,
|
|
"inputPassportElementEmailAddress": InputPassportElementEmailAddressTypeID,
|
|
"passportElements": PassportElementsTypeID,
|
|
"passportElementErrorSourceUnspecified": PassportElementErrorSourceUnspecifiedTypeID,
|
|
"passportElementErrorSourceDataField": PassportElementErrorSourceDataFieldTypeID,
|
|
"passportElementErrorSourceFrontSide": PassportElementErrorSourceFrontSideTypeID,
|
|
"passportElementErrorSourceReverseSide": PassportElementErrorSourceReverseSideTypeID,
|
|
"passportElementErrorSourceSelfie": PassportElementErrorSourceSelfieTypeID,
|
|
"passportElementErrorSourceTranslationFile": PassportElementErrorSourceTranslationFileTypeID,
|
|
"passportElementErrorSourceTranslationFiles": PassportElementErrorSourceTranslationFilesTypeID,
|
|
"passportElementErrorSourceFile": PassportElementErrorSourceFileTypeID,
|
|
"passportElementErrorSourceFiles": PassportElementErrorSourceFilesTypeID,
|
|
"passportElementError": PassportElementErrorTypeID,
|
|
"passportSuitableElement": PassportSuitableElementTypeID,
|
|
"passportRequiredElement": PassportRequiredElementTypeID,
|
|
"passportAuthorizationForm": PassportAuthorizationFormTypeID,
|
|
"passportElementsWithErrors": PassportElementsWithErrorsTypeID,
|
|
"encryptedCredentials": EncryptedCredentialsTypeID,
|
|
"encryptedPassportElement": EncryptedPassportElementTypeID,
|
|
"inputPassportElementErrorSourceUnspecified": InputPassportElementErrorSourceUnspecifiedTypeID,
|
|
"inputPassportElementErrorSourceDataField": InputPassportElementErrorSourceDataFieldTypeID,
|
|
"inputPassportElementErrorSourceFrontSide": InputPassportElementErrorSourceFrontSideTypeID,
|
|
"inputPassportElementErrorSourceReverseSide": InputPassportElementErrorSourceReverseSideTypeID,
|
|
"inputPassportElementErrorSourceSelfie": InputPassportElementErrorSourceSelfieTypeID,
|
|
"inputPassportElementErrorSourceTranslationFile": InputPassportElementErrorSourceTranslationFileTypeID,
|
|
"inputPassportElementErrorSourceTranslationFiles": InputPassportElementErrorSourceTranslationFilesTypeID,
|
|
"inputPassportElementErrorSourceFile": InputPassportElementErrorSourceFileTypeID,
|
|
"inputPassportElementErrorSourceFiles": InputPassportElementErrorSourceFilesTypeID,
|
|
"inputPassportElementError": InputPassportElementErrorTypeID,
|
|
"messageText": MessageTextTypeID,
|
|
"messageAnimation": MessageAnimationTypeID,
|
|
"messageAudio": MessageAudioTypeID,
|
|
"messageDocument": MessageDocumentTypeID,
|
|
"messagePaidMedia": MessagePaidMediaTypeID,
|
|
"messagePhoto": MessagePhotoTypeID,
|
|
"messageSticker": MessageStickerTypeID,
|
|
"messageVideo": MessageVideoTypeID,
|
|
"messageVideoNote": MessageVideoNoteTypeID,
|
|
"messageVoiceNote": MessageVoiceNoteTypeID,
|
|
"messageExpiredPhoto": MessageExpiredPhotoTypeID,
|
|
"messageExpiredVideo": MessageExpiredVideoTypeID,
|
|
"messageExpiredVideoNote": MessageExpiredVideoNoteTypeID,
|
|
"messageExpiredVoiceNote": MessageExpiredVoiceNoteTypeID,
|
|
"messageLocation": MessageLocationTypeID,
|
|
"messageVenue": MessageVenueTypeID,
|
|
"messageContact": MessageContactTypeID,
|
|
"messageAnimatedEmoji": MessageAnimatedEmojiTypeID,
|
|
"messageDice": MessageDiceTypeID,
|
|
"messageGame": MessageGameTypeID,
|
|
"messagePoll": MessagePollTypeID,
|
|
"messageStory": MessageStoryTypeID,
|
|
"messageInvoice": MessageInvoiceTypeID,
|
|
"messageCall": MessageCallTypeID,
|
|
"messageGroupCall": MessageGroupCallTypeID,
|
|
"messageVideoChatScheduled": MessageVideoChatScheduledTypeID,
|
|
"messageVideoChatStarted": MessageVideoChatStartedTypeID,
|
|
"messageVideoChatEnded": MessageVideoChatEndedTypeID,
|
|
"messageInviteVideoChatParticipants": MessageInviteVideoChatParticipantsTypeID,
|
|
"messageBasicGroupChatCreate": MessageBasicGroupChatCreateTypeID,
|
|
"messageSupergroupChatCreate": MessageSupergroupChatCreateTypeID,
|
|
"messageChatChangeTitle": MessageChatChangeTitleTypeID,
|
|
"messageChatChangePhoto": MessageChatChangePhotoTypeID,
|
|
"messageChatDeletePhoto": MessageChatDeletePhotoTypeID,
|
|
"messageChatAddMembers": MessageChatAddMembersTypeID,
|
|
"messageChatJoinByLink": MessageChatJoinByLinkTypeID,
|
|
"messageChatJoinByRequest": MessageChatJoinByRequestTypeID,
|
|
"messageChatDeleteMember": MessageChatDeleteMemberTypeID,
|
|
"messageChatUpgradeTo": MessageChatUpgradeToTypeID,
|
|
"messageChatUpgradeFrom": MessageChatUpgradeFromTypeID,
|
|
"messagePinMessage": MessagePinMessageTypeID,
|
|
"messageScreenshotTaken": MessageScreenshotTakenTypeID,
|
|
"messageChatSetBackground": MessageChatSetBackgroundTypeID,
|
|
"messageChatSetTheme": MessageChatSetThemeTypeID,
|
|
"messageChatSetMessageAutoDeleteTime": MessageChatSetMessageAutoDeleteTimeTypeID,
|
|
"messageChatBoost": MessageChatBoostTypeID,
|
|
"messageForumTopicCreated": MessageForumTopicCreatedTypeID,
|
|
"messageForumTopicEdited": MessageForumTopicEditedTypeID,
|
|
"messageForumTopicIsClosedToggled": MessageForumTopicIsClosedToggledTypeID,
|
|
"messageForumTopicIsHiddenToggled": MessageForumTopicIsHiddenToggledTypeID,
|
|
"messageSuggestProfilePhoto": MessageSuggestProfilePhotoTypeID,
|
|
"messageCustomServiceAction": MessageCustomServiceActionTypeID,
|
|
"messageGameScore": MessageGameScoreTypeID,
|
|
"messagePaymentSuccessful": MessagePaymentSuccessfulTypeID,
|
|
"messagePaymentSuccessfulBot": MessagePaymentSuccessfulBotTypeID,
|
|
"messagePaymentRefunded": MessagePaymentRefundedTypeID,
|
|
"messageGiftedPremium": MessageGiftedPremiumTypeID,
|
|
"messagePremiumGiftCode": MessagePremiumGiftCodeTypeID,
|
|
"messageGiveawayCreated": MessageGiveawayCreatedTypeID,
|
|
"messageGiveaway": MessageGiveawayTypeID,
|
|
"messageGiveawayCompleted": MessageGiveawayCompletedTypeID,
|
|
"messageGiveawayWinners": MessageGiveawayWinnersTypeID,
|
|
"messageGiftedStars": MessageGiftedStarsTypeID,
|
|
"messageGiveawayPrizeStars": MessageGiveawayPrizeStarsTypeID,
|
|
"messageGift": MessageGiftTypeID,
|
|
"messageUpgradedGift": MessageUpgradedGiftTypeID,
|
|
"messageRefundedUpgradedGift": MessageRefundedUpgradedGiftTypeID,
|
|
"messagePaidMessagesRefunded": MessagePaidMessagesRefundedTypeID,
|
|
"messagePaidMessagePriceChanged": MessagePaidMessagePriceChangedTypeID,
|
|
"messageDirectMessagePriceChanged": MessageDirectMessagePriceChangedTypeID,
|
|
"messageContactRegistered": MessageContactRegisteredTypeID,
|
|
"messageUsersShared": MessageUsersSharedTypeID,
|
|
"messageChatShared": MessageChatSharedTypeID,
|
|
"messageBotWriteAccessAllowed": MessageBotWriteAccessAllowedTypeID,
|
|
"messageWebAppDataSent": MessageWebAppDataSentTypeID,
|
|
"messageWebAppDataReceived": MessageWebAppDataReceivedTypeID,
|
|
"messagePassportDataSent": MessagePassportDataSentTypeID,
|
|
"messagePassportDataReceived": MessagePassportDataReceivedTypeID,
|
|
"messageProximityAlertTriggered": MessageProximityAlertTriggeredTypeID,
|
|
"messageUnsupported": MessageUnsupportedTypeID,
|
|
"textEntityTypeMention": TextEntityTypeMentionTypeID,
|
|
"textEntityTypeHashtag": TextEntityTypeHashtagTypeID,
|
|
"textEntityTypeCashtag": TextEntityTypeCashtagTypeID,
|
|
"textEntityTypeBotCommand": TextEntityTypeBotCommandTypeID,
|
|
"textEntityTypeUrl": TextEntityTypeURLTypeID,
|
|
"textEntityTypeEmailAddress": TextEntityTypeEmailAddressTypeID,
|
|
"textEntityTypePhoneNumber": TextEntityTypePhoneNumberTypeID,
|
|
"textEntityTypeBankCardNumber": TextEntityTypeBankCardNumberTypeID,
|
|
"textEntityTypeBold": TextEntityTypeBoldTypeID,
|
|
"textEntityTypeItalic": TextEntityTypeItalicTypeID,
|
|
"textEntityTypeUnderline": TextEntityTypeUnderlineTypeID,
|
|
"textEntityTypeStrikethrough": TextEntityTypeStrikethroughTypeID,
|
|
"textEntityTypeSpoiler": TextEntityTypeSpoilerTypeID,
|
|
"textEntityTypeCode": TextEntityTypeCodeTypeID,
|
|
"textEntityTypePre": TextEntityTypePreTypeID,
|
|
"textEntityTypePreCode": TextEntityTypePreCodeTypeID,
|
|
"textEntityTypeBlockQuote": TextEntityTypeBlockQuoteTypeID,
|
|
"textEntityTypeExpandableBlockQuote": TextEntityTypeExpandableBlockQuoteTypeID,
|
|
"textEntityTypeTextUrl": TextEntityTypeTextURLTypeID,
|
|
"textEntityTypeMentionName": TextEntityTypeMentionNameTypeID,
|
|
"textEntityTypeCustomEmoji": TextEntityTypeCustomEmojiTypeID,
|
|
"textEntityTypeMediaTimestamp": TextEntityTypeMediaTimestampTypeID,
|
|
"inputThumbnail": InputThumbnailTypeID,
|
|
"inputPaidMediaTypePhoto": InputPaidMediaTypePhotoTypeID,
|
|
"inputPaidMediaTypeVideo": InputPaidMediaTypeVideoTypeID,
|
|
"inputPaidMedia": InputPaidMediaTypeID,
|
|
"messageSchedulingStateSendAtDate": MessageSchedulingStateSendAtDateTypeID,
|
|
"messageSchedulingStateSendWhenOnline": MessageSchedulingStateSendWhenOnlineTypeID,
|
|
"messageSchedulingStateSendWhenVideoProcessed": MessageSchedulingStateSendWhenVideoProcessedTypeID,
|
|
"messageSelfDestructTypeTimer": MessageSelfDestructTypeTimerTypeID,
|
|
"messageSelfDestructTypeImmediately": MessageSelfDestructTypeImmediatelyTypeID,
|
|
"messageSendOptions": MessageSendOptionsTypeID,
|
|
"messageCopyOptions": MessageCopyOptionsTypeID,
|
|
"inputMessageText": InputMessageTextTypeID,
|
|
"inputMessageAnimation": InputMessageAnimationTypeID,
|
|
"inputMessageAudio": InputMessageAudioTypeID,
|
|
"inputMessageDocument": InputMessageDocumentTypeID,
|
|
"inputMessagePaidMedia": InputMessagePaidMediaTypeID,
|
|
"inputMessagePhoto": InputMessagePhotoTypeID,
|
|
"inputMessageSticker": InputMessageStickerTypeID,
|
|
"inputMessageVideo": InputMessageVideoTypeID,
|
|
"inputMessageVideoNote": InputMessageVideoNoteTypeID,
|
|
"inputMessageVoiceNote": InputMessageVoiceNoteTypeID,
|
|
"inputMessageLocation": InputMessageLocationTypeID,
|
|
"inputMessageVenue": InputMessageVenueTypeID,
|
|
"inputMessageContact": InputMessageContactTypeID,
|
|
"inputMessageDice": InputMessageDiceTypeID,
|
|
"inputMessageGame": InputMessageGameTypeID,
|
|
"inputMessageInvoice": InputMessageInvoiceTypeID,
|
|
"inputMessagePoll": InputMessagePollTypeID,
|
|
"inputMessageStory": InputMessageStoryTypeID,
|
|
"inputMessageForwarded": InputMessageForwardedTypeID,
|
|
"messageProperties": MessagePropertiesTypeID,
|
|
"searchMessagesFilterEmpty": SearchMessagesFilterEmptyTypeID,
|
|
"searchMessagesFilterAnimation": SearchMessagesFilterAnimationTypeID,
|
|
"searchMessagesFilterAudio": SearchMessagesFilterAudioTypeID,
|
|
"searchMessagesFilterDocument": SearchMessagesFilterDocumentTypeID,
|
|
"searchMessagesFilterPhoto": SearchMessagesFilterPhotoTypeID,
|
|
"searchMessagesFilterVideo": SearchMessagesFilterVideoTypeID,
|
|
"searchMessagesFilterVoiceNote": SearchMessagesFilterVoiceNoteTypeID,
|
|
"searchMessagesFilterPhotoAndVideo": SearchMessagesFilterPhotoAndVideoTypeID,
|
|
"searchMessagesFilterUrl": SearchMessagesFilterURLTypeID,
|
|
"searchMessagesFilterChatPhoto": SearchMessagesFilterChatPhotoTypeID,
|
|
"searchMessagesFilterVideoNote": SearchMessagesFilterVideoNoteTypeID,
|
|
"searchMessagesFilterVoiceAndVideoNote": SearchMessagesFilterVoiceAndVideoNoteTypeID,
|
|
"searchMessagesFilterMention": SearchMessagesFilterMentionTypeID,
|
|
"searchMessagesFilterUnreadMention": SearchMessagesFilterUnreadMentionTypeID,
|
|
"searchMessagesFilterUnreadReaction": SearchMessagesFilterUnreadReactionTypeID,
|
|
"searchMessagesFilterFailedToSend": SearchMessagesFilterFailedToSendTypeID,
|
|
"searchMessagesFilterPinned": SearchMessagesFilterPinnedTypeID,
|
|
"searchMessagesChatTypeFilterPrivate": SearchMessagesChatTypeFilterPrivateTypeID,
|
|
"searchMessagesChatTypeFilterGroup": SearchMessagesChatTypeFilterGroupTypeID,
|
|
"searchMessagesChatTypeFilterChannel": SearchMessagesChatTypeFilterChannelTypeID,
|
|
"chatActionTyping": ChatActionTypingTypeID,
|
|
"chatActionRecordingVideo": ChatActionRecordingVideoTypeID,
|
|
"chatActionUploadingVideo": ChatActionUploadingVideoTypeID,
|
|
"chatActionRecordingVoiceNote": ChatActionRecordingVoiceNoteTypeID,
|
|
"chatActionUploadingVoiceNote": ChatActionUploadingVoiceNoteTypeID,
|
|
"chatActionUploadingPhoto": ChatActionUploadingPhotoTypeID,
|
|
"chatActionUploadingDocument": ChatActionUploadingDocumentTypeID,
|
|
"chatActionChoosingSticker": ChatActionChoosingStickerTypeID,
|
|
"chatActionChoosingLocation": ChatActionChoosingLocationTypeID,
|
|
"chatActionChoosingContact": ChatActionChoosingContactTypeID,
|
|
"chatActionStartPlayingGame": ChatActionStartPlayingGameTypeID,
|
|
"chatActionRecordingVideoNote": ChatActionRecordingVideoNoteTypeID,
|
|
"chatActionUploadingVideoNote": ChatActionUploadingVideoNoteTypeID,
|
|
"chatActionWatchingAnimations": ChatActionWatchingAnimationsTypeID,
|
|
"chatActionCancel": ChatActionCancelTypeID,
|
|
"userStatusEmpty": UserStatusEmptyTypeID,
|
|
"userStatusOnline": UserStatusOnlineTypeID,
|
|
"userStatusOffline": UserStatusOfflineTypeID,
|
|
"userStatusRecently": UserStatusRecentlyTypeID,
|
|
"userStatusLastWeek": UserStatusLastWeekTypeID,
|
|
"userStatusLastMonth": UserStatusLastMonthTypeID,
|
|
"emojiKeyword": EmojiKeywordTypeID,
|
|
"emojiKeywords": EmojiKeywordsTypeID,
|
|
"stickers": StickersTypeID,
|
|
"emojis": EmojisTypeID,
|
|
"stickerSet": StickerSetTypeID,
|
|
"stickerSetInfo": StickerSetInfoTypeID,
|
|
"stickerSets": StickerSetsTypeID,
|
|
"trendingStickerSets": TrendingStickerSetsTypeID,
|
|
"emojiCategorySourceSearch": EmojiCategorySourceSearchTypeID,
|
|
"emojiCategorySourcePremium": EmojiCategorySourcePremiumTypeID,
|
|
"emojiCategory": EmojiCategoryTypeID,
|
|
"emojiCategories": EmojiCategoriesTypeID,
|
|
"emojiCategoryTypeDefault": EmojiCategoryTypeDefaultTypeID,
|
|
"emojiCategoryTypeRegularStickers": EmojiCategoryTypeRegularStickersTypeID,
|
|
"emojiCategoryTypeEmojiStatus": EmojiCategoryTypeEmojiStatusTypeID,
|
|
"emojiCategoryTypeChatPhoto": EmojiCategoryTypeChatPhotoTypeID,
|
|
"currentWeather": CurrentWeatherTypeID,
|
|
"storyAreaPosition": StoryAreaPositionTypeID,
|
|
"storyAreaTypeLocation": StoryAreaTypeLocationTypeID,
|
|
"storyAreaTypeVenue": StoryAreaTypeVenueTypeID,
|
|
"storyAreaTypeSuggestedReaction": StoryAreaTypeSuggestedReactionTypeID,
|
|
"storyAreaTypeMessage": StoryAreaTypeMessageTypeID,
|
|
"storyAreaTypeLink": StoryAreaTypeLinkTypeID,
|
|
"storyAreaTypeWeather": StoryAreaTypeWeatherTypeID,
|
|
"storyAreaTypeUpgradedGift": StoryAreaTypeUpgradedGiftTypeID,
|
|
"storyArea": StoryAreaTypeID,
|
|
"inputStoryAreaTypeLocation": InputStoryAreaTypeLocationTypeID,
|
|
"inputStoryAreaTypeFoundVenue": InputStoryAreaTypeFoundVenueTypeID,
|
|
"inputStoryAreaTypePreviousVenue": InputStoryAreaTypePreviousVenueTypeID,
|
|
"inputStoryAreaTypeSuggestedReaction": InputStoryAreaTypeSuggestedReactionTypeID,
|
|
"inputStoryAreaTypeMessage": InputStoryAreaTypeMessageTypeID,
|
|
"inputStoryAreaTypeLink": InputStoryAreaTypeLinkTypeID,
|
|
"inputStoryAreaTypeWeather": InputStoryAreaTypeWeatherTypeID,
|
|
"inputStoryAreaTypeUpgradedGift": InputStoryAreaTypeUpgradedGiftTypeID,
|
|
"inputStoryArea": InputStoryAreaTypeID,
|
|
"inputStoryAreas": InputStoryAreasTypeID,
|
|
"storyVideo": StoryVideoTypeID,
|
|
"storyContentPhoto": StoryContentPhotoTypeID,
|
|
"storyContentVideo": StoryContentVideoTypeID,
|
|
"storyContentUnsupported": StoryContentUnsupportedTypeID,
|
|
"inputStoryContentPhoto": InputStoryContentPhotoTypeID,
|
|
"inputStoryContentVideo": InputStoryContentVideoTypeID,
|
|
"storyListMain": StoryListMainTypeID,
|
|
"storyListArchive": StoryListArchiveTypeID,
|
|
"storyOriginPublicStory": StoryOriginPublicStoryTypeID,
|
|
"storyOriginHiddenUser": StoryOriginHiddenUserTypeID,
|
|
"storyRepostInfo": StoryRepostInfoTypeID,
|
|
"storyInteractionInfo": StoryInteractionInfoTypeID,
|
|
"story": StoryTypeID,
|
|
"stories": StoriesTypeID,
|
|
"foundStories": FoundStoriesTypeID,
|
|
"storyFullId": StoryFullIDTypeID,
|
|
"storyInfo": StoryInfoTypeID,
|
|
"chatActiveStories": ChatActiveStoriesTypeID,
|
|
"storyInteractionTypeView": StoryInteractionTypeViewTypeID,
|
|
"storyInteractionTypeForward": StoryInteractionTypeForwardTypeID,
|
|
"storyInteractionTypeRepost": StoryInteractionTypeRepostTypeID,
|
|
"storyInteraction": StoryInteractionTypeID,
|
|
"storyInteractions": StoryInteractionsTypeID,
|
|
"quickReplyMessage": QuickReplyMessageTypeID,
|
|
"quickReplyMessages": QuickReplyMessagesTypeID,
|
|
"quickReplyShortcut": QuickReplyShortcutTypeID,
|
|
"publicForwardMessage": PublicForwardMessageTypeID,
|
|
"publicForwardStory": PublicForwardStoryTypeID,
|
|
"publicForwards": PublicForwardsTypeID,
|
|
"botMediaPreview": BotMediaPreviewTypeID,
|
|
"botMediaPreviews": BotMediaPreviewsTypeID,
|
|
"botMediaPreviewInfo": BotMediaPreviewInfoTypeID,
|
|
"chatBoostLevelFeatures": ChatBoostLevelFeaturesTypeID,
|
|
"chatBoostFeatures": ChatBoostFeaturesTypeID,
|
|
"chatBoostSourceGiftCode": ChatBoostSourceGiftCodeTypeID,
|
|
"chatBoostSourceGiveaway": ChatBoostSourceGiveawayTypeID,
|
|
"chatBoostSourcePremium": ChatBoostSourcePremiumTypeID,
|
|
"prepaidGiveaway": PrepaidGiveawayTypeID,
|
|
"chatBoostStatus": ChatBoostStatusTypeID,
|
|
"chatBoost": ChatBoostTypeID,
|
|
"foundChatBoosts": FoundChatBoostsTypeID,
|
|
"chatBoostSlot": ChatBoostSlotTypeID,
|
|
"chatBoostSlots": ChatBoostSlotsTypeID,
|
|
"resendCodeReasonUserRequest": ResendCodeReasonUserRequestTypeID,
|
|
"resendCodeReasonVerificationFailed": ResendCodeReasonVerificationFailedTypeID,
|
|
"callDiscardReasonEmpty": CallDiscardReasonEmptyTypeID,
|
|
"callDiscardReasonMissed": CallDiscardReasonMissedTypeID,
|
|
"callDiscardReasonDeclined": CallDiscardReasonDeclinedTypeID,
|
|
"callDiscardReasonDisconnected": CallDiscardReasonDisconnectedTypeID,
|
|
"callDiscardReasonHungUp": CallDiscardReasonHungUpTypeID,
|
|
"callDiscardReasonUpgradeToGroupCall": CallDiscardReasonUpgradeToGroupCallTypeID,
|
|
"callProtocol": CallProtocolTypeID,
|
|
"callServerTypeTelegramReflector": CallServerTypeTelegramReflectorTypeID,
|
|
"callServerTypeWebrtc": CallServerTypeWebrtcTypeID,
|
|
"callServer": CallServerTypeID,
|
|
"callId": CallIDTypeID,
|
|
"groupCallId": GroupCallIDTypeID,
|
|
"callStatePending": CallStatePendingTypeID,
|
|
"callStateExchangingKeys": CallStateExchangingKeysTypeID,
|
|
"callStateReady": CallStateReadyTypeID,
|
|
"callStateHangingUp": CallStateHangingUpTypeID,
|
|
"callStateDiscarded": CallStateDiscardedTypeID,
|
|
"callStateError": CallStateErrorTypeID,
|
|
"groupCallJoinParameters": GroupCallJoinParametersTypeID,
|
|
"groupCallVideoQualityThumbnail": GroupCallVideoQualityThumbnailTypeID,
|
|
"groupCallVideoQualityMedium": GroupCallVideoQualityMediumTypeID,
|
|
"groupCallVideoQualityFull": GroupCallVideoQualityFullTypeID,
|
|
"videoChatStream": VideoChatStreamTypeID,
|
|
"videoChatStreams": VideoChatStreamsTypeID,
|
|
"rtmpUrl": RtmpURLTypeID,
|
|
"groupCallRecentSpeaker": GroupCallRecentSpeakerTypeID,
|
|
"groupCall": GroupCallTypeID,
|
|
"groupCallVideoSourceGroup": GroupCallVideoSourceGroupTypeID,
|
|
"groupCallParticipantVideoInfo": GroupCallParticipantVideoInfoTypeID,
|
|
"groupCallParticipant": GroupCallParticipantTypeID,
|
|
"groupCallParticipants": GroupCallParticipantsTypeID,
|
|
"groupCallInfo": GroupCallInfoTypeID,
|
|
"inviteGroupCallParticipantResultUserPrivacyRestricted": InviteGroupCallParticipantResultUserPrivacyRestrictedTypeID,
|
|
"inviteGroupCallParticipantResultUserAlreadyParticipant": InviteGroupCallParticipantResultUserAlreadyParticipantTypeID,
|
|
"inviteGroupCallParticipantResultUserWasBanned": InviteGroupCallParticipantResultUserWasBannedTypeID,
|
|
"inviteGroupCallParticipantResultSuccess": InviteGroupCallParticipantResultSuccessTypeID,
|
|
"groupCallDataChannelMain": GroupCallDataChannelMainTypeID,
|
|
"groupCallDataChannelScreenSharing": GroupCallDataChannelScreenSharingTypeID,
|
|
"inputGroupCallLink": InputGroupCallLinkTypeID,
|
|
"inputGroupCallMessage": InputGroupCallMessageTypeID,
|
|
"callProblemEcho": CallProblemEchoTypeID,
|
|
"callProblemNoise": CallProblemNoiseTypeID,
|
|
"callProblemInterruptions": CallProblemInterruptionsTypeID,
|
|
"callProblemDistortedSpeech": CallProblemDistortedSpeechTypeID,
|
|
"callProblemSilentLocal": CallProblemSilentLocalTypeID,
|
|
"callProblemSilentRemote": CallProblemSilentRemoteTypeID,
|
|
"callProblemDropped": CallProblemDroppedTypeID,
|
|
"callProblemDistortedVideo": CallProblemDistortedVideoTypeID,
|
|
"callProblemPixelatedVideo": CallProblemPixelatedVideoTypeID,
|
|
"call": CallTypeID,
|
|
"firebaseAuthenticationSettingsAndroid": FirebaseAuthenticationSettingsAndroidTypeID,
|
|
"firebaseAuthenticationSettingsIos": FirebaseAuthenticationSettingsIosTypeID,
|
|
"phoneNumberAuthenticationSettings": PhoneNumberAuthenticationSettingsTypeID,
|
|
"addedReaction": AddedReactionTypeID,
|
|
"addedReactions": AddedReactionsTypeID,
|
|
"availableReaction": AvailableReactionTypeID,
|
|
"availableReactions": AvailableReactionsTypeID,
|
|
"emojiReaction": EmojiReactionTypeID,
|
|
"reactionUnavailabilityReasonAnonymousAdministrator": ReactionUnavailabilityReasonAnonymousAdministratorTypeID,
|
|
"reactionUnavailabilityReasonGuest": ReactionUnavailabilityReasonGuestTypeID,
|
|
"animations": AnimationsTypeID,
|
|
"diceStickersRegular": DiceStickersRegularTypeID,
|
|
"diceStickersSlotMachine": DiceStickersSlotMachineTypeID,
|
|
"importedContacts": ImportedContactsTypeID,
|
|
"speechRecognitionResultPending": SpeechRecognitionResultPendingTypeID,
|
|
"speechRecognitionResultText": SpeechRecognitionResultTextTypeID,
|
|
"speechRecognitionResultError": SpeechRecognitionResultErrorTypeID,
|
|
"businessConnection": BusinessConnectionTypeID,
|
|
"attachmentMenuBotColor": AttachmentMenuBotColorTypeID,
|
|
"attachmentMenuBot": AttachmentMenuBotTypeID,
|
|
"sentWebAppMessage": SentWebAppMessageTypeID,
|
|
"botWriteAccessAllowReasonConnectedWebsite": BotWriteAccessAllowReasonConnectedWebsiteTypeID,
|
|
"botWriteAccessAllowReasonAddedToAttachmentMenu": BotWriteAccessAllowReasonAddedToAttachmentMenuTypeID,
|
|
"botWriteAccessAllowReasonLaunchedWebApp": BotWriteAccessAllowReasonLaunchedWebAppTypeID,
|
|
"botWriteAccessAllowReasonAcceptedRequest": BotWriteAccessAllowReasonAcceptedRequestTypeID,
|
|
"httpUrl": HTTPURLTypeID,
|
|
"userLink": UserLinkTypeID,
|
|
"targetChatTypes": TargetChatTypesTypeID,
|
|
"targetChatCurrent": TargetChatCurrentTypeID,
|
|
"targetChatChosen": TargetChatChosenTypeID,
|
|
"targetChatInternalLink": TargetChatInternalLinkTypeID,
|
|
"inputInlineQueryResultAnimation": InputInlineQueryResultAnimationTypeID,
|
|
"inputInlineQueryResultArticle": InputInlineQueryResultArticleTypeID,
|
|
"inputInlineQueryResultAudio": InputInlineQueryResultAudioTypeID,
|
|
"inputInlineQueryResultContact": InputInlineQueryResultContactTypeID,
|
|
"inputInlineQueryResultDocument": InputInlineQueryResultDocumentTypeID,
|
|
"inputInlineQueryResultGame": InputInlineQueryResultGameTypeID,
|
|
"inputInlineQueryResultLocation": InputInlineQueryResultLocationTypeID,
|
|
"inputInlineQueryResultPhoto": InputInlineQueryResultPhotoTypeID,
|
|
"inputInlineQueryResultSticker": InputInlineQueryResultStickerTypeID,
|
|
"inputInlineQueryResultVenue": InputInlineQueryResultVenueTypeID,
|
|
"inputInlineQueryResultVideo": InputInlineQueryResultVideoTypeID,
|
|
"inputInlineQueryResultVoiceNote": InputInlineQueryResultVoiceNoteTypeID,
|
|
"inlineQueryResultArticle": InlineQueryResultArticleTypeID,
|
|
"inlineQueryResultContact": InlineQueryResultContactTypeID,
|
|
"inlineQueryResultLocation": InlineQueryResultLocationTypeID,
|
|
"inlineQueryResultVenue": InlineQueryResultVenueTypeID,
|
|
"inlineQueryResultGame": InlineQueryResultGameTypeID,
|
|
"inlineQueryResultAnimation": InlineQueryResultAnimationTypeID,
|
|
"inlineQueryResultAudio": InlineQueryResultAudioTypeID,
|
|
"inlineQueryResultDocument": InlineQueryResultDocumentTypeID,
|
|
"inlineQueryResultPhoto": InlineQueryResultPhotoTypeID,
|
|
"inlineQueryResultSticker": InlineQueryResultStickerTypeID,
|
|
"inlineQueryResultVideo": InlineQueryResultVideoTypeID,
|
|
"inlineQueryResultVoiceNote": InlineQueryResultVoiceNoteTypeID,
|
|
"inlineQueryResultsButtonTypeStartBot": InlineQueryResultsButtonTypeStartBotTypeID,
|
|
"inlineQueryResultsButtonTypeWebApp": InlineQueryResultsButtonTypeWebAppTypeID,
|
|
"inlineQueryResultsButton": InlineQueryResultsButtonTypeID,
|
|
"inlineQueryResults": InlineQueryResultsTypeID,
|
|
"preparedInlineMessageId": PreparedInlineMessageIDTypeID,
|
|
"preparedInlineMessage": PreparedInlineMessageTypeID,
|
|
"callbackQueryPayloadData": CallbackQueryPayloadDataTypeID,
|
|
"callbackQueryPayloadDataWithPassword": CallbackQueryPayloadDataWithPasswordTypeID,
|
|
"callbackQueryPayloadGame": CallbackQueryPayloadGameTypeID,
|
|
"callbackQueryAnswer": CallbackQueryAnswerTypeID,
|
|
"customRequestResult": CustomRequestResultTypeID,
|
|
"gameHighScore": GameHighScoreTypeID,
|
|
"gameHighScores": GameHighScoresTypeID,
|
|
"chatEventMessageEdited": ChatEventMessageEditedTypeID,
|
|
"chatEventMessageDeleted": ChatEventMessageDeletedTypeID,
|
|
"chatEventMessagePinned": ChatEventMessagePinnedTypeID,
|
|
"chatEventMessageUnpinned": ChatEventMessageUnpinnedTypeID,
|
|
"chatEventPollStopped": ChatEventPollStoppedTypeID,
|
|
"chatEventMemberJoined": ChatEventMemberJoinedTypeID,
|
|
"chatEventMemberJoinedByInviteLink": ChatEventMemberJoinedByInviteLinkTypeID,
|
|
"chatEventMemberJoinedByRequest": ChatEventMemberJoinedByRequestTypeID,
|
|
"chatEventMemberInvited": ChatEventMemberInvitedTypeID,
|
|
"chatEventMemberLeft": ChatEventMemberLeftTypeID,
|
|
"chatEventMemberPromoted": ChatEventMemberPromotedTypeID,
|
|
"chatEventMemberRestricted": ChatEventMemberRestrictedTypeID,
|
|
"chatEventMemberSubscriptionExtended": ChatEventMemberSubscriptionExtendedTypeID,
|
|
"chatEventAvailableReactionsChanged": ChatEventAvailableReactionsChangedTypeID,
|
|
"chatEventBackgroundChanged": ChatEventBackgroundChangedTypeID,
|
|
"chatEventDescriptionChanged": ChatEventDescriptionChangedTypeID,
|
|
"chatEventEmojiStatusChanged": ChatEventEmojiStatusChangedTypeID,
|
|
"chatEventLinkedChatChanged": ChatEventLinkedChatChangedTypeID,
|
|
"chatEventLocationChanged": ChatEventLocationChangedTypeID,
|
|
"chatEventMessageAutoDeleteTimeChanged": ChatEventMessageAutoDeleteTimeChangedTypeID,
|
|
"chatEventPermissionsChanged": ChatEventPermissionsChangedTypeID,
|
|
"chatEventPhotoChanged": ChatEventPhotoChangedTypeID,
|
|
"chatEventSlowModeDelayChanged": ChatEventSlowModeDelayChangedTypeID,
|
|
"chatEventStickerSetChanged": ChatEventStickerSetChangedTypeID,
|
|
"chatEventCustomEmojiStickerSetChanged": ChatEventCustomEmojiStickerSetChangedTypeID,
|
|
"chatEventTitleChanged": ChatEventTitleChangedTypeID,
|
|
"chatEventUsernameChanged": ChatEventUsernameChangedTypeID,
|
|
"chatEventActiveUsernamesChanged": ChatEventActiveUsernamesChangedTypeID,
|
|
"chatEventAccentColorChanged": ChatEventAccentColorChangedTypeID,
|
|
"chatEventProfileAccentColorChanged": ChatEventProfileAccentColorChangedTypeID,
|
|
"chatEventHasProtectedContentToggled": ChatEventHasProtectedContentToggledTypeID,
|
|
"chatEventInvitesToggled": ChatEventInvitesToggledTypeID,
|
|
"chatEventIsAllHistoryAvailableToggled": ChatEventIsAllHistoryAvailableToggledTypeID,
|
|
"chatEventHasAggressiveAntiSpamEnabledToggled": ChatEventHasAggressiveAntiSpamEnabledToggledTypeID,
|
|
"chatEventSignMessagesToggled": ChatEventSignMessagesToggledTypeID,
|
|
"chatEventShowMessageSenderToggled": ChatEventShowMessageSenderToggledTypeID,
|
|
"chatEventAutomaticTranslationToggled": ChatEventAutomaticTranslationToggledTypeID,
|
|
"chatEventInviteLinkEdited": ChatEventInviteLinkEditedTypeID,
|
|
"chatEventInviteLinkRevoked": ChatEventInviteLinkRevokedTypeID,
|
|
"chatEventInviteLinkDeleted": ChatEventInviteLinkDeletedTypeID,
|
|
"chatEventVideoChatCreated": ChatEventVideoChatCreatedTypeID,
|
|
"chatEventVideoChatEnded": ChatEventVideoChatEndedTypeID,
|
|
"chatEventVideoChatMuteNewParticipantsToggled": ChatEventVideoChatMuteNewParticipantsToggledTypeID,
|
|
"chatEventVideoChatParticipantIsMutedToggled": ChatEventVideoChatParticipantIsMutedToggledTypeID,
|
|
"chatEventVideoChatParticipantVolumeLevelChanged": ChatEventVideoChatParticipantVolumeLevelChangedTypeID,
|
|
"chatEventIsForumToggled": ChatEventIsForumToggledTypeID,
|
|
"chatEventForumTopicCreated": ChatEventForumTopicCreatedTypeID,
|
|
"chatEventForumTopicEdited": ChatEventForumTopicEditedTypeID,
|
|
"chatEventForumTopicToggleIsClosed": ChatEventForumTopicToggleIsClosedTypeID,
|
|
"chatEventForumTopicToggleIsHidden": ChatEventForumTopicToggleIsHiddenTypeID,
|
|
"chatEventForumTopicDeleted": ChatEventForumTopicDeletedTypeID,
|
|
"chatEventForumTopicPinned": ChatEventForumTopicPinnedTypeID,
|
|
"chatEvent": ChatEventTypeID,
|
|
"chatEvents": ChatEventsTypeID,
|
|
"chatEventLogFilters": ChatEventLogFiltersTypeID,
|
|
"languagePackStringValueOrdinary": LanguagePackStringValueOrdinaryTypeID,
|
|
"languagePackStringValuePluralized": LanguagePackStringValuePluralizedTypeID,
|
|
"languagePackStringValueDeleted": LanguagePackStringValueDeletedTypeID,
|
|
"languagePackString": LanguagePackStringTypeID,
|
|
"languagePackStrings": LanguagePackStringsTypeID,
|
|
"languagePackInfo": LanguagePackInfoTypeID,
|
|
"localizationTargetInfo": LocalizationTargetInfoTypeID,
|
|
"premiumLimitTypeSupergroupCount": PremiumLimitTypeSupergroupCountTypeID,
|
|
"premiumLimitTypePinnedChatCount": PremiumLimitTypePinnedChatCountTypeID,
|
|
"premiumLimitTypeCreatedPublicChatCount": PremiumLimitTypeCreatedPublicChatCountTypeID,
|
|
"premiumLimitTypeSavedAnimationCount": PremiumLimitTypeSavedAnimationCountTypeID,
|
|
"premiumLimitTypeFavoriteStickerCount": PremiumLimitTypeFavoriteStickerCountTypeID,
|
|
"premiumLimitTypeChatFolderCount": PremiumLimitTypeChatFolderCountTypeID,
|
|
"premiumLimitTypeChatFolderChosenChatCount": PremiumLimitTypeChatFolderChosenChatCountTypeID,
|
|
"premiumLimitTypePinnedArchivedChatCount": PremiumLimitTypePinnedArchivedChatCountTypeID,
|
|
"premiumLimitTypePinnedSavedMessagesTopicCount": PremiumLimitTypePinnedSavedMessagesTopicCountTypeID,
|
|
"premiumLimitTypeCaptionLength": PremiumLimitTypeCaptionLengthTypeID,
|
|
"premiumLimitTypeBioLength": PremiumLimitTypeBioLengthTypeID,
|
|
"premiumLimitTypeChatFolderInviteLinkCount": PremiumLimitTypeChatFolderInviteLinkCountTypeID,
|
|
"premiumLimitTypeShareableChatFolderCount": PremiumLimitTypeShareableChatFolderCountTypeID,
|
|
"premiumLimitTypeActiveStoryCount": PremiumLimitTypeActiveStoryCountTypeID,
|
|
"premiumLimitTypeWeeklyPostedStoryCount": PremiumLimitTypeWeeklyPostedStoryCountTypeID,
|
|
"premiumLimitTypeMonthlyPostedStoryCount": PremiumLimitTypeMonthlyPostedStoryCountTypeID,
|
|
"premiumLimitTypeStoryCaptionLength": PremiumLimitTypeStoryCaptionLengthTypeID,
|
|
"premiumLimitTypeStorySuggestedReactionAreaCount": PremiumLimitTypeStorySuggestedReactionAreaCountTypeID,
|
|
"premiumLimitTypeSimilarChatCount": PremiumLimitTypeSimilarChatCountTypeID,
|
|
"premiumFeatureIncreasedLimits": PremiumFeatureIncreasedLimitsTypeID,
|
|
"premiumFeatureIncreasedUploadFileSize": PremiumFeatureIncreasedUploadFileSizeTypeID,
|
|
"premiumFeatureImprovedDownloadSpeed": PremiumFeatureImprovedDownloadSpeedTypeID,
|
|
"premiumFeatureVoiceRecognition": PremiumFeatureVoiceRecognitionTypeID,
|
|
"premiumFeatureDisabledAds": PremiumFeatureDisabledAdsTypeID,
|
|
"premiumFeatureUniqueReactions": PremiumFeatureUniqueReactionsTypeID,
|
|
"premiumFeatureUniqueStickers": PremiumFeatureUniqueStickersTypeID,
|
|
"premiumFeatureCustomEmoji": PremiumFeatureCustomEmojiTypeID,
|
|
"premiumFeatureAdvancedChatManagement": PremiumFeatureAdvancedChatManagementTypeID,
|
|
"premiumFeatureProfileBadge": PremiumFeatureProfileBadgeTypeID,
|
|
"premiumFeatureEmojiStatus": PremiumFeatureEmojiStatusTypeID,
|
|
"premiumFeatureAnimatedProfilePhoto": PremiumFeatureAnimatedProfilePhotoTypeID,
|
|
"premiumFeatureForumTopicIcon": PremiumFeatureForumTopicIconTypeID,
|
|
"premiumFeatureAppIcons": PremiumFeatureAppIconsTypeID,
|
|
"premiumFeatureRealTimeChatTranslation": PremiumFeatureRealTimeChatTranslationTypeID,
|
|
"premiumFeatureUpgradedStories": PremiumFeatureUpgradedStoriesTypeID,
|
|
"premiumFeatureChatBoost": PremiumFeatureChatBoostTypeID,
|
|
"premiumFeatureAccentColor": PremiumFeatureAccentColorTypeID,
|
|
"premiumFeatureBackgroundForBoth": PremiumFeatureBackgroundForBothTypeID,
|
|
"premiumFeatureSavedMessagesTags": PremiumFeatureSavedMessagesTagsTypeID,
|
|
"premiumFeatureMessagePrivacy": PremiumFeatureMessagePrivacyTypeID,
|
|
"premiumFeatureLastSeenTimes": PremiumFeatureLastSeenTimesTypeID,
|
|
"premiumFeatureBusiness": PremiumFeatureBusinessTypeID,
|
|
"premiumFeatureMessageEffects": PremiumFeatureMessageEffectsTypeID,
|
|
"businessFeatureLocation": BusinessFeatureLocationTypeID,
|
|
"businessFeatureOpeningHours": BusinessFeatureOpeningHoursTypeID,
|
|
"businessFeatureQuickReplies": BusinessFeatureQuickRepliesTypeID,
|
|
"businessFeatureGreetingMessage": BusinessFeatureGreetingMessageTypeID,
|
|
"businessFeatureAwayMessage": BusinessFeatureAwayMessageTypeID,
|
|
"businessFeatureAccountLinks": BusinessFeatureAccountLinksTypeID,
|
|
"businessFeatureStartPage": BusinessFeatureStartPageTypeID,
|
|
"businessFeatureBots": BusinessFeatureBotsTypeID,
|
|
"businessFeatureEmojiStatus": BusinessFeatureEmojiStatusTypeID,
|
|
"businessFeatureChatFolderTags": BusinessFeatureChatFolderTagsTypeID,
|
|
"businessFeatureUpgradedStories": BusinessFeatureUpgradedStoriesTypeID,
|
|
"premiumStoryFeaturePriorityOrder": PremiumStoryFeaturePriorityOrderTypeID,
|
|
"premiumStoryFeatureStealthMode": PremiumStoryFeatureStealthModeTypeID,
|
|
"premiumStoryFeaturePermanentViewsHistory": PremiumStoryFeaturePermanentViewsHistoryTypeID,
|
|
"premiumStoryFeatureCustomExpirationDuration": PremiumStoryFeatureCustomExpirationDurationTypeID,
|
|
"premiumStoryFeatureSaveStories": PremiumStoryFeatureSaveStoriesTypeID,
|
|
"premiumStoryFeatureLinksAndFormatting": PremiumStoryFeatureLinksAndFormattingTypeID,
|
|
"premiumStoryFeatureVideoQuality": PremiumStoryFeatureVideoQualityTypeID,
|
|
"premiumLimit": PremiumLimitTypeID,
|
|
"premiumFeatures": PremiumFeaturesTypeID,
|
|
"businessFeatures": BusinessFeaturesTypeID,
|
|
"premiumSourceLimitExceeded": PremiumSourceLimitExceededTypeID,
|
|
"premiumSourceFeature": PremiumSourceFeatureTypeID,
|
|
"premiumSourceBusinessFeature": PremiumSourceBusinessFeatureTypeID,
|
|
"premiumSourceStoryFeature": PremiumSourceStoryFeatureTypeID,
|
|
"premiumSourceLink": PremiumSourceLinkTypeID,
|
|
"premiumSourceSettings": PremiumSourceSettingsTypeID,
|
|
"premiumFeaturePromotionAnimation": PremiumFeaturePromotionAnimationTypeID,
|
|
"businessFeaturePromotionAnimation": BusinessFeaturePromotionAnimationTypeID,
|
|
"premiumState": PremiumStateTypeID,
|
|
"storePaymentPurposePremiumSubscription": StorePaymentPurposePremiumSubscriptionTypeID,
|
|
"storePaymentPurposePremiumGift": StorePaymentPurposePremiumGiftTypeID,
|
|
"storePaymentPurposePremiumGiftCodes": StorePaymentPurposePremiumGiftCodesTypeID,
|
|
"storePaymentPurposePremiumGiveaway": StorePaymentPurposePremiumGiveawayTypeID,
|
|
"storePaymentPurposeStarGiveaway": StorePaymentPurposeStarGiveawayTypeID,
|
|
"storePaymentPurposeStars": StorePaymentPurposeStarsTypeID,
|
|
"storePaymentPurposeGiftedStars": StorePaymentPurposeGiftedStarsTypeID,
|
|
"storeTransactionAppStore": StoreTransactionAppStoreTypeID,
|
|
"storeTransactionGooglePlay": StoreTransactionGooglePlayTypeID,
|
|
"telegramPaymentPurposePremiumGift": TelegramPaymentPurposePremiumGiftTypeID,
|
|
"telegramPaymentPurposePremiumGiftCodes": TelegramPaymentPurposePremiumGiftCodesTypeID,
|
|
"telegramPaymentPurposePremiumGiveaway": TelegramPaymentPurposePremiumGiveawayTypeID,
|
|
"telegramPaymentPurposeStars": TelegramPaymentPurposeStarsTypeID,
|
|
"telegramPaymentPurposeGiftedStars": TelegramPaymentPurposeGiftedStarsTypeID,
|
|
"telegramPaymentPurposeStarGiveaway": TelegramPaymentPurposeStarGiveawayTypeID,
|
|
"telegramPaymentPurposeJoinChat": TelegramPaymentPurposeJoinChatTypeID,
|
|
"deviceTokenFirebaseCloudMessaging": DeviceTokenFirebaseCloudMessagingTypeID,
|
|
"deviceTokenApplePush": DeviceTokenApplePushTypeID,
|
|
"deviceTokenApplePushVoIP": DeviceTokenApplePushVoIPTypeID,
|
|
"deviceTokenWindowsPush": DeviceTokenWindowsPushTypeID,
|
|
"deviceTokenMicrosoftPush": DeviceTokenMicrosoftPushTypeID,
|
|
"deviceTokenMicrosoftPushVoIP": DeviceTokenMicrosoftPushVoIPTypeID,
|
|
"deviceTokenWebPush": DeviceTokenWebPushTypeID,
|
|
"deviceTokenSimplePush": DeviceTokenSimplePushTypeID,
|
|
"deviceTokenUbuntuPush": DeviceTokenUbuntuPushTypeID,
|
|
"deviceTokenBlackBerryPush": DeviceTokenBlackBerryPushTypeID,
|
|
"deviceTokenTizenPush": DeviceTokenTizenPushTypeID,
|
|
"deviceTokenHuaweiPush": DeviceTokenHuaweiPushTypeID,
|
|
"pushReceiverId": PushReceiverIDTypeID,
|
|
"backgroundFillSolid": BackgroundFillSolidTypeID,
|
|
"backgroundFillGradient": BackgroundFillGradientTypeID,
|
|
"backgroundFillFreeformGradient": BackgroundFillFreeformGradientTypeID,
|
|
"backgroundTypeWallpaper": BackgroundTypeWallpaperTypeID,
|
|
"backgroundTypePattern": BackgroundTypePatternTypeID,
|
|
"backgroundTypeFill": BackgroundTypeFillTypeID,
|
|
"backgroundTypeChatTheme": BackgroundTypeChatThemeTypeID,
|
|
"inputBackgroundLocal": InputBackgroundLocalTypeID,
|
|
"inputBackgroundRemote": InputBackgroundRemoteTypeID,
|
|
"inputBackgroundPrevious": InputBackgroundPreviousTypeID,
|
|
"chatTheme": ChatThemeTypeID,
|
|
"timeZone": TimeZoneTypeID,
|
|
"timeZones": TimeZonesTypeID,
|
|
"hashtags": HashtagsTypeID,
|
|
"canPostStoryResultOk": CanPostStoryResultOkTypeID,
|
|
"canPostStoryResultPremiumNeeded": CanPostStoryResultPremiumNeededTypeID,
|
|
"canPostStoryResultBoostNeeded": CanPostStoryResultBoostNeededTypeID,
|
|
"canPostStoryResultActiveStoryLimitExceeded": CanPostStoryResultActiveStoryLimitExceededTypeID,
|
|
"canPostStoryResultWeeklyLimitExceeded": CanPostStoryResultWeeklyLimitExceededTypeID,
|
|
"canPostStoryResultMonthlyLimitExceeded": CanPostStoryResultMonthlyLimitExceededTypeID,
|
|
"canTransferOwnershipResultOk": CanTransferOwnershipResultOkTypeID,
|
|
"canTransferOwnershipResultPasswordNeeded": CanTransferOwnershipResultPasswordNeededTypeID,
|
|
"canTransferOwnershipResultPasswordTooFresh": CanTransferOwnershipResultPasswordTooFreshTypeID,
|
|
"canTransferOwnershipResultSessionTooFresh": CanTransferOwnershipResultSessionTooFreshTypeID,
|
|
"checkChatUsernameResultOk": CheckChatUsernameResultOkTypeID,
|
|
"checkChatUsernameResultUsernameInvalid": CheckChatUsernameResultUsernameInvalidTypeID,
|
|
"checkChatUsernameResultUsernameOccupied": CheckChatUsernameResultUsernameOccupiedTypeID,
|
|
"checkChatUsernameResultUsernamePurchasable": CheckChatUsernameResultUsernamePurchasableTypeID,
|
|
"checkChatUsernameResultPublicChatsTooMany": CheckChatUsernameResultPublicChatsTooManyTypeID,
|
|
"checkChatUsernameResultPublicGroupsUnavailable": CheckChatUsernameResultPublicGroupsUnavailableTypeID,
|
|
"checkStickerSetNameResultOk": CheckStickerSetNameResultOkTypeID,
|
|
"checkStickerSetNameResultNameInvalid": CheckStickerSetNameResultNameInvalidTypeID,
|
|
"checkStickerSetNameResultNameOccupied": CheckStickerSetNameResultNameOccupiedTypeID,
|
|
"resetPasswordResultOk": ResetPasswordResultOkTypeID,
|
|
"resetPasswordResultPending": ResetPasswordResultPendingTypeID,
|
|
"resetPasswordResultDeclined": ResetPasswordResultDeclinedTypeID,
|
|
"messageFileTypePrivate": MessageFileTypePrivateTypeID,
|
|
"messageFileTypeGroup": MessageFileTypeGroupTypeID,
|
|
"messageFileTypeUnknown": MessageFileTypeUnknownTypeID,
|
|
"pushMessageContentHidden": PushMessageContentHiddenTypeID,
|
|
"pushMessageContentAnimation": PushMessageContentAnimationTypeID,
|
|
"pushMessageContentAudio": PushMessageContentAudioTypeID,
|
|
"pushMessageContentContact": PushMessageContentContactTypeID,
|
|
"pushMessageContentContactRegistered": PushMessageContentContactRegisteredTypeID,
|
|
"pushMessageContentDocument": PushMessageContentDocumentTypeID,
|
|
"pushMessageContentGame": PushMessageContentGameTypeID,
|
|
"pushMessageContentGameScore": PushMessageContentGameScoreTypeID,
|
|
"pushMessageContentInvoice": PushMessageContentInvoiceTypeID,
|
|
"pushMessageContentLocation": PushMessageContentLocationTypeID,
|
|
"pushMessageContentPaidMedia": PushMessageContentPaidMediaTypeID,
|
|
"pushMessageContentPhoto": PushMessageContentPhotoTypeID,
|
|
"pushMessageContentPoll": PushMessageContentPollTypeID,
|
|
"pushMessageContentPremiumGiftCode": PushMessageContentPremiumGiftCodeTypeID,
|
|
"pushMessageContentGiveaway": PushMessageContentGiveawayTypeID,
|
|
"pushMessageContentGift": PushMessageContentGiftTypeID,
|
|
"pushMessageContentUpgradedGift": PushMessageContentUpgradedGiftTypeID,
|
|
"pushMessageContentScreenshotTaken": PushMessageContentScreenshotTakenTypeID,
|
|
"pushMessageContentSticker": PushMessageContentStickerTypeID,
|
|
"pushMessageContentStory": PushMessageContentStoryTypeID,
|
|
"pushMessageContentText": PushMessageContentTextTypeID,
|
|
"pushMessageContentVideo": PushMessageContentVideoTypeID,
|
|
"pushMessageContentVideoNote": PushMessageContentVideoNoteTypeID,
|
|
"pushMessageContentVoiceNote": PushMessageContentVoiceNoteTypeID,
|
|
"pushMessageContentBasicGroupChatCreate": PushMessageContentBasicGroupChatCreateTypeID,
|
|
"pushMessageContentVideoChatStarted": PushMessageContentVideoChatStartedTypeID,
|
|
"pushMessageContentVideoChatEnded": PushMessageContentVideoChatEndedTypeID,
|
|
"pushMessageContentInviteVideoChatParticipants": PushMessageContentInviteVideoChatParticipantsTypeID,
|
|
"pushMessageContentChatAddMembers": PushMessageContentChatAddMembersTypeID,
|
|
"pushMessageContentChatChangePhoto": PushMessageContentChatChangePhotoTypeID,
|
|
"pushMessageContentChatChangeTitle": PushMessageContentChatChangeTitleTypeID,
|
|
"pushMessageContentChatSetBackground": PushMessageContentChatSetBackgroundTypeID,
|
|
"pushMessageContentChatSetTheme": PushMessageContentChatSetThemeTypeID,
|
|
"pushMessageContentChatDeleteMember": PushMessageContentChatDeleteMemberTypeID,
|
|
"pushMessageContentChatJoinByLink": PushMessageContentChatJoinByLinkTypeID,
|
|
"pushMessageContentChatJoinByRequest": PushMessageContentChatJoinByRequestTypeID,
|
|
"pushMessageContentRecurringPayment": PushMessageContentRecurringPaymentTypeID,
|
|
"pushMessageContentSuggestProfilePhoto": PushMessageContentSuggestProfilePhotoTypeID,
|
|
"pushMessageContentProximityAlertTriggered": PushMessageContentProximityAlertTriggeredTypeID,
|
|
"pushMessageContentMessageForwards": PushMessageContentMessageForwardsTypeID,
|
|
"pushMessageContentMediaAlbum": PushMessageContentMediaAlbumTypeID,
|
|
"notificationTypeNewMessage": NotificationTypeNewMessageTypeID,
|
|
"notificationTypeNewSecretChat": NotificationTypeNewSecretChatTypeID,
|
|
"notificationTypeNewCall": NotificationTypeNewCallTypeID,
|
|
"notificationTypeNewPushMessage": NotificationTypeNewPushMessageTypeID,
|
|
"notificationGroupTypeMessages": NotificationGroupTypeMessagesTypeID,
|
|
"notificationGroupTypeMentions": NotificationGroupTypeMentionsTypeID,
|
|
"notificationGroupTypeSecretChat": NotificationGroupTypeSecretChatTypeID,
|
|
"notificationGroupTypeCalls": NotificationGroupTypeCallsTypeID,
|
|
"notificationSound": NotificationSoundTypeID,
|
|
"notificationSounds": NotificationSoundsTypeID,
|
|
"notification": NotificationTypeID,
|
|
"notificationGroup": NotificationGroupTypeID,
|
|
"optionValueBoolean": OptionValueBooleanTypeID,
|
|
"optionValueEmpty": OptionValueEmptyTypeID,
|
|
"optionValueInteger": OptionValueIntegerTypeID,
|
|
"optionValueString": OptionValueStringTypeID,
|
|
"jsonObjectMember": JSONObjectMemberTypeID,
|
|
"jsonValueNull": JSONValueNullTypeID,
|
|
"jsonValueBoolean": JSONValueBooleanTypeID,
|
|
"jsonValueNumber": JSONValueNumberTypeID,
|
|
"jsonValueString": JSONValueStringTypeID,
|
|
"jsonValueArray": JSONValueArrayTypeID,
|
|
"jsonValueObject": JSONValueObjectTypeID,
|
|
"storyPrivacySettingsEveryone": StoryPrivacySettingsEveryoneTypeID,
|
|
"storyPrivacySettingsContacts": StoryPrivacySettingsContactsTypeID,
|
|
"storyPrivacySettingsCloseFriends": StoryPrivacySettingsCloseFriendsTypeID,
|
|
"storyPrivacySettingsSelectedUsers": StoryPrivacySettingsSelectedUsersTypeID,
|
|
"userPrivacySettingRuleAllowAll": UserPrivacySettingRuleAllowAllTypeID,
|
|
"userPrivacySettingRuleAllowContacts": UserPrivacySettingRuleAllowContactsTypeID,
|
|
"userPrivacySettingRuleAllowBots": UserPrivacySettingRuleAllowBotsTypeID,
|
|
"userPrivacySettingRuleAllowPremiumUsers": UserPrivacySettingRuleAllowPremiumUsersTypeID,
|
|
"userPrivacySettingRuleAllowUsers": UserPrivacySettingRuleAllowUsersTypeID,
|
|
"userPrivacySettingRuleAllowChatMembers": UserPrivacySettingRuleAllowChatMembersTypeID,
|
|
"userPrivacySettingRuleRestrictAll": UserPrivacySettingRuleRestrictAllTypeID,
|
|
"userPrivacySettingRuleRestrictContacts": UserPrivacySettingRuleRestrictContactsTypeID,
|
|
"userPrivacySettingRuleRestrictBots": UserPrivacySettingRuleRestrictBotsTypeID,
|
|
"userPrivacySettingRuleRestrictUsers": UserPrivacySettingRuleRestrictUsersTypeID,
|
|
"userPrivacySettingRuleRestrictChatMembers": UserPrivacySettingRuleRestrictChatMembersTypeID,
|
|
"userPrivacySettingRules": UserPrivacySettingRulesTypeID,
|
|
"userPrivacySettingShowStatus": UserPrivacySettingShowStatusTypeID,
|
|
"userPrivacySettingShowProfilePhoto": UserPrivacySettingShowProfilePhotoTypeID,
|
|
"userPrivacySettingShowLinkInForwardedMessages": UserPrivacySettingShowLinkInForwardedMessagesTypeID,
|
|
"userPrivacySettingShowPhoneNumber": UserPrivacySettingShowPhoneNumberTypeID,
|
|
"userPrivacySettingShowBio": UserPrivacySettingShowBioTypeID,
|
|
"userPrivacySettingShowBirthdate": UserPrivacySettingShowBirthdateTypeID,
|
|
"userPrivacySettingAllowChatInvites": UserPrivacySettingAllowChatInvitesTypeID,
|
|
"userPrivacySettingAllowCalls": UserPrivacySettingAllowCallsTypeID,
|
|
"userPrivacySettingAllowPeerToPeerCalls": UserPrivacySettingAllowPeerToPeerCallsTypeID,
|
|
"userPrivacySettingAllowFindingByPhoneNumber": UserPrivacySettingAllowFindingByPhoneNumberTypeID,
|
|
"userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages": UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessagesTypeID,
|
|
"userPrivacySettingAutosaveGifts": UserPrivacySettingAutosaveGiftsTypeID,
|
|
"userPrivacySettingAllowUnpaidMessages": UserPrivacySettingAllowUnpaidMessagesTypeID,
|
|
"readDatePrivacySettings": ReadDatePrivacySettingsTypeID,
|
|
"newChatPrivacySettings": NewChatPrivacySettingsTypeID,
|
|
"canSendMessageToUserResultOk": CanSendMessageToUserResultOkTypeID,
|
|
"canSendMessageToUserResultUserHasPaidMessages": CanSendMessageToUserResultUserHasPaidMessagesTypeID,
|
|
"canSendMessageToUserResultUserIsDeleted": CanSendMessageToUserResultUserIsDeletedTypeID,
|
|
"canSendMessageToUserResultUserRestrictsNewChats": CanSendMessageToUserResultUserRestrictsNewChatsTypeID,
|
|
"accountTtl": AccountTTLTypeID,
|
|
"messageAutoDeleteTime": MessageAutoDeleteTimeTypeID,
|
|
"sessionTypeAndroid": SessionTypeAndroidTypeID,
|
|
"sessionTypeApple": SessionTypeAppleTypeID,
|
|
"sessionTypeBrave": SessionTypeBraveTypeID,
|
|
"sessionTypeChrome": SessionTypeChromeTypeID,
|
|
"sessionTypeEdge": SessionTypeEdgeTypeID,
|
|
"sessionTypeFirefox": SessionTypeFirefoxTypeID,
|
|
"sessionTypeIpad": SessionTypeIpadTypeID,
|
|
"sessionTypeIphone": SessionTypeIphoneTypeID,
|
|
"sessionTypeLinux": SessionTypeLinuxTypeID,
|
|
"sessionTypeMac": SessionTypeMACTypeID,
|
|
"sessionTypeOpera": SessionTypeOperaTypeID,
|
|
"sessionTypeSafari": SessionTypeSafariTypeID,
|
|
"sessionTypeUbuntu": SessionTypeUbuntuTypeID,
|
|
"sessionTypeUnknown": SessionTypeUnknownTypeID,
|
|
"sessionTypeVivaldi": SessionTypeVivaldiTypeID,
|
|
"sessionTypeWindows": SessionTypeWindowsTypeID,
|
|
"sessionTypeXbox": SessionTypeXboxTypeID,
|
|
"session": SessionTypeID,
|
|
"sessions": SessionsTypeID,
|
|
"unconfirmedSession": UnconfirmedSessionTypeID,
|
|
"connectedWebsite": ConnectedWebsiteTypeID,
|
|
"connectedWebsites": ConnectedWebsitesTypeID,
|
|
"reportReasonSpam": ReportReasonSpamTypeID,
|
|
"reportReasonViolence": ReportReasonViolenceTypeID,
|
|
"reportReasonPornography": ReportReasonPornographyTypeID,
|
|
"reportReasonChildAbuse": ReportReasonChildAbuseTypeID,
|
|
"reportReasonCopyright": ReportReasonCopyrightTypeID,
|
|
"reportReasonUnrelatedLocation": ReportReasonUnrelatedLocationTypeID,
|
|
"reportReasonFake": ReportReasonFakeTypeID,
|
|
"reportReasonIllegalDrugs": ReportReasonIllegalDrugsTypeID,
|
|
"reportReasonPersonalDetails": ReportReasonPersonalDetailsTypeID,
|
|
"reportReasonCustom": ReportReasonCustomTypeID,
|
|
"reportChatResultOk": ReportChatResultOkTypeID,
|
|
"reportChatResultOptionRequired": ReportChatResultOptionRequiredTypeID,
|
|
"reportChatResultTextRequired": ReportChatResultTextRequiredTypeID,
|
|
"reportChatResultMessagesRequired": ReportChatResultMessagesRequiredTypeID,
|
|
"reportStoryResultOk": ReportStoryResultOkTypeID,
|
|
"reportStoryResultOptionRequired": ReportStoryResultOptionRequiredTypeID,
|
|
"reportStoryResultTextRequired": ReportStoryResultTextRequiredTypeID,
|
|
"internalLinkTypeActiveSessions": InternalLinkTypeActiveSessionsTypeID,
|
|
"internalLinkTypeAttachmentMenuBot": InternalLinkTypeAttachmentMenuBotTypeID,
|
|
"internalLinkTypeAuthenticationCode": InternalLinkTypeAuthenticationCodeTypeID,
|
|
"internalLinkTypeBackground": InternalLinkTypeBackgroundTypeID,
|
|
"internalLinkTypeBotAddToChannel": InternalLinkTypeBotAddToChannelTypeID,
|
|
"internalLinkTypeBotStart": InternalLinkTypeBotStartTypeID,
|
|
"internalLinkTypeBotStartInGroup": InternalLinkTypeBotStartInGroupTypeID,
|
|
"internalLinkTypeBusinessChat": InternalLinkTypeBusinessChatTypeID,
|
|
"internalLinkTypeBuyStars": InternalLinkTypeBuyStarsTypeID,
|
|
"internalLinkTypeChangePhoneNumber": InternalLinkTypeChangePhoneNumberTypeID,
|
|
"internalLinkTypeChatAffiliateProgram": InternalLinkTypeChatAffiliateProgramTypeID,
|
|
"internalLinkTypeChatBoost": InternalLinkTypeChatBoostTypeID,
|
|
"internalLinkTypeChatFolderInvite": InternalLinkTypeChatFolderInviteTypeID,
|
|
"internalLinkTypeChatFolderSettings": InternalLinkTypeChatFolderSettingsTypeID,
|
|
"internalLinkTypeChatInvite": InternalLinkTypeChatInviteTypeID,
|
|
"internalLinkTypeDefaultMessageAutoDeleteTimerSettings": InternalLinkTypeDefaultMessageAutoDeleteTimerSettingsTypeID,
|
|
"internalLinkTypeEditProfileSettings": InternalLinkTypeEditProfileSettingsTypeID,
|
|
"internalLinkTypeGame": InternalLinkTypeGameTypeID,
|
|
"internalLinkTypeGroupCall": InternalLinkTypeGroupCallTypeID,
|
|
"internalLinkTypeInstantView": InternalLinkTypeInstantViewTypeID,
|
|
"internalLinkTypeInvoice": InternalLinkTypeInvoiceTypeID,
|
|
"internalLinkTypeLanguagePack": InternalLinkTypeLanguagePackTypeID,
|
|
"internalLinkTypeLanguageSettings": InternalLinkTypeLanguageSettingsTypeID,
|
|
"internalLinkTypeMainWebApp": InternalLinkTypeMainWebAppTypeID,
|
|
"internalLinkTypeMessage": InternalLinkTypeMessageTypeID,
|
|
"internalLinkTypeMessageDraft": InternalLinkTypeMessageDraftTypeID,
|
|
"internalLinkTypeMyStars": InternalLinkTypeMyStarsTypeID,
|
|
"internalLinkTypePassportDataRequest": InternalLinkTypePassportDataRequestTypeID,
|
|
"internalLinkTypePhoneNumberConfirmation": InternalLinkTypePhoneNumberConfirmationTypeID,
|
|
"internalLinkTypePremiumFeatures": InternalLinkTypePremiumFeaturesTypeID,
|
|
"internalLinkTypePremiumGift": InternalLinkTypePremiumGiftTypeID,
|
|
"internalLinkTypePremiumGiftCode": InternalLinkTypePremiumGiftCodeTypeID,
|
|
"internalLinkTypePrivacyAndSecuritySettings": InternalLinkTypePrivacyAndSecuritySettingsTypeID,
|
|
"internalLinkTypeProxy": InternalLinkTypeProxyTypeID,
|
|
"internalLinkTypePublicChat": InternalLinkTypePublicChatTypeID,
|
|
"internalLinkTypeQrCodeAuthentication": InternalLinkTypeQrCodeAuthenticationTypeID,
|
|
"internalLinkTypeRestorePurchases": InternalLinkTypeRestorePurchasesTypeID,
|
|
"internalLinkTypeSettings": InternalLinkTypeSettingsTypeID,
|
|
"internalLinkTypeStickerSet": InternalLinkTypeStickerSetTypeID,
|
|
"internalLinkTypeStory": InternalLinkTypeStoryTypeID,
|
|
"internalLinkTypeTheme": InternalLinkTypeThemeTypeID,
|
|
"internalLinkTypeThemeSettings": InternalLinkTypeThemeSettingsTypeID,
|
|
"internalLinkTypeUnknownDeepLink": InternalLinkTypeUnknownDeepLinkTypeID,
|
|
"internalLinkTypeUnsupportedProxy": InternalLinkTypeUnsupportedProxyTypeID,
|
|
"internalLinkTypeUpgradedGift": InternalLinkTypeUpgradedGiftTypeID,
|
|
"internalLinkTypeUserPhoneNumber": InternalLinkTypeUserPhoneNumberTypeID,
|
|
"internalLinkTypeUserToken": InternalLinkTypeUserTokenTypeID,
|
|
"internalLinkTypeVideoChat": InternalLinkTypeVideoChatTypeID,
|
|
"internalLinkTypeWebApp": InternalLinkTypeWebAppTypeID,
|
|
"messageLink": MessageLinkTypeID,
|
|
"messageLinkInfo": MessageLinkInfoTypeID,
|
|
"chatBoostLink": ChatBoostLinkTypeID,
|
|
"chatBoostLinkInfo": ChatBoostLinkInfoTypeID,
|
|
"blockListMain": BlockListMainTypeID,
|
|
"blockListStories": BlockListStoriesTypeID,
|
|
"fileTypeNone": FileTypeNoneTypeID,
|
|
"fileTypeAnimation": FileTypeAnimationTypeID,
|
|
"fileTypeAudio": FileTypeAudioTypeID,
|
|
"fileTypeDocument": FileTypeDocumentTypeID,
|
|
"fileTypeNotificationSound": FileTypeNotificationSoundTypeID,
|
|
"fileTypePhoto": FileTypePhotoTypeID,
|
|
"fileTypePhotoStory": FileTypePhotoStoryTypeID,
|
|
"fileTypeProfilePhoto": FileTypeProfilePhotoTypeID,
|
|
"fileTypeSecret": FileTypeSecretTypeID,
|
|
"fileTypeSecretThumbnail": FileTypeSecretThumbnailTypeID,
|
|
"fileTypeSecure": FileTypeSecureTypeID,
|
|
"fileTypeSelfDestructingPhoto": FileTypeSelfDestructingPhotoTypeID,
|
|
"fileTypeSelfDestructingVideo": FileTypeSelfDestructingVideoTypeID,
|
|
"fileTypeSelfDestructingVideoNote": FileTypeSelfDestructingVideoNoteTypeID,
|
|
"fileTypeSelfDestructingVoiceNote": FileTypeSelfDestructingVoiceNoteTypeID,
|
|
"fileTypeSticker": FileTypeStickerTypeID,
|
|
"fileTypeThumbnail": FileTypeThumbnailTypeID,
|
|
"fileTypeUnknown": FileTypeUnknownTypeID,
|
|
"fileTypeVideo": FileTypeVideoTypeID,
|
|
"fileTypeVideoNote": FileTypeVideoNoteTypeID,
|
|
"fileTypeVideoStory": FileTypeVideoStoryTypeID,
|
|
"fileTypeVoiceNote": FileTypeVoiceNoteTypeID,
|
|
"fileTypeWallpaper": FileTypeWallpaperTypeID,
|
|
"storageStatisticsByFileType": StorageStatisticsByFileTypeTypeID,
|
|
"storageStatisticsByChat": StorageStatisticsByChatTypeID,
|
|
"storageStatistics": StorageStatisticsTypeID,
|
|
"storageStatisticsFast": StorageStatisticsFastTypeID,
|
|
"databaseStatistics": DatabaseStatisticsTypeID,
|
|
"networkTypeNone": NetworkTypeNoneTypeID,
|
|
"networkTypeMobile": NetworkTypeMobileTypeID,
|
|
"networkTypeMobileRoaming": NetworkTypeMobileRoamingTypeID,
|
|
"networkTypeWiFi": NetworkTypeWiFiTypeID,
|
|
"networkTypeOther": NetworkTypeOtherTypeID,
|
|
"networkStatisticsEntryFile": NetworkStatisticsEntryFileTypeID,
|
|
"networkStatisticsEntryCall": NetworkStatisticsEntryCallTypeID,
|
|
"networkStatistics": NetworkStatisticsTypeID,
|
|
"autoDownloadSettings": AutoDownloadSettingsTypeID,
|
|
"autoDownloadSettingsPresets": AutoDownloadSettingsPresetsTypeID,
|
|
"autosaveSettingsScopePrivateChats": AutosaveSettingsScopePrivateChatsTypeID,
|
|
"autosaveSettingsScopeGroupChats": AutosaveSettingsScopeGroupChatsTypeID,
|
|
"autosaveSettingsScopeChannelChats": AutosaveSettingsScopeChannelChatsTypeID,
|
|
"autosaveSettingsScopeChat": AutosaveSettingsScopeChatTypeID,
|
|
"scopeAutosaveSettings": ScopeAutosaveSettingsTypeID,
|
|
"autosaveSettingsException": AutosaveSettingsExceptionTypeID,
|
|
"autosaveSettings": AutosaveSettingsTypeID,
|
|
"connectionStateWaitingForNetwork": ConnectionStateWaitingForNetworkTypeID,
|
|
"connectionStateConnectingToProxy": ConnectionStateConnectingToProxyTypeID,
|
|
"connectionStateConnecting": ConnectionStateConnectingTypeID,
|
|
"connectionStateUpdating": ConnectionStateUpdatingTypeID,
|
|
"connectionStateReady": ConnectionStateReadyTypeID,
|
|
"topChatCategoryUsers": TopChatCategoryUsersTypeID,
|
|
"topChatCategoryBots": TopChatCategoryBotsTypeID,
|
|
"topChatCategoryGroups": TopChatCategoryGroupsTypeID,
|
|
"topChatCategoryChannels": TopChatCategoryChannelsTypeID,
|
|
"topChatCategoryInlineBots": TopChatCategoryInlineBotsTypeID,
|
|
"topChatCategoryWebAppBots": TopChatCategoryWebAppBotsTypeID,
|
|
"topChatCategoryCalls": TopChatCategoryCallsTypeID,
|
|
"topChatCategoryForwardChats": TopChatCategoryForwardChatsTypeID,
|
|
"foundPosition": FoundPositionTypeID,
|
|
"foundPositions": FoundPositionsTypeID,
|
|
"tMeUrlTypeUser": TMeURLTypeUserTypeID,
|
|
"tMeUrlTypeSupergroup": TMeURLTypeSupergroupTypeID,
|
|
"tMeUrlTypeChatInvite": TMeURLTypeChatInviteTypeID,
|
|
"tMeUrlTypeStickerSet": TMeURLTypeStickerSetTypeID,
|
|
"tMeUrl": TMeURLTypeID,
|
|
"tMeUrls": TMeURLsTypeID,
|
|
"suggestedActionEnableArchiveAndMuteNewChats": SuggestedActionEnableArchiveAndMuteNewChatsTypeID,
|
|
"suggestedActionCheckPassword": SuggestedActionCheckPasswordTypeID,
|
|
"suggestedActionCheckPhoneNumber": SuggestedActionCheckPhoneNumberTypeID,
|
|
"suggestedActionViewChecksHint": SuggestedActionViewChecksHintTypeID,
|
|
"suggestedActionConvertToBroadcastGroup": SuggestedActionConvertToBroadcastGroupTypeID,
|
|
"suggestedActionSetPassword": SuggestedActionSetPasswordTypeID,
|
|
"suggestedActionUpgradePremium": SuggestedActionUpgradePremiumTypeID,
|
|
"suggestedActionRestorePremium": SuggestedActionRestorePremiumTypeID,
|
|
"suggestedActionSubscribeToAnnualPremium": SuggestedActionSubscribeToAnnualPremiumTypeID,
|
|
"suggestedActionGiftPremiumForChristmas": SuggestedActionGiftPremiumForChristmasTypeID,
|
|
"suggestedActionSetBirthdate": SuggestedActionSetBirthdateTypeID,
|
|
"suggestedActionSetProfilePhoto": SuggestedActionSetProfilePhotoTypeID,
|
|
"suggestedActionExtendPremium": SuggestedActionExtendPremiumTypeID,
|
|
"suggestedActionExtendStarSubscriptions": SuggestedActionExtendStarSubscriptionsTypeID,
|
|
"suggestedActionCustom": SuggestedActionCustomTypeID,
|
|
"count": CountTypeID,
|
|
"text": TextTypeID,
|
|
"data": DataTypeID,
|
|
"seconds": SecondsTypeID,
|
|
"fileDownloadedPrefixSize": FileDownloadedPrefixSizeTypeID,
|
|
"starCount": StarCountTypeID,
|
|
"deepLinkInfo": DeepLinkInfoTypeID,
|
|
"textParseModeMarkdown": TextParseModeMarkdownTypeID,
|
|
"textParseModeHTML": TextParseModeHTMLTypeID,
|
|
"proxyTypeSocks5": ProxyTypeSocks5TypeID,
|
|
"proxyTypeHttp": ProxyTypeHTTPTypeID,
|
|
"proxyTypeMtproto": ProxyTypeMtprotoTypeID,
|
|
"proxy": ProxyTypeID,
|
|
"proxies": ProxiesTypeID,
|
|
"inputSticker": InputStickerTypeID,
|
|
"dateRange": DateRangeTypeID,
|
|
"statisticalValue": StatisticalValueTypeID,
|
|
"statisticalGraphData": StatisticalGraphDataTypeID,
|
|
"statisticalGraphAsync": StatisticalGraphAsyncTypeID,
|
|
"statisticalGraphError": StatisticalGraphErrorTypeID,
|
|
"chatStatisticsObjectTypeMessage": ChatStatisticsObjectTypeMessageTypeID,
|
|
"chatStatisticsObjectTypeStory": ChatStatisticsObjectTypeStoryTypeID,
|
|
"chatStatisticsInteractionInfo": ChatStatisticsInteractionInfoTypeID,
|
|
"chatStatisticsMessageSenderInfo": ChatStatisticsMessageSenderInfoTypeID,
|
|
"chatStatisticsAdministratorActionsInfo": ChatStatisticsAdministratorActionsInfoTypeID,
|
|
"chatStatisticsInviterInfo": ChatStatisticsInviterInfoTypeID,
|
|
"chatStatisticsSupergroup": ChatStatisticsSupergroupTypeID,
|
|
"chatStatisticsChannel": ChatStatisticsChannelTypeID,
|
|
"chatRevenueAmount": ChatRevenueAmountTypeID,
|
|
"chatRevenueStatistics": ChatRevenueStatisticsTypeID,
|
|
"messageStatistics": MessageStatisticsTypeID,
|
|
"storyStatistics": StoryStatisticsTypeID,
|
|
"revenueWithdrawalStatePending": RevenueWithdrawalStatePendingTypeID,
|
|
"revenueWithdrawalStateSucceeded": RevenueWithdrawalStateSucceededTypeID,
|
|
"revenueWithdrawalStateFailed": RevenueWithdrawalStateFailedTypeID,
|
|
"chatRevenueTransactionTypeEarnings": ChatRevenueTransactionTypeEarningsTypeID,
|
|
"chatRevenueTransactionTypeWithdrawal": ChatRevenueTransactionTypeWithdrawalTypeID,
|
|
"chatRevenueTransactionTypeRefund": ChatRevenueTransactionTypeRefundTypeID,
|
|
"chatRevenueTransaction": ChatRevenueTransactionTypeID,
|
|
"chatRevenueTransactions": ChatRevenueTransactionsTypeID,
|
|
"starRevenueStatus": StarRevenueStatusTypeID,
|
|
"starRevenueStatistics": StarRevenueStatisticsTypeID,
|
|
"point": PointTypeID,
|
|
"vectorPathCommandLine": VectorPathCommandLineTypeID,
|
|
"vectorPathCommandCubicBezierCurve": VectorPathCommandCubicBezierCurveTypeID,
|
|
"botCommandScopeDefault": BotCommandScopeDefaultTypeID,
|
|
"botCommandScopeAllPrivateChats": BotCommandScopeAllPrivateChatsTypeID,
|
|
"botCommandScopeAllGroupChats": BotCommandScopeAllGroupChatsTypeID,
|
|
"botCommandScopeAllChatAdministrators": BotCommandScopeAllChatAdministratorsTypeID,
|
|
"botCommandScopeChat": BotCommandScopeChatTypeID,
|
|
"botCommandScopeChatAdministrators": BotCommandScopeChatAdministratorsTypeID,
|
|
"botCommandScopeChatMember": BotCommandScopeChatMemberTypeID,
|
|
"phoneNumberCodeTypeChange": PhoneNumberCodeTypeChangeTypeID,
|
|
"phoneNumberCodeTypeVerify": PhoneNumberCodeTypeVerifyTypeID,
|
|
"phoneNumberCodeTypeConfirmOwnership": PhoneNumberCodeTypeConfirmOwnershipTypeID,
|
|
"updateAuthorizationState": UpdateAuthorizationStateTypeID,
|
|
"updateNewMessage": UpdateNewMessageTypeID,
|
|
"updateMessageSendAcknowledged": UpdateMessageSendAcknowledgedTypeID,
|
|
"updateMessageSendSucceeded": UpdateMessageSendSucceededTypeID,
|
|
"updateMessageSendFailed": UpdateMessageSendFailedTypeID,
|
|
"updateMessageContent": UpdateMessageContentTypeID,
|
|
"updateMessageEdited": UpdateMessageEditedTypeID,
|
|
"updateMessageIsPinned": UpdateMessageIsPinnedTypeID,
|
|
"updateMessageInteractionInfo": UpdateMessageInteractionInfoTypeID,
|
|
"updateMessageContentOpened": UpdateMessageContentOpenedTypeID,
|
|
"updateMessageMentionRead": UpdateMessageMentionReadTypeID,
|
|
"updateMessageUnreadReactions": UpdateMessageUnreadReactionsTypeID,
|
|
"updateMessageFactCheck": UpdateMessageFactCheckTypeID,
|
|
"updateMessageLiveLocationViewed": UpdateMessageLiveLocationViewedTypeID,
|
|
"updateVideoPublished": UpdateVideoPublishedTypeID,
|
|
"updateNewChat": UpdateNewChatTypeID,
|
|
"updateChatTitle": UpdateChatTitleTypeID,
|
|
"updateChatPhoto": UpdateChatPhotoTypeID,
|
|
"updateChatAccentColors": UpdateChatAccentColorsTypeID,
|
|
"updateChatPermissions": UpdateChatPermissionsTypeID,
|
|
"updateChatLastMessage": UpdateChatLastMessageTypeID,
|
|
"updateChatPosition": UpdateChatPositionTypeID,
|
|
"updateChatAddedToList": UpdateChatAddedToListTypeID,
|
|
"updateChatRemovedFromList": UpdateChatRemovedFromListTypeID,
|
|
"updateChatReadInbox": UpdateChatReadInboxTypeID,
|
|
"updateChatReadOutbox": UpdateChatReadOutboxTypeID,
|
|
"updateChatActionBar": UpdateChatActionBarTypeID,
|
|
"updateChatBusinessBotManageBar": UpdateChatBusinessBotManageBarTypeID,
|
|
"updateChatAvailableReactions": UpdateChatAvailableReactionsTypeID,
|
|
"updateChatDraftMessage": UpdateChatDraftMessageTypeID,
|
|
"updateChatEmojiStatus": UpdateChatEmojiStatusTypeID,
|
|
"updateChatMessageSender": UpdateChatMessageSenderTypeID,
|
|
"updateChatMessageAutoDeleteTime": UpdateChatMessageAutoDeleteTimeTypeID,
|
|
"updateChatNotificationSettings": UpdateChatNotificationSettingsTypeID,
|
|
"updateChatPendingJoinRequests": UpdateChatPendingJoinRequestsTypeID,
|
|
"updateChatReplyMarkup": UpdateChatReplyMarkupTypeID,
|
|
"updateChatBackground": UpdateChatBackgroundTypeID,
|
|
"updateChatTheme": UpdateChatThemeTypeID,
|
|
"updateChatUnreadMentionCount": UpdateChatUnreadMentionCountTypeID,
|
|
"updateChatUnreadReactionCount": UpdateChatUnreadReactionCountTypeID,
|
|
"updateChatVideoChat": UpdateChatVideoChatTypeID,
|
|
"updateChatDefaultDisableNotification": UpdateChatDefaultDisableNotificationTypeID,
|
|
"updateChatHasProtectedContent": UpdateChatHasProtectedContentTypeID,
|
|
"updateChatIsTranslatable": UpdateChatIsTranslatableTypeID,
|
|
"updateChatIsMarkedAsUnread": UpdateChatIsMarkedAsUnreadTypeID,
|
|
"updateChatViewAsTopics": UpdateChatViewAsTopicsTypeID,
|
|
"updateChatBlockList": UpdateChatBlockListTypeID,
|
|
"updateChatHasScheduledMessages": UpdateChatHasScheduledMessagesTypeID,
|
|
"updateChatFolders": UpdateChatFoldersTypeID,
|
|
"updateChatOnlineMemberCount": UpdateChatOnlineMemberCountTypeID,
|
|
"updateSavedMessagesTopic": UpdateSavedMessagesTopicTypeID,
|
|
"updateSavedMessagesTopicCount": UpdateSavedMessagesTopicCountTypeID,
|
|
"updateDirectMessagesChatTopic": UpdateDirectMessagesChatTopicTypeID,
|
|
"updateTopicMessageCount": UpdateTopicMessageCountTypeID,
|
|
"updateQuickReplyShortcut": UpdateQuickReplyShortcutTypeID,
|
|
"updateQuickReplyShortcutDeleted": UpdateQuickReplyShortcutDeletedTypeID,
|
|
"updateQuickReplyShortcuts": UpdateQuickReplyShortcutsTypeID,
|
|
"updateQuickReplyShortcutMessages": UpdateQuickReplyShortcutMessagesTypeID,
|
|
"updateForumTopicInfo": UpdateForumTopicInfoTypeID,
|
|
"updateForumTopic": UpdateForumTopicTypeID,
|
|
"updateScopeNotificationSettings": UpdateScopeNotificationSettingsTypeID,
|
|
"updateReactionNotificationSettings": UpdateReactionNotificationSettingsTypeID,
|
|
"updateNotification": UpdateNotificationTypeID,
|
|
"updateNotificationGroup": UpdateNotificationGroupTypeID,
|
|
"updateActiveNotifications": UpdateActiveNotificationsTypeID,
|
|
"updateHavePendingNotifications": UpdateHavePendingNotificationsTypeID,
|
|
"updateDeleteMessages": UpdateDeleteMessagesTypeID,
|
|
"updateChatAction": UpdateChatActionTypeID,
|
|
"updateUserStatus": UpdateUserStatusTypeID,
|
|
"updateUser": UpdateUserTypeID,
|
|
"updateBasicGroup": UpdateBasicGroupTypeID,
|
|
"updateSupergroup": UpdateSupergroupTypeID,
|
|
"updateSecretChat": UpdateSecretChatTypeID,
|
|
"updateUserFullInfo": UpdateUserFullInfoTypeID,
|
|
"updateBasicGroupFullInfo": UpdateBasicGroupFullInfoTypeID,
|
|
"updateSupergroupFullInfo": UpdateSupergroupFullInfoTypeID,
|
|
"updateServiceNotification": UpdateServiceNotificationTypeID,
|
|
"updateFile": UpdateFileTypeID,
|
|
"updateFileGenerationStart": UpdateFileGenerationStartTypeID,
|
|
"updateFileGenerationStop": UpdateFileGenerationStopTypeID,
|
|
"updateFileDownloads": UpdateFileDownloadsTypeID,
|
|
"updateFileAddedToDownloads": UpdateFileAddedToDownloadsTypeID,
|
|
"updateFileDownload": UpdateFileDownloadTypeID,
|
|
"updateFileRemovedFromDownloads": UpdateFileRemovedFromDownloadsTypeID,
|
|
"updateApplicationVerificationRequired": UpdateApplicationVerificationRequiredTypeID,
|
|
"updateApplicationRecaptchaVerificationRequired": UpdateApplicationRecaptchaVerificationRequiredTypeID,
|
|
"updateCall": UpdateCallTypeID,
|
|
"updateGroupCall": UpdateGroupCallTypeID,
|
|
"updateGroupCallParticipant": UpdateGroupCallParticipantTypeID,
|
|
"updateGroupCallParticipants": UpdateGroupCallParticipantsTypeID,
|
|
"updateGroupCallVerificationState": UpdateGroupCallVerificationStateTypeID,
|
|
"updateNewCallSignalingData": UpdateNewCallSignalingDataTypeID,
|
|
"updateUserPrivacySettingRules": UpdateUserPrivacySettingRulesTypeID,
|
|
"updateUnreadMessageCount": UpdateUnreadMessageCountTypeID,
|
|
"updateUnreadChatCount": UpdateUnreadChatCountTypeID,
|
|
"updateStory": UpdateStoryTypeID,
|
|
"updateStoryDeleted": UpdateStoryDeletedTypeID,
|
|
"updateStoryPostSucceeded": UpdateStoryPostSucceededTypeID,
|
|
"updateStoryPostFailed": UpdateStoryPostFailedTypeID,
|
|
"updateChatActiveStories": UpdateChatActiveStoriesTypeID,
|
|
"updateStoryListChatCount": UpdateStoryListChatCountTypeID,
|
|
"updateStoryStealthMode": UpdateStoryStealthModeTypeID,
|
|
"updateOption": UpdateOptionTypeID,
|
|
"updateStickerSet": UpdateStickerSetTypeID,
|
|
"updateInstalledStickerSets": UpdateInstalledStickerSetsTypeID,
|
|
"updateTrendingStickerSets": UpdateTrendingStickerSetsTypeID,
|
|
"updateRecentStickers": UpdateRecentStickersTypeID,
|
|
"updateFavoriteStickers": UpdateFavoriteStickersTypeID,
|
|
"updateSavedAnimations": UpdateSavedAnimationsTypeID,
|
|
"updateSavedNotificationSounds": UpdateSavedNotificationSoundsTypeID,
|
|
"updateDefaultBackground": UpdateDefaultBackgroundTypeID,
|
|
"updateChatThemes": UpdateChatThemesTypeID,
|
|
"updateAccentColors": UpdateAccentColorsTypeID,
|
|
"updateProfileAccentColors": UpdateProfileAccentColorsTypeID,
|
|
"updateLanguagePackStrings": UpdateLanguagePackStringsTypeID,
|
|
"updateConnectionState": UpdateConnectionStateTypeID,
|
|
"updateFreezeState": UpdateFreezeStateTypeID,
|
|
"updateTermsOfService": UpdateTermsOfServiceTypeID,
|
|
"updateUnconfirmedSession": UpdateUnconfirmedSessionTypeID,
|
|
"updateAttachmentMenuBots": UpdateAttachmentMenuBotsTypeID,
|
|
"updateWebAppMessageSent": UpdateWebAppMessageSentTypeID,
|
|
"updateActiveEmojiReactions": UpdateActiveEmojiReactionsTypeID,
|
|
"updateAvailableMessageEffects": UpdateAvailableMessageEffectsTypeID,
|
|
"updateDefaultReactionType": UpdateDefaultReactionTypeTypeID,
|
|
"updateDefaultPaidReactionType": UpdateDefaultPaidReactionTypeTypeID,
|
|
"updateSavedMessagesTags": UpdateSavedMessagesTagsTypeID,
|
|
"updateActiveLiveLocationMessages": UpdateActiveLiveLocationMessagesTypeID,
|
|
"updateOwnedStarCount": UpdateOwnedStarCountTypeID,
|
|
"updateChatRevenueAmount": UpdateChatRevenueAmountTypeID,
|
|
"updateStarRevenueStatus": UpdateStarRevenueStatusTypeID,
|
|
"updateSpeechRecognitionTrial": UpdateSpeechRecognitionTrialTypeID,
|
|
"updateDiceEmojis": UpdateDiceEmojisTypeID,
|
|
"updateAnimatedEmojiMessageClicked": UpdateAnimatedEmojiMessageClickedTypeID,
|
|
"updateAnimationSearchParameters": UpdateAnimationSearchParametersTypeID,
|
|
"updateSuggestedActions": UpdateSuggestedActionsTypeID,
|
|
"updateSpeedLimitNotification": UpdateSpeedLimitNotificationTypeID,
|
|
"updateContactCloseBirthdays": UpdateContactCloseBirthdaysTypeID,
|
|
"updateAutosaveSettings": UpdateAutosaveSettingsTypeID,
|
|
"updateBusinessConnection": UpdateBusinessConnectionTypeID,
|
|
"updateNewBusinessMessage": UpdateNewBusinessMessageTypeID,
|
|
"updateBusinessMessageEdited": UpdateBusinessMessageEditedTypeID,
|
|
"updateBusinessMessagesDeleted": UpdateBusinessMessagesDeletedTypeID,
|
|
"updateNewInlineQuery": UpdateNewInlineQueryTypeID,
|
|
"updateNewChosenInlineResult": UpdateNewChosenInlineResultTypeID,
|
|
"updateNewCallbackQuery": UpdateNewCallbackQueryTypeID,
|
|
"updateNewInlineCallbackQuery": UpdateNewInlineCallbackQueryTypeID,
|
|
"updateNewBusinessCallbackQuery": UpdateNewBusinessCallbackQueryTypeID,
|
|
"updateNewShippingQuery": UpdateNewShippingQueryTypeID,
|
|
"updateNewPreCheckoutQuery": UpdateNewPreCheckoutQueryTypeID,
|
|
"updateNewCustomEvent": UpdateNewCustomEventTypeID,
|
|
"updateNewCustomQuery": UpdateNewCustomQueryTypeID,
|
|
"updatePoll": UpdatePollTypeID,
|
|
"updatePollAnswer": UpdatePollAnswerTypeID,
|
|
"updateChatMember": UpdateChatMemberTypeID,
|
|
"updateNewChatJoinRequest": UpdateNewChatJoinRequestTypeID,
|
|
"updateChatBoost": UpdateChatBoostTypeID,
|
|
"updateMessageReaction": UpdateMessageReactionTypeID,
|
|
"updateMessageReactions": UpdateMessageReactionsTypeID,
|
|
"updatePaidMediaPurchased": UpdatePaidMediaPurchasedTypeID,
|
|
"updates": UpdatesTypeID,
|
|
"logStreamDefault": LogStreamDefaultTypeID,
|
|
"logStreamFile": LogStreamFileTypeID,
|
|
"logStreamEmpty": LogStreamEmptyTypeID,
|
|
"logVerbosityLevel": LogVerbosityLevelTypeID,
|
|
"logTags": LogTagsTypeID,
|
|
"userSupportInfo": UserSupportInfoTypeID,
|
|
"testInt": TestIntTypeID,
|
|
"testString": TestStringTypeID,
|
|
"testBytes": TestBytesTypeID,
|
|
"testVectorInt": TestVectorIntTypeID,
|
|
"testVectorIntObject": TestVectorIntObjectTypeID,
|
|
"testVectorString": TestVectorStringTypeID,
|
|
"testVectorStringObject": TestVectorStringObjectTypeID,
|
|
"getAuthorizationState": GetAuthorizationStateRequestTypeID,
|
|
"setTdlibParameters": SetTdlibParametersRequestTypeID,
|
|
"setAuthenticationPhoneNumber": SetAuthenticationPhoneNumberRequestTypeID,
|
|
"checkAuthenticationPremiumPurchase": CheckAuthenticationPremiumPurchaseRequestTypeID,
|
|
"setAuthenticationPremiumPurchaseTransaction": SetAuthenticationPremiumPurchaseTransactionRequestTypeID,
|
|
"setAuthenticationEmailAddress": SetAuthenticationEmailAddressRequestTypeID,
|
|
"resendAuthenticationCode": ResendAuthenticationCodeRequestTypeID,
|
|
"checkAuthenticationEmailCode": CheckAuthenticationEmailCodeRequestTypeID,
|
|
"checkAuthenticationCode": CheckAuthenticationCodeRequestTypeID,
|
|
"requestQrCodeAuthentication": RequestQrCodeAuthenticationRequestTypeID,
|
|
"registerUser": RegisterUserRequestTypeID,
|
|
"resetAuthenticationEmailAddress": ResetAuthenticationEmailAddressRequestTypeID,
|
|
"checkAuthenticationPassword": CheckAuthenticationPasswordRequestTypeID,
|
|
"requestAuthenticationPasswordRecovery": RequestAuthenticationPasswordRecoveryRequestTypeID,
|
|
"checkAuthenticationPasswordRecoveryCode": CheckAuthenticationPasswordRecoveryCodeRequestTypeID,
|
|
"recoverAuthenticationPassword": RecoverAuthenticationPasswordRequestTypeID,
|
|
"sendAuthenticationFirebaseSms": SendAuthenticationFirebaseSMSRequestTypeID,
|
|
"reportAuthenticationCodeMissing": ReportAuthenticationCodeMissingRequestTypeID,
|
|
"checkAuthenticationBotToken": CheckAuthenticationBotTokenRequestTypeID,
|
|
"logOut": LogOutRequestTypeID,
|
|
"close": CloseRequestTypeID,
|
|
"destroy": DestroyRequestTypeID,
|
|
"confirmQrCodeAuthentication": ConfirmQrCodeAuthenticationRequestTypeID,
|
|
"getCurrentState": GetCurrentStateRequestTypeID,
|
|
"setDatabaseEncryptionKey": SetDatabaseEncryptionKeyRequestTypeID,
|
|
"getPasswordState": GetPasswordStateRequestTypeID,
|
|
"setPassword": SetPasswordRequestTypeID,
|
|
"setLoginEmailAddress": SetLoginEmailAddressRequestTypeID,
|
|
"resendLoginEmailAddressCode": ResendLoginEmailAddressCodeRequestTypeID,
|
|
"checkLoginEmailAddressCode": CheckLoginEmailAddressCodeRequestTypeID,
|
|
"getRecoveryEmailAddress": GetRecoveryEmailAddressRequestTypeID,
|
|
"setRecoveryEmailAddress": SetRecoveryEmailAddressRequestTypeID,
|
|
"checkRecoveryEmailAddressCode": CheckRecoveryEmailAddressCodeRequestTypeID,
|
|
"resendRecoveryEmailAddressCode": ResendRecoveryEmailAddressCodeRequestTypeID,
|
|
"cancelRecoveryEmailAddressVerification": CancelRecoveryEmailAddressVerificationRequestTypeID,
|
|
"requestPasswordRecovery": RequestPasswordRecoveryRequestTypeID,
|
|
"checkPasswordRecoveryCode": CheckPasswordRecoveryCodeRequestTypeID,
|
|
"recoverPassword": RecoverPasswordRequestTypeID,
|
|
"resetPassword": ResetPasswordRequestTypeID,
|
|
"cancelPasswordReset": CancelPasswordResetRequestTypeID,
|
|
"createTemporaryPassword": CreateTemporaryPasswordRequestTypeID,
|
|
"getTemporaryPasswordState": GetTemporaryPasswordStateRequestTypeID,
|
|
"getMe": GetMeRequestTypeID,
|
|
"getUser": GetUserRequestTypeID,
|
|
"getUserFullInfo": GetUserFullInfoRequestTypeID,
|
|
"getBasicGroup": GetBasicGroupRequestTypeID,
|
|
"getBasicGroupFullInfo": GetBasicGroupFullInfoRequestTypeID,
|
|
"getSupergroup": GetSupergroupRequestTypeID,
|
|
"getSupergroupFullInfo": GetSupergroupFullInfoRequestTypeID,
|
|
"getSecretChat": GetSecretChatRequestTypeID,
|
|
"getChat": GetChatRequestTypeID,
|
|
"getMessage": GetMessageRequestTypeID,
|
|
"getMessageLocally": GetMessageLocallyRequestTypeID,
|
|
"getRepliedMessage": GetRepliedMessageRequestTypeID,
|
|
"getChatPinnedMessage": GetChatPinnedMessageRequestTypeID,
|
|
"getCallbackQueryMessage": GetCallbackQueryMessageRequestTypeID,
|
|
"getMessages": GetMessagesRequestTypeID,
|
|
"getMessageProperties": GetMessagePropertiesRequestTypeID,
|
|
"getMessageThread": GetMessageThreadRequestTypeID,
|
|
"getMessageReadDate": GetMessageReadDateRequestTypeID,
|
|
"getMessageViewers": GetMessageViewersRequestTypeID,
|
|
"getMessageAuthor": GetMessageAuthorRequestTypeID,
|
|
"getFile": GetFileRequestTypeID,
|
|
"getRemoteFile": GetRemoteFileRequestTypeID,
|
|
"loadChats": LoadChatsRequestTypeID,
|
|
"getChats": GetChatsRequestTypeID,
|
|
"searchPublicChat": SearchPublicChatRequestTypeID,
|
|
"searchPublicChats": SearchPublicChatsRequestTypeID,
|
|
"searchChats": SearchChatsRequestTypeID,
|
|
"searchChatsOnServer": SearchChatsOnServerRequestTypeID,
|
|
"getRecommendedChats": GetRecommendedChatsRequestTypeID,
|
|
"getChatSimilarChats": GetChatSimilarChatsRequestTypeID,
|
|
"getChatSimilarChatCount": GetChatSimilarChatCountRequestTypeID,
|
|
"openChatSimilarChat": OpenChatSimilarChatRequestTypeID,
|
|
"getBotSimilarBots": GetBotSimilarBotsRequestTypeID,
|
|
"getBotSimilarBotCount": GetBotSimilarBotCountRequestTypeID,
|
|
"openBotSimilarBot": OpenBotSimilarBotRequestTypeID,
|
|
"getTopChats": GetTopChatsRequestTypeID,
|
|
"removeTopChat": RemoveTopChatRequestTypeID,
|
|
"searchRecentlyFoundChats": SearchRecentlyFoundChatsRequestTypeID,
|
|
"addRecentlyFoundChat": AddRecentlyFoundChatRequestTypeID,
|
|
"removeRecentlyFoundChat": RemoveRecentlyFoundChatRequestTypeID,
|
|
"clearRecentlyFoundChats": ClearRecentlyFoundChatsRequestTypeID,
|
|
"getRecentlyOpenedChats": GetRecentlyOpenedChatsRequestTypeID,
|
|
"checkChatUsername": CheckChatUsernameRequestTypeID,
|
|
"getCreatedPublicChats": GetCreatedPublicChatsRequestTypeID,
|
|
"checkCreatedPublicChatsLimit": CheckCreatedPublicChatsLimitRequestTypeID,
|
|
"getSuitableDiscussionChats": GetSuitableDiscussionChatsRequestTypeID,
|
|
"getInactiveSupergroupChats": GetInactiveSupergroupChatsRequestTypeID,
|
|
"getSuitablePersonalChats": GetSuitablePersonalChatsRequestTypeID,
|
|
"loadDirectMessagesChatTopics": LoadDirectMessagesChatTopicsRequestTypeID,
|
|
"getDirectMessagesChatTopic": GetDirectMessagesChatTopicRequestTypeID,
|
|
"getDirectMessagesChatTopicHistory": GetDirectMessagesChatTopicHistoryRequestTypeID,
|
|
"getDirectMessagesChatTopicMessageByDate": GetDirectMessagesChatTopicMessageByDateRequestTypeID,
|
|
"deleteDirectMessagesChatTopicHistory": DeleteDirectMessagesChatTopicHistoryRequestTypeID,
|
|
"deleteDirectMessagesChatTopicMessagesByDate": DeleteDirectMessagesChatTopicMessagesByDateRequestTypeID,
|
|
"setDirectMessagesChatTopicIsMarkedAsUnread": SetDirectMessagesChatTopicIsMarkedAsUnreadRequestTypeID,
|
|
"setDirectMessagesChatTopicDraftMessage": SetDirectMessagesChatTopicDraftMessageRequestTypeID,
|
|
"unpinAllDirectMessagesChatTopicMessages": UnpinAllDirectMessagesChatTopicMessagesRequestTypeID,
|
|
"readAllDirectMessagesChatTopicReactions": ReadAllDirectMessagesChatTopicReactionsRequestTypeID,
|
|
"loadSavedMessagesTopics": LoadSavedMessagesTopicsRequestTypeID,
|
|
"getSavedMessagesTopicHistory": GetSavedMessagesTopicHistoryRequestTypeID,
|
|
"getSavedMessagesTopicMessageByDate": GetSavedMessagesTopicMessageByDateRequestTypeID,
|
|
"deleteSavedMessagesTopicHistory": DeleteSavedMessagesTopicHistoryRequestTypeID,
|
|
"deleteSavedMessagesTopicMessagesByDate": DeleteSavedMessagesTopicMessagesByDateRequestTypeID,
|
|
"toggleSavedMessagesTopicIsPinned": ToggleSavedMessagesTopicIsPinnedRequestTypeID,
|
|
"setPinnedSavedMessagesTopics": SetPinnedSavedMessagesTopicsRequestTypeID,
|
|
"getGroupsInCommon": GetGroupsInCommonRequestTypeID,
|
|
"getChatHistory": GetChatHistoryRequestTypeID,
|
|
"getMessageThreadHistory": GetMessageThreadHistoryRequestTypeID,
|
|
"deleteChatHistory": DeleteChatHistoryRequestTypeID,
|
|
"deleteChat": DeleteChatRequestTypeID,
|
|
"searchChatMessages": SearchChatMessagesRequestTypeID,
|
|
"searchMessages": SearchMessagesRequestTypeID,
|
|
"searchSecretMessages": SearchSecretMessagesRequestTypeID,
|
|
"searchSavedMessages": SearchSavedMessagesRequestTypeID,
|
|
"searchCallMessages": SearchCallMessagesRequestTypeID,
|
|
"searchOutgoingDocumentMessages": SearchOutgoingDocumentMessagesRequestTypeID,
|
|
"searchPublicMessagesByTag": SearchPublicMessagesByTagRequestTypeID,
|
|
"searchPublicStoriesByTag": SearchPublicStoriesByTagRequestTypeID,
|
|
"searchPublicStoriesByLocation": SearchPublicStoriesByLocationRequestTypeID,
|
|
"searchPublicStoriesByVenue": SearchPublicStoriesByVenueRequestTypeID,
|
|
"getSearchedForTags": GetSearchedForTagsRequestTypeID,
|
|
"removeSearchedForTag": RemoveSearchedForTagRequestTypeID,
|
|
"clearSearchedForTags": ClearSearchedForTagsRequestTypeID,
|
|
"deleteAllCallMessages": DeleteAllCallMessagesRequestTypeID,
|
|
"searchChatRecentLocationMessages": SearchChatRecentLocationMessagesRequestTypeID,
|
|
"getChatMessageByDate": GetChatMessageByDateRequestTypeID,
|
|
"getChatSparseMessagePositions": GetChatSparseMessagePositionsRequestTypeID,
|
|
"getChatMessageCalendar": GetChatMessageCalendarRequestTypeID,
|
|
"getChatMessageCount": GetChatMessageCountRequestTypeID,
|
|
"getChatMessagePosition": GetChatMessagePositionRequestTypeID,
|
|
"getChatScheduledMessages": GetChatScheduledMessagesRequestTypeID,
|
|
"getChatSponsoredMessages": GetChatSponsoredMessagesRequestTypeID,
|
|
"clickChatSponsoredMessage": ClickChatSponsoredMessageRequestTypeID,
|
|
"reportChatSponsoredMessage": ReportChatSponsoredMessageRequestTypeID,
|
|
"getSearchSponsoredChats": GetSearchSponsoredChatsRequestTypeID,
|
|
"viewSponsoredChat": ViewSponsoredChatRequestTypeID,
|
|
"openSponsoredChat": OpenSponsoredChatRequestTypeID,
|
|
"reportSponsoredChat": ReportSponsoredChatRequestTypeID,
|
|
"removeNotification": RemoveNotificationRequestTypeID,
|
|
"removeNotificationGroup": RemoveNotificationGroupRequestTypeID,
|
|
"getMessageLink": GetMessageLinkRequestTypeID,
|
|
"getMessageEmbeddingCode": GetMessageEmbeddingCodeRequestTypeID,
|
|
"getMessageLinkInfo": GetMessageLinkInfoRequestTypeID,
|
|
"translateText": TranslateTextRequestTypeID,
|
|
"translateMessageText": TranslateMessageTextRequestTypeID,
|
|
"recognizeSpeech": RecognizeSpeechRequestTypeID,
|
|
"rateSpeechRecognition": RateSpeechRecognitionRequestTypeID,
|
|
"getChatAvailableMessageSenders": GetChatAvailableMessageSendersRequestTypeID,
|
|
"setChatMessageSender": SetChatMessageSenderRequestTypeID,
|
|
"sendMessage": SendMessageRequestTypeID,
|
|
"sendMessageAlbum": SendMessageAlbumRequestTypeID,
|
|
"sendBotStartMessage": SendBotStartMessageRequestTypeID,
|
|
"sendInlineQueryResultMessage": SendInlineQueryResultMessageRequestTypeID,
|
|
"forwardMessages": ForwardMessagesRequestTypeID,
|
|
"sendQuickReplyShortcutMessages": SendQuickReplyShortcutMessagesRequestTypeID,
|
|
"resendMessages": ResendMessagesRequestTypeID,
|
|
"addLocalMessage": AddLocalMessageRequestTypeID,
|
|
"deleteMessages": DeleteMessagesRequestTypeID,
|
|
"deleteChatMessagesBySender": DeleteChatMessagesBySenderRequestTypeID,
|
|
"deleteChatMessagesByDate": DeleteChatMessagesByDateRequestTypeID,
|
|
"editMessageText": EditMessageTextRequestTypeID,
|
|
"editMessageLiveLocation": EditMessageLiveLocationRequestTypeID,
|
|
"editMessageMedia": EditMessageMediaRequestTypeID,
|
|
"editMessageCaption": EditMessageCaptionRequestTypeID,
|
|
"editMessageReplyMarkup": EditMessageReplyMarkupRequestTypeID,
|
|
"editInlineMessageText": EditInlineMessageTextRequestTypeID,
|
|
"editInlineMessageLiveLocation": EditInlineMessageLiveLocationRequestTypeID,
|
|
"editInlineMessageMedia": EditInlineMessageMediaRequestTypeID,
|
|
"editInlineMessageCaption": EditInlineMessageCaptionRequestTypeID,
|
|
"editInlineMessageReplyMarkup": EditInlineMessageReplyMarkupRequestTypeID,
|
|
"editMessageSchedulingState": EditMessageSchedulingStateRequestTypeID,
|
|
"setMessageFactCheck": SetMessageFactCheckRequestTypeID,
|
|
"sendBusinessMessage": SendBusinessMessageRequestTypeID,
|
|
"sendBusinessMessageAlbum": SendBusinessMessageAlbumRequestTypeID,
|
|
"editBusinessMessageText": EditBusinessMessageTextRequestTypeID,
|
|
"editBusinessMessageLiveLocation": EditBusinessMessageLiveLocationRequestTypeID,
|
|
"editBusinessMessageMedia": EditBusinessMessageMediaRequestTypeID,
|
|
"editBusinessMessageCaption": EditBusinessMessageCaptionRequestTypeID,
|
|
"editBusinessMessageReplyMarkup": EditBusinessMessageReplyMarkupRequestTypeID,
|
|
"stopBusinessPoll": StopBusinessPollRequestTypeID,
|
|
"setBusinessMessageIsPinned": SetBusinessMessageIsPinnedRequestTypeID,
|
|
"readBusinessMessage": ReadBusinessMessageRequestTypeID,
|
|
"deleteBusinessMessages": DeleteBusinessMessagesRequestTypeID,
|
|
"editBusinessStory": EditBusinessStoryRequestTypeID,
|
|
"deleteBusinessStory": DeleteBusinessStoryRequestTypeID,
|
|
"setBusinessAccountName": SetBusinessAccountNameRequestTypeID,
|
|
"setBusinessAccountBio": SetBusinessAccountBioRequestTypeID,
|
|
"setBusinessAccountProfilePhoto": SetBusinessAccountProfilePhotoRequestTypeID,
|
|
"setBusinessAccountUsername": SetBusinessAccountUsernameRequestTypeID,
|
|
"setBusinessAccountGiftSettings": SetBusinessAccountGiftSettingsRequestTypeID,
|
|
"getBusinessAccountStarAmount": GetBusinessAccountStarAmountRequestTypeID,
|
|
"transferBusinessAccountStars": TransferBusinessAccountStarsRequestTypeID,
|
|
"checkQuickReplyShortcutName": CheckQuickReplyShortcutNameRequestTypeID,
|
|
"loadQuickReplyShortcuts": LoadQuickReplyShortcutsRequestTypeID,
|
|
"setQuickReplyShortcutName": SetQuickReplyShortcutNameRequestTypeID,
|
|
"deleteQuickReplyShortcut": DeleteQuickReplyShortcutRequestTypeID,
|
|
"reorderQuickReplyShortcuts": ReorderQuickReplyShortcutsRequestTypeID,
|
|
"loadQuickReplyShortcutMessages": LoadQuickReplyShortcutMessagesRequestTypeID,
|
|
"deleteQuickReplyShortcutMessages": DeleteQuickReplyShortcutMessagesRequestTypeID,
|
|
"addQuickReplyShortcutMessage": AddQuickReplyShortcutMessageRequestTypeID,
|
|
"addQuickReplyShortcutInlineQueryResultMessage": AddQuickReplyShortcutInlineQueryResultMessageRequestTypeID,
|
|
"addQuickReplyShortcutMessageAlbum": AddQuickReplyShortcutMessageAlbumRequestTypeID,
|
|
"readdQuickReplyShortcutMessages": ReaddQuickReplyShortcutMessagesRequestTypeID,
|
|
"editQuickReplyMessage": EditQuickReplyMessageRequestTypeID,
|
|
"getForumTopicDefaultIcons": GetForumTopicDefaultIconsRequestTypeID,
|
|
"createForumTopic": CreateForumTopicRequestTypeID,
|
|
"editForumTopic": EditForumTopicRequestTypeID,
|
|
"getForumTopic": GetForumTopicRequestTypeID,
|
|
"getForumTopicLink": GetForumTopicLinkRequestTypeID,
|
|
"getForumTopics": GetForumTopicsRequestTypeID,
|
|
"setForumTopicNotificationSettings": SetForumTopicNotificationSettingsRequestTypeID,
|
|
"toggleForumTopicIsClosed": ToggleForumTopicIsClosedRequestTypeID,
|
|
"toggleGeneralForumTopicIsHidden": ToggleGeneralForumTopicIsHiddenRequestTypeID,
|
|
"toggleForumTopicIsPinned": ToggleForumTopicIsPinnedRequestTypeID,
|
|
"setPinnedForumTopics": SetPinnedForumTopicsRequestTypeID,
|
|
"deleteForumTopic": DeleteForumTopicRequestTypeID,
|
|
"getEmojiReaction": GetEmojiReactionRequestTypeID,
|
|
"getCustomEmojiReactionAnimations": GetCustomEmojiReactionAnimationsRequestTypeID,
|
|
"getMessageAvailableReactions": GetMessageAvailableReactionsRequestTypeID,
|
|
"clearRecentReactions": ClearRecentReactionsRequestTypeID,
|
|
"addMessageReaction": AddMessageReactionRequestTypeID,
|
|
"removeMessageReaction": RemoveMessageReactionRequestTypeID,
|
|
"getChatAvailablePaidMessageReactionSenders": GetChatAvailablePaidMessageReactionSendersRequestTypeID,
|
|
"addPendingPaidMessageReaction": AddPendingPaidMessageReactionRequestTypeID,
|
|
"commitPendingPaidMessageReactions": CommitPendingPaidMessageReactionsRequestTypeID,
|
|
"removePendingPaidMessageReactions": RemovePendingPaidMessageReactionsRequestTypeID,
|
|
"setPaidMessageReactionType": SetPaidMessageReactionTypeRequestTypeID,
|
|
"setMessageReactions": SetMessageReactionsRequestTypeID,
|
|
"getMessageAddedReactions": GetMessageAddedReactionsRequestTypeID,
|
|
"setDefaultReactionType": SetDefaultReactionTypeRequestTypeID,
|
|
"getSavedMessagesTags": GetSavedMessagesTagsRequestTypeID,
|
|
"setSavedMessagesTagLabel": SetSavedMessagesTagLabelRequestTypeID,
|
|
"getMessageEffect": GetMessageEffectRequestTypeID,
|
|
"searchQuote": SearchQuoteRequestTypeID,
|
|
"getTextEntities": GetTextEntitiesRequestTypeID,
|
|
"parseTextEntities": ParseTextEntitiesRequestTypeID,
|
|
"parseMarkdown": ParseMarkdownRequestTypeID,
|
|
"getMarkdownText": GetMarkdownTextRequestTypeID,
|
|
"getCountryFlagEmoji": GetCountryFlagEmojiRequestTypeID,
|
|
"getFileMimeType": GetFileMimeTypeRequestTypeID,
|
|
"getFileExtension": GetFileExtensionRequestTypeID,
|
|
"cleanFileName": CleanFileNameRequestTypeID,
|
|
"getLanguagePackString": GetLanguagePackStringRequestTypeID,
|
|
"getJsonValue": GetJSONValueRequestTypeID,
|
|
"getJsonString": GetJSONStringRequestTypeID,
|
|
"getThemeParametersJsonString": GetThemeParametersJSONStringRequestTypeID,
|
|
"setPollAnswer": SetPollAnswerRequestTypeID,
|
|
"getPollVoters": GetPollVotersRequestTypeID,
|
|
"stopPoll": StopPollRequestTypeID,
|
|
"hideSuggestedAction": HideSuggestedActionRequestTypeID,
|
|
"hideContactCloseBirthdays": HideContactCloseBirthdaysRequestTypeID,
|
|
"getBusinessConnection": GetBusinessConnectionRequestTypeID,
|
|
"getLoginUrlInfo": GetLoginURLInfoRequestTypeID,
|
|
"getLoginUrl": GetLoginURLRequestTypeID,
|
|
"shareUsersWithBot": ShareUsersWithBotRequestTypeID,
|
|
"shareChatWithBot": ShareChatWithBotRequestTypeID,
|
|
"getInlineQueryResults": GetInlineQueryResultsRequestTypeID,
|
|
"answerInlineQuery": AnswerInlineQueryRequestTypeID,
|
|
"savePreparedInlineMessage": SavePreparedInlineMessageRequestTypeID,
|
|
"getPreparedInlineMessage": GetPreparedInlineMessageRequestTypeID,
|
|
"getGrossingWebAppBots": GetGrossingWebAppBotsRequestTypeID,
|
|
"searchWebApp": SearchWebAppRequestTypeID,
|
|
"getWebAppPlaceholder": GetWebAppPlaceholderRequestTypeID,
|
|
"getWebAppLinkUrl": GetWebAppLinkURLRequestTypeID,
|
|
"getMainWebApp": GetMainWebAppRequestTypeID,
|
|
"getWebAppUrl": GetWebAppURLRequestTypeID,
|
|
"sendWebAppData": SendWebAppDataRequestTypeID,
|
|
"openWebApp": OpenWebAppRequestTypeID,
|
|
"closeWebApp": CloseWebAppRequestTypeID,
|
|
"answerWebAppQuery": AnswerWebAppQueryRequestTypeID,
|
|
"checkWebAppFileDownload": CheckWebAppFileDownloadRequestTypeID,
|
|
"getCallbackQueryAnswer": GetCallbackQueryAnswerRequestTypeID,
|
|
"answerCallbackQuery": AnswerCallbackQueryRequestTypeID,
|
|
"answerShippingQuery": AnswerShippingQueryRequestTypeID,
|
|
"answerPreCheckoutQuery": AnswerPreCheckoutQueryRequestTypeID,
|
|
"setGameScore": SetGameScoreRequestTypeID,
|
|
"setInlineGameScore": SetInlineGameScoreRequestTypeID,
|
|
"getGameHighScores": GetGameHighScoresRequestTypeID,
|
|
"getInlineGameHighScores": GetInlineGameHighScoresRequestTypeID,
|
|
"deleteChatReplyMarkup": DeleteChatReplyMarkupRequestTypeID,
|
|
"sendChatAction": SendChatActionRequestTypeID,
|
|
"openChat": OpenChatRequestTypeID,
|
|
"closeChat": CloseChatRequestTypeID,
|
|
"viewMessages": ViewMessagesRequestTypeID,
|
|
"openMessageContent": OpenMessageContentRequestTypeID,
|
|
"clickAnimatedEmojiMessage": ClickAnimatedEmojiMessageRequestTypeID,
|
|
"getInternalLink": GetInternalLinkRequestTypeID,
|
|
"getInternalLinkType": GetInternalLinkTypeRequestTypeID,
|
|
"getExternalLinkInfo": GetExternalLinkInfoRequestTypeID,
|
|
"getExternalLink": GetExternalLinkRequestTypeID,
|
|
"readAllChatMentions": ReadAllChatMentionsRequestTypeID,
|
|
"readAllMessageThreadMentions": ReadAllMessageThreadMentionsRequestTypeID,
|
|
"readAllChatReactions": ReadAllChatReactionsRequestTypeID,
|
|
"readAllMessageThreadReactions": ReadAllMessageThreadReactionsRequestTypeID,
|
|
"createPrivateChat": CreatePrivateChatRequestTypeID,
|
|
"createBasicGroupChat": CreateBasicGroupChatRequestTypeID,
|
|
"createSupergroupChat": CreateSupergroupChatRequestTypeID,
|
|
"createSecretChat": CreateSecretChatRequestTypeID,
|
|
"createNewBasicGroupChat": CreateNewBasicGroupChatRequestTypeID,
|
|
"createNewSupergroupChat": CreateNewSupergroupChatRequestTypeID,
|
|
"createNewSecretChat": CreateNewSecretChatRequestTypeID,
|
|
"upgradeBasicGroupChatToSupergroupChat": UpgradeBasicGroupChatToSupergroupChatRequestTypeID,
|
|
"getChatListsToAddChat": GetChatListsToAddChatRequestTypeID,
|
|
"addChatToList": AddChatToListRequestTypeID,
|
|
"getChatFolder": GetChatFolderRequestTypeID,
|
|
"createChatFolder": CreateChatFolderRequestTypeID,
|
|
"editChatFolder": EditChatFolderRequestTypeID,
|
|
"deleteChatFolder": DeleteChatFolderRequestTypeID,
|
|
"getChatFolderChatsToLeave": GetChatFolderChatsToLeaveRequestTypeID,
|
|
"getChatFolderChatCount": GetChatFolderChatCountRequestTypeID,
|
|
"reorderChatFolders": ReorderChatFoldersRequestTypeID,
|
|
"toggleChatFolderTags": ToggleChatFolderTagsRequestTypeID,
|
|
"getRecommendedChatFolders": GetRecommendedChatFoldersRequestTypeID,
|
|
"getChatFolderDefaultIconName": GetChatFolderDefaultIconNameRequestTypeID,
|
|
"getChatsForChatFolderInviteLink": GetChatsForChatFolderInviteLinkRequestTypeID,
|
|
"createChatFolderInviteLink": CreateChatFolderInviteLinkRequestTypeID,
|
|
"getChatFolderInviteLinks": GetChatFolderInviteLinksRequestTypeID,
|
|
"editChatFolderInviteLink": EditChatFolderInviteLinkRequestTypeID,
|
|
"deleteChatFolderInviteLink": DeleteChatFolderInviteLinkRequestTypeID,
|
|
"checkChatFolderInviteLink": CheckChatFolderInviteLinkRequestTypeID,
|
|
"addChatFolderByInviteLink": AddChatFolderByInviteLinkRequestTypeID,
|
|
"getChatFolderNewChats": GetChatFolderNewChatsRequestTypeID,
|
|
"processChatFolderNewChats": ProcessChatFolderNewChatsRequestTypeID,
|
|
"getArchiveChatListSettings": GetArchiveChatListSettingsRequestTypeID,
|
|
"setArchiveChatListSettings": SetArchiveChatListSettingsRequestTypeID,
|
|
"setChatTitle": SetChatTitleRequestTypeID,
|
|
"setChatPhoto": SetChatPhotoRequestTypeID,
|
|
"setChatAccentColor": SetChatAccentColorRequestTypeID,
|
|
"setChatProfileAccentColor": SetChatProfileAccentColorRequestTypeID,
|
|
"setChatMessageAutoDeleteTime": SetChatMessageAutoDeleteTimeRequestTypeID,
|
|
"setChatEmojiStatus": SetChatEmojiStatusRequestTypeID,
|
|
"setChatPermissions": SetChatPermissionsRequestTypeID,
|
|
"setChatBackground": SetChatBackgroundRequestTypeID,
|
|
"deleteChatBackground": DeleteChatBackgroundRequestTypeID,
|
|
"setChatTheme": SetChatThemeRequestTypeID,
|
|
"setChatDraftMessage": SetChatDraftMessageRequestTypeID,
|
|
"setChatNotificationSettings": SetChatNotificationSettingsRequestTypeID,
|
|
"toggleChatHasProtectedContent": ToggleChatHasProtectedContentRequestTypeID,
|
|
"toggleChatViewAsTopics": ToggleChatViewAsTopicsRequestTypeID,
|
|
"toggleChatIsTranslatable": ToggleChatIsTranslatableRequestTypeID,
|
|
"toggleChatIsMarkedAsUnread": ToggleChatIsMarkedAsUnreadRequestTypeID,
|
|
"toggleChatDefaultDisableNotification": ToggleChatDefaultDisableNotificationRequestTypeID,
|
|
"setChatAvailableReactions": SetChatAvailableReactionsRequestTypeID,
|
|
"setChatClientData": SetChatClientDataRequestTypeID,
|
|
"setChatDescription": SetChatDescriptionRequestTypeID,
|
|
"setChatDiscussionGroup": SetChatDiscussionGroupRequestTypeID,
|
|
"setChatDirectMessagesGroup": SetChatDirectMessagesGroupRequestTypeID,
|
|
"setChatLocation": SetChatLocationRequestTypeID,
|
|
"setChatSlowModeDelay": SetChatSlowModeDelayRequestTypeID,
|
|
"pinChatMessage": PinChatMessageRequestTypeID,
|
|
"unpinChatMessage": UnpinChatMessageRequestTypeID,
|
|
"unpinAllChatMessages": UnpinAllChatMessagesRequestTypeID,
|
|
"unpinAllMessageThreadMessages": UnpinAllMessageThreadMessagesRequestTypeID,
|
|
"joinChat": JoinChatRequestTypeID,
|
|
"leaveChat": LeaveChatRequestTypeID,
|
|
"addChatMember": AddChatMemberRequestTypeID,
|
|
"addChatMembers": AddChatMembersRequestTypeID,
|
|
"setChatMemberStatus": SetChatMemberStatusRequestTypeID,
|
|
"banChatMember": BanChatMemberRequestTypeID,
|
|
"canTransferOwnership": CanTransferOwnershipRequestTypeID,
|
|
"transferChatOwnership": TransferChatOwnershipRequestTypeID,
|
|
"getChatMember": GetChatMemberRequestTypeID,
|
|
"searchChatMembers": SearchChatMembersRequestTypeID,
|
|
"getChatAdministrators": GetChatAdministratorsRequestTypeID,
|
|
"clearAllDraftMessages": ClearAllDraftMessagesRequestTypeID,
|
|
"getSavedNotificationSound": GetSavedNotificationSoundRequestTypeID,
|
|
"getSavedNotificationSounds": GetSavedNotificationSoundsRequestTypeID,
|
|
"addSavedNotificationSound": AddSavedNotificationSoundRequestTypeID,
|
|
"removeSavedNotificationSound": RemoveSavedNotificationSoundRequestTypeID,
|
|
"getChatNotificationSettingsExceptions": GetChatNotificationSettingsExceptionsRequestTypeID,
|
|
"getScopeNotificationSettings": GetScopeNotificationSettingsRequestTypeID,
|
|
"setScopeNotificationSettings": SetScopeNotificationSettingsRequestTypeID,
|
|
"setReactionNotificationSettings": SetReactionNotificationSettingsRequestTypeID,
|
|
"resetAllNotificationSettings": ResetAllNotificationSettingsRequestTypeID,
|
|
"toggleChatIsPinned": ToggleChatIsPinnedRequestTypeID,
|
|
"setPinnedChats": SetPinnedChatsRequestTypeID,
|
|
"readChatList": ReadChatListRequestTypeID,
|
|
"getCurrentWeather": GetCurrentWeatherRequestTypeID,
|
|
"getStory": GetStoryRequestTypeID,
|
|
"getChatsToPostStories": GetChatsToPostStoriesRequestTypeID,
|
|
"canPostStory": CanPostStoryRequestTypeID,
|
|
"postStory": PostStoryRequestTypeID,
|
|
"editStory": EditStoryRequestTypeID,
|
|
"editStoryCover": EditStoryCoverRequestTypeID,
|
|
"setStoryPrivacySettings": SetStoryPrivacySettingsRequestTypeID,
|
|
"toggleStoryIsPostedToChatPage": ToggleStoryIsPostedToChatPageRequestTypeID,
|
|
"deleteStory": DeleteStoryRequestTypeID,
|
|
"getStoryNotificationSettingsExceptions": GetStoryNotificationSettingsExceptionsRequestTypeID,
|
|
"loadActiveStories": LoadActiveStoriesRequestTypeID,
|
|
"setChatActiveStoriesList": SetChatActiveStoriesListRequestTypeID,
|
|
"getChatActiveStories": GetChatActiveStoriesRequestTypeID,
|
|
"getChatPostedToChatPageStories": GetChatPostedToChatPageStoriesRequestTypeID,
|
|
"getChatArchivedStories": GetChatArchivedStoriesRequestTypeID,
|
|
"setChatPinnedStories": SetChatPinnedStoriesRequestTypeID,
|
|
"openStory": OpenStoryRequestTypeID,
|
|
"closeStory": CloseStoryRequestTypeID,
|
|
"getStoryAvailableReactions": GetStoryAvailableReactionsRequestTypeID,
|
|
"setStoryReaction": SetStoryReactionRequestTypeID,
|
|
"getStoryInteractions": GetStoryInteractionsRequestTypeID,
|
|
"getChatStoryInteractions": GetChatStoryInteractionsRequestTypeID,
|
|
"reportStory": ReportStoryRequestTypeID,
|
|
"activateStoryStealthMode": ActivateStoryStealthModeRequestTypeID,
|
|
"getStoryPublicForwards": GetStoryPublicForwardsRequestTypeID,
|
|
"getChatBoostLevelFeatures": GetChatBoostLevelFeaturesRequestTypeID,
|
|
"getChatBoostFeatures": GetChatBoostFeaturesRequestTypeID,
|
|
"getAvailableChatBoostSlots": GetAvailableChatBoostSlotsRequestTypeID,
|
|
"getChatBoostStatus": GetChatBoostStatusRequestTypeID,
|
|
"boostChat": BoostChatRequestTypeID,
|
|
"getChatBoostLink": GetChatBoostLinkRequestTypeID,
|
|
"getChatBoostLinkInfo": GetChatBoostLinkInfoRequestTypeID,
|
|
"getChatBoosts": GetChatBoostsRequestTypeID,
|
|
"getUserChatBoosts": GetUserChatBoostsRequestTypeID,
|
|
"getAttachmentMenuBot": GetAttachmentMenuBotRequestTypeID,
|
|
"toggleBotIsAddedToAttachmentMenu": ToggleBotIsAddedToAttachmentMenuRequestTypeID,
|
|
"getThemedEmojiStatuses": GetThemedEmojiStatusesRequestTypeID,
|
|
"getRecentEmojiStatuses": GetRecentEmojiStatusesRequestTypeID,
|
|
"getUpgradedGiftEmojiStatuses": GetUpgradedGiftEmojiStatusesRequestTypeID,
|
|
"getDefaultEmojiStatuses": GetDefaultEmojiStatusesRequestTypeID,
|
|
"clearRecentEmojiStatuses": ClearRecentEmojiStatusesRequestTypeID,
|
|
"getThemedChatEmojiStatuses": GetThemedChatEmojiStatusesRequestTypeID,
|
|
"getDefaultChatEmojiStatuses": GetDefaultChatEmojiStatusesRequestTypeID,
|
|
"getDisallowedChatEmojiStatuses": GetDisallowedChatEmojiStatusesRequestTypeID,
|
|
"downloadFile": DownloadFileRequestTypeID,
|
|
"getFileDownloadedPrefixSize": GetFileDownloadedPrefixSizeRequestTypeID,
|
|
"cancelDownloadFile": CancelDownloadFileRequestTypeID,
|
|
"getSuggestedFileName": GetSuggestedFileNameRequestTypeID,
|
|
"preliminaryUploadFile": PreliminaryUploadFileRequestTypeID,
|
|
"cancelPreliminaryUploadFile": CancelPreliminaryUploadFileRequestTypeID,
|
|
"writeGeneratedFilePart": WriteGeneratedFilePartRequestTypeID,
|
|
"setFileGenerationProgress": SetFileGenerationProgressRequestTypeID,
|
|
"finishFileGeneration": FinishFileGenerationRequestTypeID,
|
|
"readFilePart": ReadFilePartRequestTypeID,
|
|
"deleteFile": DeleteFileRequestTypeID,
|
|
"addFileToDownloads": AddFileToDownloadsRequestTypeID,
|
|
"toggleDownloadIsPaused": ToggleDownloadIsPausedRequestTypeID,
|
|
"toggleAllDownloadsArePaused": ToggleAllDownloadsArePausedRequestTypeID,
|
|
"removeFileFromDownloads": RemoveFileFromDownloadsRequestTypeID,
|
|
"removeAllFilesFromDownloads": RemoveAllFilesFromDownloadsRequestTypeID,
|
|
"searchFileDownloads": SearchFileDownloadsRequestTypeID,
|
|
"setApplicationVerificationToken": SetApplicationVerificationTokenRequestTypeID,
|
|
"getMessageFileType": GetMessageFileTypeRequestTypeID,
|
|
"getMessageImportConfirmationText": GetMessageImportConfirmationTextRequestTypeID,
|
|
"importMessages": ImportMessagesRequestTypeID,
|
|
"replacePrimaryChatInviteLink": ReplacePrimaryChatInviteLinkRequestTypeID,
|
|
"createChatInviteLink": CreateChatInviteLinkRequestTypeID,
|
|
"createChatSubscriptionInviteLink": CreateChatSubscriptionInviteLinkRequestTypeID,
|
|
"editChatInviteLink": EditChatInviteLinkRequestTypeID,
|
|
"editChatSubscriptionInviteLink": EditChatSubscriptionInviteLinkRequestTypeID,
|
|
"getChatInviteLink": GetChatInviteLinkRequestTypeID,
|
|
"getChatInviteLinkCounts": GetChatInviteLinkCountsRequestTypeID,
|
|
"getChatInviteLinks": GetChatInviteLinksRequestTypeID,
|
|
"getChatInviteLinkMembers": GetChatInviteLinkMembersRequestTypeID,
|
|
"revokeChatInviteLink": RevokeChatInviteLinkRequestTypeID,
|
|
"deleteRevokedChatInviteLink": DeleteRevokedChatInviteLinkRequestTypeID,
|
|
"deleteAllRevokedChatInviteLinks": DeleteAllRevokedChatInviteLinksRequestTypeID,
|
|
"checkChatInviteLink": CheckChatInviteLinkRequestTypeID,
|
|
"joinChatByInviteLink": JoinChatByInviteLinkRequestTypeID,
|
|
"getChatJoinRequests": GetChatJoinRequestsRequestTypeID,
|
|
"processChatJoinRequest": ProcessChatJoinRequestRequestTypeID,
|
|
"processChatJoinRequests": ProcessChatJoinRequestsRequestTypeID,
|
|
"createCall": CreateCallRequestTypeID,
|
|
"acceptCall": AcceptCallRequestTypeID,
|
|
"sendCallSignalingData": SendCallSignalingDataRequestTypeID,
|
|
"discardCall": DiscardCallRequestTypeID,
|
|
"sendCallRating": SendCallRatingRequestTypeID,
|
|
"sendCallDebugInformation": SendCallDebugInformationRequestTypeID,
|
|
"sendCallLog": SendCallLogRequestTypeID,
|
|
"getVideoChatAvailableParticipants": GetVideoChatAvailableParticipantsRequestTypeID,
|
|
"setVideoChatDefaultParticipant": SetVideoChatDefaultParticipantRequestTypeID,
|
|
"createVideoChat": CreateVideoChatRequestTypeID,
|
|
"createGroupCall": CreateGroupCallRequestTypeID,
|
|
"getVideoChatRtmpUrl": GetVideoChatRtmpURLRequestTypeID,
|
|
"replaceVideoChatRtmpUrl": ReplaceVideoChatRtmpURLRequestTypeID,
|
|
"getGroupCall": GetGroupCallRequestTypeID,
|
|
"startScheduledVideoChat": StartScheduledVideoChatRequestTypeID,
|
|
"toggleVideoChatEnabledStartNotification": ToggleVideoChatEnabledStartNotificationRequestTypeID,
|
|
"joinGroupCall": JoinGroupCallRequestTypeID,
|
|
"joinVideoChat": JoinVideoChatRequestTypeID,
|
|
"startGroupCallScreenSharing": StartGroupCallScreenSharingRequestTypeID,
|
|
"toggleGroupCallScreenSharingIsPaused": ToggleGroupCallScreenSharingIsPausedRequestTypeID,
|
|
"endGroupCallScreenSharing": EndGroupCallScreenSharingRequestTypeID,
|
|
"setVideoChatTitle": SetVideoChatTitleRequestTypeID,
|
|
"toggleVideoChatMuteNewParticipants": ToggleVideoChatMuteNewParticipantsRequestTypeID,
|
|
"inviteGroupCallParticipant": InviteGroupCallParticipantRequestTypeID,
|
|
"declineGroupCallInvitation": DeclineGroupCallInvitationRequestTypeID,
|
|
"banGroupCallParticipants": BanGroupCallParticipantsRequestTypeID,
|
|
"inviteVideoChatParticipants": InviteVideoChatParticipantsRequestTypeID,
|
|
"getVideoChatInviteLink": GetVideoChatInviteLinkRequestTypeID,
|
|
"revokeGroupCallInviteLink": RevokeGroupCallInviteLinkRequestTypeID,
|
|
"startGroupCallRecording": StartGroupCallRecordingRequestTypeID,
|
|
"endGroupCallRecording": EndGroupCallRecordingRequestTypeID,
|
|
"toggleGroupCallIsMyVideoPaused": ToggleGroupCallIsMyVideoPausedRequestTypeID,
|
|
"toggleGroupCallIsMyVideoEnabled": ToggleGroupCallIsMyVideoEnabledRequestTypeID,
|
|
"setGroupCallParticipantIsSpeaking": SetGroupCallParticipantIsSpeakingRequestTypeID,
|
|
"toggleGroupCallParticipantIsMuted": ToggleGroupCallParticipantIsMutedRequestTypeID,
|
|
"setGroupCallParticipantVolumeLevel": SetGroupCallParticipantVolumeLevelRequestTypeID,
|
|
"toggleGroupCallParticipantIsHandRaised": ToggleGroupCallParticipantIsHandRaisedRequestTypeID,
|
|
"getGroupCallParticipants": GetGroupCallParticipantsRequestTypeID,
|
|
"loadGroupCallParticipants": LoadGroupCallParticipantsRequestTypeID,
|
|
"leaveGroupCall": LeaveGroupCallRequestTypeID,
|
|
"endGroupCall": EndGroupCallRequestTypeID,
|
|
"getVideoChatStreams": GetVideoChatStreamsRequestTypeID,
|
|
"getVideoChatStreamSegment": GetVideoChatStreamSegmentRequestTypeID,
|
|
"encryptGroupCallData": EncryptGroupCallDataRequestTypeID,
|
|
"decryptGroupCallData": DecryptGroupCallDataRequestTypeID,
|
|
"setMessageSenderBlockList": SetMessageSenderBlockListRequestTypeID,
|
|
"blockMessageSenderFromReplies": BlockMessageSenderFromRepliesRequestTypeID,
|
|
"getBlockedMessageSenders": GetBlockedMessageSendersRequestTypeID,
|
|
"addContact": AddContactRequestTypeID,
|
|
"importContacts": ImportContactsRequestTypeID,
|
|
"getContacts": GetContactsRequestTypeID,
|
|
"searchContacts": SearchContactsRequestTypeID,
|
|
"removeContacts": RemoveContactsRequestTypeID,
|
|
"getImportedContactCount": GetImportedContactCountRequestTypeID,
|
|
"changeImportedContacts": ChangeImportedContactsRequestTypeID,
|
|
"clearImportedContacts": ClearImportedContactsRequestTypeID,
|
|
"setCloseFriends": SetCloseFriendsRequestTypeID,
|
|
"getCloseFriends": GetCloseFriendsRequestTypeID,
|
|
"setUserPersonalProfilePhoto": SetUserPersonalProfilePhotoRequestTypeID,
|
|
"suggestUserProfilePhoto": SuggestUserProfilePhotoRequestTypeID,
|
|
"toggleBotCanManageEmojiStatus": ToggleBotCanManageEmojiStatusRequestTypeID,
|
|
"setUserEmojiStatus": SetUserEmojiStatusRequestTypeID,
|
|
"searchUserByPhoneNumber": SearchUserByPhoneNumberRequestTypeID,
|
|
"sharePhoneNumber": SharePhoneNumberRequestTypeID,
|
|
"getUserProfilePhotos": GetUserProfilePhotosRequestTypeID,
|
|
"getStickerOutline": GetStickerOutlineRequestTypeID,
|
|
"getStickers": GetStickersRequestTypeID,
|
|
"getAllStickerEmojis": GetAllStickerEmojisRequestTypeID,
|
|
"searchStickers": SearchStickersRequestTypeID,
|
|
"getGreetingStickers": GetGreetingStickersRequestTypeID,
|
|
"getPremiumStickers": GetPremiumStickersRequestTypeID,
|
|
"getInstalledStickerSets": GetInstalledStickerSetsRequestTypeID,
|
|
"getArchivedStickerSets": GetArchivedStickerSetsRequestTypeID,
|
|
"getTrendingStickerSets": GetTrendingStickerSetsRequestTypeID,
|
|
"getAttachedStickerSets": GetAttachedStickerSetsRequestTypeID,
|
|
"getStickerSet": GetStickerSetRequestTypeID,
|
|
"getStickerSetName": GetStickerSetNameRequestTypeID,
|
|
"searchStickerSet": SearchStickerSetRequestTypeID,
|
|
"searchInstalledStickerSets": SearchInstalledStickerSetsRequestTypeID,
|
|
"searchStickerSets": SearchStickerSetsRequestTypeID,
|
|
"changeStickerSet": ChangeStickerSetRequestTypeID,
|
|
"viewTrendingStickerSets": ViewTrendingStickerSetsRequestTypeID,
|
|
"reorderInstalledStickerSets": ReorderInstalledStickerSetsRequestTypeID,
|
|
"getRecentStickers": GetRecentStickersRequestTypeID,
|
|
"addRecentSticker": AddRecentStickerRequestTypeID,
|
|
"removeRecentSticker": RemoveRecentStickerRequestTypeID,
|
|
"clearRecentStickers": ClearRecentStickersRequestTypeID,
|
|
"getFavoriteStickers": GetFavoriteStickersRequestTypeID,
|
|
"addFavoriteSticker": AddFavoriteStickerRequestTypeID,
|
|
"removeFavoriteSticker": RemoveFavoriteStickerRequestTypeID,
|
|
"getStickerEmojis": GetStickerEmojisRequestTypeID,
|
|
"searchEmojis": SearchEmojisRequestTypeID,
|
|
"getKeywordEmojis": GetKeywordEmojisRequestTypeID,
|
|
"getEmojiCategories": GetEmojiCategoriesRequestTypeID,
|
|
"getAnimatedEmoji": GetAnimatedEmojiRequestTypeID,
|
|
"getEmojiSuggestionsUrl": GetEmojiSuggestionsURLRequestTypeID,
|
|
"getCustomEmojiStickers": GetCustomEmojiStickersRequestTypeID,
|
|
"getDefaultChatPhotoCustomEmojiStickers": GetDefaultChatPhotoCustomEmojiStickersRequestTypeID,
|
|
"getDefaultProfilePhotoCustomEmojiStickers": GetDefaultProfilePhotoCustomEmojiStickersRequestTypeID,
|
|
"getDefaultBackgroundCustomEmojiStickers": GetDefaultBackgroundCustomEmojiStickersRequestTypeID,
|
|
"getSavedAnimations": GetSavedAnimationsRequestTypeID,
|
|
"addSavedAnimation": AddSavedAnimationRequestTypeID,
|
|
"removeSavedAnimation": RemoveSavedAnimationRequestTypeID,
|
|
"getRecentInlineBots": GetRecentInlineBotsRequestTypeID,
|
|
"getOwnedBots": GetOwnedBotsRequestTypeID,
|
|
"searchHashtags": SearchHashtagsRequestTypeID,
|
|
"removeRecentHashtag": RemoveRecentHashtagRequestTypeID,
|
|
"getLinkPreview": GetLinkPreviewRequestTypeID,
|
|
"getWebPageInstantView": GetWebPageInstantViewRequestTypeID,
|
|
"setProfilePhoto": SetProfilePhotoRequestTypeID,
|
|
"deleteProfilePhoto": DeleteProfilePhotoRequestTypeID,
|
|
"setAccentColor": SetAccentColorRequestTypeID,
|
|
"setProfileAccentColor": SetProfileAccentColorRequestTypeID,
|
|
"setName": SetNameRequestTypeID,
|
|
"setBio": SetBioRequestTypeID,
|
|
"setUsername": SetUsernameRequestTypeID,
|
|
"toggleUsernameIsActive": ToggleUsernameIsActiveRequestTypeID,
|
|
"reorderActiveUsernames": ReorderActiveUsernamesRequestTypeID,
|
|
"setBirthdate": SetBirthdateRequestTypeID,
|
|
"setPersonalChat": SetPersonalChatRequestTypeID,
|
|
"setEmojiStatus": SetEmojiStatusRequestTypeID,
|
|
"toggleHasSponsoredMessagesEnabled": ToggleHasSponsoredMessagesEnabledRequestTypeID,
|
|
"setBusinessLocation": SetBusinessLocationRequestTypeID,
|
|
"setBusinessOpeningHours": SetBusinessOpeningHoursRequestTypeID,
|
|
"setBusinessGreetingMessageSettings": SetBusinessGreetingMessageSettingsRequestTypeID,
|
|
"setBusinessAwayMessageSettings": SetBusinessAwayMessageSettingsRequestTypeID,
|
|
"setBusinessStartPage": SetBusinessStartPageRequestTypeID,
|
|
"sendPhoneNumberCode": SendPhoneNumberCodeRequestTypeID,
|
|
"sendPhoneNumberFirebaseSms": SendPhoneNumberFirebaseSMSRequestTypeID,
|
|
"reportPhoneNumberCodeMissing": ReportPhoneNumberCodeMissingRequestTypeID,
|
|
"resendPhoneNumberCode": ResendPhoneNumberCodeRequestTypeID,
|
|
"checkPhoneNumberCode": CheckPhoneNumberCodeRequestTypeID,
|
|
"getBusinessConnectedBot": GetBusinessConnectedBotRequestTypeID,
|
|
"setBusinessConnectedBot": SetBusinessConnectedBotRequestTypeID,
|
|
"deleteBusinessConnectedBot": DeleteBusinessConnectedBotRequestTypeID,
|
|
"toggleBusinessConnectedBotChatIsPaused": ToggleBusinessConnectedBotChatIsPausedRequestTypeID,
|
|
"removeBusinessConnectedBotFromChat": RemoveBusinessConnectedBotFromChatRequestTypeID,
|
|
"getBusinessChatLinks": GetBusinessChatLinksRequestTypeID,
|
|
"createBusinessChatLink": CreateBusinessChatLinkRequestTypeID,
|
|
"editBusinessChatLink": EditBusinessChatLinkRequestTypeID,
|
|
"deleteBusinessChatLink": DeleteBusinessChatLinkRequestTypeID,
|
|
"getBusinessChatLinkInfo": GetBusinessChatLinkInfoRequestTypeID,
|
|
"getUserLink": GetUserLinkRequestTypeID,
|
|
"searchUserByToken": SearchUserByTokenRequestTypeID,
|
|
"setCommands": SetCommandsRequestTypeID,
|
|
"deleteCommands": DeleteCommandsRequestTypeID,
|
|
"getCommands": GetCommandsRequestTypeID,
|
|
"setMenuButton": SetMenuButtonRequestTypeID,
|
|
"getMenuButton": GetMenuButtonRequestTypeID,
|
|
"setDefaultGroupAdministratorRights": SetDefaultGroupAdministratorRightsRequestTypeID,
|
|
"setDefaultChannelAdministratorRights": SetDefaultChannelAdministratorRightsRequestTypeID,
|
|
"canBotSendMessages": CanBotSendMessagesRequestTypeID,
|
|
"allowBotToSendMessages": AllowBotToSendMessagesRequestTypeID,
|
|
"sendWebAppCustomRequest": SendWebAppCustomRequestRequestTypeID,
|
|
"getBotMediaPreviews": GetBotMediaPreviewsRequestTypeID,
|
|
"getBotMediaPreviewInfo": GetBotMediaPreviewInfoRequestTypeID,
|
|
"addBotMediaPreview": AddBotMediaPreviewRequestTypeID,
|
|
"editBotMediaPreview": EditBotMediaPreviewRequestTypeID,
|
|
"reorderBotMediaPreviews": ReorderBotMediaPreviewsRequestTypeID,
|
|
"deleteBotMediaPreviews": DeleteBotMediaPreviewsRequestTypeID,
|
|
"setBotName": SetBotNameRequestTypeID,
|
|
"getBotName": GetBotNameRequestTypeID,
|
|
"setBotProfilePhoto": SetBotProfilePhotoRequestTypeID,
|
|
"toggleBotUsernameIsActive": ToggleBotUsernameIsActiveRequestTypeID,
|
|
"reorderBotActiveUsernames": ReorderBotActiveUsernamesRequestTypeID,
|
|
"setBotInfoDescription": SetBotInfoDescriptionRequestTypeID,
|
|
"getBotInfoDescription": GetBotInfoDescriptionRequestTypeID,
|
|
"setBotInfoShortDescription": SetBotInfoShortDescriptionRequestTypeID,
|
|
"getBotInfoShortDescription": GetBotInfoShortDescriptionRequestTypeID,
|
|
"setMessageSenderBotVerification": SetMessageSenderBotVerificationRequestTypeID,
|
|
"removeMessageSenderBotVerification": RemoveMessageSenderBotVerificationRequestTypeID,
|
|
"getActiveSessions": GetActiveSessionsRequestTypeID,
|
|
"terminateSession": TerminateSessionRequestTypeID,
|
|
"terminateAllOtherSessions": TerminateAllOtherSessionsRequestTypeID,
|
|
"confirmSession": ConfirmSessionRequestTypeID,
|
|
"toggleSessionCanAcceptCalls": ToggleSessionCanAcceptCallsRequestTypeID,
|
|
"toggleSessionCanAcceptSecretChats": ToggleSessionCanAcceptSecretChatsRequestTypeID,
|
|
"setInactiveSessionTtl": SetInactiveSessionTTLRequestTypeID,
|
|
"getConnectedWebsites": GetConnectedWebsitesRequestTypeID,
|
|
"disconnectWebsite": DisconnectWebsiteRequestTypeID,
|
|
"disconnectAllWebsites": DisconnectAllWebsitesRequestTypeID,
|
|
"setSupergroupUsername": SetSupergroupUsernameRequestTypeID,
|
|
"toggleSupergroupUsernameIsActive": ToggleSupergroupUsernameIsActiveRequestTypeID,
|
|
"disableAllSupergroupUsernames": DisableAllSupergroupUsernamesRequestTypeID,
|
|
"reorderSupergroupActiveUsernames": ReorderSupergroupActiveUsernamesRequestTypeID,
|
|
"setSupergroupStickerSet": SetSupergroupStickerSetRequestTypeID,
|
|
"setSupergroupCustomEmojiStickerSet": SetSupergroupCustomEmojiStickerSetRequestTypeID,
|
|
"setSupergroupUnrestrictBoostCount": SetSupergroupUnrestrictBoostCountRequestTypeID,
|
|
"toggleSupergroupSignMessages": ToggleSupergroupSignMessagesRequestTypeID,
|
|
"toggleSupergroupJoinToSendMessages": ToggleSupergroupJoinToSendMessagesRequestTypeID,
|
|
"toggleSupergroupJoinByRequest": ToggleSupergroupJoinByRequestRequestTypeID,
|
|
"toggleSupergroupIsAllHistoryAvailable": ToggleSupergroupIsAllHistoryAvailableRequestTypeID,
|
|
"toggleSupergroupCanHaveSponsoredMessages": ToggleSupergroupCanHaveSponsoredMessagesRequestTypeID,
|
|
"toggleSupergroupHasAutomaticTranslation": ToggleSupergroupHasAutomaticTranslationRequestTypeID,
|
|
"toggleSupergroupHasHiddenMembers": ToggleSupergroupHasHiddenMembersRequestTypeID,
|
|
"toggleSupergroupHasAggressiveAntiSpamEnabled": ToggleSupergroupHasAggressiveAntiSpamEnabledRequestTypeID,
|
|
"toggleSupergroupIsForum": ToggleSupergroupIsForumRequestTypeID,
|
|
"toggleSupergroupIsBroadcastGroup": ToggleSupergroupIsBroadcastGroupRequestTypeID,
|
|
"reportSupergroupSpam": ReportSupergroupSpamRequestTypeID,
|
|
"reportSupergroupAntiSpamFalsePositive": ReportSupergroupAntiSpamFalsePositiveRequestTypeID,
|
|
"getSupergroupMembers": GetSupergroupMembersRequestTypeID,
|
|
"closeSecretChat": CloseSecretChatRequestTypeID,
|
|
"getChatEventLog": GetChatEventLogRequestTypeID,
|
|
"getTimeZones": GetTimeZonesRequestTypeID,
|
|
"getPaymentForm": GetPaymentFormRequestTypeID,
|
|
"validateOrderInfo": ValidateOrderInfoRequestTypeID,
|
|
"sendPaymentForm": SendPaymentFormRequestTypeID,
|
|
"getPaymentReceipt": GetPaymentReceiptRequestTypeID,
|
|
"getSavedOrderInfo": GetSavedOrderInfoRequestTypeID,
|
|
"deleteSavedOrderInfo": DeleteSavedOrderInfoRequestTypeID,
|
|
"deleteSavedCredentials": DeleteSavedCredentialsRequestTypeID,
|
|
"setGiftSettings": SetGiftSettingsRequestTypeID,
|
|
"getAvailableGifts": GetAvailableGiftsRequestTypeID,
|
|
"sendGift": SendGiftRequestTypeID,
|
|
"sellGift": SellGiftRequestTypeID,
|
|
"toggleGiftIsSaved": ToggleGiftIsSavedRequestTypeID,
|
|
"setPinnedGifts": SetPinnedGiftsRequestTypeID,
|
|
"toggleChatGiftNotifications": ToggleChatGiftNotificationsRequestTypeID,
|
|
"getGiftUpgradePreview": GetGiftUpgradePreviewRequestTypeID,
|
|
"upgradeGift": UpgradeGiftRequestTypeID,
|
|
"transferGift": TransferGiftRequestTypeID,
|
|
"sendResoldGift": SendResoldGiftRequestTypeID,
|
|
"getReceivedGifts": GetReceivedGiftsRequestTypeID,
|
|
"getReceivedGift": GetReceivedGiftRequestTypeID,
|
|
"getUpgradedGift": GetUpgradedGiftRequestTypeID,
|
|
"getUpgradedGiftWithdrawalUrl": GetUpgradedGiftWithdrawalURLRequestTypeID,
|
|
"setGiftResalePrice": SetGiftResalePriceRequestTypeID,
|
|
"searchGiftsForResale": SearchGiftsForResaleRequestTypeID,
|
|
"createInvoiceLink": CreateInvoiceLinkRequestTypeID,
|
|
"refundStarPayment": RefundStarPaymentRequestTypeID,
|
|
"getSupportUser": GetSupportUserRequestTypeID,
|
|
"getBackgroundUrl": GetBackgroundURLRequestTypeID,
|
|
"searchBackground": SearchBackgroundRequestTypeID,
|
|
"setDefaultBackground": SetDefaultBackgroundRequestTypeID,
|
|
"deleteDefaultBackground": DeleteDefaultBackgroundRequestTypeID,
|
|
"getInstalledBackgrounds": GetInstalledBackgroundsRequestTypeID,
|
|
"removeInstalledBackground": RemoveInstalledBackgroundRequestTypeID,
|
|
"resetInstalledBackgrounds": ResetInstalledBackgroundsRequestTypeID,
|
|
"getLocalizationTargetInfo": GetLocalizationTargetInfoRequestTypeID,
|
|
"getLanguagePackInfo": GetLanguagePackInfoRequestTypeID,
|
|
"getLanguagePackStrings": GetLanguagePackStringsRequestTypeID,
|
|
"synchronizeLanguagePack": SynchronizeLanguagePackRequestTypeID,
|
|
"addCustomServerLanguagePack": AddCustomServerLanguagePackRequestTypeID,
|
|
"setCustomLanguagePack": SetCustomLanguagePackRequestTypeID,
|
|
"editCustomLanguagePackInfo": EditCustomLanguagePackInfoRequestTypeID,
|
|
"setCustomLanguagePackString": SetCustomLanguagePackStringRequestTypeID,
|
|
"deleteLanguagePack": DeleteLanguagePackRequestTypeID,
|
|
"registerDevice": RegisterDeviceRequestTypeID,
|
|
"processPushNotification": ProcessPushNotificationRequestTypeID,
|
|
"getPushReceiverId": GetPushReceiverIDRequestTypeID,
|
|
"getRecentlyVisitedTMeUrls": GetRecentlyVisitedTMeURLsRequestTypeID,
|
|
"setUserPrivacySettingRules": SetUserPrivacySettingRulesRequestTypeID,
|
|
"getUserPrivacySettingRules": GetUserPrivacySettingRulesRequestTypeID,
|
|
"setReadDatePrivacySettings": SetReadDatePrivacySettingsRequestTypeID,
|
|
"getReadDatePrivacySettings": GetReadDatePrivacySettingsRequestTypeID,
|
|
"setNewChatPrivacySettings": SetNewChatPrivacySettingsRequestTypeID,
|
|
"getNewChatPrivacySettings": GetNewChatPrivacySettingsRequestTypeID,
|
|
"getPaidMessageRevenue": GetPaidMessageRevenueRequestTypeID,
|
|
"allowUnpaidMessagesFromUser": AllowUnpaidMessagesFromUserRequestTypeID,
|
|
"setChatPaidMessageStarCount": SetChatPaidMessageStarCountRequestTypeID,
|
|
"canSendMessageToUser": CanSendMessageToUserRequestTypeID,
|
|
"getOption": GetOptionRequestTypeID,
|
|
"setOption": SetOptionRequestTypeID,
|
|
"setAccountTtl": SetAccountTTLRequestTypeID,
|
|
"getAccountTtl": GetAccountTTLRequestTypeID,
|
|
"deleteAccount": DeleteAccountRequestTypeID,
|
|
"setDefaultMessageAutoDeleteTime": SetDefaultMessageAutoDeleteTimeRequestTypeID,
|
|
"getDefaultMessageAutoDeleteTime": GetDefaultMessageAutoDeleteTimeRequestTypeID,
|
|
"removeChatActionBar": RemoveChatActionBarRequestTypeID,
|
|
"reportChat": ReportChatRequestTypeID,
|
|
"reportChatPhoto": ReportChatPhotoRequestTypeID,
|
|
"reportMessageReactions": ReportMessageReactionsRequestTypeID,
|
|
"getChatRevenueStatistics": GetChatRevenueStatisticsRequestTypeID,
|
|
"getChatRevenueWithdrawalUrl": GetChatRevenueWithdrawalURLRequestTypeID,
|
|
"getChatRevenueTransactions": GetChatRevenueTransactionsRequestTypeID,
|
|
"getStarRevenueStatistics": GetStarRevenueStatisticsRequestTypeID,
|
|
"getStarWithdrawalUrl": GetStarWithdrawalURLRequestTypeID,
|
|
"getStarAdAccountUrl": GetStarAdAccountURLRequestTypeID,
|
|
"getChatStatistics": GetChatStatisticsRequestTypeID,
|
|
"getMessageStatistics": GetMessageStatisticsRequestTypeID,
|
|
"getMessagePublicForwards": GetMessagePublicForwardsRequestTypeID,
|
|
"getStoryStatistics": GetStoryStatisticsRequestTypeID,
|
|
"getStatisticalGraph": GetStatisticalGraphRequestTypeID,
|
|
"getStorageStatistics": GetStorageStatisticsRequestTypeID,
|
|
"getStorageStatisticsFast": GetStorageStatisticsFastRequestTypeID,
|
|
"getDatabaseStatistics": GetDatabaseStatisticsRequestTypeID,
|
|
"optimizeStorage": OptimizeStorageRequestTypeID,
|
|
"setNetworkType": SetNetworkTypeRequestTypeID,
|
|
"getNetworkStatistics": GetNetworkStatisticsRequestTypeID,
|
|
"addNetworkStatistics": AddNetworkStatisticsRequestTypeID,
|
|
"resetNetworkStatistics": ResetNetworkStatisticsRequestTypeID,
|
|
"getAutoDownloadSettingsPresets": GetAutoDownloadSettingsPresetsRequestTypeID,
|
|
"setAutoDownloadSettings": SetAutoDownloadSettingsRequestTypeID,
|
|
"getAutosaveSettings": GetAutosaveSettingsRequestTypeID,
|
|
"setAutosaveSettings": SetAutosaveSettingsRequestTypeID,
|
|
"clearAutosaveSettingsExceptions": ClearAutosaveSettingsExceptionsRequestTypeID,
|
|
"getBankCardInfo": GetBankCardInfoRequestTypeID,
|
|
"getPassportElement": GetPassportElementRequestTypeID,
|
|
"getAllPassportElements": GetAllPassportElementsRequestTypeID,
|
|
"setPassportElement": SetPassportElementRequestTypeID,
|
|
"deletePassportElement": DeletePassportElementRequestTypeID,
|
|
"setPassportElementErrors": SetPassportElementErrorsRequestTypeID,
|
|
"getPreferredCountryLanguage": GetPreferredCountryLanguageRequestTypeID,
|
|
"sendEmailAddressVerificationCode": SendEmailAddressVerificationCodeRequestTypeID,
|
|
"resendEmailAddressVerificationCode": ResendEmailAddressVerificationCodeRequestTypeID,
|
|
"checkEmailAddressVerificationCode": CheckEmailAddressVerificationCodeRequestTypeID,
|
|
"getPassportAuthorizationForm": GetPassportAuthorizationFormRequestTypeID,
|
|
"getPassportAuthorizationFormAvailableElements": GetPassportAuthorizationFormAvailableElementsRequestTypeID,
|
|
"sendPassportAuthorizationForm": SendPassportAuthorizationFormRequestTypeID,
|
|
"setBotUpdatesStatus": SetBotUpdatesStatusRequestTypeID,
|
|
"uploadStickerFile": UploadStickerFileRequestTypeID,
|
|
"getSuggestedStickerSetName": GetSuggestedStickerSetNameRequestTypeID,
|
|
"checkStickerSetName": CheckStickerSetNameRequestTypeID,
|
|
"createNewStickerSet": CreateNewStickerSetRequestTypeID,
|
|
"addStickerToSet": AddStickerToSetRequestTypeID,
|
|
"replaceStickerInSet": ReplaceStickerInSetRequestTypeID,
|
|
"setStickerSetThumbnail": SetStickerSetThumbnailRequestTypeID,
|
|
"setCustomEmojiStickerSetThumbnail": SetCustomEmojiStickerSetThumbnailRequestTypeID,
|
|
"setStickerSetTitle": SetStickerSetTitleRequestTypeID,
|
|
"deleteStickerSet": DeleteStickerSetRequestTypeID,
|
|
"setStickerPositionInSet": SetStickerPositionInSetRequestTypeID,
|
|
"removeStickerFromSet": RemoveStickerFromSetRequestTypeID,
|
|
"setStickerEmojis": SetStickerEmojisRequestTypeID,
|
|
"setStickerKeywords": SetStickerKeywordsRequestTypeID,
|
|
"setStickerMaskPosition": SetStickerMaskPositionRequestTypeID,
|
|
"getOwnedStickerSets": GetOwnedStickerSetsRequestTypeID,
|
|
"getMapThumbnailFile": GetMapThumbnailFileRequestTypeID,
|
|
"getPremiumLimit": GetPremiumLimitRequestTypeID,
|
|
"getPremiumFeatures": GetPremiumFeaturesRequestTypeID,
|
|
"getPremiumStickerExamples": GetPremiumStickerExamplesRequestTypeID,
|
|
"getPremiumInfoSticker": GetPremiumInfoStickerRequestTypeID,
|
|
"viewPremiumFeature": ViewPremiumFeatureRequestTypeID,
|
|
"clickPremiumSubscriptionButton": ClickPremiumSubscriptionButtonRequestTypeID,
|
|
"getPremiumState": GetPremiumStateRequestTypeID,
|
|
"getPremiumGiftPaymentOptions": GetPremiumGiftPaymentOptionsRequestTypeID,
|
|
"getPremiumGiveawayPaymentOptions": GetPremiumGiveawayPaymentOptionsRequestTypeID,
|
|
"checkPremiumGiftCode": CheckPremiumGiftCodeRequestTypeID,
|
|
"applyPremiumGiftCode": ApplyPremiumGiftCodeRequestTypeID,
|
|
"giftPremiumWithStars": GiftPremiumWithStarsRequestTypeID,
|
|
"launchPrepaidGiveaway": LaunchPrepaidGiveawayRequestTypeID,
|
|
"getGiveawayInfo": GetGiveawayInfoRequestTypeID,
|
|
"getStarPaymentOptions": GetStarPaymentOptionsRequestTypeID,
|
|
"getStarGiftPaymentOptions": GetStarGiftPaymentOptionsRequestTypeID,
|
|
"getStarGiveawayPaymentOptions": GetStarGiveawayPaymentOptionsRequestTypeID,
|
|
"getStarTransactions": GetStarTransactionsRequestTypeID,
|
|
"getStarSubscriptions": GetStarSubscriptionsRequestTypeID,
|
|
"canPurchaseFromStore": CanPurchaseFromStoreRequestTypeID,
|
|
"assignStoreTransaction": AssignStoreTransactionRequestTypeID,
|
|
"editStarSubscription": EditStarSubscriptionRequestTypeID,
|
|
"editUserStarSubscription": EditUserStarSubscriptionRequestTypeID,
|
|
"reuseStarSubscription": ReuseStarSubscriptionRequestTypeID,
|
|
"setChatAffiliateProgram": SetChatAffiliateProgramRequestTypeID,
|
|
"searchChatAffiliateProgram": SearchChatAffiliateProgramRequestTypeID,
|
|
"searchAffiliatePrograms": SearchAffiliateProgramsRequestTypeID,
|
|
"connectAffiliateProgram": ConnectAffiliateProgramRequestTypeID,
|
|
"disconnectAffiliateProgram": DisconnectAffiliateProgramRequestTypeID,
|
|
"getConnectedAffiliateProgram": GetConnectedAffiliateProgramRequestTypeID,
|
|
"getConnectedAffiliatePrograms": GetConnectedAffiliateProgramsRequestTypeID,
|
|
"getBusinessFeatures": GetBusinessFeaturesRequestTypeID,
|
|
"acceptTermsOfService": AcceptTermsOfServiceRequestTypeID,
|
|
"searchStringsByPrefix": SearchStringsByPrefixRequestTypeID,
|
|
"sendCustomRequest": SendCustomRequestRequestTypeID,
|
|
"answerCustomQuery": AnswerCustomQueryRequestTypeID,
|
|
"setAlarm": SetAlarmRequestTypeID,
|
|
"getCountries": GetCountriesRequestTypeID,
|
|
"getCountryCode": GetCountryCodeRequestTypeID,
|
|
"getPhoneNumberInfo": GetPhoneNumberInfoRequestTypeID,
|
|
"getPhoneNumberInfoSync": GetPhoneNumberInfoSyncRequestTypeID,
|
|
"getCollectibleItemInfo": GetCollectibleItemInfoRequestTypeID,
|
|
"getDeepLinkInfo": GetDeepLinkInfoRequestTypeID,
|
|
"getApplicationConfig": GetApplicationConfigRequestTypeID,
|
|
"saveApplicationLogEvent": SaveApplicationLogEventRequestTypeID,
|
|
"getApplicationDownloadLink": GetApplicationDownloadLinkRequestTypeID,
|
|
"addProxy": AddProxyRequestTypeID,
|
|
"editProxy": EditProxyRequestTypeID,
|
|
"enableProxy": EnableProxyRequestTypeID,
|
|
"disableProxy": DisableProxyRequestTypeID,
|
|
"removeProxy": RemoveProxyRequestTypeID,
|
|
"getProxies": GetProxiesRequestTypeID,
|
|
"getProxyLink": GetProxyLinkRequestTypeID,
|
|
"pingProxy": PingProxyRequestTypeID,
|
|
"setLogStream": SetLogStreamRequestTypeID,
|
|
"getLogStream": GetLogStreamRequestTypeID,
|
|
"setLogVerbosityLevel": SetLogVerbosityLevelRequestTypeID,
|
|
"getLogVerbosityLevel": GetLogVerbosityLevelRequestTypeID,
|
|
"getLogTags": GetLogTagsRequestTypeID,
|
|
"setLogTagVerbosityLevel": SetLogTagVerbosityLevelRequestTypeID,
|
|
"getLogTagVerbosityLevel": GetLogTagVerbosityLevelRequestTypeID,
|
|
"addLogMessage": AddLogMessageRequestTypeID,
|
|
"getUserSupportInfo": GetUserSupportInfoRequestTypeID,
|
|
"setUserSupportInfo": SetUserSupportInfoRequestTypeID,
|
|
"getSupportName": GetSupportNameRequestTypeID,
|
|
"testCallEmpty": TestCallEmptyRequestTypeID,
|
|
"testCallString": TestCallStringRequestTypeID,
|
|
"testCallBytes": TestCallBytesRequestTypeID,
|
|
"testCallVectorInt": TestCallVectorIntRequestTypeID,
|
|
"testCallVectorIntObject": TestCallVectorIntObjectRequestTypeID,
|
|
"testCallVectorString": TestCallVectorStringRequestTypeID,
|
|
"testCallVectorStringObject": TestCallVectorStringObjectRequestTypeID,
|
|
"testSquareInt": TestSquareIntRequestTypeID,
|
|
"testNetwork": TestNetworkRequestTypeID,
|
|
"testProxy": TestProxyRequestTypeID,
|
|
"testGetDifference": TestGetDifferenceRequestTypeID,
|
|
"testUseUpdate": TestUseUpdateRequestTypeID,
|
|
"testReturnError": TestReturnErrorRequestTypeID,
|
|
}
|
|
}
|
|
|
|
// TypesConstructorMap maps type ids to constructors.
|
|
func TypesConstructorMap() map[uint32]func() bin.Object {
|
|
return map[uint32]func() bin.Object{
|
|
DoubleTypeID: func() bin.Object { return &Double{} },
|
|
StringTypeID: func() bin.Object { return &String{} },
|
|
Int32TypeID: func() bin.Object { return &Int32{} },
|
|
Int53TypeID: func() bin.Object { return &Int53{} },
|
|
Int64TypeID: func() bin.Object { return &Int64{} },
|
|
BytesTypeID: func() bin.Object { return &Bytes{} },
|
|
BoolFalseTypeID: func() bin.Object { return &BoolFalse{} },
|
|
BoolTrueTypeID: func() bin.Object { return &BoolTrue{} },
|
|
ErrorTypeID: func() bin.Object { return &Error{} },
|
|
OkTypeID: func() bin.Object { return &Ok{} },
|
|
AuthenticationCodeTypeTelegramMessageTypeID: func() bin.Object { return &AuthenticationCodeTypeTelegramMessage{} },
|
|
AuthenticationCodeTypeSMSTypeID: func() bin.Object { return &AuthenticationCodeTypeSMS{} },
|
|
AuthenticationCodeTypeSMSWordTypeID: func() bin.Object { return &AuthenticationCodeTypeSMSWord{} },
|
|
AuthenticationCodeTypeSMSPhraseTypeID: func() bin.Object { return &AuthenticationCodeTypeSMSPhrase{} },
|
|
AuthenticationCodeTypeCallTypeID: func() bin.Object { return &AuthenticationCodeTypeCall{} },
|
|
AuthenticationCodeTypeFlashCallTypeID: func() bin.Object { return &AuthenticationCodeTypeFlashCall{} },
|
|
AuthenticationCodeTypeMissedCallTypeID: func() bin.Object { return &AuthenticationCodeTypeMissedCall{} },
|
|
AuthenticationCodeTypeFragmentTypeID: func() bin.Object { return &AuthenticationCodeTypeFragment{} },
|
|
AuthenticationCodeTypeFirebaseAndroidTypeID: func() bin.Object { return &AuthenticationCodeTypeFirebaseAndroid{} },
|
|
AuthenticationCodeTypeFirebaseIosTypeID: func() bin.Object { return &AuthenticationCodeTypeFirebaseIos{} },
|
|
AuthenticationCodeInfoTypeID: func() bin.Object { return &AuthenticationCodeInfo{} },
|
|
EmailAddressAuthenticationCodeInfoTypeID: func() bin.Object { return &EmailAddressAuthenticationCodeInfo{} },
|
|
EmailAddressAuthenticationCodeTypeID: func() bin.Object { return &EmailAddressAuthenticationCode{} },
|
|
EmailAddressAuthenticationAppleIDTypeID: func() bin.Object { return &EmailAddressAuthenticationAppleID{} },
|
|
EmailAddressAuthenticationGoogleIDTypeID: func() bin.Object { return &EmailAddressAuthenticationGoogleID{} },
|
|
EmailAddressResetStateAvailableTypeID: func() bin.Object { return &EmailAddressResetStateAvailable{} },
|
|
EmailAddressResetStatePendingTypeID: func() bin.Object { return &EmailAddressResetStatePending{} },
|
|
TextEntityTypeID: func() bin.Object { return &TextEntity{} },
|
|
TextEntitiesTypeID: func() bin.Object { return &TextEntities{} },
|
|
FormattedTextTypeID: func() bin.Object { return &FormattedText{} },
|
|
TermsOfServiceTypeID: func() bin.Object { return &TermsOfService{} },
|
|
AuthorizationStateWaitTdlibParametersTypeID: func() bin.Object { return &AuthorizationStateWaitTdlibParameters{} },
|
|
AuthorizationStateWaitPhoneNumberTypeID: func() bin.Object { return &AuthorizationStateWaitPhoneNumber{} },
|
|
AuthorizationStateWaitPremiumPurchaseTypeID: func() bin.Object { return &AuthorizationStateWaitPremiumPurchase{} },
|
|
AuthorizationStateWaitEmailAddressTypeID: func() bin.Object { return &AuthorizationStateWaitEmailAddress{} },
|
|
AuthorizationStateWaitEmailCodeTypeID: func() bin.Object { return &AuthorizationStateWaitEmailCode{} },
|
|
AuthorizationStateWaitCodeTypeID: func() bin.Object { return &AuthorizationStateWaitCode{} },
|
|
AuthorizationStateWaitOtherDeviceConfirmationTypeID: func() bin.Object { return &AuthorizationStateWaitOtherDeviceConfirmation{} },
|
|
AuthorizationStateWaitRegistrationTypeID: func() bin.Object { return &AuthorizationStateWaitRegistration{} },
|
|
AuthorizationStateWaitPasswordTypeID: func() bin.Object { return &AuthorizationStateWaitPassword{} },
|
|
AuthorizationStateReadyTypeID: func() bin.Object { return &AuthorizationStateReady{} },
|
|
AuthorizationStateLoggingOutTypeID: func() bin.Object { return &AuthorizationStateLoggingOut{} },
|
|
AuthorizationStateClosingTypeID: func() bin.Object { return &AuthorizationStateClosing{} },
|
|
AuthorizationStateClosedTypeID: func() bin.Object { return &AuthorizationStateClosed{} },
|
|
FirebaseDeviceVerificationParametersSafetyNetTypeID: func() bin.Object { return &FirebaseDeviceVerificationParametersSafetyNet{} },
|
|
FirebaseDeviceVerificationParametersPlayIntegrityTypeID: func() bin.Object { return &FirebaseDeviceVerificationParametersPlayIntegrity{} },
|
|
PasswordStateTypeID: func() bin.Object { return &PasswordState{} },
|
|
RecoveryEmailAddressTypeID: func() bin.Object { return &RecoveryEmailAddress{} },
|
|
TemporaryPasswordStateTypeID: func() bin.Object { return &TemporaryPasswordState{} },
|
|
LocalFileTypeID: func() bin.Object { return &LocalFile{} },
|
|
RemoteFileTypeID: func() bin.Object { return &RemoteFile{} },
|
|
FileTypeID: func() bin.Object { return &File{} },
|
|
InputFileIDTypeID: func() bin.Object { return &InputFileID{} },
|
|
InputFileRemoteTypeID: func() bin.Object { return &InputFileRemote{} },
|
|
InputFileLocalTypeID: func() bin.Object { return &InputFileLocal{} },
|
|
InputFileGeneratedTypeID: func() bin.Object { return &InputFileGenerated{} },
|
|
PhotoSizeTypeID: func() bin.Object { return &PhotoSize{} },
|
|
MinithumbnailTypeID: func() bin.Object { return &Minithumbnail{} },
|
|
ThumbnailFormatJpegTypeID: func() bin.Object { return &ThumbnailFormatJpeg{} },
|
|
ThumbnailFormatGifTypeID: func() bin.Object { return &ThumbnailFormatGif{} },
|
|
ThumbnailFormatMpeg4TypeID: func() bin.Object { return &ThumbnailFormatMpeg4{} },
|
|
ThumbnailFormatPngTypeID: func() bin.Object { return &ThumbnailFormatPng{} },
|
|
ThumbnailFormatTgsTypeID: func() bin.Object { return &ThumbnailFormatTgs{} },
|
|
ThumbnailFormatWebmTypeID: func() bin.Object { return &ThumbnailFormatWebm{} },
|
|
ThumbnailFormatWebpTypeID: func() bin.Object { return &ThumbnailFormatWebp{} },
|
|
ThumbnailTypeID: func() bin.Object { return &Thumbnail{} },
|
|
MaskPointForeheadTypeID: func() bin.Object { return &MaskPointForehead{} },
|
|
MaskPointEyesTypeID: func() bin.Object { return &MaskPointEyes{} },
|
|
MaskPointMouthTypeID: func() bin.Object { return &MaskPointMouth{} },
|
|
MaskPointChinTypeID: func() bin.Object { return &MaskPointChin{} },
|
|
MaskPositionTypeID: func() bin.Object { return &MaskPosition{} },
|
|
StickerFormatWebpTypeID: func() bin.Object { return &StickerFormatWebp{} },
|
|
StickerFormatTgsTypeID: func() bin.Object { return &StickerFormatTgs{} },
|
|
StickerFormatWebmTypeID: func() bin.Object { return &StickerFormatWebm{} },
|
|
StickerTypeRegularTypeID: func() bin.Object { return &StickerTypeRegular{} },
|
|
StickerTypeMaskTypeID: func() bin.Object { return &StickerTypeMask{} },
|
|
StickerTypeCustomEmojiTypeID: func() bin.Object { return &StickerTypeCustomEmoji{} },
|
|
StickerFullTypeRegularTypeID: func() bin.Object { return &StickerFullTypeRegular{} },
|
|
StickerFullTypeMaskTypeID: func() bin.Object { return &StickerFullTypeMask{} },
|
|
StickerFullTypeCustomEmojiTypeID: func() bin.Object { return &StickerFullTypeCustomEmoji{} },
|
|
ClosedVectorPathTypeID: func() bin.Object { return &ClosedVectorPath{} },
|
|
OutlineTypeID: func() bin.Object { return &Outline{} },
|
|
PollOptionTypeID: func() bin.Object { return &PollOption{} },
|
|
PollTypeRegularTypeID: func() bin.Object { return &PollTypeRegular{} },
|
|
PollTypeQuizTypeID: func() bin.Object { return &PollTypeQuiz{} },
|
|
AnimationTypeID: func() bin.Object { return &Animation{} },
|
|
AudioTypeID: func() bin.Object { return &Audio{} },
|
|
DocumentTypeID: func() bin.Object { return &Document{} },
|
|
PhotoTypeID: func() bin.Object { return &Photo{} },
|
|
StickerTypeID: func() bin.Object { return &Sticker{} },
|
|
VideoTypeID: func() bin.Object { return &Video{} },
|
|
VideoNoteTypeID: func() bin.Object { return &VideoNote{} },
|
|
VoiceNoteTypeID: func() bin.Object { return &VoiceNote{} },
|
|
AnimatedEmojiTypeID: func() bin.Object { return &AnimatedEmoji{} },
|
|
ContactTypeID: func() bin.Object { return &Contact{} },
|
|
LocationTypeID: func() bin.Object { return &Location{} },
|
|
VenueTypeID: func() bin.Object { return &Venue{} },
|
|
GameTypeID: func() bin.Object { return &Game{} },
|
|
WebAppTypeID: func() bin.Object { return &WebApp{} },
|
|
PollTypeID: func() bin.Object { return &Poll{} },
|
|
AlternativeVideoTypeID: func() bin.Object { return &AlternativeVideo{} },
|
|
BackgroundTypeID: func() bin.Object { return &Background{} },
|
|
BackgroundsTypeID: func() bin.Object { return &Backgrounds{} },
|
|
ChatBackgroundTypeID: func() bin.Object { return &ChatBackground{} },
|
|
ProfilePhotoTypeID: func() bin.Object { return &ProfilePhoto{} },
|
|
ChatPhotoInfoTypeID: func() bin.Object { return &ChatPhotoInfo{} },
|
|
UserTypeRegularTypeID: func() bin.Object { return &UserTypeRegular{} },
|
|
UserTypeDeletedTypeID: func() bin.Object { return &UserTypeDeleted{} },
|
|
UserTypeBotTypeID: func() bin.Object { return &UserTypeBot{} },
|
|
UserTypeUnknownTypeID: func() bin.Object { return &UserTypeUnknown{} },
|
|
BotCommandTypeID: func() bin.Object { return &BotCommand{} },
|
|
BotCommandsTypeID: func() bin.Object { return &BotCommands{} },
|
|
BotMenuButtonTypeID: func() bin.Object { return &BotMenuButton{} },
|
|
BotVerificationParametersTypeID: func() bin.Object { return &BotVerificationParameters{} },
|
|
BotVerificationTypeID: func() bin.Object { return &BotVerification{} },
|
|
VerificationStatusTypeID: func() bin.Object { return &VerificationStatus{} },
|
|
ChatLocationTypeID: func() bin.Object { return &ChatLocation{} },
|
|
BirthdateTypeID: func() bin.Object { return &Birthdate{} },
|
|
CloseBirthdayUserTypeID: func() bin.Object { return &CloseBirthdayUser{} },
|
|
BusinessAwayMessageScheduleAlwaysTypeID: func() bin.Object { return &BusinessAwayMessageScheduleAlways{} },
|
|
BusinessAwayMessageScheduleOutsideOfOpeningHoursTypeID: func() bin.Object { return &BusinessAwayMessageScheduleOutsideOfOpeningHours{} },
|
|
BusinessAwayMessageScheduleCustomTypeID: func() bin.Object { return &BusinessAwayMessageScheduleCustom{} },
|
|
BusinessLocationTypeID: func() bin.Object { return &BusinessLocation{} },
|
|
BusinessRecipientsTypeID: func() bin.Object { return &BusinessRecipients{} },
|
|
BusinessAwayMessageSettingsTypeID: func() bin.Object { return &BusinessAwayMessageSettings{} },
|
|
BusinessGreetingMessageSettingsTypeID: func() bin.Object { return &BusinessGreetingMessageSettings{} },
|
|
BusinessBotRightsTypeID: func() bin.Object { return &BusinessBotRights{} },
|
|
BusinessConnectedBotTypeID: func() bin.Object { return &BusinessConnectedBot{} },
|
|
BusinessStartPageTypeID: func() bin.Object { return &BusinessStartPage{} },
|
|
InputBusinessStartPageTypeID: func() bin.Object { return &InputBusinessStartPage{} },
|
|
BusinessOpeningHoursIntervalTypeID: func() bin.Object { return &BusinessOpeningHoursInterval{} },
|
|
BusinessOpeningHoursTypeID: func() bin.Object { return &BusinessOpeningHours{} },
|
|
BusinessInfoTypeID: func() bin.Object { return &BusinessInfo{} },
|
|
BusinessChatLinkTypeID: func() bin.Object { return &BusinessChatLink{} },
|
|
BusinessChatLinksTypeID: func() bin.Object { return &BusinessChatLinks{} },
|
|
InputBusinessChatLinkTypeID: func() bin.Object { return &InputBusinessChatLink{} },
|
|
BusinessChatLinkInfoTypeID: func() bin.Object { return &BusinessChatLinkInfo{} },
|
|
ChatPhotoStickerTypeRegularOrMaskTypeID: func() bin.Object { return &ChatPhotoStickerTypeRegularOrMask{} },
|
|
ChatPhotoStickerTypeCustomEmojiTypeID: func() bin.Object { return &ChatPhotoStickerTypeCustomEmoji{} },
|
|
ChatPhotoStickerTypeID: func() bin.Object { return &ChatPhotoSticker{} },
|
|
AnimatedChatPhotoTypeID: func() bin.Object { return &AnimatedChatPhoto{} },
|
|
ChatPhotoTypeID: func() bin.Object { return &ChatPhoto{} },
|
|
ChatPhotosTypeID: func() bin.Object { return &ChatPhotos{} },
|
|
InputChatPhotoPreviousTypeID: func() bin.Object { return &InputChatPhotoPrevious{} },
|
|
InputChatPhotoStaticTypeID: func() bin.Object { return &InputChatPhotoStatic{} },
|
|
InputChatPhotoAnimationTypeID: func() bin.Object { return &InputChatPhotoAnimation{} },
|
|
InputChatPhotoStickerTypeID: func() bin.Object { return &InputChatPhotoSticker{} },
|
|
ChatPermissionsTypeID: func() bin.Object { return &ChatPermissions{} },
|
|
ChatAdministratorRightsTypeID: func() bin.Object { return &ChatAdministratorRights{} },
|
|
StarAmountTypeID: func() bin.Object { return &StarAmount{} },
|
|
StarSubscriptionTypeChannelTypeID: func() bin.Object { return &StarSubscriptionTypeChannel{} },
|
|
StarSubscriptionTypeBotTypeID: func() bin.Object { return &StarSubscriptionTypeBot{} },
|
|
StarSubscriptionPricingTypeID: func() bin.Object { return &StarSubscriptionPricing{} },
|
|
StarSubscriptionTypeID: func() bin.Object { return &StarSubscription{} },
|
|
StarSubscriptionsTypeID: func() bin.Object { return &StarSubscriptions{} },
|
|
AffiliateTypeCurrentUserTypeID: func() bin.Object { return &AffiliateTypeCurrentUser{} },
|
|
AffiliateTypeBotTypeID: func() bin.Object { return &AffiliateTypeBot{} },
|
|
AffiliateTypeChannelTypeID: func() bin.Object { return &AffiliateTypeChannel{} },
|
|
AffiliateProgramSortOrderProfitabilityTypeID: func() bin.Object { return &AffiliateProgramSortOrderProfitability{} },
|
|
AffiliateProgramSortOrderCreationDateTypeID: func() bin.Object { return &AffiliateProgramSortOrderCreationDate{} },
|
|
AffiliateProgramSortOrderRevenueTypeID: func() bin.Object { return &AffiliateProgramSortOrderRevenue{} },
|
|
AffiliateProgramParametersTypeID: func() bin.Object { return &AffiliateProgramParameters{} },
|
|
AffiliateProgramInfoTypeID: func() bin.Object { return &AffiliateProgramInfo{} },
|
|
AffiliateInfoTypeID: func() bin.Object { return &AffiliateInfo{} },
|
|
FoundAffiliateProgramTypeID: func() bin.Object { return &FoundAffiliateProgram{} },
|
|
FoundAffiliateProgramsTypeID: func() bin.Object { return &FoundAffiliatePrograms{} },
|
|
ConnectedAffiliateProgramTypeID: func() bin.Object { return &ConnectedAffiliateProgram{} },
|
|
ConnectedAffiliateProgramsTypeID: func() bin.Object { return &ConnectedAffiliatePrograms{} },
|
|
ProductInfoTypeID: func() bin.Object { return &ProductInfo{} },
|
|
PremiumPaymentOptionTypeID: func() bin.Object { return &PremiumPaymentOption{} },
|
|
PremiumStatePaymentOptionTypeID: func() bin.Object { return &PremiumStatePaymentOption{} },
|
|
PremiumGiftPaymentOptionTypeID: func() bin.Object { return &PremiumGiftPaymentOption{} },
|
|
PremiumGiftPaymentOptionsTypeID: func() bin.Object { return &PremiumGiftPaymentOptions{} },
|
|
PremiumGiveawayPaymentOptionTypeID: func() bin.Object { return &PremiumGiveawayPaymentOption{} },
|
|
PremiumGiveawayPaymentOptionsTypeID: func() bin.Object { return &PremiumGiveawayPaymentOptions{} },
|
|
PremiumGiftCodeInfoTypeID: func() bin.Object { return &PremiumGiftCodeInfo{} },
|
|
StarPaymentOptionTypeID: func() bin.Object { return &StarPaymentOption{} },
|
|
StarPaymentOptionsTypeID: func() bin.Object { return &StarPaymentOptions{} },
|
|
StarGiveawayWinnerOptionTypeID: func() bin.Object { return &StarGiveawayWinnerOption{} },
|
|
StarGiveawayPaymentOptionTypeID: func() bin.Object { return &StarGiveawayPaymentOption{} },
|
|
StarGiveawayPaymentOptionsTypeID: func() bin.Object { return &StarGiveawayPaymentOptions{} },
|
|
AcceptedGiftTypesTypeID: func() bin.Object { return &AcceptedGiftTypes{} },
|
|
GiftSettingsTypeID: func() bin.Object { return &GiftSettings{} },
|
|
UpgradedGiftModelTypeID: func() bin.Object { return &UpgradedGiftModel{} },
|
|
UpgradedGiftSymbolTypeID: func() bin.Object { return &UpgradedGiftSymbol{} },
|
|
UpgradedGiftBackdropColorsTypeID: func() bin.Object { return &UpgradedGiftBackdropColors{} },
|
|
UpgradedGiftBackdropTypeID: func() bin.Object { return &UpgradedGiftBackdrop{} },
|
|
UpgradedGiftOriginalDetailsTypeID: func() bin.Object { return &UpgradedGiftOriginalDetails{} },
|
|
GiftTypeID: func() bin.Object { return &Gift{} },
|
|
UpgradedGiftTypeID: func() bin.Object { return &UpgradedGift{} },
|
|
UpgradeGiftResultTypeID: func() bin.Object { return &UpgradeGiftResult{} },
|
|
AvailableGiftTypeID: func() bin.Object { return &AvailableGift{} },
|
|
AvailableGiftsTypeID: func() bin.Object { return &AvailableGifts{} },
|
|
UpgradedGiftAttributeIDModelTypeID: func() bin.Object { return &UpgradedGiftAttributeIDModel{} },
|
|
UpgradedGiftAttributeIDSymbolTypeID: func() bin.Object { return &UpgradedGiftAttributeIDSymbol{} },
|
|
UpgradedGiftAttributeIDBackdropTypeID: func() bin.Object { return &UpgradedGiftAttributeIDBackdrop{} },
|
|
UpgradedGiftModelCountTypeID: func() bin.Object { return &UpgradedGiftModelCount{} },
|
|
UpgradedGiftSymbolCountTypeID: func() bin.Object { return &UpgradedGiftSymbolCount{} },
|
|
UpgradedGiftBackdropCountTypeID: func() bin.Object { return &UpgradedGiftBackdropCount{} },
|
|
GiftForResaleOrderPriceTypeID: func() bin.Object { return &GiftForResaleOrderPrice{} },
|
|
GiftForResaleOrderPriceChangeDateTypeID: func() bin.Object { return &GiftForResaleOrderPriceChangeDate{} },
|
|
GiftForResaleOrderNumberTypeID: func() bin.Object { return &GiftForResaleOrderNumber{} },
|
|
GiftForResaleTypeID: func() bin.Object { return &GiftForResale{} },
|
|
GiftsForResaleTypeID: func() bin.Object { return &GiftsForResale{} },
|
|
SentGiftRegularTypeID: func() bin.Object { return &SentGiftRegular{} },
|
|
SentGiftUpgradedTypeID: func() bin.Object { return &SentGiftUpgraded{} },
|
|
ReceivedGiftTypeID: func() bin.Object { return &ReceivedGift{} },
|
|
ReceivedGiftsTypeID: func() bin.Object { return &ReceivedGifts{} },
|
|
GiftUpgradePreviewTypeID: func() bin.Object { return &GiftUpgradePreview{} },
|
|
StarTransactionDirectionIncomingTypeID: func() bin.Object { return &StarTransactionDirectionIncoming{} },
|
|
StarTransactionDirectionOutgoingTypeID: func() bin.Object { return &StarTransactionDirectionOutgoing{} },
|
|
StarTransactionTypePremiumBotDepositTypeID: func() bin.Object { return &StarTransactionTypePremiumBotDeposit{} },
|
|
StarTransactionTypeAppStoreDepositTypeID: func() bin.Object { return &StarTransactionTypeAppStoreDeposit{} },
|
|
StarTransactionTypeGooglePlayDepositTypeID: func() bin.Object { return &StarTransactionTypeGooglePlayDeposit{} },
|
|
StarTransactionTypeFragmentDepositTypeID: func() bin.Object { return &StarTransactionTypeFragmentDeposit{} },
|
|
StarTransactionTypeUserDepositTypeID: func() bin.Object { return &StarTransactionTypeUserDeposit{} },
|
|
StarTransactionTypeGiveawayDepositTypeID: func() bin.Object { return &StarTransactionTypeGiveawayDeposit{} },
|
|
StarTransactionTypeFragmentWithdrawalTypeID: func() bin.Object { return &StarTransactionTypeFragmentWithdrawal{} },
|
|
StarTransactionTypeTelegramAdsWithdrawalTypeID: func() bin.Object { return &StarTransactionTypeTelegramAdsWithdrawal{} },
|
|
StarTransactionTypeTelegramAPIUsageTypeID: func() bin.Object { return &StarTransactionTypeTelegramAPIUsage{} },
|
|
StarTransactionTypeBotPaidMediaPurchaseTypeID: func() bin.Object { return &StarTransactionTypeBotPaidMediaPurchase{} },
|
|
StarTransactionTypeBotPaidMediaSaleTypeID: func() bin.Object { return &StarTransactionTypeBotPaidMediaSale{} },
|
|
StarTransactionTypeChannelPaidMediaPurchaseTypeID: func() bin.Object { return &StarTransactionTypeChannelPaidMediaPurchase{} },
|
|
StarTransactionTypeChannelPaidMediaSaleTypeID: func() bin.Object { return &StarTransactionTypeChannelPaidMediaSale{} },
|
|
StarTransactionTypeBotInvoicePurchaseTypeID: func() bin.Object { return &StarTransactionTypeBotInvoicePurchase{} },
|
|
StarTransactionTypeBotInvoiceSaleTypeID: func() bin.Object { return &StarTransactionTypeBotInvoiceSale{} },
|
|
StarTransactionTypeBotSubscriptionPurchaseTypeID: func() bin.Object { return &StarTransactionTypeBotSubscriptionPurchase{} },
|
|
StarTransactionTypeBotSubscriptionSaleTypeID: func() bin.Object { return &StarTransactionTypeBotSubscriptionSale{} },
|
|
StarTransactionTypeChannelSubscriptionPurchaseTypeID: func() bin.Object { return &StarTransactionTypeChannelSubscriptionPurchase{} },
|
|
StarTransactionTypeChannelSubscriptionSaleTypeID: func() bin.Object { return &StarTransactionTypeChannelSubscriptionSale{} },
|
|
StarTransactionTypeGiftPurchaseTypeID: func() bin.Object { return &StarTransactionTypeGiftPurchase{} },
|
|
StarTransactionTypeGiftTransferTypeID: func() bin.Object { return &StarTransactionTypeGiftTransfer{} },
|
|
StarTransactionTypeGiftSaleTypeID: func() bin.Object { return &StarTransactionTypeGiftSale{} },
|
|
StarTransactionTypeGiftUpgradeTypeID: func() bin.Object { return &StarTransactionTypeGiftUpgrade{} },
|
|
StarTransactionTypeUpgradedGiftPurchaseTypeID: func() bin.Object { return &StarTransactionTypeUpgradedGiftPurchase{} },
|
|
StarTransactionTypeUpgradedGiftSaleTypeID: func() bin.Object { return &StarTransactionTypeUpgradedGiftSale{} },
|
|
StarTransactionTypeChannelPaidReactionSendTypeID: func() bin.Object { return &StarTransactionTypeChannelPaidReactionSend{} },
|
|
StarTransactionTypeChannelPaidReactionReceiveTypeID: func() bin.Object { return &StarTransactionTypeChannelPaidReactionReceive{} },
|
|
StarTransactionTypeAffiliateProgramCommissionTypeID: func() bin.Object { return &StarTransactionTypeAffiliateProgramCommission{} },
|
|
StarTransactionTypePaidMessageSendTypeID: func() bin.Object { return &StarTransactionTypePaidMessageSend{} },
|
|
StarTransactionTypePaidMessageReceiveTypeID: func() bin.Object { return &StarTransactionTypePaidMessageReceive{} },
|
|
StarTransactionTypePremiumPurchaseTypeID: func() bin.Object { return &StarTransactionTypePremiumPurchase{} },
|
|
StarTransactionTypeBusinessBotTransferSendTypeID: func() bin.Object { return &StarTransactionTypeBusinessBotTransferSend{} },
|
|
StarTransactionTypeBusinessBotTransferReceiveTypeID: func() bin.Object { return &StarTransactionTypeBusinessBotTransferReceive{} },
|
|
StarTransactionTypeUnsupportedTypeID: func() bin.Object { return &StarTransactionTypeUnsupported{} },
|
|
StarTransactionTypeID: func() bin.Object { return &StarTransaction{} },
|
|
StarTransactionsTypeID: func() bin.Object { return &StarTransactions{} },
|
|
GiveawayParticipantStatusEligibleTypeID: func() bin.Object { return &GiveawayParticipantStatusEligible{} },
|
|
GiveawayParticipantStatusParticipatingTypeID: func() bin.Object { return &GiveawayParticipantStatusParticipating{} },
|
|
GiveawayParticipantStatusAlreadyWasMemberTypeID: func() bin.Object { return &GiveawayParticipantStatusAlreadyWasMember{} },
|
|
GiveawayParticipantStatusAdministratorTypeID: func() bin.Object { return &GiveawayParticipantStatusAdministrator{} },
|
|
GiveawayParticipantStatusDisallowedCountryTypeID: func() bin.Object { return &GiveawayParticipantStatusDisallowedCountry{} },
|
|
GiveawayInfoOngoingTypeID: func() bin.Object { return &GiveawayInfoOngoing{} },
|
|
GiveawayInfoCompletedTypeID: func() bin.Object { return &GiveawayInfoCompleted{} },
|
|
GiveawayPrizePremiumTypeID: func() bin.Object { return &GiveawayPrizePremium{} },
|
|
GiveawayPrizeStarsTypeID: func() bin.Object { return &GiveawayPrizeStars{} },
|
|
AccentColorTypeID: func() bin.Object { return &AccentColor{} },
|
|
ProfileAccentColorsTypeID: func() bin.Object { return &ProfileAccentColors{} },
|
|
ProfileAccentColorTypeID: func() bin.Object { return &ProfileAccentColor{} },
|
|
EmojiStatusTypeCustomEmojiTypeID: func() bin.Object { return &EmojiStatusTypeCustomEmoji{} },
|
|
EmojiStatusTypeUpgradedGiftTypeID: func() bin.Object { return &EmojiStatusTypeUpgradedGift{} },
|
|
EmojiStatusTypeID: func() bin.Object { return &EmojiStatus{} },
|
|
EmojiStatusesTypeID: func() bin.Object { return &EmojiStatuses{} },
|
|
EmojiStatusCustomEmojisTypeID: func() bin.Object { return &EmojiStatusCustomEmojis{} },
|
|
UsernamesTypeID: func() bin.Object { return &Usernames{} },
|
|
UserTypeID: func() bin.Object { return &User{} },
|
|
BotInfoTypeID: func() bin.Object { return &BotInfo{} },
|
|
UserFullInfoTypeID: func() bin.Object { return &UserFullInfo{} },
|
|
UsersTypeID: func() bin.Object { return &Users{} },
|
|
FoundUsersTypeID: func() bin.Object { return &FoundUsers{} },
|
|
ChatAdministratorTypeID: func() bin.Object { return &ChatAdministrator{} },
|
|
ChatAdministratorsTypeID: func() bin.Object { return &ChatAdministrators{} },
|
|
ChatMemberStatusCreatorTypeID: func() bin.Object { return &ChatMemberStatusCreator{} },
|
|
ChatMemberStatusAdministratorTypeID: func() bin.Object { return &ChatMemberStatusAdministrator{} },
|
|
ChatMemberStatusMemberTypeID: func() bin.Object { return &ChatMemberStatusMember{} },
|
|
ChatMemberStatusRestrictedTypeID: func() bin.Object { return &ChatMemberStatusRestricted{} },
|
|
ChatMemberStatusLeftTypeID: func() bin.Object { return &ChatMemberStatusLeft{} },
|
|
ChatMemberStatusBannedTypeID: func() bin.Object { return &ChatMemberStatusBanned{} },
|
|
ChatMemberTypeID: func() bin.Object { return &ChatMember{} },
|
|
ChatMembersTypeID: func() bin.Object { return &ChatMembers{} },
|
|
ChatMembersFilterContactsTypeID: func() bin.Object { return &ChatMembersFilterContacts{} },
|
|
ChatMembersFilterAdministratorsTypeID: func() bin.Object { return &ChatMembersFilterAdministrators{} },
|
|
ChatMembersFilterMembersTypeID: func() bin.Object { return &ChatMembersFilterMembers{} },
|
|
ChatMembersFilterMentionTypeID: func() bin.Object { return &ChatMembersFilterMention{} },
|
|
ChatMembersFilterRestrictedTypeID: func() bin.Object { return &ChatMembersFilterRestricted{} },
|
|
ChatMembersFilterBannedTypeID: func() bin.Object { return &ChatMembersFilterBanned{} },
|
|
ChatMembersFilterBotsTypeID: func() bin.Object { return &ChatMembersFilterBots{} },
|
|
SupergroupMembersFilterRecentTypeID: func() bin.Object { return &SupergroupMembersFilterRecent{} },
|
|
SupergroupMembersFilterContactsTypeID: func() bin.Object { return &SupergroupMembersFilterContacts{} },
|
|
SupergroupMembersFilterAdministratorsTypeID: func() bin.Object { return &SupergroupMembersFilterAdministrators{} },
|
|
SupergroupMembersFilterSearchTypeID: func() bin.Object { return &SupergroupMembersFilterSearch{} },
|
|
SupergroupMembersFilterRestrictedTypeID: func() bin.Object { return &SupergroupMembersFilterRestricted{} },
|
|
SupergroupMembersFilterBannedTypeID: func() bin.Object { return &SupergroupMembersFilterBanned{} },
|
|
SupergroupMembersFilterMentionTypeID: func() bin.Object { return &SupergroupMembersFilterMention{} },
|
|
SupergroupMembersFilterBotsTypeID: func() bin.Object { return &SupergroupMembersFilterBots{} },
|
|
ChatInviteLinkTypeID: func() bin.Object { return &ChatInviteLink{} },
|
|
ChatInviteLinksTypeID: func() bin.Object { return &ChatInviteLinks{} },
|
|
ChatInviteLinkCountTypeID: func() bin.Object { return &ChatInviteLinkCount{} },
|
|
ChatInviteLinkCountsTypeID: func() bin.Object { return &ChatInviteLinkCounts{} },
|
|
ChatInviteLinkMemberTypeID: func() bin.Object { return &ChatInviteLinkMember{} },
|
|
ChatInviteLinkMembersTypeID: func() bin.Object { return &ChatInviteLinkMembers{} },
|
|
InviteLinkChatTypeBasicGroupTypeID: func() bin.Object { return &InviteLinkChatTypeBasicGroup{} },
|
|
InviteLinkChatTypeSupergroupTypeID: func() bin.Object { return &InviteLinkChatTypeSupergroup{} },
|
|
InviteLinkChatTypeChannelTypeID: func() bin.Object { return &InviteLinkChatTypeChannel{} },
|
|
ChatInviteLinkSubscriptionInfoTypeID: func() bin.Object { return &ChatInviteLinkSubscriptionInfo{} },
|
|
ChatInviteLinkInfoTypeID: func() bin.Object { return &ChatInviteLinkInfo{} },
|
|
ChatJoinRequestTypeID: func() bin.Object { return &ChatJoinRequest{} },
|
|
ChatJoinRequestsTypeID: func() bin.Object { return &ChatJoinRequests{} },
|
|
ChatJoinRequestsInfoTypeID: func() bin.Object { return &ChatJoinRequestsInfo{} },
|
|
BasicGroupTypeID: func() bin.Object { return &BasicGroup{} },
|
|
BasicGroupFullInfoTypeID: func() bin.Object { return &BasicGroupFullInfo{} },
|
|
SupergroupTypeID: func() bin.Object { return &Supergroup{} },
|
|
SupergroupFullInfoTypeID: func() bin.Object { return &SupergroupFullInfo{} },
|
|
SecretChatStatePendingTypeID: func() bin.Object { return &SecretChatStatePending{} },
|
|
SecretChatStateReadyTypeID: func() bin.Object { return &SecretChatStateReady{} },
|
|
SecretChatStateClosedTypeID: func() bin.Object { return &SecretChatStateClosed{} },
|
|
SecretChatTypeID: func() bin.Object { return &SecretChat{} },
|
|
MessageSenderUserTypeID: func() bin.Object { return &MessageSenderUser{} },
|
|
MessageSenderChatTypeID: func() bin.Object { return &MessageSenderChat{} },
|
|
MessageSendersTypeID: func() bin.Object { return &MessageSenders{} },
|
|
ChatMessageSenderTypeID: func() bin.Object { return &ChatMessageSender{} },
|
|
ChatMessageSendersTypeID: func() bin.Object { return &ChatMessageSenders{} },
|
|
MessageReadDateReadTypeID: func() bin.Object { return &MessageReadDateRead{} },
|
|
MessageReadDateUnreadTypeID: func() bin.Object { return &MessageReadDateUnread{} },
|
|
MessageReadDateTooOldTypeID: func() bin.Object { return &MessageReadDateTooOld{} },
|
|
MessageReadDateUserPrivacyRestrictedTypeID: func() bin.Object { return &MessageReadDateUserPrivacyRestricted{} },
|
|
MessageReadDateMyPrivacyRestrictedTypeID: func() bin.Object { return &MessageReadDateMyPrivacyRestricted{} },
|
|
MessageViewerTypeID: func() bin.Object { return &MessageViewer{} },
|
|
MessageViewersTypeID: func() bin.Object { return &MessageViewers{} },
|
|
MessageOriginUserTypeID: func() bin.Object { return &MessageOriginUser{} },
|
|
MessageOriginHiddenUserTypeID: func() bin.Object { return &MessageOriginHiddenUser{} },
|
|
MessageOriginChatTypeID: func() bin.Object { return &MessageOriginChat{} },
|
|
MessageOriginChannelTypeID: func() bin.Object { return &MessageOriginChannel{} },
|
|
ForwardSourceTypeID: func() bin.Object { return &ForwardSource{} },
|
|
ReactionTypeEmojiTypeID: func() bin.Object { return &ReactionTypeEmoji{} },
|
|
ReactionTypeCustomEmojiTypeID: func() bin.Object { return &ReactionTypeCustomEmoji{} },
|
|
ReactionTypePaidTypeID: func() bin.Object { return &ReactionTypePaid{} },
|
|
PaidReactionTypeRegularTypeID: func() bin.Object { return &PaidReactionTypeRegular{} },
|
|
PaidReactionTypeAnonymousTypeID: func() bin.Object { return &PaidReactionTypeAnonymous{} },
|
|
PaidReactionTypeChatTypeID: func() bin.Object { return &PaidReactionTypeChat{} },
|
|
PaidReactorTypeID: func() bin.Object { return &PaidReactor{} },
|
|
MessageForwardInfoTypeID: func() bin.Object { return &MessageForwardInfo{} },
|
|
MessageImportInfoTypeID: func() bin.Object { return &MessageImportInfo{} },
|
|
MessageReplyInfoTypeID: func() bin.Object { return &MessageReplyInfo{} },
|
|
MessageReactionTypeID: func() bin.Object { return &MessageReaction{} },
|
|
MessageReactionsTypeID: func() bin.Object { return &MessageReactions{} },
|
|
MessageInteractionInfoTypeID: func() bin.Object { return &MessageInteractionInfo{} },
|
|
UnreadReactionTypeID: func() bin.Object { return &UnreadReaction{} },
|
|
MessageTopicForumTypeID: func() bin.Object { return &MessageTopicForum{} },
|
|
MessageTopicDirectMessagesTypeID: func() bin.Object { return &MessageTopicDirectMessages{} },
|
|
MessageTopicSavedMessagesTypeID: func() bin.Object { return &MessageTopicSavedMessages{} },
|
|
MessageEffectTypeEmojiReactionTypeID: func() bin.Object { return &MessageEffectTypeEmojiReaction{} },
|
|
MessageEffectTypePremiumStickerTypeID: func() bin.Object { return &MessageEffectTypePremiumSticker{} },
|
|
MessageEffectTypeID: func() bin.Object { return &MessageEffect{} },
|
|
MessageSendingStatePendingTypeID: func() bin.Object { return &MessageSendingStatePending{} },
|
|
MessageSendingStateFailedTypeID: func() bin.Object { return &MessageSendingStateFailed{} },
|
|
TextQuoteTypeID: func() bin.Object { return &TextQuote{} },
|
|
InputTextQuoteTypeID: func() bin.Object { return &InputTextQuote{} },
|
|
MessageReplyToMessageTypeID: func() bin.Object { return &MessageReplyToMessage{} },
|
|
MessageReplyToStoryTypeID: func() bin.Object { return &MessageReplyToStory{} },
|
|
InputMessageReplyToMessageTypeID: func() bin.Object { return &InputMessageReplyToMessage{} },
|
|
InputMessageReplyToExternalMessageTypeID: func() bin.Object { return &InputMessageReplyToExternalMessage{} },
|
|
InputMessageReplyToStoryTypeID: func() bin.Object { return &InputMessageReplyToStory{} },
|
|
FactCheckTypeID: func() bin.Object { return &FactCheck{} },
|
|
MessageTypeID: func() bin.Object { return &Message{} },
|
|
MessagesTypeID: func() bin.Object { return &Messages{} },
|
|
FoundMessagesTypeID: func() bin.Object { return &FoundMessages{} },
|
|
FoundChatMessagesTypeID: func() bin.Object { return &FoundChatMessages{} },
|
|
MessagePositionTypeID: func() bin.Object { return &MessagePosition{} },
|
|
MessagePositionsTypeID: func() bin.Object { return &MessagePositions{} },
|
|
MessageCalendarDayTypeID: func() bin.Object { return &MessageCalendarDay{} },
|
|
MessageCalendarTypeID: func() bin.Object { return &MessageCalendar{} },
|
|
BusinessMessageTypeID: func() bin.Object { return &BusinessMessage{} },
|
|
BusinessMessagesTypeID: func() bin.Object { return &BusinessMessages{} },
|
|
MessageSourceChatHistoryTypeID: func() bin.Object { return &MessageSourceChatHistory{} },
|
|
MessageSourceMessageThreadHistoryTypeID: func() bin.Object { return &MessageSourceMessageThreadHistory{} },
|
|
MessageSourceForumTopicHistoryTypeID: func() bin.Object { return &MessageSourceForumTopicHistory{} },
|
|
MessageSourceDirectMessagesChatTopicHistoryTypeID: func() bin.Object { return &MessageSourceDirectMessagesChatTopicHistory{} },
|
|
MessageSourceHistoryPreviewTypeID: func() bin.Object { return &MessageSourceHistoryPreview{} },
|
|
MessageSourceChatListTypeID: func() bin.Object { return &MessageSourceChatList{} },
|
|
MessageSourceSearchTypeID: func() bin.Object { return &MessageSourceSearch{} },
|
|
MessageSourceChatEventLogTypeID: func() bin.Object { return &MessageSourceChatEventLog{} },
|
|
MessageSourceNotificationTypeID: func() bin.Object { return &MessageSourceNotification{} },
|
|
MessageSourceScreenshotTypeID: func() bin.Object { return &MessageSourceScreenshot{} },
|
|
MessageSourceOtherTypeID: func() bin.Object { return &MessageSourceOther{} },
|
|
MessageSponsorTypeID: func() bin.Object { return &MessageSponsor{} },
|
|
SponsoredMessageTypeID: func() bin.Object { return &SponsoredMessage{} },
|
|
SponsoredMessagesTypeID: func() bin.Object { return &SponsoredMessages{} },
|
|
SponsoredChatTypeID: func() bin.Object { return &SponsoredChat{} },
|
|
SponsoredChatsTypeID: func() bin.Object { return &SponsoredChats{} },
|
|
ReportOptionTypeID: func() bin.Object { return &ReportOption{} },
|
|
ReportSponsoredResultOkTypeID: func() bin.Object { return &ReportSponsoredResultOk{} },
|
|
ReportSponsoredResultFailedTypeID: func() bin.Object { return &ReportSponsoredResultFailed{} },
|
|
ReportSponsoredResultOptionRequiredTypeID: func() bin.Object { return &ReportSponsoredResultOptionRequired{} },
|
|
ReportSponsoredResultAdsHiddenTypeID: func() bin.Object { return &ReportSponsoredResultAdsHidden{} },
|
|
ReportSponsoredResultPremiumRequiredTypeID: func() bin.Object { return &ReportSponsoredResultPremiumRequired{} },
|
|
FileDownloadTypeID: func() bin.Object { return &FileDownload{} },
|
|
DownloadedFileCountsTypeID: func() bin.Object { return &DownloadedFileCounts{} },
|
|
FoundFileDownloadsTypeID: func() bin.Object { return &FoundFileDownloads{} },
|
|
NotificationSettingsScopePrivateChatsTypeID: func() bin.Object { return &NotificationSettingsScopePrivateChats{} },
|
|
NotificationSettingsScopeGroupChatsTypeID: func() bin.Object { return &NotificationSettingsScopeGroupChats{} },
|
|
NotificationSettingsScopeChannelChatsTypeID: func() bin.Object { return &NotificationSettingsScopeChannelChats{} },
|
|
ChatNotificationSettingsTypeID: func() bin.Object { return &ChatNotificationSettings{} },
|
|
ScopeNotificationSettingsTypeID: func() bin.Object { return &ScopeNotificationSettings{} },
|
|
ReactionNotificationSourceNoneTypeID: func() bin.Object { return &ReactionNotificationSourceNone{} },
|
|
ReactionNotificationSourceContactsTypeID: func() bin.Object { return &ReactionNotificationSourceContacts{} },
|
|
ReactionNotificationSourceAllTypeID: func() bin.Object { return &ReactionNotificationSourceAll{} },
|
|
ReactionNotificationSettingsTypeID: func() bin.Object { return &ReactionNotificationSettings{} },
|
|
DraftMessageTypeID: func() bin.Object { return &DraftMessage{} },
|
|
ChatTypePrivateTypeID: func() bin.Object { return &ChatTypePrivate{} },
|
|
ChatTypeBasicGroupTypeID: func() bin.Object { return &ChatTypeBasicGroup{} },
|
|
ChatTypeSupergroupTypeID: func() bin.Object { return &ChatTypeSupergroup{} },
|
|
ChatTypeSecretTypeID: func() bin.Object { return &ChatTypeSecret{} },
|
|
ChatFolderIconTypeID: func() bin.Object { return &ChatFolderIcon{} },
|
|
ChatFolderNameTypeID: func() bin.Object { return &ChatFolderName{} },
|
|
ChatFolderTypeID: func() bin.Object { return &ChatFolder{} },
|
|
ChatFolderInfoTypeID: func() bin.Object { return &ChatFolderInfo{} },
|
|
ChatFolderInviteLinkTypeID: func() bin.Object { return &ChatFolderInviteLink{} },
|
|
ChatFolderInviteLinksTypeID: func() bin.Object { return &ChatFolderInviteLinks{} },
|
|
ChatFolderInviteLinkInfoTypeID: func() bin.Object { return &ChatFolderInviteLinkInfo{} },
|
|
RecommendedChatFolderTypeID: func() bin.Object { return &RecommendedChatFolder{} },
|
|
RecommendedChatFoldersTypeID: func() bin.Object { return &RecommendedChatFolders{} },
|
|
ArchiveChatListSettingsTypeID: func() bin.Object { return &ArchiveChatListSettings{} },
|
|
ChatListMainTypeID: func() bin.Object { return &ChatListMain{} },
|
|
ChatListArchiveTypeID: func() bin.Object { return &ChatListArchive{} },
|
|
ChatListFolderTypeID: func() bin.Object { return &ChatListFolder{} },
|
|
ChatListsTypeID: func() bin.Object { return &ChatLists{} },
|
|
ChatSourceMtprotoProxyTypeID: func() bin.Object { return &ChatSourceMtprotoProxy{} },
|
|
ChatSourcePublicServiceAnnouncementTypeID: func() bin.Object { return &ChatSourcePublicServiceAnnouncement{} },
|
|
ChatPositionTypeID: func() bin.Object { return &ChatPosition{} },
|
|
ChatAvailableReactionsAllTypeID: func() bin.Object { return &ChatAvailableReactionsAll{} },
|
|
ChatAvailableReactionsSomeTypeID: func() bin.Object { return &ChatAvailableReactionsSome{} },
|
|
SavedMessagesTagTypeID: func() bin.Object { return &SavedMessagesTag{} },
|
|
SavedMessagesTagsTypeID: func() bin.Object { return &SavedMessagesTags{} },
|
|
BusinessBotManageBarTypeID: func() bin.Object { return &BusinessBotManageBar{} },
|
|
VideoChatTypeID: func() bin.Object { return &VideoChat{} },
|
|
ChatTypeID: func() bin.Object { return &Chat{} },
|
|
ChatsTypeID: func() bin.Object { return &Chats{} },
|
|
FailedToAddMemberTypeID: func() bin.Object { return &FailedToAddMember{} },
|
|
FailedToAddMembersTypeID: func() bin.Object { return &FailedToAddMembers{} },
|
|
CreatedBasicGroupChatTypeID: func() bin.Object { return &CreatedBasicGroupChat{} },
|
|
PublicChatTypeHasUsernameTypeID: func() bin.Object { return &PublicChatTypeHasUsername{} },
|
|
PublicChatTypeIsLocationBasedTypeID: func() bin.Object { return &PublicChatTypeIsLocationBased{} },
|
|
AccountInfoTypeID: func() bin.Object { return &AccountInfo{} },
|
|
ChatActionBarReportSpamTypeID: func() bin.Object { return &ChatActionBarReportSpam{} },
|
|
ChatActionBarInviteMembersTypeID: func() bin.Object { return &ChatActionBarInviteMembers{} },
|
|
ChatActionBarReportAddBlockTypeID: func() bin.Object { return &ChatActionBarReportAddBlock{} },
|
|
ChatActionBarAddContactTypeID: func() bin.Object { return &ChatActionBarAddContact{} },
|
|
ChatActionBarSharePhoneNumberTypeID: func() bin.Object { return &ChatActionBarSharePhoneNumber{} },
|
|
ChatActionBarJoinRequestTypeID: func() bin.Object { return &ChatActionBarJoinRequest{} },
|
|
KeyboardButtonTypeTextTypeID: func() bin.Object { return &KeyboardButtonTypeText{} },
|
|
KeyboardButtonTypeRequestPhoneNumberTypeID: func() bin.Object { return &KeyboardButtonTypeRequestPhoneNumber{} },
|
|
KeyboardButtonTypeRequestLocationTypeID: func() bin.Object { return &KeyboardButtonTypeRequestLocation{} },
|
|
KeyboardButtonTypeRequestPollTypeID: func() bin.Object { return &KeyboardButtonTypeRequestPoll{} },
|
|
KeyboardButtonTypeRequestUsersTypeID: func() bin.Object { return &KeyboardButtonTypeRequestUsers{} },
|
|
KeyboardButtonTypeRequestChatTypeID: func() bin.Object { return &KeyboardButtonTypeRequestChat{} },
|
|
KeyboardButtonTypeWebAppTypeID: func() bin.Object { return &KeyboardButtonTypeWebApp{} },
|
|
KeyboardButtonTypeID: func() bin.Object { return &KeyboardButton{} },
|
|
InlineKeyboardButtonTypeURLTypeID: func() bin.Object { return &InlineKeyboardButtonTypeURL{} },
|
|
InlineKeyboardButtonTypeLoginURLTypeID: func() bin.Object { return &InlineKeyboardButtonTypeLoginURL{} },
|
|
InlineKeyboardButtonTypeWebAppTypeID: func() bin.Object { return &InlineKeyboardButtonTypeWebApp{} },
|
|
InlineKeyboardButtonTypeCallbackTypeID: func() bin.Object { return &InlineKeyboardButtonTypeCallback{} },
|
|
InlineKeyboardButtonTypeCallbackWithPasswordTypeID: func() bin.Object { return &InlineKeyboardButtonTypeCallbackWithPassword{} },
|
|
InlineKeyboardButtonTypeCallbackGameTypeID: func() bin.Object { return &InlineKeyboardButtonTypeCallbackGame{} },
|
|
InlineKeyboardButtonTypeSwitchInlineTypeID: func() bin.Object { return &InlineKeyboardButtonTypeSwitchInline{} },
|
|
InlineKeyboardButtonTypeBuyTypeID: func() bin.Object { return &InlineKeyboardButtonTypeBuy{} },
|
|
InlineKeyboardButtonTypeUserTypeID: func() bin.Object { return &InlineKeyboardButtonTypeUser{} },
|
|
InlineKeyboardButtonTypeCopyTextTypeID: func() bin.Object { return &InlineKeyboardButtonTypeCopyText{} },
|
|
InlineKeyboardButtonTypeID: func() bin.Object { return &InlineKeyboardButton{} },
|
|
ReplyMarkupRemoveKeyboardTypeID: func() bin.Object { return &ReplyMarkupRemoveKeyboard{} },
|
|
ReplyMarkupForceReplyTypeID: func() bin.Object { return &ReplyMarkupForceReply{} },
|
|
ReplyMarkupShowKeyboardTypeID: func() bin.Object { return &ReplyMarkupShowKeyboard{} },
|
|
ReplyMarkupInlineKeyboardTypeID: func() bin.Object { return &ReplyMarkupInlineKeyboard{} },
|
|
LoginURLInfoOpenTypeID: func() bin.Object { return &LoginURLInfoOpen{} },
|
|
LoginURLInfoRequestConfirmationTypeID: func() bin.Object { return &LoginURLInfoRequestConfirmation{} },
|
|
ThemeParametersTypeID: func() bin.Object { return &ThemeParameters{} },
|
|
WebAppOpenModeCompactTypeID: func() bin.Object { return &WebAppOpenModeCompact{} },
|
|
WebAppOpenModeFullSizeTypeID: func() bin.Object { return &WebAppOpenModeFullSize{} },
|
|
WebAppOpenModeFullScreenTypeID: func() bin.Object { return &WebAppOpenModeFullScreen{} },
|
|
FoundWebAppTypeID: func() bin.Object { return &FoundWebApp{} },
|
|
WebAppInfoTypeID: func() bin.Object { return &WebAppInfo{} },
|
|
MainWebAppTypeID: func() bin.Object { return &MainWebApp{} },
|
|
WebAppOpenParametersTypeID: func() bin.Object { return &WebAppOpenParameters{} },
|
|
MessageThreadInfoTypeID: func() bin.Object { return &MessageThreadInfo{} },
|
|
SavedMessagesTopicTypeMyNotesTypeID: func() bin.Object { return &SavedMessagesTopicTypeMyNotes{} },
|
|
SavedMessagesTopicTypeAuthorHiddenTypeID: func() bin.Object { return &SavedMessagesTopicTypeAuthorHidden{} },
|
|
SavedMessagesTopicTypeSavedFromChatTypeID: func() bin.Object { return &SavedMessagesTopicTypeSavedFromChat{} },
|
|
SavedMessagesTopicTypeID: func() bin.Object { return &SavedMessagesTopic{} },
|
|
DirectMessagesChatTopicTypeID: func() bin.Object { return &DirectMessagesChatTopic{} },
|
|
ForumTopicIconTypeID: func() bin.Object { return &ForumTopicIcon{} },
|
|
ForumTopicInfoTypeID: func() bin.Object { return &ForumTopicInfo{} },
|
|
ForumTopicTypeID: func() bin.Object { return &ForumTopic{} },
|
|
ForumTopicsTypeID: func() bin.Object { return &ForumTopics{} },
|
|
LinkPreviewOptionsTypeID: func() bin.Object { return &LinkPreviewOptions{} },
|
|
SharedUserTypeID: func() bin.Object { return &SharedUser{} },
|
|
SharedChatTypeID: func() bin.Object { return &SharedChat{} },
|
|
ThemeSettingsTypeID: func() bin.Object { return &ThemeSettings{} },
|
|
RichTextPlainTypeID: func() bin.Object { return &RichTextPlain{} },
|
|
RichTextBoldTypeID: func() bin.Object { return &RichTextBold{} },
|
|
RichTextItalicTypeID: func() bin.Object { return &RichTextItalic{} },
|
|
RichTextUnderlineTypeID: func() bin.Object { return &RichTextUnderline{} },
|
|
RichTextStrikethroughTypeID: func() bin.Object { return &RichTextStrikethrough{} },
|
|
RichTextFixedTypeID: func() bin.Object { return &RichTextFixed{} },
|
|
RichTextURLTypeID: func() bin.Object { return &RichTextURL{} },
|
|
RichTextEmailAddressTypeID: func() bin.Object { return &RichTextEmailAddress{} },
|
|
RichTextSubscriptTypeID: func() bin.Object { return &RichTextSubscript{} },
|
|
RichTextSuperscriptTypeID: func() bin.Object { return &RichTextSuperscript{} },
|
|
RichTextMarkedTypeID: func() bin.Object { return &RichTextMarked{} },
|
|
RichTextPhoneNumberTypeID: func() bin.Object { return &RichTextPhoneNumber{} },
|
|
RichTextIconTypeID: func() bin.Object { return &RichTextIcon{} },
|
|
RichTextReferenceTypeID: func() bin.Object { return &RichTextReference{} },
|
|
RichTextAnchorTypeID: func() bin.Object { return &RichTextAnchor{} },
|
|
RichTextAnchorLinkTypeID: func() bin.Object { return &RichTextAnchorLink{} },
|
|
RichTextsTypeID: func() bin.Object { return &RichTexts{} },
|
|
PageBlockCaptionTypeID: func() bin.Object { return &PageBlockCaption{} },
|
|
PageBlockListItemTypeID: func() bin.Object { return &PageBlockListItem{} },
|
|
PageBlockHorizontalAlignmentLeftTypeID: func() bin.Object { return &PageBlockHorizontalAlignmentLeft{} },
|
|
PageBlockHorizontalAlignmentCenterTypeID: func() bin.Object { return &PageBlockHorizontalAlignmentCenter{} },
|
|
PageBlockHorizontalAlignmentRightTypeID: func() bin.Object { return &PageBlockHorizontalAlignmentRight{} },
|
|
PageBlockVerticalAlignmentTopTypeID: func() bin.Object { return &PageBlockVerticalAlignmentTop{} },
|
|
PageBlockVerticalAlignmentMiddleTypeID: func() bin.Object { return &PageBlockVerticalAlignmentMiddle{} },
|
|
PageBlockVerticalAlignmentBottomTypeID: func() bin.Object { return &PageBlockVerticalAlignmentBottom{} },
|
|
PageBlockTableCellTypeID: func() bin.Object { return &PageBlockTableCell{} },
|
|
PageBlockRelatedArticleTypeID: func() bin.Object { return &PageBlockRelatedArticle{} },
|
|
PageBlockTitleTypeID: func() bin.Object { return &PageBlockTitle{} },
|
|
PageBlockSubtitleTypeID: func() bin.Object { return &PageBlockSubtitle{} },
|
|
PageBlockAuthorDateTypeID: func() bin.Object { return &PageBlockAuthorDate{} },
|
|
PageBlockHeaderTypeID: func() bin.Object { return &PageBlockHeader{} },
|
|
PageBlockSubheaderTypeID: func() bin.Object { return &PageBlockSubheader{} },
|
|
PageBlockKickerTypeID: func() bin.Object { return &PageBlockKicker{} },
|
|
PageBlockParagraphTypeID: func() bin.Object { return &PageBlockParagraph{} },
|
|
PageBlockPreformattedTypeID: func() bin.Object { return &PageBlockPreformatted{} },
|
|
PageBlockFooterTypeID: func() bin.Object { return &PageBlockFooter{} },
|
|
PageBlockDividerTypeID: func() bin.Object { return &PageBlockDivider{} },
|
|
PageBlockAnchorTypeID: func() bin.Object { return &PageBlockAnchor{} },
|
|
PageBlockListTypeID: func() bin.Object { return &PageBlockList{} },
|
|
PageBlockBlockQuoteTypeID: func() bin.Object { return &PageBlockBlockQuote{} },
|
|
PageBlockPullQuoteTypeID: func() bin.Object { return &PageBlockPullQuote{} },
|
|
PageBlockAnimationTypeID: func() bin.Object { return &PageBlockAnimation{} },
|
|
PageBlockAudioTypeID: func() bin.Object { return &PageBlockAudio{} },
|
|
PageBlockPhotoTypeID: func() bin.Object { return &PageBlockPhoto{} },
|
|
PageBlockVideoTypeID: func() bin.Object { return &PageBlockVideo{} },
|
|
PageBlockVoiceNoteTypeID: func() bin.Object { return &PageBlockVoiceNote{} },
|
|
PageBlockCoverTypeID: func() bin.Object { return &PageBlockCover{} },
|
|
PageBlockEmbeddedTypeID: func() bin.Object { return &PageBlockEmbedded{} },
|
|
PageBlockEmbeddedPostTypeID: func() bin.Object { return &PageBlockEmbeddedPost{} },
|
|
PageBlockCollageTypeID: func() bin.Object { return &PageBlockCollage{} },
|
|
PageBlockSlideshowTypeID: func() bin.Object { return &PageBlockSlideshow{} },
|
|
PageBlockChatLinkTypeID: func() bin.Object { return &PageBlockChatLink{} },
|
|
PageBlockTableTypeID: func() bin.Object { return &PageBlockTable{} },
|
|
PageBlockDetailsTypeID: func() bin.Object { return &PageBlockDetails{} },
|
|
PageBlockRelatedArticlesTypeID: func() bin.Object { return &PageBlockRelatedArticles{} },
|
|
PageBlockMapTypeID: func() bin.Object { return &PageBlockMap{} },
|
|
WebPageInstantViewTypeID: func() bin.Object { return &WebPageInstantView{} },
|
|
LinkPreviewAlbumMediaPhotoTypeID: func() bin.Object { return &LinkPreviewAlbumMediaPhoto{} },
|
|
LinkPreviewAlbumMediaVideoTypeID: func() bin.Object { return &LinkPreviewAlbumMediaVideo{} },
|
|
LinkPreviewTypeAlbumTypeID: func() bin.Object { return &LinkPreviewTypeAlbum{} },
|
|
LinkPreviewTypeAnimationTypeID: func() bin.Object { return &LinkPreviewTypeAnimation{} },
|
|
LinkPreviewTypeAppTypeID: func() bin.Object { return &LinkPreviewTypeApp{} },
|
|
LinkPreviewTypeArticleTypeID: func() bin.Object { return &LinkPreviewTypeArticle{} },
|
|
LinkPreviewTypeAudioTypeID: func() bin.Object { return &LinkPreviewTypeAudio{} },
|
|
LinkPreviewTypeBackgroundTypeID: func() bin.Object { return &LinkPreviewTypeBackground{} },
|
|
LinkPreviewTypeChannelBoostTypeID: func() bin.Object { return &LinkPreviewTypeChannelBoost{} },
|
|
LinkPreviewTypeChatTypeID: func() bin.Object { return &LinkPreviewTypeChat{} },
|
|
LinkPreviewTypeDocumentTypeID: func() bin.Object { return &LinkPreviewTypeDocument{} },
|
|
LinkPreviewTypeEmbeddedAnimationPlayerTypeID: func() bin.Object { return &LinkPreviewTypeEmbeddedAnimationPlayer{} },
|
|
LinkPreviewTypeEmbeddedAudioPlayerTypeID: func() bin.Object { return &LinkPreviewTypeEmbeddedAudioPlayer{} },
|
|
LinkPreviewTypeEmbeddedVideoPlayerTypeID: func() bin.Object { return &LinkPreviewTypeEmbeddedVideoPlayer{} },
|
|
LinkPreviewTypeExternalAudioTypeID: func() bin.Object { return &LinkPreviewTypeExternalAudio{} },
|
|
LinkPreviewTypeExternalVideoTypeID: func() bin.Object { return &LinkPreviewTypeExternalVideo{} },
|
|
LinkPreviewTypeGroupCallTypeID: func() bin.Object { return &LinkPreviewTypeGroupCall{} },
|
|
LinkPreviewTypeInvoiceTypeID: func() bin.Object { return &LinkPreviewTypeInvoice{} },
|
|
LinkPreviewTypeMessageTypeID: func() bin.Object { return &LinkPreviewTypeMessage{} },
|
|
LinkPreviewTypePhotoTypeID: func() bin.Object { return &LinkPreviewTypePhoto{} },
|
|
LinkPreviewTypePremiumGiftCodeTypeID: func() bin.Object { return &LinkPreviewTypePremiumGiftCode{} },
|
|
LinkPreviewTypeShareableChatFolderTypeID: func() bin.Object { return &LinkPreviewTypeShareableChatFolder{} },
|
|
LinkPreviewTypeStickerTypeID: func() bin.Object { return &LinkPreviewTypeSticker{} },
|
|
LinkPreviewTypeStickerSetTypeID: func() bin.Object { return &LinkPreviewTypeStickerSet{} },
|
|
LinkPreviewTypeStoryTypeID: func() bin.Object { return &LinkPreviewTypeStory{} },
|
|
LinkPreviewTypeSupergroupBoostTypeID: func() bin.Object { return &LinkPreviewTypeSupergroupBoost{} },
|
|
LinkPreviewTypeThemeTypeID: func() bin.Object { return &LinkPreviewTypeTheme{} },
|
|
LinkPreviewTypeUnsupportedTypeID: func() bin.Object { return &LinkPreviewTypeUnsupported{} },
|
|
LinkPreviewTypeUpgradedGiftTypeID: func() bin.Object { return &LinkPreviewTypeUpgradedGift{} },
|
|
LinkPreviewTypeUserTypeID: func() bin.Object { return &LinkPreviewTypeUser{} },
|
|
LinkPreviewTypeVideoTypeID: func() bin.Object { return &LinkPreviewTypeVideo{} },
|
|
LinkPreviewTypeVideoChatTypeID: func() bin.Object { return &LinkPreviewTypeVideoChat{} },
|
|
LinkPreviewTypeVideoNoteTypeID: func() bin.Object { return &LinkPreviewTypeVideoNote{} },
|
|
LinkPreviewTypeVoiceNoteTypeID: func() bin.Object { return &LinkPreviewTypeVoiceNote{} },
|
|
LinkPreviewTypeWebAppTypeID: func() bin.Object { return &LinkPreviewTypeWebApp{} },
|
|
LinkPreviewTypeID: func() bin.Object { return &LinkPreview{} },
|
|
CountryInfoTypeID: func() bin.Object { return &CountryInfo{} },
|
|
CountriesTypeID: func() bin.Object { return &Countries{} },
|
|
PhoneNumberInfoTypeID: func() bin.Object { return &PhoneNumberInfo{} },
|
|
CollectibleItemTypeUsernameTypeID: func() bin.Object { return &CollectibleItemTypeUsername{} },
|
|
CollectibleItemTypePhoneNumberTypeID: func() bin.Object { return &CollectibleItemTypePhoneNumber{} },
|
|
CollectibleItemInfoTypeID: func() bin.Object { return &CollectibleItemInfo{} },
|
|
BankCardActionOpenURLTypeID: func() bin.Object { return &BankCardActionOpenURL{} },
|
|
BankCardInfoTypeID: func() bin.Object { return &BankCardInfo{} },
|
|
AddressTypeID: func() bin.Object { return &Address{} },
|
|
LocationAddressTypeID: func() bin.Object { return &LocationAddress{} },
|
|
LabeledPricePartTypeID: func() bin.Object { return &LabeledPricePart{} },
|
|
InvoiceTypeID: func() bin.Object { return &Invoice{} },
|
|
OrderInfoTypeID: func() bin.Object { return &OrderInfo{} },
|
|
ShippingOptionTypeID: func() bin.Object { return &ShippingOption{} },
|
|
SavedCredentialsTypeID: func() bin.Object { return &SavedCredentials{} },
|
|
InputCredentialsSavedTypeID: func() bin.Object { return &InputCredentialsSaved{} },
|
|
InputCredentialsNewTypeID: func() bin.Object { return &InputCredentialsNew{} },
|
|
InputCredentialsApplePayTypeID: func() bin.Object { return &InputCredentialsApplePay{} },
|
|
InputCredentialsGooglePayTypeID: func() bin.Object { return &InputCredentialsGooglePay{} },
|
|
PaymentProviderSmartGlocalTypeID: func() bin.Object { return &PaymentProviderSmartGlocal{} },
|
|
PaymentProviderStripeTypeID: func() bin.Object { return &PaymentProviderStripe{} },
|
|
PaymentProviderOtherTypeID: func() bin.Object { return &PaymentProviderOther{} },
|
|
PaymentOptionTypeID: func() bin.Object { return &PaymentOption{} },
|
|
PaymentFormTypeRegularTypeID: func() bin.Object { return &PaymentFormTypeRegular{} },
|
|
PaymentFormTypeStarsTypeID: func() bin.Object { return &PaymentFormTypeStars{} },
|
|
PaymentFormTypeStarSubscriptionTypeID: func() bin.Object { return &PaymentFormTypeStarSubscription{} },
|
|
PaymentFormTypeID: func() bin.Object { return &PaymentForm{} },
|
|
ValidatedOrderInfoTypeID: func() bin.Object { return &ValidatedOrderInfo{} },
|
|
PaymentResultTypeID: func() bin.Object { return &PaymentResult{} },
|
|
PaymentReceiptTypeRegularTypeID: func() bin.Object { return &PaymentReceiptTypeRegular{} },
|
|
PaymentReceiptTypeStarsTypeID: func() bin.Object { return &PaymentReceiptTypeStars{} },
|
|
PaymentReceiptTypeID: func() bin.Object { return &PaymentReceipt{} },
|
|
InputInvoiceMessageTypeID: func() bin.Object { return &InputInvoiceMessage{} },
|
|
InputInvoiceNameTypeID: func() bin.Object { return &InputInvoiceName{} },
|
|
InputInvoiceTelegramTypeID: func() bin.Object { return &InputInvoiceTelegram{} },
|
|
PaidMediaPreviewTypeID: func() bin.Object { return &PaidMediaPreview{} },
|
|
PaidMediaPhotoTypeID: func() bin.Object { return &PaidMediaPhoto{} },
|
|
PaidMediaVideoTypeID: func() bin.Object { return &PaidMediaVideo{} },
|
|
PaidMediaUnsupportedTypeID: func() bin.Object { return &PaidMediaUnsupported{} },
|
|
GiveawayParametersTypeID: func() bin.Object { return &GiveawayParameters{} },
|
|
DatedFileTypeID: func() bin.Object { return &DatedFile{} },
|
|
PassportElementTypePersonalDetailsTypeID: func() bin.Object { return &PassportElementTypePersonalDetails{} },
|
|
PassportElementTypePassportTypeID: func() bin.Object { return &PassportElementTypePassport{} },
|
|
PassportElementTypeDriverLicenseTypeID: func() bin.Object { return &PassportElementTypeDriverLicense{} },
|
|
PassportElementTypeIdentityCardTypeID: func() bin.Object { return &PassportElementTypeIdentityCard{} },
|
|
PassportElementTypeInternalPassportTypeID: func() bin.Object { return &PassportElementTypeInternalPassport{} },
|
|
PassportElementTypeAddressTypeID: func() bin.Object { return &PassportElementTypeAddress{} },
|
|
PassportElementTypeUtilityBillTypeID: func() bin.Object { return &PassportElementTypeUtilityBill{} },
|
|
PassportElementTypeBankStatementTypeID: func() bin.Object { return &PassportElementTypeBankStatement{} },
|
|
PassportElementTypeRentalAgreementTypeID: func() bin.Object { return &PassportElementTypeRentalAgreement{} },
|
|
PassportElementTypePassportRegistrationTypeID: func() bin.Object { return &PassportElementTypePassportRegistration{} },
|
|
PassportElementTypeTemporaryRegistrationTypeID: func() bin.Object { return &PassportElementTypeTemporaryRegistration{} },
|
|
PassportElementTypePhoneNumberTypeID: func() bin.Object { return &PassportElementTypePhoneNumber{} },
|
|
PassportElementTypeEmailAddressTypeID: func() bin.Object { return &PassportElementTypeEmailAddress{} },
|
|
DateTypeID: func() bin.Object { return &Date{} },
|
|
PersonalDetailsTypeID: func() bin.Object { return &PersonalDetails{} },
|
|
IdentityDocumentTypeID: func() bin.Object { return &IdentityDocument{} },
|
|
InputIdentityDocumentTypeID: func() bin.Object { return &InputIdentityDocument{} },
|
|
PersonalDocumentTypeID: func() bin.Object { return &PersonalDocument{} },
|
|
InputPersonalDocumentTypeID: func() bin.Object { return &InputPersonalDocument{} },
|
|
PassportElementPersonalDetailsTypeID: func() bin.Object { return &PassportElementPersonalDetails{} },
|
|
PassportElementPassportTypeID: func() bin.Object { return &PassportElementPassport{} },
|
|
PassportElementDriverLicenseTypeID: func() bin.Object { return &PassportElementDriverLicense{} },
|
|
PassportElementIdentityCardTypeID: func() bin.Object { return &PassportElementIdentityCard{} },
|
|
PassportElementInternalPassportTypeID: func() bin.Object { return &PassportElementInternalPassport{} },
|
|
PassportElementAddressTypeID: func() bin.Object { return &PassportElementAddress{} },
|
|
PassportElementUtilityBillTypeID: func() bin.Object { return &PassportElementUtilityBill{} },
|
|
PassportElementBankStatementTypeID: func() bin.Object { return &PassportElementBankStatement{} },
|
|
PassportElementRentalAgreementTypeID: func() bin.Object { return &PassportElementRentalAgreement{} },
|
|
PassportElementPassportRegistrationTypeID: func() bin.Object { return &PassportElementPassportRegistration{} },
|
|
PassportElementTemporaryRegistrationTypeID: func() bin.Object { return &PassportElementTemporaryRegistration{} },
|
|
PassportElementPhoneNumberTypeID: func() bin.Object { return &PassportElementPhoneNumber{} },
|
|
PassportElementEmailAddressTypeID: func() bin.Object { return &PassportElementEmailAddress{} },
|
|
InputPassportElementPersonalDetailsTypeID: func() bin.Object { return &InputPassportElementPersonalDetails{} },
|
|
InputPassportElementPassportTypeID: func() bin.Object { return &InputPassportElementPassport{} },
|
|
InputPassportElementDriverLicenseTypeID: func() bin.Object { return &InputPassportElementDriverLicense{} },
|
|
InputPassportElementIdentityCardTypeID: func() bin.Object { return &InputPassportElementIdentityCard{} },
|
|
InputPassportElementInternalPassportTypeID: func() bin.Object { return &InputPassportElementInternalPassport{} },
|
|
InputPassportElementAddressTypeID: func() bin.Object { return &InputPassportElementAddress{} },
|
|
InputPassportElementUtilityBillTypeID: func() bin.Object { return &InputPassportElementUtilityBill{} },
|
|
InputPassportElementBankStatementTypeID: func() bin.Object { return &InputPassportElementBankStatement{} },
|
|
InputPassportElementRentalAgreementTypeID: func() bin.Object { return &InputPassportElementRentalAgreement{} },
|
|
InputPassportElementPassportRegistrationTypeID: func() bin.Object { return &InputPassportElementPassportRegistration{} },
|
|
InputPassportElementTemporaryRegistrationTypeID: func() bin.Object { return &InputPassportElementTemporaryRegistration{} },
|
|
InputPassportElementPhoneNumberTypeID: func() bin.Object { return &InputPassportElementPhoneNumber{} },
|
|
InputPassportElementEmailAddressTypeID: func() bin.Object { return &InputPassportElementEmailAddress{} },
|
|
PassportElementsTypeID: func() bin.Object { return &PassportElements{} },
|
|
PassportElementErrorSourceUnspecifiedTypeID: func() bin.Object { return &PassportElementErrorSourceUnspecified{} },
|
|
PassportElementErrorSourceDataFieldTypeID: func() bin.Object { return &PassportElementErrorSourceDataField{} },
|
|
PassportElementErrorSourceFrontSideTypeID: func() bin.Object { return &PassportElementErrorSourceFrontSide{} },
|
|
PassportElementErrorSourceReverseSideTypeID: func() bin.Object { return &PassportElementErrorSourceReverseSide{} },
|
|
PassportElementErrorSourceSelfieTypeID: func() bin.Object { return &PassportElementErrorSourceSelfie{} },
|
|
PassportElementErrorSourceTranslationFileTypeID: func() bin.Object { return &PassportElementErrorSourceTranslationFile{} },
|
|
PassportElementErrorSourceTranslationFilesTypeID: func() bin.Object { return &PassportElementErrorSourceTranslationFiles{} },
|
|
PassportElementErrorSourceFileTypeID: func() bin.Object { return &PassportElementErrorSourceFile{} },
|
|
PassportElementErrorSourceFilesTypeID: func() bin.Object { return &PassportElementErrorSourceFiles{} },
|
|
PassportElementErrorTypeID: func() bin.Object { return &PassportElementError{} },
|
|
PassportSuitableElementTypeID: func() bin.Object { return &PassportSuitableElement{} },
|
|
PassportRequiredElementTypeID: func() bin.Object { return &PassportRequiredElement{} },
|
|
PassportAuthorizationFormTypeID: func() bin.Object { return &PassportAuthorizationForm{} },
|
|
PassportElementsWithErrorsTypeID: func() bin.Object { return &PassportElementsWithErrors{} },
|
|
EncryptedCredentialsTypeID: func() bin.Object { return &EncryptedCredentials{} },
|
|
EncryptedPassportElementTypeID: func() bin.Object { return &EncryptedPassportElement{} },
|
|
InputPassportElementErrorSourceUnspecifiedTypeID: func() bin.Object { return &InputPassportElementErrorSourceUnspecified{} },
|
|
InputPassportElementErrorSourceDataFieldTypeID: func() bin.Object { return &InputPassportElementErrorSourceDataField{} },
|
|
InputPassportElementErrorSourceFrontSideTypeID: func() bin.Object { return &InputPassportElementErrorSourceFrontSide{} },
|
|
InputPassportElementErrorSourceReverseSideTypeID: func() bin.Object { return &InputPassportElementErrorSourceReverseSide{} },
|
|
InputPassportElementErrorSourceSelfieTypeID: func() bin.Object { return &InputPassportElementErrorSourceSelfie{} },
|
|
InputPassportElementErrorSourceTranslationFileTypeID: func() bin.Object { return &InputPassportElementErrorSourceTranslationFile{} },
|
|
InputPassportElementErrorSourceTranslationFilesTypeID: func() bin.Object { return &InputPassportElementErrorSourceTranslationFiles{} },
|
|
InputPassportElementErrorSourceFileTypeID: func() bin.Object { return &InputPassportElementErrorSourceFile{} },
|
|
InputPassportElementErrorSourceFilesTypeID: func() bin.Object { return &InputPassportElementErrorSourceFiles{} },
|
|
InputPassportElementErrorTypeID: func() bin.Object { return &InputPassportElementError{} },
|
|
MessageTextTypeID: func() bin.Object { return &MessageText{} },
|
|
MessageAnimationTypeID: func() bin.Object { return &MessageAnimation{} },
|
|
MessageAudioTypeID: func() bin.Object { return &MessageAudio{} },
|
|
MessageDocumentTypeID: func() bin.Object { return &MessageDocument{} },
|
|
MessagePaidMediaTypeID: func() bin.Object { return &MessagePaidMedia{} },
|
|
MessagePhotoTypeID: func() bin.Object { return &MessagePhoto{} },
|
|
MessageStickerTypeID: func() bin.Object { return &MessageSticker{} },
|
|
MessageVideoTypeID: func() bin.Object { return &MessageVideo{} },
|
|
MessageVideoNoteTypeID: func() bin.Object { return &MessageVideoNote{} },
|
|
MessageVoiceNoteTypeID: func() bin.Object { return &MessageVoiceNote{} },
|
|
MessageExpiredPhotoTypeID: func() bin.Object { return &MessageExpiredPhoto{} },
|
|
MessageExpiredVideoTypeID: func() bin.Object { return &MessageExpiredVideo{} },
|
|
MessageExpiredVideoNoteTypeID: func() bin.Object { return &MessageExpiredVideoNote{} },
|
|
MessageExpiredVoiceNoteTypeID: func() bin.Object { return &MessageExpiredVoiceNote{} },
|
|
MessageLocationTypeID: func() bin.Object { return &MessageLocation{} },
|
|
MessageVenueTypeID: func() bin.Object { return &MessageVenue{} },
|
|
MessageContactTypeID: func() bin.Object { return &MessageContact{} },
|
|
MessageAnimatedEmojiTypeID: func() bin.Object { return &MessageAnimatedEmoji{} },
|
|
MessageDiceTypeID: func() bin.Object { return &MessageDice{} },
|
|
MessageGameTypeID: func() bin.Object { return &MessageGame{} },
|
|
MessagePollTypeID: func() bin.Object { return &MessagePoll{} },
|
|
MessageStoryTypeID: func() bin.Object { return &MessageStory{} },
|
|
MessageInvoiceTypeID: func() bin.Object { return &MessageInvoice{} },
|
|
MessageCallTypeID: func() bin.Object { return &MessageCall{} },
|
|
MessageGroupCallTypeID: func() bin.Object { return &MessageGroupCall{} },
|
|
MessageVideoChatScheduledTypeID: func() bin.Object { return &MessageVideoChatScheduled{} },
|
|
MessageVideoChatStartedTypeID: func() bin.Object { return &MessageVideoChatStarted{} },
|
|
MessageVideoChatEndedTypeID: func() bin.Object { return &MessageVideoChatEnded{} },
|
|
MessageInviteVideoChatParticipantsTypeID: func() bin.Object { return &MessageInviteVideoChatParticipants{} },
|
|
MessageBasicGroupChatCreateTypeID: func() bin.Object { return &MessageBasicGroupChatCreate{} },
|
|
MessageSupergroupChatCreateTypeID: func() bin.Object { return &MessageSupergroupChatCreate{} },
|
|
MessageChatChangeTitleTypeID: func() bin.Object { return &MessageChatChangeTitle{} },
|
|
MessageChatChangePhotoTypeID: func() bin.Object { return &MessageChatChangePhoto{} },
|
|
MessageChatDeletePhotoTypeID: func() bin.Object { return &MessageChatDeletePhoto{} },
|
|
MessageChatAddMembersTypeID: func() bin.Object { return &MessageChatAddMembers{} },
|
|
MessageChatJoinByLinkTypeID: func() bin.Object { return &MessageChatJoinByLink{} },
|
|
MessageChatJoinByRequestTypeID: func() bin.Object { return &MessageChatJoinByRequest{} },
|
|
MessageChatDeleteMemberTypeID: func() bin.Object { return &MessageChatDeleteMember{} },
|
|
MessageChatUpgradeToTypeID: func() bin.Object { return &MessageChatUpgradeTo{} },
|
|
MessageChatUpgradeFromTypeID: func() bin.Object { return &MessageChatUpgradeFrom{} },
|
|
MessagePinMessageTypeID: func() bin.Object { return &MessagePinMessage{} },
|
|
MessageScreenshotTakenTypeID: func() bin.Object { return &MessageScreenshotTaken{} },
|
|
MessageChatSetBackgroundTypeID: func() bin.Object { return &MessageChatSetBackground{} },
|
|
MessageChatSetThemeTypeID: func() bin.Object { return &MessageChatSetTheme{} },
|
|
MessageChatSetMessageAutoDeleteTimeTypeID: func() bin.Object { return &MessageChatSetMessageAutoDeleteTime{} },
|
|
MessageChatBoostTypeID: func() bin.Object { return &MessageChatBoost{} },
|
|
MessageForumTopicCreatedTypeID: func() bin.Object { return &MessageForumTopicCreated{} },
|
|
MessageForumTopicEditedTypeID: func() bin.Object { return &MessageForumTopicEdited{} },
|
|
MessageForumTopicIsClosedToggledTypeID: func() bin.Object { return &MessageForumTopicIsClosedToggled{} },
|
|
MessageForumTopicIsHiddenToggledTypeID: func() bin.Object { return &MessageForumTopicIsHiddenToggled{} },
|
|
MessageSuggestProfilePhotoTypeID: func() bin.Object { return &MessageSuggestProfilePhoto{} },
|
|
MessageCustomServiceActionTypeID: func() bin.Object { return &MessageCustomServiceAction{} },
|
|
MessageGameScoreTypeID: func() bin.Object { return &MessageGameScore{} },
|
|
MessagePaymentSuccessfulTypeID: func() bin.Object { return &MessagePaymentSuccessful{} },
|
|
MessagePaymentSuccessfulBotTypeID: func() bin.Object { return &MessagePaymentSuccessfulBot{} },
|
|
MessagePaymentRefundedTypeID: func() bin.Object { return &MessagePaymentRefunded{} },
|
|
MessageGiftedPremiumTypeID: func() bin.Object { return &MessageGiftedPremium{} },
|
|
MessagePremiumGiftCodeTypeID: func() bin.Object { return &MessagePremiumGiftCode{} },
|
|
MessageGiveawayCreatedTypeID: func() bin.Object { return &MessageGiveawayCreated{} },
|
|
MessageGiveawayTypeID: func() bin.Object { return &MessageGiveaway{} },
|
|
MessageGiveawayCompletedTypeID: func() bin.Object { return &MessageGiveawayCompleted{} },
|
|
MessageGiveawayWinnersTypeID: func() bin.Object { return &MessageGiveawayWinners{} },
|
|
MessageGiftedStarsTypeID: func() bin.Object { return &MessageGiftedStars{} },
|
|
MessageGiveawayPrizeStarsTypeID: func() bin.Object { return &MessageGiveawayPrizeStars{} },
|
|
MessageGiftTypeID: func() bin.Object { return &MessageGift{} },
|
|
MessageUpgradedGiftTypeID: func() bin.Object { return &MessageUpgradedGift{} },
|
|
MessageRefundedUpgradedGiftTypeID: func() bin.Object { return &MessageRefundedUpgradedGift{} },
|
|
MessagePaidMessagesRefundedTypeID: func() bin.Object { return &MessagePaidMessagesRefunded{} },
|
|
MessagePaidMessagePriceChangedTypeID: func() bin.Object { return &MessagePaidMessagePriceChanged{} },
|
|
MessageDirectMessagePriceChangedTypeID: func() bin.Object { return &MessageDirectMessagePriceChanged{} },
|
|
MessageContactRegisteredTypeID: func() bin.Object { return &MessageContactRegistered{} },
|
|
MessageUsersSharedTypeID: func() bin.Object { return &MessageUsersShared{} },
|
|
MessageChatSharedTypeID: func() bin.Object { return &MessageChatShared{} },
|
|
MessageBotWriteAccessAllowedTypeID: func() bin.Object { return &MessageBotWriteAccessAllowed{} },
|
|
MessageWebAppDataSentTypeID: func() bin.Object { return &MessageWebAppDataSent{} },
|
|
MessageWebAppDataReceivedTypeID: func() bin.Object { return &MessageWebAppDataReceived{} },
|
|
MessagePassportDataSentTypeID: func() bin.Object { return &MessagePassportDataSent{} },
|
|
MessagePassportDataReceivedTypeID: func() bin.Object { return &MessagePassportDataReceived{} },
|
|
MessageProximityAlertTriggeredTypeID: func() bin.Object { return &MessageProximityAlertTriggered{} },
|
|
MessageUnsupportedTypeID: func() bin.Object { return &MessageUnsupported{} },
|
|
TextEntityTypeMentionTypeID: func() bin.Object { return &TextEntityTypeMention{} },
|
|
TextEntityTypeHashtagTypeID: func() bin.Object { return &TextEntityTypeHashtag{} },
|
|
TextEntityTypeCashtagTypeID: func() bin.Object { return &TextEntityTypeCashtag{} },
|
|
TextEntityTypeBotCommandTypeID: func() bin.Object { return &TextEntityTypeBotCommand{} },
|
|
TextEntityTypeURLTypeID: func() bin.Object { return &TextEntityTypeURL{} },
|
|
TextEntityTypeEmailAddressTypeID: func() bin.Object { return &TextEntityTypeEmailAddress{} },
|
|
TextEntityTypePhoneNumberTypeID: func() bin.Object { return &TextEntityTypePhoneNumber{} },
|
|
TextEntityTypeBankCardNumberTypeID: func() bin.Object { return &TextEntityTypeBankCardNumber{} },
|
|
TextEntityTypeBoldTypeID: func() bin.Object { return &TextEntityTypeBold{} },
|
|
TextEntityTypeItalicTypeID: func() bin.Object { return &TextEntityTypeItalic{} },
|
|
TextEntityTypeUnderlineTypeID: func() bin.Object { return &TextEntityTypeUnderline{} },
|
|
TextEntityTypeStrikethroughTypeID: func() bin.Object { return &TextEntityTypeStrikethrough{} },
|
|
TextEntityTypeSpoilerTypeID: func() bin.Object { return &TextEntityTypeSpoiler{} },
|
|
TextEntityTypeCodeTypeID: func() bin.Object { return &TextEntityTypeCode{} },
|
|
TextEntityTypePreTypeID: func() bin.Object { return &TextEntityTypePre{} },
|
|
TextEntityTypePreCodeTypeID: func() bin.Object { return &TextEntityTypePreCode{} },
|
|
TextEntityTypeBlockQuoteTypeID: func() bin.Object { return &TextEntityTypeBlockQuote{} },
|
|
TextEntityTypeExpandableBlockQuoteTypeID: func() bin.Object { return &TextEntityTypeExpandableBlockQuote{} },
|
|
TextEntityTypeTextURLTypeID: func() bin.Object { return &TextEntityTypeTextURL{} },
|
|
TextEntityTypeMentionNameTypeID: func() bin.Object { return &TextEntityTypeMentionName{} },
|
|
TextEntityTypeCustomEmojiTypeID: func() bin.Object { return &TextEntityTypeCustomEmoji{} },
|
|
TextEntityTypeMediaTimestampTypeID: func() bin.Object { return &TextEntityTypeMediaTimestamp{} },
|
|
InputThumbnailTypeID: func() bin.Object { return &InputThumbnail{} },
|
|
InputPaidMediaTypePhotoTypeID: func() bin.Object { return &InputPaidMediaTypePhoto{} },
|
|
InputPaidMediaTypeVideoTypeID: func() bin.Object { return &InputPaidMediaTypeVideo{} },
|
|
InputPaidMediaTypeID: func() bin.Object { return &InputPaidMedia{} },
|
|
MessageSchedulingStateSendAtDateTypeID: func() bin.Object { return &MessageSchedulingStateSendAtDate{} },
|
|
MessageSchedulingStateSendWhenOnlineTypeID: func() bin.Object { return &MessageSchedulingStateSendWhenOnline{} },
|
|
MessageSchedulingStateSendWhenVideoProcessedTypeID: func() bin.Object { return &MessageSchedulingStateSendWhenVideoProcessed{} },
|
|
MessageSelfDestructTypeTimerTypeID: func() bin.Object { return &MessageSelfDestructTypeTimer{} },
|
|
MessageSelfDestructTypeImmediatelyTypeID: func() bin.Object { return &MessageSelfDestructTypeImmediately{} },
|
|
MessageSendOptionsTypeID: func() bin.Object { return &MessageSendOptions{} },
|
|
MessageCopyOptionsTypeID: func() bin.Object { return &MessageCopyOptions{} },
|
|
InputMessageTextTypeID: func() bin.Object { return &InputMessageText{} },
|
|
InputMessageAnimationTypeID: func() bin.Object { return &InputMessageAnimation{} },
|
|
InputMessageAudioTypeID: func() bin.Object { return &InputMessageAudio{} },
|
|
InputMessageDocumentTypeID: func() bin.Object { return &InputMessageDocument{} },
|
|
InputMessagePaidMediaTypeID: func() bin.Object { return &InputMessagePaidMedia{} },
|
|
InputMessagePhotoTypeID: func() bin.Object { return &InputMessagePhoto{} },
|
|
InputMessageStickerTypeID: func() bin.Object { return &InputMessageSticker{} },
|
|
InputMessageVideoTypeID: func() bin.Object { return &InputMessageVideo{} },
|
|
InputMessageVideoNoteTypeID: func() bin.Object { return &InputMessageVideoNote{} },
|
|
InputMessageVoiceNoteTypeID: func() bin.Object { return &InputMessageVoiceNote{} },
|
|
InputMessageLocationTypeID: func() bin.Object { return &InputMessageLocation{} },
|
|
InputMessageVenueTypeID: func() bin.Object { return &InputMessageVenue{} },
|
|
InputMessageContactTypeID: func() bin.Object { return &InputMessageContact{} },
|
|
InputMessageDiceTypeID: func() bin.Object { return &InputMessageDice{} },
|
|
InputMessageGameTypeID: func() bin.Object { return &InputMessageGame{} },
|
|
InputMessageInvoiceTypeID: func() bin.Object { return &InputMessageInvoice{} },
|
|
InputMessagePollTypeID: func() bin.Object { return &InputMessagePoll{} },
|
|
InputMessageStoryTypeID: func() bin.Object { return &InputMessageStory{} },
|
|
InputMessageForwardedTypeID: func() bin.Object { return &InputMessageForwarded{} },
|
|
MessagePropertiesTypeID: func() bin.Object { return &MessageProperties{} },
|
|
SearchMessagesFilterEmptyTypeID: func() bin.Object { return &SearchMessagesFilterEmpty{} },
|
|
SearchMessagesFilterAnimationTypeID: func() bin.Object { return &SearchMessagesFilterAnimation{} },
|
|
SearchMessagesFilterAudioTypeID: func() bin.Object { return &SearchMessagesFilterAudio{} },
|
|
SearchMessagesFilterDocumentTypeID: func() bin.Object { return &SearchMessagesFilterDocument{} },
|
|
SearchMessagesFilterPhotoTypeID: func() bin.Object { return &SearchMessagesFilterPhoto{} },
|
|
SearchMessagesFilterVideoTypeID: func() bin.Object { return &SearchMessagesFilterVideo{} },
|
|
SearchMessagesFilterVoiceNoteTypeID: func() bin.Object { return &SearchMessagesFilterVoiceNote{} },
|
|
SearchMessagesFilterPhotoAndVideoTypeID: func() bin.Object { return &SearchMessagesFilterPhotoAndVideo{} },
|
|
SearchMessagesFilterURLTypeID: func() bin.Object { return &SearchMessagesFilterURL{} },
|
|
SearchMessagesFilterChatPhotoTypeID: func() bin.Object { return &SearchMessagesFilterChatPhoto{} },
|
|
SearchMessagesFilterVideoNoteTypeID: func() bin.Object { return &SearchMessagesFilterVideoNote{} },
|
|
SearchMessagesFilterVoiceAndVideoNoteTypeID: func() bin.Object { return &SearchMessagesFilterVoiceAndVideoNote{} },
|
|
SearchMessagesFilterMentionTypeID: func() bin.Object { return &SearchMessagesFilterMention{} },
|
|
SearchMessagesFilterUnreadMentionTypeID: func() bin.Object { return &SearchMessagesFilterUnreadMention{} },
|
|
SearchMessagesFilterUnreadReactionTypeID: func() bin.Object { return &SearchMessagesFilterUnreadReaction{} },
|
|
SearchMessagesFilterFailedToSendTypeID: func() bin.Object { return &SearchMessagesFilterFailedToSend{} },
|
|
SearchMessagesFilterPinnedTypeID: func() bin.Object { return &SearchMessagesFilterPinned{} },
|
|
SearchMessagesChatTypeFilterPrivateTypeID: func() bin.Object { return &SearchMessagesChatTypeFilterPrivate{} },
|
|
SearchMessagesChatTypeFilterGroupTypeID: func() bin.Object { return &SearchMessagesChatTypeFilterGroup{} },
|
|
SearchMessagesChatTypeFilterChannelTypeID: func() bin.Object { return &SearchMessagesChatTypeFilterChannel{} },
|
|
ChatActionTypingTypeID: func() bin.Object { return &ChatActionTyping{} },
|
|
ChatActionRecordingVideoTypeID: func() bin.Object { return &ChatActionRecordingVideo{} },
|
|
ChatActionUploadingVideoTypeID: func() bin.Object { return &ChatActionUploadingVideo{} },
|
|
ChatActionRecordingVoiceNoteTypeID: func() bin.Object { return &ChatActionRecordingVoiceNote{} },
|
|
ChatActionUploadingVoiceNoteTypeID: func() bin.Object { return &ChatActionUploadingVoiceNote{} },
|
|
ChatActionUploadingPhotoTypeID: func() bin.Object { return &ChatActionUploadingPhoto{} },
|
|
ChatActionUploadingDocumentTypeID: func() bin.Object { return &ChatActionUploadingDocument{} },
|
|
ChatActionChoosingStickerTypeID: func() bin.Object { return &ChatActionChoosingSticker{} },
|
|
ChatActionChoosingLocationTypeID: func() bin.Object { return &ChatActionChoosingLocation{} },
|
|
ChatActionChoosingContactTypeID: func() bin.Object { return &ChatActionChoosingContact{} },
|
|
ChatActionStartPlayingGameTypeID: func() bin.Object { return &ChatActionStartPlayingGame{} },
|
|
ChatActionRecordingVideoNoteTypeID: func() bin.Object { return &ChatActionRecordingVideoNote{} },
|
|
ChatActionUploadingVideoNoteTypeID: func() bin.Object { return &ChatActionUploadingVideoNote{} },
|
|
ChatActionWatchingAnimationsTypeID: func() bin.Object { return &ChatActionWatchingAnimations{} },
|
|
ChatActionCancelTypeID: func() bin.Object { return &ChatActionCancel{} },
|
|
UserStatusEmptyTypeID: func() bin.Object { return &UserStatusEmpty{} },
|
|
UserStatusOnlineTypeID: func() bin.Object { return &UserStatusOnline{} },
|
|
UserStatusOfflineTypeID: func() bin.Object { return &UserStatusOffline{} },
|
|
UserStatusRecentlyTypeID: func() bin.Object { return &UserStatusRecently{} },
|
|
UserStatusLastWeekTypeID: func() bin.Object { return &UserStatusLastWeek{} },
|
|
UserStatusLastMonthTypeID: func() bin.Object { return &UserStatusLastMonth{} },
|
|
EmojiKeywordTypeID: func() bin.Object { return &EmojiKeyword{} },
|
|
EmojiKeywordsTypeID: func() bin.Object { return &EmojiKeywords{} },
|
|
StickersTypeID: func() bin.Object { return &Stickers{} },
|
|
EmojisTypeID: func() bin.Object { return &Emojis{} },
|
|
StickerSetTypeID: func() bin.Object { return &StickerSet{} },
|
|
StickerSetInfoTypeID: func() bin.Object { return &StickerSetInfo{} },
|
|
StickerSetsTypeID: func() bin.Object { return &StickerSets{} },
|
|
TrendingStickerSetsTypeID: func() bin.Object { return &TrendingStickerSets{} },
|
|
EmojiCategorySourceSearchTypeID: func() bin.Object { return &EmojiCategorySourceSearch{} },
|
|
EmojiCategorySourcePremiumTypeID: func() bin.Object { return &EmojiCategorySourcePremium{} },
|
|
EmojiCategoryTypeID: func() bin.Object { return &EmojiCategory{} },
|
|
EmojiCategoriesTypeID: func() bin.Object { return &EmojiCategories{} },
|
|
EmojiCategoryTypeDefaultTypeID: func() bin.Object { return &EmojiCategoryTypeDefault{} },
|
|
EmojiCategoryTypeRegularStickersTypeID: func() bin.Object { return &EmojiCategoryTypeRegularStickers{} },
|
|
EmojiCategoryTypeEmojiStatusTypeID: func() bin.Object { return &EmojiCategoryTypeEmojiStatus{} },
|
|
EmojiCategoryTypeChatPhotoTypeID: func() bin.Object { return &EmojiCategoryTypeChatPhoto{} },
|
|
CurrentWeatherTypeID: func() bin.Object { return &CurrentWeather{} },
|
|
StoryAreaPositionTypeID: func() bin.Object { return &StoryAreaPosition{} },
|
|
StoryAreaTypeLocationTypeID: func() bin.Object { return &StoryAreaTypeLocation{} },
|
|
StoryAreaTypeVenueTypeID: func() bin.Object { return &StoryAreaTypeVenue{} },
|
|
StoryAreaTypeSuggestedReactionTypeID: func() bin.Object { return &StoryAreaTypeSuggestedReaction{} },
|
|
StoryAreaTypeMessageTypeID: func() bin.Object { return &StoryAreaTypeMessage{} },
|
|
StoryAreaTypeLinkTypeID: func() bin.Object { return &StoryAreaTypeLink{} },
|
|
StoryAreaTypeWeatherTypeID: func() bin.Object { return &StoryAreaTypeWeather{} },
|
|
StoryAreaTypeUpgradedGiftTypeID: func() bin.Object { return &StoryAreaTypeUpgradedGift{} },
|
|
StoryAreaTypeID: func() bin.Object { return &StoryArea{} },
|
|
InputStoryAreaTypeLocationTypeID: func() bin.Object { return &InputStoryAreaTypeLocation{} },
|
|
InputStoryAreaTypeFoundVenueTypeID: func() bin.Object { return &InputStoryAreaTypeFoundVenue{} },
|
|
InputStoryAreaTypePreviousVenueTypeID: func() bin.Object { return &InputStoryAreaTypePreviousVenue{} },
|
|
InputStoryAreaTypeSuggestedReactionTypeID: func() bin.Object { return &InputStoryAreaTypeSuggestedReaction{} },
|
|
InputStoryAreaTypeMessageTypeID: func() bin.Object { return &InputStoryAreaTypeMessage{} },
|
|
InputStoryAreaTypeLinkTypeID: func() bin.Object { return &InputStoryAreaTypeLink{} },
|
|
InputStoryAreaTypeWeatherTypeID: func() bin.Object { return &InputStoryAreaTypeWeather{} },
|
|
InputStoryAreaTypeUpgradedGiftTypeID: func() bin.Object { return &InputStoryAreaTypeUpgradedGift{} },
|
|
InputStoryAreaTypeID: func() bin.Object { return &InputStoryArea{} },
|
|
InputStoryAreasTypeID: func() bin.Object { return &InputStoryAreas{} },
|
|
StoryVideoTypeID: func() bin.Object { return &StoryVideo{} },
|
|
StoryContentPhotoTypeID: func() bin.Object { return &StoryContentPhoto{} },
|
|
StoryContentVideoTypeID: func() bin.Object { return &StoryContentVideo{} },
|
|
StoryContentUnsupportedTypeID: func() bin.Object { return &StoryContentUnsupported{} },
|
|
InputStoryContentPhotoTypeID: func() bin.Object { return &InputStoryContentPhoto{} },
|
|
InputStoryContentVideoTypeID: func() bin.Object { return &InputStoryContentVideo{} },
|
|
StoryListMainTypeID: func() bin.Object { return &StoryListMain{} },
|
|
StoryListArchiveTypeID: func() bin.Object { return &StoryListArchive{} },
|
|
StoryOriginPublicStoryTypeID: func() bin.Object { return &StoryOriginPublicStory{} },
|
|
StoryOriginHiddenUserTypeID: func() bin.Object { return &StoryOriginHiddenUser{} },
|
|
StoryRepostInfoTypeID: func() bin.Object { return &StoryRepostInfo{} },
|
|
StoryInteractionInfoTypeID: func() bin.Object { return &StoryInteractionInfo{} },
|
|
StoryTypeID: func() bin.Object { return &Story{} },
|
|
StoriesTypeID: func() bin.Object { return &Stories{} },
|
|
FoundStoriesTypeID: func() bin.Object { return &FoundStories{} },
|
|
StoryFullIDTypeID: func() bin.Object { return &StoryFullID{} },
|
|
StoryInfoTypeID: func() bin.Object { return &StoryInfo{} },
|
|
ChatActiveStoriesTypeID: func() bin.Object { return &ChatActiveStories{} },
|
|
StoryInteractionTypeViewTypeID: func() bin.Object { return &StoryInteractionTypeView{} },
|
|
StoryInteractionTypeForwardTypeID: func() bin.Object { return &StoryInteractionTypeForward{} },
|
|
StoryInteractionTypeRepostTypeID: func() bin.Object { return &StoryInteractionTypeRepost{} },
|
|
StoryInteractionTypeID: func() bin.Object { return &StoryInteraction{} },
|
|
StoryInteractionsTypeID: func() bin.Object { return &StoryInteractions{} },
|
|
QuickReplyMessageTypeID: func() bin.Object { return &QuickReplyMessage{} },
|
|
QuickReplyMessagesTypeID: func() bin.Object { return &QuickReplyMessages{} },
|
|
QuickReplyShortcutTypeID: func() bin.Object { return &QuickReplyShortcut{} },
|
|
PublicForwardMessageTypeID: func() bin.Object { return &PublicForwardMessage{} },
|
|
PublicForwardStoryTypeID: func() bin.Object { return &PublicForwardStory{} },
|
|
PublicForwardsTypeID: func() bin.Object { return &PublicForwards{} },
|
|
BotMediaPreviewTypeID: func() bin.Object { return &BotMediaPreview{} },
|
|
BotMediaPreviewsTypeID: func() bin.Object { return &BotMediaPreviews{} },
|
|
BotMediaPreviewInfoTypeID: func() bin.Object { return &BotMediaPreviewInfo{} },
|
|
ChatBoostLevelFeaturesTypeID: func() bin.Object { return &ChatBoostLevelFeatures{} },
|
|
ChatBoostFeaturesTypeID: func() bin.Object { return &ChatBoostFeatures{} },
|
|
ChatBoostSourceGiftCodeTypeID: func() bin.Object { return &ChatBoostSourceGiftCode{} },
|
|
ChatBoostSourceGiveawayTypeID: func() bin.Object { return &ChatBoostSourceGiveaway{} },
|
|
ChatBoostSourcePremiumTypeID: func() bin.Object { return &ChatBoostSourcePremium{} },
|
|
PrepaidGiveawayTypeID: func() bin.Object { return &PrepaidGiveaway{} },
|
|
ChatBoostStatusTypeID: func() bin.Object { return &ChatBoostStatus{} },
|
|
ChatBoostTypeID: func() bin.Object { return &ChatBoost{} },
|
|
FoundChatBoostsTypeID: func() bin.Object { return &FoundChatBoosts{} },
|
|
ChatBoostSlotTypeID: func() bin.Object { return &ChatBoostSlot{} },
|
|
ChatBoostSlotsTypeID: func() bin.Object { return &ChatBoostSlots{} },
|
|
ResendCodeReasonUserRequestTypeID: func() bin.Object { return &ResendCodeReasonUserRequest{} },
|
|
ResendCodeReasonVerificationFailedTypeID: func() bin.Object { return &ResendCodeReasonVerificationFailed{} },
|
|
CallDiscardReasonEmptyTypeID: func() bin.Object { return &CallDiscardReasonEmpty{} },
|
|
CallDiscardReasonMissedTypeID: func() bin.Object { return &CallDiscardReasonMissed{} },
|
|
CallDiscardReasonDeclinedTypeID: func() bin.Object { return &CallDiscardReasonDeclined{} },
|
|
CallDiscardReasonDisconnectedTypeID: func() bin.Object { return &CallDiscardReasonDisconnected{} },
|
|
CallDiscardReasonHungUpTypeID: func() bin.Object { return &CallDiscardReasonHungUp{} },
|
|
CallDiscardReasonUpgradeToGroupCallTypeID: func() bin.Object { return &CallDiscardReasonUpgradeToGroupCall{} },
|
|
CallProtocolTypeID: func() bin.Object { return &CallProtocol{} },
|
|
CallServerTypeTelegramReflectorTypeID: func() bin.Object { return &CallServerTypeTelegramReflector{} },
|
|
CallServerTypeWebrtcTypeID: func() bin.Object { return &CallServerTypeWebrtc{} },
|
|
CallServerTypeID: func() bin.Object { return &CallServer{} },
|
|
CallIDTypeID: func() bin.Object { return &CallID{} },
|
|
GroupCallIDTypeID: func() bin.Object { return &GroupCallID{} },
|
|
CallStatePendingTypeID: func() bin.Object { return &CallStatePending{} },
|
|
CallStateExchangingKeysTypeID: func() bin.Object { return &CallStateExchangingKeys{} },
|
|
CallStateReadyTypeID: func() bin.Object { return &CallStateReady{} },
|
|
CallStateHangingUpTypeID: func() bin.Object { return &CallStateHangingUp{} },
|
|
CallStateDiscardedTypeID: func() bin.Object { return &CallStateDiscarded{} },
|
|
CallStateErrorTypeID: func() bin.Object { return &CallStateError{} },
|
|
GroupCallJoinParametersTypeID: func() bin.Object { return &GroupCallJoinParameters{} },
|
|
GroupCallVideoQualityThumbnailTypeID: func() bin.Object { return &GroupCallVideoQualityThumbnail{} },
|
|
GroupCallVideoQualityMediumTypeID: func() bin.Object { return &GroupCallVideoQualityMedium{} },
|
|
GroupCallVideoQualityFullTypeID: func() bin.Object { return &GroupCallVideoQualityFull{} },
|
|
VideoChatStreamTypeID: func() bin.Object { return &VideoChatStream{} },
|
|
VideoChatStreamsTypeID: func() bin.Object { return &VideoChatStreams{} },
|
|
RtmpURLTypeID: func() bin.Object { return &RtmpURL{} },
|
|
GroupCallRecentSpeakerTypeID: func() bin.Object { return &GroupCallRecentSpeaker{} },
|
|
GroupCallTypeID: func() bin.Object { return &GroupCall{} },
|
|
GroupCallVideoSourceGroupTypeID: func() bin.Object { return &GroupCallVideoSourceGroup{} },
|
|
GroupCallParticipantVideoInfoTypeID: func() bin.Object { return &GroupCallParticipantVideoInfo{} },
|
|
GroupCallParticipantTypeID: func() bin.Object { return &GroupCallParticipant{} },
|
|
GroupCallParticipantsTypeID: func() bin.Object { return &GroupCallParticipants{} },
|
|
GroupCallInfoTypeID: func() bin.Object { return &GroupCallInfo{} },
|
|
InviteGroupCallParticipantResultUserPrivacyRestrictedTypeID: func() bin.Object { return &InviteGroupCallParticipantResultUserPrivacyRestricted{} },
|
|
InviteGroupCallParticipantResultUserAlreadyParticipantTypeID: func() bin.Object { return &InviteGroupCallParticipantResultUserAlreadyParticipant{} },
|
|
InviteGroupCallParticipantResultUserWasBannedTypeID: func() bin.Object { return &InviteGroupCallParticipantResultUserWasBanned{} },
|
|
InviteGroupCallParticipantResultSuccessTypeID: func() bin.Object { return &InviteGroupCallParticipantResultSuccess{} },
|
|
GroupCallDataChannelMainTypeID: func() bin.Object { return &GroupCallDataChannelMain{} },
|
|
GroupCallDataChannelScreenSharingTypeID: func() bin.Object { return &GroupCallDataChannelScreenSharing{} },
|
|
InputGroupCallLinkTypeID: func() bin.Object { return &InputGroupCallLink{} },
|
|
InputGroupCallMessageTypeID: func() bin.Object { return &InputGroupCallMessage{} },
|
|
CallProblemEchoTypeID: func() bin.Object { return &CallProblemEcho{} },
|
|
CallProblemNoiseTypeID: func() bin.Object { return &CallProblemNoise{} },
|
|
CallProblemInterruptionsTypeID: func() bin.Object { return &CallProblemInterruptions{} },
|
|
CallProblemDistortedSpeechTypeID: func() bin.Object { return &CallProblemDistortedSpeech{} },
|
|
CallProblemSilentLocalTypeID: func() bin.Object { return &CallProblemSilentLocal{} },
|
|
CallProblemSilentRemoteTypeID: func() bin.Object { return &CallProblemSilentRemote{} },
|
|
CallProblemDroppedTypeID: func() bin.Object { return &CallProblemDropped{} },
|
|
CallProblemDistortedVideoTypeID: func() bin.Object { return &CallProblemDistortedVideo{} },
|
|
CallProblemPixelatedVideoTypeID: func() bin.Object { return &CallProblemPixelatedVideo{} },
|
|
CallTypeID: func() bin.Object { return &Call{} },
|
|
FirebaseAuthenticationSettingsAndroidTypeID: func() bin.Object { return &FirebaseAuthenticationSettingsAndroid{} },
|
|
FirebaseAuthenticationSettingsIosTypeID: func() bin.Object { return &FirebaseAuthenticationSettingsIos{} },
|
|
PhoneNumberAuthenticationSettingsTypeID: func() bin.Object { return &PhoneNumberAuthenticationSettings{} },
|
|
AddedReactionTypeID: func() bin.Object { return &AddedReaction{} },
|
|
AddedReactionsTypeID: func() bin.Object { return &AddedReactions{} },
|
|
AvailableReactionTypeID: func() bin.Object { return &AvailableReaction{} },
|
|
AvailableReactionsTypeID: func() bin.Object { return &AvailableReactions{} },
|
|
EmojiReactionTypeID: func() bin.Object { return &EmojiReaction{} },
|
|
ReactionUnavailabilityReasonAnonymousAdministratorTypeID: func() bin.Object { return &ReactionUnavailabilityReasonAnonymousAdministrator{} },
|
|
ReactionUnavailabilityReasonGuestTypeID: func() bin.Object { return &ReactionUnavailabilityReasonGuest{} },
|
|
AnimationsTypeID: func() bin.Object { return &Animations{} },
|
|
DiceStickersRegularTypeID: func() bin.Object { return &DiceStickersRegular{} },
|
|
DiceStickersSlotMachineTypeID: func() bin.Object { return &DiceStickersSlotMachine{} },
|
|
ImportedContactsTypeID: func() bin.Object { return &ImportedContacts{} },
|
|
SpeechRecognitionResultPendingTypeID: func() bin.Object { return &SpeechRecognitionResultPending{} },
|
|
SpeechRecognitionResultTextTypeID: func() bin.Object { return &SpeechRecognitionResultText{} },
|
|
SpeechRecognitionResultErrorTypeID: func() bin.Object { return &SpeechRecognitionResultError{} },
|
|
BusinessConnectionTypeID: func() bin.Object { return &BusinessConnection{} },
|
|
AttachmentMenuBotColorTypeID: func() bin.Object { return &AttachmentMenuBotColor{} },
|
|
AttachmentMenuBotTypeID: func() bin.Object { return &AttachmentMenuBot{} },
|
|
SentWebAppMessageTypeID: func() bin.Object { return &SentWebAppMessage{} },
|
|
BotWriteAccessAllowReasonConnectedWebsiteTypeID: func() bin.Object { return &BotWriteAccessAllowReasonConnectedWebsite{} },
|
|
BotWriteAccessAllowReasonAddedToAttachmentMenuTypeID: func() bin.Object { return &BotWriteAccessAllowReasonAddedToAttachmentMenu{} },
|
|
BotWriteAccessAllowReasonLaunchedWebAppTypeID: func() bin.Object { return &BotWriteAccessAllowReasonLaunchedWebApp{} },
|
|
BotWriteAccessAllowReasonAcceptedRequestTypeID: func() bin.Object { return &BotWriteAccessAllowReasonAcceptedRequest{} },
|
|
HTTPURLTypeID: func() bin.Object { return &HTTPURL{} },
|
|
UserLinkTypeID: func() bin.Object { return &UserLink{} },
|
|
TargetChatTypesTypeID: func() bin.Object { return &TargetChatTypes{} },
|
|
TargetChatCurrentTypeID: func() bin.Object { return &TargetChatCurrent{} },
|
|
TargetChatChosenTypeID: func() bin.Object { return &TargetChatChosen{} },
|
|
TargetChatInternalLinkTypeID: func() bin.Object { return &TargetChatInternalLink{} },
|
|
InputInlineQueryResultAnimationTypeID: func() bin.Object { return &InputInlineQueryResultAnimation{} },
|
|
InputInlineQueryResultArticleTypeID: func() bin.Object { return &InputInlineQueryResultArticle{} },
|
|
InputInlineQueryResultAudioTypeID: func() bin.Object { return &InputInlineQueryResultAudio{} },
|
|
InputInlineQueryResultContactTypeID: func() bin.Object { return &InputInlineQueryResultContact{} },
|
|
InputInlineQueryResultDocumentTypeID: func() bin.Object { return &InputInlineQueryResultDocument{} },
|
|
InputInlineQueryResultGameTypeID: func() bin.Object { return &InputInlineQueryResultGame{} },
|
|
InputInlineQueryResultLocationTypeID: func() bin.Object { return &InputInlineQueryResultLocation{} },
|
|
InputInlineQueryResultPhotoTypeID: func() bin.Object { return &InputInlineQueryResultPhoto{} },
|
|
InputInlineQueryResultStickerTypeID: func() bin.Object { return &InputInlineQueryResultSticker{} },
|
|
InputInlineQueryResultVenueTypeID: func() bin.Object { return &InputInlineQueryResultVenue{} },
|
|
InputInlineQueryResultVideoTypeID: func() bin.Object { return &InputInlineQueryResultVideo{} },
|
|
InputInlineQueryResultVoiceNoteTypeID: func() bin.Object { return &InputInlineQueryResultVoiceNote{} },
|
|
InlineQueryResultArticleTypeID: func() bin.Object { return &InlineQueryResultArticle{} },
|
|
InlineQueryResultContactTypeID: func() bin.Object { return &InlineQueryResultContact{} },
|
|
InlineQueryResultLocationTypeID: func() bin.Object { return &InlineQueryResultLocation{} },
|
|
InlineQueryResultVenueTypeID: func() bin.Object { return &InlineQueryResultVenue{} },
|
|
InlineQueryResultGameTypeID: func() bin.Object { return &InlineQueryResultGame{} },
|
|
InlineQueryResultAnimationTypeID: func() bin.Object { return &InlineQueryResultAnimation{} },
|
|
InlineQueryResultAudioTypeID: func() bin.Object { return &InlineQueryResultAudio{} },
|
|
InlineQueryResultDocumentTypeID: func() bin.Object { return &InlineQueryResultDocument{} },
|
|
InlineQueryResultPhotoTypeID: func() bin.Object { return &InlineQueryResultPhoto{} },
|
|
InlineQueryResultStickerTypeID: func() bin.Object { return &InlineQueryResultSticker{} },
|
|
InlineQueryResultVideoTypeID: func() bin.Object { return &InlineQueryResultVideo{} },
|
|
InlineQueryResultVoiceNoteTypeID: func() bin.Object { return &InlineQueryResultVoiceNote{} },
|
|
InlineQueryResultsButtonTypeStartBotTypeID: func() bin.Object { return &InlineQueryResultsButtonTypeStartBot{} },
|
|
InlineQueryResultsButtonTypeWebAppTypeID: func() bin.Object { return &InlineQueryResultsButtonTypeWebApp{} },
|
|
InlineQueryResultsButtonTypeID: func() bin.Object { return &InlineQueryResultsButton{} },
|
|
InlineQueryResultsTypeID: func() bin.Object { return &InlineQueryResults{} },
|
|
PreparedInlineMessageIDTypeID: func() bin.Object { return &PreparedInlineMessageID{} },
|
|
PreparedInlineMessageTypeID: func() bin.Object { return &PreparedInlineMessage{} },
|
|
CallbackQueryPayloadDataTypeID: func() bin.Object { return &CallbackQueryPayloadData{} },
|
|
CallbackQueryPayloadDataWithPasswordTypeID: func() bin.Object { return &CallbackQueryPayloadDataWithPassword{} },
|
|
CallbackQueryPayloadGameTypeID: func() bin.Object { return &CallbackQueryPayloadGame{} },
|
|
CallbackQueryAnswerTypeID: func() bin.Object { return &CallbackQueryAnswer{} },
|
|
CustomRequestResultTypeID: func() bin.Object { return &CustomRequestResult{} },
|
|
GameHighScoreTypeID: func() bin.Object { return &GameHighScore{} },
|
|
GameHighScoresTypeID: func() bin.Object { return &GameHighScores{} },
|
|
ChatEventMessageEditedTypeID: func() bin.Object { return &ChatEventMessageEdited{} },
|
|
ChatEventMessageDeletedTypeID: func() bin.Object { return &ChatEventMessageDeleted{} },
|
|
ChatEventMessagePinnedTypeID: func() bin.Object { return &ChatEventMessagePinned{} },
|
|
ChatEventMessageUnpinnedTypeID: func() bin.Object { return &ChatEventMessageUnpinned{} },
|
|
ChatEventPollStoppedTypeID: func() bin.Object { return &ChatEventPollStopped{} },
|
|
ChatEventMemberJoinedTypeID: func() bin.Object { return &ChatEventMemberJoined{} },
|
|
ChatEventMemberJoinedByInviteLinkTypeID: func() bin.Object { return &ChatEventMemberJoinedByInviteLink{} },
|
|
ChatEventMemberJoinedByRequestTypeID: func() bin.Object { return &ChatEventMemberJoinedByRequest{} },
|
|
ChatEventMemberInvitedTypeID: func() bin.Object { return &ChatEventMemberInvited{} },
|
|
ChatEventMemberLeftTypeID: func() bin.Object { return &ChatEventMemberLeft{} },
|
|
ChatEventMemberPromotedTypeID: func() bin.Object { return &ChatEventMemberPromoted{} },
|
|
ChatEventMemberRestrictedTypeID: func() bin.Object { return &ChatEventMemberRestricted{} },
|
|
ChatEventMemberSubscriptionExtendedTypeID: func() bin.Object { return &ChatEventMemberSubscriptionExtended{} },
|
|
ChatEventAvailableReactionsChangedTypeID: func() bin.Object { return &ChatEventAvailableReactionsChanged{} },
|
|
ChatEventBackgroundChangedTypeID: func() bin.Object { return &ChatEventBackgroundChanged{} },
|
|
ChatEventDescriptionChangedTypeID: func() bin.Object { return &ChatEventDescriptionChanged{} },
|
|
ChatEventEmojiStatusChangedTypeID: func() bin.Object { return &ChatEventEmojiStatusChanged{} },
|
|
ChatEventLinkedChatChangedTypeID: func() bin.Object { return &ChatEventLinkedChatChanged{} },
|
|
ChatEventLocationChangedTypeID: func() bin.Object { return &ChatEventLocationChanged{} },
|
|
ChatEventMessageAutoDeleteTimeChangedTypeID: func() bin.Object { return &ChatEventMessageAutoDeleteTimeChanged{} },
|
|
ChatEventPermissionsChangedTypeID: func() bin.Object { return &ChatEventPermissionsChanged{} },
|
|
ChatEventPhotoChangedTypeID: func() bin.Object { return &ChatEventPhotoChanged{} },
|
|
ChatEventSlowModeDelayChangedTypeID: func() bin.Object { return &ChatEventSlowModeDelayChanged{} },
|
|
ChatEventStickerSetChangedTypeID: func() bin.Object { return &ChatEventStickerSetChanged{} },
|
|
ChatEventCustomEmojiStickerSetChangedTypeID: func() bin.Object { return &ChatEventCustomEmojiStickerSetChanged{} },
|
|
ChatEventTitleChangedTypeID: func() bin.Object { return &ChatEventTitleChanged{} },
|
|
ChatEventUsernameChangedTypeID: func() bin.Object { return &ChatEventUsernameChanged{} },
|
|
ChatEventActiveUsernamesChangedTypeID: func() bin.Object { return &ChatEventActiveUsernamesChanged{} },
|
|
ChatEventAccentColorChangedTypeID: func() bin.Object { return &ChatEventAccentColorChanged{} },
|
|
ChatEventProfileAccentColorChangedTypeID: func() bin.Object { return &ChatEventProfileAccentColorChanged{} },
|
|
ChatEventHasProtectedContentToggledTypeID: func() bin.Object { return &ChatEventHasProtectedContentToggled{} },
|
|
ChatEventInvitesToggledTypeID: func() bin.Object { return &ChatEventInvitesToggled{} },
|
|
ChatEventIsAllHistoryAvailableToggledTypeID: func() bin.Object { return &ChatEventIsAllHistoryAvailableToggled{} },
|
|
ChatEventHasAggressiveAntiSpamEnabledToggledTypeID: func() bin.Object { return &ChatEventHasAggressiveAntiSpamEnabledToggled{} },
|
|
ChatEventSignMessagesToggledTypeID: func() bin.Object { return &ChatEventSignMessagesToggled{} },
|
|
ChatEventShowMessageSenderToggledTypeID: func() bin.Object { return &ChatEventShowMessageSenderToggled{} },
|
|
ChatEventAutomaticTranslationToggledTypeID: func() bin.Object { return &ChatEventAutomaticTranslationToggled{} },
|
|
ChatEventInviteLinkEditedTypeID: func() bin.Object { return &ChatEventInviteLinkEdited{} },
|
|
ChatEventInviteLinkRevokedTypeID: func() bin.Object { return &ChatEventInviteLinkRevoked{} },
|
|
ChatEventInviteLinkDeletedTypeID: func() bin.Object { return &ChatEventInviteLinkDeleted{} },
|
|
ChatEventVideoChatCreatedTypeID: func() bin.Object { return &ChatEventVideoChatCreated{} },
|
|
ChatEventVideoChatEndedTypeID: func() bin.Object { return &ChatEventVideoChatEnded{} },
|
|
ChatEventVideoChatMuteNewParticipantsToggledTypeID: func() bin.Object { return &ChatEventVideoChatMuteNewParticipantsToggled{} },
|
|
ChatEventVideoChatParticipantIsMutedToggledTypeID: func() bin.Object { return &ChatEventVideoChatParticipantIsMutedToggled{} },
|
|
ChatEventVideoChatParticipantVolumeLevelChangedTypeID: func() bin.Object { return &ChatEventVideoChatParticipantVolumeLevelChanged{} },
|
|
ChatEventIsForumToggledTypeID: func() bin.Object { return &ChatEventIsForumToggled{} },
|
|
ChatEventForumTopicCreatedTypeID: func() bin.Object { return &ChatEventForumTopicCreated{} },
|
|
ChatEventForumTopicEditedTypeID: func() bin.Object { return &ChatEventForumTopicEdited{} },
|
|
ChatEventForumTopicToggleIsClosedTypeID: func() bin.Object { return &ChatEventForumTopicToggleIsClosed{} },
|
|
ChatEventForumTopicToggleIsHiddenTypeID: func() bin.Object { return &ChatEventForumTopicToggleIsHidden{} },
|
|
ChatEventForumTopicDeletedTypeID: func() bin.Object { return &ChatEventForumTopicDeleted{} },
|
|
ChatEventForumTopicPinnedTypeID: func() bin.Object { return &ChatEventForumTopicPinned{} },
|
|
ChatEventTypeID: func() bin.Object { return &ChatEvent{} },
|
|
ChatEventsTypeID: func() bin.Object { return &ChatEvents{} },
|
|
ChatEventLogFiltersTypeID: func() bin.Object { return &ChatEventLogFilters{} },
|
|
LanguagePackStringValueOrdinaryTypeID: func() bin.Object { return &LanguagePackStringValueOrdinary{} },
|
|
LanguagePackStringValuePluralizedTypeID: func() bin.Object { return &LanguagePackStringValuePluralized{} },
|
|
LanguagePackStringValueDeletedTypeID: func() bin.Object { return &LanguagePackStringValueDeleted{} },
|
|
LanguagePackStringTypeID: func() bin.Object { return &LanguagePackString{} },
|
|
LanguagePackStringsTypeID: func() bin.Object { return &LanguagePackStrings{} },
|
|
LanguagePackInfoTypeID: func() bin.Object { return &LanguagePackInfo{} },
|
|
LocalizationTargetInfoTypeID: func() bin.Object { return &LocalizationTargetInfo{} },
|
|
PremiumLimitTypeSupergroupCountTypeID: func() bin.Object { return &PremiumLimitTypeSupergroupCount{} },
|
|
PremiumLimitTypePinnedChatCountTypeID: func() bin.Object { return &PremiumLimitTypePinnedChatCount{} },
|
|
PremiumLimitTypeCreatedPublicChatCountTypeID: func() bin.Object { return &PremiumLimitTypeCreatedPublicChatCount{} },
|
|
PremiumLimitTypeSavedAnimationCountTypeID: func() bin.Object { return &PremiumLimitTypeSavedAnimationCount{} },
|
|
PremiumLimitTypeFavoriteStickerCountTypeID: func() bin.Object { return &PremiumLimitTypeFavoriteStickerCount{} },
|
|
PremiumLimitTypeChatFolderCountTypeID: func() bin.Object { return &PremiumLimitTypeChatFolderCount{} },
|
|
PremiumLimitTypeChatFolderChosenChatCountTypeID: func() bin.Object { return &PremiumLimitTypeChatFolderChosenChatCount{} },
|
|
PremiumLimitTypePinnedArchivedChatCountTypeID: func() bin.Object { return &PremiumLimitTypePinnedArchivedChatCount{} },
|
|
PremiumLimitTypePinnedSavedMessagesTopicCountTypeID: func() bin.Object { return &PremiumLimitTypePinnedSavedMessagesTopicCount{} },
|
|
PremiumLimitTypeCaptionLengthTypeID: func() bin.Object { return &PremiumLimitTypeCaptionLength{} },
|
|
PremiumLimitTypeBioLengthTypeID: func() bin.Object { return &PremiumLimitTypeBioLength{} },
|
|
PremiumLimitTypeChatFolderInviteLinkCountTypeID: func() bin.Object { return &PremiumLimitTypeChatFolderInviteLinkCount{} },
|
|
PremiumLimitTypeShareableChatFolderCountTypeID: func() bin.Object { return &PremiumLimitTypeShareableChatFolderCount{} },
|
|
PremiumLimitTypeActiveStoryCountTypeID: func() bin.Object { return &PremiumLimitTypeActiveStoryCount{} },
|
|
PremiumLimitTypeWeeklyPostedStoryCountTypeID: func() bin.Object { return &PremiumLimitTypeWeeklyPostedStoryCount{} },
|
|
PremiumLimitTypeMonthlyPostedStoryCountTypeID: func() bin.Object { return &PremiumLimitTypeMonthlyPostedStoryCount{} },
|
|
PremiumLimitTypeStoryCaptionLengthTypeID: func() bin.Object { return &PremiumLimitTypeStoryCaptionLength{} },
|
|
PremiumLimitTypeStorySuggestedReactionAreaCountTypeID: func() bin.Object { return &PremiumLimitTypeStorySuggestedReactionAreaCount{} },
|
|
PremiumLimitTypeSimilarChatCountTypeID: func() bin.Object { return &PremiumLimitTypeSimilarChatCount{} },
|
|
PremiumFeatureIncreasedLimitsTypeID: func() bin.Object { return &PremiumFeatureIncreasedLimits{} },
|
|
PremiumFeatureIncreasedUploadFileSizeTypeID: func() bin.Object { return &PremiumFeatureIncreasedUploadFileSize{} },
|
|
PremiumFeatureImprovedDownloadSpeedTypeID: func() bin.Object { return &PremiumFeatureImprovedDownloadSpeed{} },
|
|
PremiumFeatureVoiceRecognitionTypeID: func() bin.Object { return &PremiumFeatureVoiceRecognition{} },
|
|
PremiumFeatureDisabledAdsTypeID: func() bin.Object { return &PremiumFeatureDisabledAds{} },
|
|
PremiumFeatureUniqueReactionsTypeID: func() bin.Object { return &PremiumFeatureUniqueReactions{} },
|
|
PremiumFeatureUniqueStickersTypeID: func() bin.Object { return &PremiumFeatureUniqueStickers{} },
|
|
PremiumFeatureCustomEmojiTypeID: func() bin.Object { return &PremiumFeatureCustomEmoji{} },
|
|
PremiumFeatureAdvancedChatManagementTypeID: func() bin.Object { return &PremiumFeatureAdvancedChatManagement{} },
|
|
PremiumFeatureProfileBadgeTypeID: func() bin.Object { return &PremiumFeatureProfileBadge{} },
|
|
PremiumFeatureEmojiStatusTypeID: func() bin.Object { return &PremiumFeatureEmojiStatus{} },
|
|
PremiumFeatureAnimatedProfilePhotoTypeID: func() bin.Object { return &PremiumFeatureAnimatedProfilePhoto{} },
|
|
PremiumFeatureForumTopicIconTypeID: func() bin.Object { return &PremiumFeatureForumTopicIcon{} },
|
|
PremiumFeatureAppIconsTypeID: func() bin.Object { return &PremiumFeatureAppIcons{} },
|
|
PremiumFeatureRealTimeChatTranslationTypeID: func() bin.Object { return &PremiumFeatureRealTimeChatTranslation{} },
|
|
PremiumFeatureUpgradedStoriesTypeID: func() bin.Object { return &PremiumFeatureUpgradedStories{} },
|
|
PremiumFeatureChatBoostTypeID: func() bin.Object { return &PremiumFeatureChatBoost{} },
|
|
PremiumFeatureAccentColorTypeID: func() bin.Object { return &PremiumFeatureAccentColor{} },
|
|
PremiumFeatureBackgroundForBothTypeID: func() bin.Object { return &PremiumFeatureBackgroundForBoth{} },
|
|
PremiumFeatureSavedMessagesTagsTypeID: func() bin.Object { return &PremiumFeatureSavedMessagesTags{} },
|
|
PremiumFeatureMessagePrivacyTypeID: func() bin.Object { return &PremiumFeatureMessagePrivacy{} },
|
|
PremiumFeatureLastSeenTimesTypeID: func() bin.Object { return &PremiumFeatureLastSeenTimes{} },
|
|
PremiumFeatureBusinessTypeID: func() bin.Object { return &PremiumFeatureBusiness{} },
|
|
PremiumFeatureMessageEffectsTypeID: func() bin.Object { return &PremiumFeatureMessageEffects{} },
|
|
BusinessFeatureLocationTypeID: func() bin.Object { return &BusinessFeatureLocation{} },
|
|
BusinessFeatureOpeningHoursTypeID: func() bin.Object { return &BusinessFeatureOpeningHours{} },
|
|
BusinessFeatureQuickRepliesTypeID: func() bin.Object { return &BusinessFeatureQuickReplies{} },
|
|
BusinessFeatureGreetingMessageTypeID: func() bin.Object { return &BusinessFeatureGreetingMessage{} },
|
|
BusinessFeatureAwayMessageTypeID: func() bin.Object { return &BusinessFeatureAwayMessage{} },
|
|
BusinessFeatureAccountLinksTypeID: func() bin.Object { return &BusinessFeatureAccountLinks{} },
|
|
BusinessFeatureStartPageTypeID: func() bin.Object { return &BusinessFeatureStartPage{} },
|
|
BusinessFeatureBotsTypeID: func() bin.Object { return &BusinessFeatureBots{} },
|
|
BusinessFeatureEmojiStatusTypeID: func() bin.Object { return &BusinessFeatureEmojiStatus{} },
|
|
BusinessFeatureChatFolderTagsTypeID: func() bin.Object { return &BusinessFeatureChatFolderTags{} },
|
|
BusinessFeatureUpgradedStoriesTypeID: func() bin.Object { return &BusinessFeatureUpgradedStories{} },
|
|
PremiumStoryFeaturePriorityOrderTypeID: func() bin.Object { return &PremiumStoryFeaturePriorityOrder{} },
|
|
PremiumStoryFeatureStealthModeTypeID: func() bin.Object { return &PremiumStoryFeatureStealthMode{} },
|
|
PremiumStoryFeaturePermanentViewsHistoryTypeID: func() bin.Object { return &PremiumStoryFeaturePermanentViewsHistory{} },
|
|
PremiumStoryFeatureCustomExpirationDurationTypeID: func() bin.Object { return &PremiumStoryFeatureCustomExpirationDuration{} },
|
|
PremiumStoryFeatureSaveStoriesTypeID: func() bin.Object { return &PremiumStoryFeatureSaveStories{} },
|
|
PremiumStoryFeatureLinksAndFormattingTypeID: func() bin.Object { return &PremiumStoryFeatureLinksAndFormatting{} },
|
|
PremiumStoryFeatureVideoQualityTypeID: func() bin.Object { return &PremiumStoryFeatureVideoQuality{} },
|
|
PremiumLimitTypeID: func() bin.Object { return &PremiumLimit{} },
|
|
PremiumFeaturesTypeID: func() bin.Object { return &PremiumFeatures{} },
|
|
BusinessFeaturesTypeID: func() bin.Object { return &BusinessFeatures{} },
|
|
PremiumSourceLimitExceededTypeID: func() bin.Object { return &PremiumSourceLimitExceeded{} },
|
|
PremiumSourceFeatureTypeID: func() bin.Object { return &PremiumSourceFeature{} },
|
|
PremiumSourceBusinessFeatureTypeID: func() bin.Object { return &PremiumSourceBusinessFeature{} },
|
|
PremiumSourceStoryFeatureTypeID: func() bin.Object { return &PremiumSourceStoryFeature{} },
|
|
PremiumSourceLinkTypeID: func() bin.Object { return &PremiumSourceLink{} },
|
|
PremiumSourceSettingsTypeID: func() bin.Object { return &PremiumSourceSettings{} },
|
|
PremiumFeaturePromotionAnimationTypeID: func() bin.Object { return &PremiumFeaturePromotionAnimation{} },
|
|
BusinessFeaturePromotionAnimationTypeID: func() bin.Object { return &BusinessFeaturePromotionAnimation{} },
|
|
PremiumStateTypeID: func() bin.Object { return &PremiumState{} },
|
|
StorePaymentPurposePremiumSubscriptionTypeID: func() bin.Object { return &StorePaymentPurposePremiumSubscription{} },
|
|
StorePaymentPurposePremiumGiftTypeID: func() bin.Object { return &StorePaymentPurposePremiumGift{} },
|
|
StorePaymentPurposePremiumGiftCodesTypeID: func() bin.Object { return &StorePaymentPurposePremiumGiftCodes{} },
|
|
StorePaymentPurposePremiumGiveawayTypeID: func() bin.Object { return &StorePaymentPurposePremiumGiveaway{} },
|
|
StorePaymentPurposeStarGiveawayTypeID: func() bin.Object { return &StorePaymentPurposeStarGiveaway{} },
|
|
StorePaymentPurposeStarsTypeID: func() bin.Object { return &StorePaymentPurposeStars{} },
|
|
StorePaymentPurposeGiftedStarsTypeID: func() bin.Object { return &StorePaymentPurposeGiftedStars{} },
|
|
StoreTransactionAppStoreTypeID: func() bin.Object { return &StoreTransactionAppStore{} },
|
|
StoreTransactionGooglePlayTypeID: func() bin.Object { return &StoreTransactionGooglePlay{} },
|
|
TelegramPaymentPurposePremiumGiftTypeID: func() bin.Object { return &TelegramPaymentPurposePremiumGift{} },
|
|
TelegramPaymentPurposePremiumGiftCodesTypeID: func() bin.Object { return &TelegramPaymentPurposePremiumGiftCodes{} },
|
|
TelegramPaymentPurposePremiumGiveawayTypeID: func() bin.Object { return &TelegramPaymentPurposePremiumGiveaway{} },
|
|
TelegramPaymentPurposeStarsTypeID: func() bin.Object { return &TelegramPaymentPurposeStars{} },
|
|
TelegramPaymentPurposeGiftedStarsTypeID: func() bin.Object { return &TelegramPaymentPurposeGiftedStars{} },
|
|
TelegramPaymentPurposeStarGiveawayTypeID: func() bin.Object { return &TelegramPaymentPurposeStarGiveaway{} },
|
|
TelegramPaymentPurposeJoinChatTypeID: func() bin.Object { return &TelegramPaymentPurposeJoinChat{} },
|
|
DeviceTokenFirebaseCloudMessagingTypeID: func() bin.Object { return &DeviceTokenFirebaseCloudMessaging{} },
|
|
DeviceTokenApplePushTypeID: func() bin.Object { return &DeviceTokenApplePush{} },
|
|
DeviceTokenApplePushVoIPTypeID: func() bin.Object { return &DeviceTokenApplePushVoIP{} },
|
|
DeviceTokenWindowsPushTypeID: func() bin.Object { return &DeviceTokenWindowsPush{} },
|
|
DeviceTokenMicrosoftPushTypeID: func() bin.Object { return &DeviceTokenMicrosoftPush{} },
|
|
DeviceTokenMicrosoftPushVoIPTypeID: func() bin.Object { return &DeviceTokenMicrosoftPushVoIP{} },
|
|
DeviceTokenWebPushTypeID: func() bin.Object { return &DeviceTokenWebPush{} },
|
|
DeviceTokenSimplePushTypeID: func() bin.Object { return &DeviceTokenSimplePush{} },
|
|
DeviceTokenUbuntuPushTypeID: func() bin.Object { return &DeviceTokenUbuntuPush{} },
|
|
DeviceTokenBlackBerryPushTypeID: func() bin.Object { return &DeviceTokenBlackBerryPush{} },
|
|
DeviceTokenTizenPushTypeID: func() bin.Object { return &DeviceTokenTizenPush{} },
|
|
DeviceTokenHuaweiPushTypeID: func() bin.Object { return &DeviceTokenHuaweiPush{} },
|
|
PushReceiverIDTypeID: func() bin.Object { return &PushReceiverID{} },
|
|
BackgroundFillSolidTypeID: func() bin.Object { return &BackgroundFillSolid{} },
|
|
BackgroundFillGradientTypeID: func() bin.Object { return &BackgroundFillGradient{} },
|
|
BackgroundFillFreeformGradientTypeID: func() bin.Object { return &BackgroundFillFreeformGradient{} },
|
|
BackgroundTypeWallpaperTypeID: func() bin.Object { return &BackgroundTypeWallpaper{} },
|
|
BackgroundTypePatternTypeID: func() bin.Object { return &BackgroundTypePattern{} },
|
|
BackgroundTypeFillTypeID: func() bin.Object { return &BackgroundTypeFill{} },
|
|
BackgroundTypeChatThemeTypeID: func() bin.Object { return &BackgroundTypeChatTheme{} },
|
|
InputBackgroundLocalTypeID: func() bin.Object { return &InputBackgroundLocal{} },
|
|
InputBackgroundRemoteTypeID: func() bin.Object { return &InputBackgroundRemote{} },
|
|
InputBackgroundPreviousTypeID: func() bin.Object { return &InputBackgroundPrevious{} },
|
|
ChatThemeTypeID: func() bin.Object { return &ChatTheme{} },
|
|
TimeZoneTypeID: func() bin.Object { return &TimeZone{} },
|
|
TimeZonesTypeID: func() bin.Object { return &TimeZones{} },
|
|
HashtagsTypeID: func() bin.Object { return &Hashtags{} },
|
|
CanPostStoryResultOkTypeID: func() bin.Object { return &CanPostStoryResultOk{} },
|
|
CanPostStoryResultPremiumNeededTypeID: func() bin.Object { return &CanPostStoryResultPremiumNeeded{} },
|
|
CanPostStoryResultBoostNeededTypeID: func() bin.Object { return &CanPostStoryResultBoostNeeded{} },
|
|
CanPostStoryResultActiveStoryLimitExceededTypeID: func() bin.Object { return &CanPostStoryResultActiveStoryLimitExceeded{} },
|
|
CanPostStoryResultWeeklyLimitExceededTypeID: func() bin.Object { return &CanPostStoryResultWeeklyLimitExceeded{} },
|
|
CanPostStoryResultMonthlyLimitExceededTypeID: func() bin.Object { return &CanPostStoryResultMonthlyLimitExceeded{} },
|
|
CanTransferOwnershipResultOkTypeID: func() bin.Object { return &CanTransferOwnershipResultOk{} },
|
|
CanTransferOwnershipResultPasswordNeededTypeID: func() bin.Object { return &CanTransferOwnershipResultPasswordNeeded{} },
|
|
CanTransferOwnershipResultPasswordTooFreshTypeID: func() bin.Object { return &CanTransferOwnershipResultPasswordTooFresh{} },
|
|
CanTransferOwnershipResultSessionTooFreshTypeID: func() bin.Object { return &CanTransferOwnershipResultSessionTooFresh{} },
|
|
CheckChatUsernameResultOkTypeID: func() bin.Object { return &CheckChatUsernameResultOk{} },
|
|
CheckChatUsernameResultUsernameInvalidTypeID: func() bin.Object { return &CheckChatUsernameResultUsernameInvalid{} },
|
|
CheckChatUsernameResultUsernameOccupiedTypeID: func() bin.Object { return &CheckChatUsernameResultUsernameOccupied{} },
|
|
CheckChatUsernameResultUsernamePurchasableTypeID: func() bin.Object { return &CheckChatUsernameResultUsernamePurchasable{} },
|
|
CheckChatUsernameResultPublicChatsTooManyTypeID: func() bin.Object { return &CheckChatUsernameResultPublicChatsTooMany{} },
|
|
CheckChatUsernameResultPublicGroupsUnavailableTypeID: func() bin.Object { return &CheckChatUsernameResultPublicGroupsUnavailable{} },
|
|
CheckStickerSetNameResultOkTypeID: func() bin.Object { return &CheckStickerSetNameResultOk{} },
|
|
CheckStickerSetNameResultNameInvalidTypeID: func() bin.Object { return &CheckStickerSetNameResultNameInvalid{} },
|
|
CheckStickerSetNameResultNameOccupiedTypeID: func() bin.Object { return &CheckStickerSetNameResultNameOccupied{} },
|
|
ResetPasswordResultOkTypeID: func() bin.Object { return &ResetPasswordResultOk{} },
|
|
ResetPasswordResultPendingTypeID: func() bin.Object { return &ResetPasswordResultPending{} },
|
|
ResetPasswordResultDeclinedTypeID: func() bin.Object { return &ResetPasswordResultDeclined{} },
|
|
MessageFileTypePrivateTypeID: func() bin.Object { return &MessageFileTypePrivate{} },
|
|
MessageFileTypeGroupTypeID: func() bin.Object { return &MessageFileTypeGroup{} },
|
|
MessageFileTypeUnknownTypeID: func() bin.Object { return &MessageFileTypeUnknown{} },
|
|
PushMessageContentHiddenTypeID: func() bin.Object { return &PushMessageContentHidden{} },
|
|
PushMessageContentAnimationTypeID: func() bin.Object { return &PushMessageContentAnimation{} },
|
|
PushMessageContentAudioTypeID: func() bin.Object { return &PushMessageContentAudio{} },
|
|
PushMessageContentContactTypeID: func() bin.Object { return &PushMessageContentContact{} },
|
|
PushMessageContentContactRegisteredTypeID: func() bin.Object { return &PushMessageContentContactRegistered{} },
|
|
PushMessageContentDocumentTypeID: func() bin.Object { return &PushMessageContentDocument{} },
|
|
PushMessageContentGameTypeID: func() bin.Object { return &PushMessageContentGame{} },
|
|
PushMessageContentGameScoreTypeID: func() bin.Object { return &PushMessageContentGameScore{} },
|
|
PushMessageContentInvoiceTypeID: func() bin.Object { return &PushMessageContentInvoice{} },
|
|
PushMessageContentLocationTypeID: func() bin.Object { return &PushMessageContentLocation{} },
|
|
PushMessageContentPaidMediaTypeID: func() bin.Object { return &PushMessageContentPaidMedia{} },
|
|
PushMessageContentPhotoTypeID: func() bin.Object { return &PushMessageContentPhoto{} },
|
|
PushMessageContentPollTypeID: func() bin.Object { return &PushMessageContentPoll{} },
|
|
PushMessageContentPremiumGiftCodeTypeID: func() bin.Object { return &PushMessageContentPremiumGiftCode{} },
|
|
PushMessageContentGiveawayTypeID: func() bin.Object { return &PushMessageContentGiveaway{} },
|
|
PushMessageContentGiftTypeID: func() bin.Object { return &PushMessageContentGift{} },
|
|
PushMessageContentUpgradedGiftTypeID: func() bin.Object { return &PushMessageContentUpgradedGift{} },
|
|
PushMessageContentScreenshotTakenTypeID: func() bin.Object { return &PushMessageContentScreenshotTaken{} },
|
|
PushMessageContentStickerTypeID: func() bin.Object { return &PushMessageContentSticker{} },
|
|
PushMessageContentStoryTypeID: func() bin.Object { return &PushMessageContentStory{} },
|
|
PushMessageContentTextTypeID: func() bin.Object { return &PushMessageContentText{} },
|
|
PushMessageContentVideoTypeID: func() bin.Object { return &PushMessageContentVideo{} },
|
|
PushMessageContentVideoNoteTypeID: func() bin.Object { return &PushMessageContentVideoNote{} },
|
|
PushMessageContentVoiceNoteTypeID: func() bin.Object { return &PushMessageContentVoiceNote{} },
|
|
PushMessageContentBasicGroupChatCreateTypeID: func() bin.Object { return &PushMessageContentBasicGroupChatCreate{} },
|
|
PushMessageContentVideoChatStartedTypeID: func() bin.Object { return &PushMessageContentVideoChatStarted{} },
|
|
PushMessageContentVideoChatEndedTypeID: func() bin.Object { return &PushMessageContentVideoChatEnded{} },
|
|
PushMessageContentInviteVideoChatParticipantsTypeID: func() bin.Object { return &PushMessageContentInviteVideoChatParticipants{} },
|
|
PushMessageContentChatAddMembersTypeID: func() bin.Object { return &PushMessageContentChatAddMembers{} },
|
|
PushMessageContentChatChangePhotoTypeID: func() bin.Object { return &PushMessageContentChatChangePhoto{} },
|
|
PushMessageContentChatChangeTitleTypeID: func() bin.Object { return &PushMessageContentChatChangeTitle{} },
|
|
PushMessageContentChatSetBackgroundTypeID: func() bin.Object { return &PushMessageContentChatSetBackground{} },
|
|
PushMessageContentChatSetThemeTypeID: func() bin.Object { return &PushMessageContentChatSetTheme{} },
|
|
PushMessageContentChatDeleteMemberTypeID: func() bin.Object { return &PushMessageContentChatDeleteMember{} },
|
|
PushMessageContentChatJoinByLinkTypeID: func() bin.Object { return &PushMessageContentChatJoinByLink{} },
|
|
PushMessageContentChatJoinByRequestTypeID: func() bin.Object { return &PushMessageContentChatJoinByRequest{} },
|
|
PushMessageContentRecurringPaymentTypeID: func() bin.Object { return &PushMessageContentRecurringPayment{} },
|
|
PushMessageContentSuggestProfilePhotoTypeID: func() bin.Object { return &PushMessageContentSuggestProfilePhoto{} },
|
|
PushMessageContentProximityAlertTriggeredTypeID: func() bin.Object { return &PushMessageContentProximityAlertTriggered{} },
|
|
PushMessageContentMessageForwardsTypeID: func() bin.Object { return &PushMessageContentMessageForwards{} },
|
|
PushMessageContentMediaAlbumTypeID: func() bin.Object { return &PushMessageContentMediaAlbum{} },
|
|
NotificationTypeNewMessageTypeID: func() bin.Object { return &NotificationTypeNewMessage{} },
|
|
NotificationTypeNewSecretChatTypeID: func() bin.Object { return &NotificationTypeNewSecretChat{} },
|
|
NotificationTypeNewCallTypeID: func() bin.Object { return &NotificationTypeNewCall{} },
|
|
NotificationTypeNewPushMessageTypeID: func() bin.Object { return &NotificationTypeNewPushMessage{} },
|
|
NotificationGroupTypeMessagesTypeID: func() bin.Object { return &NotificationGroupTypeMessages{} },
|
|
NotificationGroupTypeMentionsTypeID: func() bin.Object { return &NotificationGroupTypeMentions{} },
|
|
NotificationGroupTypeSecretChatTypeID: func() bin.Object { return &NotificationGroupTypeSecretChat{} },
|
|
NotificationGroupTypeCallsTypeID: func() bin.Object { return &NotificationGroupTypeCalls{} },
|
|
NotificationSoundTypeID: func() bin.Object { return &NotificationSound{} },
|
|
NotificationSoundsTypeID: func() bin.Object { return &NotificationSounds{} },
|
|
NotificationTypeID: func() bin.Object { return &Notification{} },
|
|
NotificationGroupTypeID: func() bin.Object { return &NotificationGroup{} },
|
|
OptionValueBooleanTypeID: func() bin.Object { return &OptionValueBoolean{} },
|
|
OptionValueEmptyTypeID: func() bin.Object { return &OptionValueEmpty{} },
|
|
OptionValueIntegerTypeID: func() bin.Object { return &OptionValueInteger{} },
|
|
OptionValueStringTypeID: func() bin.Object { return &OptionValueString{} },
|
|
JSONObjectMemberTypeID: func() bin.Object { return &JSONObjectMember{} },
|
|
JSONValueNullTypeID: func() bin.Object { return &JSONValueNull{} },
|
|
JSONValueBooleanTypeID: func() bin.Object { return &JSONValueBoolean{} },
|
|
JSONValueNumberTypeID: func() bin.Object { return &JSONValueNumber{} },
|
|
JSONValueStringTypeID: func() bin.Object { return &JSONValueString{} },
|
|
JSONValueArrayTypeID: func() bin.Object { return &JSONValueArray{} },
|
|
JSONValueObjectTypeID: func() bin.Object { return &JSONValueObject{} },
|
|
StoryPrivacySettingsEveryoneTypeID: func() bin.Object { return &StoryPrivacySettingsEveryone{} },
|
|
StoryPrivacySettingsContactsTypeID: func() bin.Object { return &StoryPrivacySettingsContacts{} },
|
|
StoryPrivacySettingsCloseFriendsTypeID: func() bin.Object { return &StoryPrivacySettingsCloseFriends{} },
|
|
StoryPrivacySettingsSelectedUsersTypeID: func() bin.Object { return &StoryPrivacySettingsSelectedUsers{} },
|
|
UserPrivacySettingRuleAllowAllTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowAll{} },
|
|
UserPrivacySettingRuleAllowContactsTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowContacts{} },
|
|
UserPrivacySettingRuleAllowBotsTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowBots{} },
|
|
UserPrivacySettingRuleAllowPremiumUsersTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowPremiumUsers{} },
|
|
UserPrivacySettingRuleAllowUsersTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowUsers{} },
|
|
UserPrivacySettingRuleAllowChatMembersTypeID: func() bin.Object { return &UserPrivacySettingRuleAllowChatMembers{} },
|
|
UserPrivacySettingRuleRestrictAllTypeID: func() bin.Object { return &UserPrivacySettingRuleRestrictAll{} },
|
|
UserPrivacySettingRuleRestrictContactsTypeID: func() bin.Object { return &UserPrivacySettingRuleRestrictContacts{} },
|
|
UserPrivacySettingRuleRestrictBotsTypeID: func() bin.Object { return &UserPrivacySettingRuleRestrictBots{} },
|
|
UserPrivacySettingRuleRestrictUsersTypeID: func() bin.Object { return &UserPrivacySettingRuleRestrictUsers{} },
|
|
UserPrivacySettingRuleRestrictChatMembersTypeID: func() bin.Object { return &UserPrivacySettingRuleRestrictChatMembers{} },
|
|
UserPrivacySettingRulesTypeID: func() bin.Object { return &UserPrivacySettingRules{} },
|
|
UserPrivacySettingShowStatusTypeID: func() bin.Object { return &UserPrivacySettingShowStatus{} },
|
|
UserPrivacySettingShowProfilePhotoTypeID: func() bin.Object { return &UserPrivacySettingShowProfilePhoto{} },
|
|
UserPrivacySettingShowLinkInForwardedMessagesTypeID: func() bin.Object { return &UserPrivacySettingShowLinkInForwardedMessages{} },
|
|
UserPrivacySettingShowPhoneNumberTypeID: func() bin.Object { return &UserPrivacySettingShowPhoneNumber{} },
|
|
UserPrivacySettingShowBioTypeID: func() bin.Object { return &UserPrivacySettingShowBio{} },
|
|
UserPrivacySettingShowBirthdateTypeID: func() bin.Object { return &UserPrivacySettingShowBirthdate{} },
|
|
UserPrivacySettingAllowChatInvitesTypeID: func() bin.Object { return &UserPrivacySettingAllowChatInvites{} },
|
|
UserPrivacySettingAllowCallsTypeID: func() bin.Object { return &UserPrivacySettingAllowCalls{} },
|
|
UserPrivacySettingAllowPeerToPeerCallsTypeID: func() bin.Object { return &UserPrivacySettingAllowPeerToPeerCalls{} },
|
|
UserPrivacySettingAllowFindingByPhoneNumberTypeID: func() bin.Object { return &UserPrivacySettingAllowFindingByPhoneNumber{} },
|
|
UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessagesTypeID: func() bin.Object { return &UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages{} },
|
|
UserPrivacySettingAutosaveGiftsTypeID: func() bin.Object { return &UserPrivacySettingAutosaveGifts{} },
|
|
UserPrivacySettingAllowUnpaidMessagesTypeID: func() bin.Object { return &UserPrivacySettingAllowUnpaidMessages{} },
|
|
ReadDatePrivacySettingsTypeID: func() bin.Object { return &ReadDatePrivacySettings{} },
|
|
NewChatPrivacySettingsTypeID: func() bin.Object { return &NewChatPrivacySettings{} },
|
|
CanSendMessageToUserResultOkTypeID: func() bin.Object { return &CanSendMessageToUserResultOk{} },
|
|
CanSendMessageToUserResultUserHasPaidMessagesTypeID: func() bin.Object { return &CanSendMessageToUserResultUserHasPaidMessages{} },
|
|
CanSendMessageToUserResultUserIsDeletedTypeID: func() bin.Object { return &CanSendMessageToUserResultUserIsDeleted{} },
|
|
CanSendMessageToUserResultUserRestrictsNewChatsTypeID: func() bin.Object { return &CanSendMessageToUserResultUserRestrictsNewChats{} },
|
|
AccountTTLTypeID: func() bin.Object { return &AccountTTL{} },
|
|
MessageAutoDeleteTimeTypeID: func() bin.Object { return &MessageAutoDeleteTime{} },
|
|
SessionTypeAndroidTypeID: func() bin.Object { return &SessionTypeAndroid{} },
|
|
SessionTypeAppleTypeID: func() bin.Object { return &SessionTypeApple{} },
|
|
SessionTypeBraveTypeID: func() bin.Object { return &SessionTypeBrave{} },
|
|
SessionTypeChromeTypeID: func() bin.Object { return &SessionTypeChrome{} },
|
|
SessionTypeEdgeTypeID: func() bin.Object { return &SessionTypeEdge{} },
|
|
SessionTypeFirefoxTypeID: func() bin.Object { return &SessionTypeFirefox{} },
|
|
SessionTypeIpadTypeID: func() bin.Object { return &SessionTypeIpad{} },
|
|
SessionTypeIphoneTypeID: func() bin.Object { return &SessionTypeIphone{} },
|
|
SessionTypeLinuxTypeID: func() bin.Object { return &SessionTypeLinux{} },
|
|
SessionTypeMACTypeID: func() bin.Object { return &SessionTypeMAC{} },
|
|
SessionTypeOperaTypeID: func() bin.Object { return &SessionTypeOpera{} },
|
|
SessionTypeSafariTypeID: func() bin.Object { return &SessionTypeSafari{} },
|
|
SessionTypeUbuntuTypeID: func() bin.Object { return &SessionTypeUbuntu{} },
|
|
SessionTypeUnknownTypeID: func() bin.Object { return &SessionTypeUnknown{} },
|
|
SessionTypeVivaldiTypeID: func() bin.Object { return &SessionTypeVivaldi{} },
|
|
SessionTypeWindowsTypeID: func() bin.Object { return &SessionTypeWindows{} },
|
|
SessionTypeXboxTypeID: func() bin.Object { return &SessionTypeXbox{} },
|
|
SessionTypeID: func() bin.Object { return &Session{} },
|
|
SessionsTypeID: func() bin.Object { return &Sessions{} },
|
|
UnconfirmedSessionTypeID: func() bin.Object { return &UnconfirmedSession{} },
|
|
ConnectedWebsiteTypeID: func() bin.Object { return &ConnectedWebsite{} },
|
|
ConnectedWebsitesTypeID: func() bin.Object { return &ConnectedWebsites{} },
|
|
ReportReasonSpamTypeID: func() bin.Object { return &ReportReasonSpam{} },
|
|
ReportReasonViolenceTypeID: func() bin.Object { return &ReportReasonViolence{} },
|
|
ReportReasonPornographyTypeID: func() bin.Object { return &ReportReasonPornography{} },
|
|
ReportReasonChildAbuseTypeID: func() bin.Object { return &ReportReasonChildAbuse{} },
|
|
ReportReasonCopyrightTypeID: func() bin.Object { return &ReportReasonCopyright{} },
|
|
ReportReasonUnrelatedLocationTypeID: func() bin.Object { return &ReportReasonUnrelatedLocation{} },
|
|
ReportReasonFakeTypeID: func() bin.Object { return &ReportReasonFake{} },
|
|
ReportReasonIllegalDrugsTypeID: func() bin.Object { return &ReportReasonIllegalDrugs{} },
|
|
ReportReasonPersonalDetailsTypeID: func() bin.Object { return &ReportReasonPersonalDetails{} },
|
|
ReportReasonCustomTypeID: func() bin.Object { return &ReportReasonCustom{} },
|
|
ReportChatResultOkTypeID: func() bin.Object { return &ReportChatResultOk{} },
|
|
ReportChatResultOptionRequiredTypeID: func() bin.Object { return &ReportChatResultOptionRequired{} },
|
|
ReportChatResultTextRequiredTypeID: func() bin.Object { return &ReportChatResultTextRequired{} },
|
|
ReportChatResultMessagesRequiredTypeID: func() bin.Object { return &ReportChatResultMessagesRequired{} },
|
|
ReportStoryResultOkTypeID: func() bin.Object { return &ReportStoryResultOk{} },
|
|
ReportStoryResultOptionRequiredTypeID: func() bin.Object { return &ReportStoryResultOptionRequired{} },
|
|
ReportStoryResultTextRequiredTypeID: func() bin.Object { return &ReportStoryResultTextRequired{} },
|
|
InternalLinkTypeActiveSessionsTypeID: func() bin.Object { return &InternalLinkTypeActiveSessions{} },
|
|
InternalLinkTypeAttachmentMenuBotTypeID: func() bin.Object { return &InternalLinkTypeAttachmentMenuBot{} },
|
|
InternalLinkTypeAuthenticationCodeTypeID: func() bin.Object { return &InternalLinkTypeAuthenticationCode{} },
|
|
InternalLinkTypeBackgroundTypeID: func() bin.Object { return &InternalLinkTypeBackground{} },
|
|
InternalLinkTypeBotAddToChannelTypeID: func() bin.Object { return &InternalLinkTypeBotAddToChannel{} },
|
|
InternalLinkTypeBotStartTypeID: func() bin.Object { return &InternalLinkTypeBotStart{} },
|
|
InternalLinkTypeBotStartInGroupTypeID: func() bin.Object { return &InternalLinkTypeBotStartInGroup{} },
|
|
InternalLinkTypeBusinessChatTypeID: func() bin.Object { return &InternalLinkTypeBusinessChat{} },
|
|
InternalLinkTypeBuyStarsTypeID: func() bin.Object { return &InternalLinkTypeBuyStars{} },
|
|
InternalLinkTypeChangePhoneNumberTypeID: func() bin.Object { return &InternalLinkTypeChangePhoneNumber{} },
|
|
InternalLinkTypeChatAffiliateProgramTypeID: func() bin.Object { return &InternalLinkTypeChatAffiliateProgram{} },
|
|
InternalLinkTypeChatBoostTypeID: func() bin.Object { return &InternalLinkTypeChatBoost{} },
|
|
InternalLinkTypeChatFolderInviteTypeID: func() bin.Object { return &InternalLinkTypeChatFolderInvite{} },
|
|
InternalLinkTypeChatFolderSettingsTypeID: func() bin.Object { return &InternalLinkTypeChatFolderSettings{} },
|
|
InternalLinkTypeChatInviteTypeID: func() bin.Object { return &InternalLinkTypeChatInvite{} },
|
|
InternalLinkTypeDefaultMessageAutoDeleteTimerSettingsTypeID: func() bin.Object { return &InternalLinkTypeDefaultMessageAutoDeleteTimerSettings{} },
|
|
InternalLinkTypeEditProfileSettingsTypeID: func() bin.Object { return &InternalLinkTypeEditProfileSettings{} },
|
|
InternalLinkTypeGameTypeID: func() bin.Object { return &InternalLinkTypeGame{} },
|
|
InternalLinkTypeGroupCallTypeID: func() bin.Object { return &InternalLinkTypeGroupCall{} },
|
|
InternalLinkTypeInstantViewTypeID: func() bin.Object { return &InternalLinkTypeInstantView{} },
|
|
InternalLinkTypeInvoiceTypeID: func() bin.Object { return &InternalLinkTypeInvoice{} },
|
|
InternalLinkTypeLanguagePackTypeID: func() bin.Object { return &InternalLinkTypeLanguagePack{} },
|
|
InternalLinkTypeLanguageSettingsTypeID: func() bin.Object { return &InternalLinkTypeLanguageSettings{} },
|
|
InternalLinkTypeMainWebAppTypeID: func() bin.Object { return &InternalLinkTypeMainWebApp{} },
|
|
InternalLinkTypeMessageTypeID: func() bin.Object { return &InternalLinkTypeMessage{} },
|
|
InternalLinkTypeMessageDraftTypeID: func() bin.Object { return &InternalLinkTypeMessageDraft{} },
|
|
InternalLinkTypeMyStarsTypeID: func() bin.Object { return &InternalLinkTypeMyStars{} },
|
|
InternalLinkTypePassportDataRequestTypeID: func() bin.Object { return &InternalLinkTypePassportDataRequest{} },
|
|
InternalLinkTypePhoneNumberConfirmationTypeID: func() bin.Object { return &InternalLinkTypePhoneNumberConfirmation{} },
|
|
InternalLinkTypePremiumFeaturesTypeID: func() bin.Object { return &InternalLinkTypePremiumFeatures{} },
|
|
InternalLinkTypePremiumGiftTypeID: func() bin.Object { return &InternalLinkTypePremiumGift{} },
|
|
InternalLinkTypePremiumGiftCodeTypeID: func() bin.Object { return &InternalLinkTypePremiumGiftCode{} },
|
|
InternalLinkTypePrivacyAndSecuritySettingsTypeID: func() bin.Object { return &InternalLinkTypePrivacyAndSecuritySettings{} },
|
|
InternalLinkTypeProxyTypeID: func() bin.Object { return &InternalLinkTypeProxy{} },
|
|
InternalLinkTypePublicChatTypeID: func() bin.Object { return &InternalLinkTypePublicChat{} },
|
|
InternalLinkTypeQrCodeAuthenticationTypeID: func() bin.Object { return &InternalLinkTypeQrCodeAuthentication{} },
|
|
InternalLinkTypeRestorePurchasesTypeID: func() bin.Object { return &InternalLinkTypeRestorePurchases{} },
|
|
InternalLinkTypeSettingsTypeID: func() bin.Object { return &InternalLinkTypeSettings{} },
|
|
InternalLinkTypeStickerSetTypeID: func() bin.Object { return &InternalLinkTypeStickerSet{} },
|
|
InternalLinkTypeStoryTypeID: func() bin.Object { return &InternalLinkTypeStory{} },
|
|
InternalLinkTypeThemeTypeID: func() bin.Object { return &InternalLinkTypeTheme{} },
|
|
InternalLinkTypeThemeSettingsTypeID: func() bin.Object { return &InternalLinkTypeThemeSettings{} },
|
|
InternalLinkTypeUnknownDeepLinkTypeID: func() bin.Object { return &InternalLinkTypeUnknownDeepLink{} },
|
|
InternalLinkTypeUnsupportedProxyTypeID: func() bin.Object { return &InternalLinkTypeUnsupportedProxy{} },
|
|
InternalLinkTypeUpgradedGiftTypeID: func() bin.Object { return &InternalLinkTypeUpgradedGift{} },
|
|
InternalLinkTypeUserPhoneNumberTypeID: func() bin.Object { return &InternalLinkTypeUserPhoneNumber{} },
|
|
InternalLinkTypeUserTokenTypeID: func() bin.Object { return &InternalLinkTypeUserToken{} },
|
|
InternalLinkTypeVideoChatTypeID: func() bin.Object { return &InternalLinkTypeVideoChat{} },
|
|
InternalLinkTypeWebAppTypeID: func() bin.Object { return &InternalLinkTypeWebApp{} },
|
|
MessageLinkTypeID: func() bin.Object { return &MessageLink{} },
|
|
MessageLinkInfoTypeID: func() bin.Object { return &MessageLinkInfo{} },
|
|
ChatBoostLinkTypeID: func() bin.Object { return &ChatBoostLink{} },
|
|
ChatBoostLinkInfoTypeID: func() bin.Object { return &ChatBoostLinkInfo{} },
|
|
BlockListMainTypeID: func() bin.Object { return &BlockListMain{} },
|
|
BlockListStoriesTypeID: func() bin.Object { return &BlockListStories{} },
|
|
FileTypeNoneTypeID: func() bin.Object { return &FileTypeNone{} },
|
|
FileTypeAnimationTypeID: func() bin.Object { return &FileTypeAnimation{} },
|
|
FileTypeAudioTypeID: func() bin.Object { return &FileTypeAudio{} },
|
|
FileTypeDocumentTypeID: func() bin.Object { return &FileTypeDocument{} },
|
|
FileTypeNotificationSoundTypeID: func() bin.Object { return &FileTypeNotificationSound{} },
|
|
FileTypePhotoTypeID: func() bin.Object { return &FileTypePhoto{} },
|
|
FileTypePhotoStoryTypeID: func() bin.Object { return &FileTypePhotoStory{} },
|
|
FileTypeProfilePhotoTypeID: func() bin.Object { return &FileTypeProfilePhoto{} },
|
|
FileTypeSecretTypeID: func() bin.Object { return &FileTypeSecret{} },
|
|
FileTypeSecretThumbnailTypeID: func() bin.Object { return &FileTypeSecretThumbnail{} },
|
|
FileTypeSecureTypeID: func() bin.Object { return &FileTypeSecure{} },
|
|
FileTypeSelfDestructingPhotoTypeID: func() bin.Object { return &FileTypeSelfDestructingPhoto{} },
|
|
FileTypeSelfDestructingVideoTypeID: func() bin.Object { return &FileTypeSelfDestructingVideo{} },
|
|
FileTypeSelfDestructingVideoNoteTypeID: func() bin.Object { return &FileTypeSelfDestructingVideoNote{} },
|
|
FileTypeSelfDestructingVoiceNoteTypeID: func() bin.Object { return &FileTypeSelfDestructingVoiceNote{} },
|
|
FileTypeStickerTypeID: func() bin.Object { return &FileTypeSticker{} },
|
|
FileTypeThumbnailTypeID: func() bin.Object { return &FileTypeThumbnail{} },
|
|
FileTypeUnknownTypeID: func() bin.Object { return &FileTypeUnknown{} },
|
|
FileTypeVideoTypeID: func() bin.Object { return &FileTypeVideo{} },
|
|
FileTypeVideoNoteTypeID: func() bin.Object { return &FileTypeVideoNote{} },
|
|
FileTypeVideoStoryTypeID: func() bin.Object { return &FileTypeVideoStory{} },
|
|
FileTypeVoiceNoteTypeID: func() bin.Object { return &FileTypeVoiceNote{} },
|
|
FileTypeWallpaperTypeID: func() bin.Object { return &FileTypeWallpaper{} },
|
|
StorageStatisticsByFileTypeTypeID: func() bin.Object { return &StorageStatisticsByFileType{} },
|
|
StorageStatisticsByChatTypeID: func() bin.Object { return &StorageStatisticsByChat{} },
|
|
StorageStatisticsTypeID: func() bin.Object { return &StorageStatistics{} },
|
|
StorageStatisticsFastTypeID: func() bin.Object { return &StorageStatisticsFast{} },
|
|
DatabaseStatisticsTypeID: func() bin.Object { return &DatabaseStatistics{} },
|
|
NetworkTypeNoneTypeID: func() bin.Object { return &NetworkTypeNone{} },
|
|
NetworkTypeMobileTypeID: func() bin.Object { return &NetworkTypeMobile{} },
|
|
NetworkTypeMobileRoamingTypeID: func() bin.Object { return &NetworkTypeMobileRoaming{} },
|
|
NetworkTypeWiFiTypeID: func() bin.Object { return &NetworkTypeWiFi{} },
|
|
NetworkTypeOtherTypeID: func() bin.Object { return &NetworkTypeOther{} },
|
|
NetworkStatisticsEntryFileTypeID: func() bin.Object { return &NetworkStatisticsEntryFile{} },
|
|
NetworkStatisticsEntryCallTypeID: func() bin.Object { return &NetworkStatisticsEntryCall{} },
|
|
NetworkStatisticsTypeID: func() bin.Object { return &NetworkStatistics{} },
|
|
AutoDownloadSettingsTypeID: func() bin.Object { return &AutoDownloadSettings{} },
|
|
AutoDownloadSettingsPresetsTypeID: func() bin.Object { return &AutoDownloadSettingsPresets{} },
|
|
AutosaveSettingsScopePrivateChatsTypeID: func() bin.Object { return &AutosaveSettingsScopePrivateChats{} },
|
|
AutosaveSettingsScopeGroupChatsTypeID: func() bin.Object { return &AutosaveSettingsScopeGroupChats{} },
|
|
AutosaveSettingsScopeChannelChatsTypeID: func() bin.Object { return &AutosaveSettingsScopeChannelChats{} },
|
|
AutosaveSettingsScopeChatTypeID: func() bin.Object { return &AutosaveSettingsScopeChat{} },
|
|
ScopeAutosaveSettingsTypeID: func() bin.Object { return &ScopeAutosaveSettings{} },
|
|
AutosaveSettingsExceptionTypeID: func() bin.Object { return &AutosaveSettingsException{} },
|
|
AutosaveSettingsTypeID: func() bin.Object { return &AutosaveSettings{} },
|
|
ConnectionStateWaitingForNetworkTypeID: func() bin.Object { return &ConnectionStateWaitingForNetwork{} },
|
|
ConnectionStateConnectingToProxyTypeID: func() bin.Object { return &ConnectionStateConnectingToProxy{} },
|
|
ConnectionStateConnectingTypeID: func() bin.Object { return &ConnectionStateConnecting{} },
|
|
ConnectionStateUpdatingTypeID: func() bin.Object { return &ConnectionStateUpdating{} },
|
|
ConnectionStateReadyTypeID: func() bin.Object { return &ConnectionStateReady{} },
|
|
TopChatCategoryUsersTypeID: func() bin.Object { return &TopChatCategoryUsers{} },
|
|
TopChatCategoryBotsTypeID: func() bin.Object { return &TopChatCategoryBots{} },
|
|
TopChatCategoryGroupsTypeID: func() bin.Object { return &TopChatCategoryGroups{} },
|
|
TopChatCategoryChannelsTypeID: func() bin.Object { return &TopChatCategoryChannels{} },
|
|
TopChatCategoryInlineBotsTypeID: func() bin.Object { return &TopChatCategoryInlineBots{} },
|
|
TopChatCategoryWebAppBotsTypeID: func() bin.Object { return &TopChatCategoryWebAppBots{} },
|
|
TopChatCategoryCallsTypeID: func() bin.Object { return &TopChatCategoryCalls{} },
|
|
TopChatCategoryForwardChatsTypeID: func() bin.Object { return &TopChatCategoryForwardChats{} },
|
|
FoundPositionTypeID: func() bin.Object { return &FoundPosition{} },
|
|
FoundPositionsTypeID: func() bin.Object { return &FoundPositions{} },
|
|
TMeURLTypeUserTypeID: func() bin.Object { return &TMeURLTypeUser{} },
|
|
TMeURLTypeSupergroupTypeID: func() bin.Object { return &TMeURLTypeSupergroup{} },
|
|
TMeURLTypeChatInviteTypeID: func() bin.Object { return &TMeURLTypeChatInvite{} },
|
|
TMeURLTypeStickerSetTypeID: func() bin.Object { return &TMeURLTypeStickerSet{} },
|
|
TMeURLTypeID: func() bin.Object { return &TMeURL{} },
|
|
TMeURLsTypeID: func() bin.Object { return &TMeURLs{} },
|
|
SuggestedActionEnableArchiveAndMuteNewChatsTypeID: func() bin.Object { return &SuggestedActionEnableArchiveAndMuteNewChats{} },
|
|
SuggestedActionCheckPasswordTypeID: func() bin.Object { return &SuggestedActionCheckPassword{} },
|
|
SuggestedActionCheckPhoneNumberTypeID: func() bin.Object { return &SuggestedActionCheckPhoneNumber{} },
|
|
SuggestedActionViewChecksHintTypeID: func() bin.Object { return &SuggestedActionViewChecksHint{} },
|
|
SuggestedActionConvertToBroadcastGroupTypeID: func() bin.Object { return &SuggestedActionConvertToBroadcastGroup{} },
|
|
SuggestedActionSetPasswordTypeID: func() bin.Object { return &SuggestedActionSetPassword{} },
|
|
SuggestedActionUpgradePremiumTypeID: func() bin.Object { return &SuggestedActionUpgradePremium{} },
|
|
SuggestedActionRestorePremiumTypeID: func() bin.Object { return &SuggestedActionRestorePremium{} },
|
|
SuggestedActionSubscribeToAnnualPremiumTypeID: func() bin.Object { return &SuggestedActionSubscribeToAnnualPremium{} },
|
|
SuggestedActionGiftPremiumForChristmasTypeID: func() bin.Object { return &SuggestedActionGiftPremiumForChristmas{} },
|
|
SuggestedActionSetBirthdateTypeID: func() bin.Object { return &SuggestedActionSetBirthdate{} },
|
|
SuggestedActionSetProfilePhotoTypeID: func() bin.Object { return &SuggestedActionSetProfilePhoto{} },
|
|
SuggestedActionExtendPremiumTypeID: func() bin.Object { return &SuggestedActionExtendPremium{} },
|
|
SuggestedActionExtendStarSubscriptionsTypeID: func() bin.Object { return &SuggestedActionExtendStarSubscriptions{} },
|
|
SuggestedActionCustomTypeID: func() bin.Object { return &SuggestedActionCustom{} },
|
|
CountTypeID: func() bin.Object { return &Count{} },
|
|
TextTypeID: func() bin.Object { return &Text{} },
|
|
DataTypeID: func() bin.Object { return &Data{} },
|
|
SecondsTypeID: func() bin.Object { return &Seconds{} },
|
|
FileDownloadedPrefixSizeTypeID: func() bin.Object { return &FileDownloadedPrefixSize{} },
|
|
StarCountTypeID: func() bin.Object { return &StarCount{} },
|
|
DeepLinkInfoTypeID: func() bin.Object { return &DeepLinkInfo{} },
|
|
TextParseModeMarkdownTypeID: func() bin.Object { return &TextParseModeMarkdown{} },
|
|
TextParseModeHTMLTypeID: func() bin.Object { return &TextParseModeHTML{} },
|
|
ProxyTypeSocks5TypeID: func() bin.Object { return &ProxyTypeSocks5{} },
|
|
ProxyTypeHTTPTypeID: func() bin.Object { return &ProxyTypeHTTP{} },
|
|
ProxyTypeMtprotoTypeID: func() bin.Object { return &ProxyTypeMtproto{} },
|
|
ProxyTypeID: func() bin.Object { return &Proxy{} },
|
|
ProxiesTypeID: func() bin.Object { return &Proxies{} },
|
|
InputStickerTypeID: func() bin.Object { return &InputSticker{} },
|
|
DateRangeTypeID: func() bin.Object { return &DateRange{} },
|
|
StatisticalValueTypeID: func() bin.Object { return &StatisticalValue{} },
|
|
StatisticalGraphDataTypeID: func() bin.Object { return &StatisticalGraphData{} },
|
|
StatisticalGraphAsyncTypeID: func() bin.Object { return &StatisticalGraphAsync{} },
|
|
StatisticalGraphErrorTypeID: func() bin.Object { return &StatisticalGraphError{} },
|
|
ChatStatisticsObjectTypeMessageTypeID: func() bin.Object { return &ChatStatisticsObjectTypeMessage{} },
|
|
ChatStatisticsObjectTypeStoryTypeID: func() bin.Object { return &ChatStatisticsObjectTypeStory{} },
|
|
ChatStatisticsInteractionInfoTypeID: func() bin.Object { return &ChatStatisticsInteractionInfo{} },
|
|
ChatStatisticsMessageSenderInfoTypeID: func() bin.Object { return &ChatStatisticsMessageSenderInfo{} },
|
|
ChatStatisticsAdministratorActionsInfoTypeID: func() bin.Object { return &ChatStatisticsAdministratorActionsInfo{} },
|
|
ChatStatisticsInviterInfoTypeID: func() bin.Object { return &ChatStatisticsInviterInfo{} },
|
|
ChatStatisticsSupergroupTypeID: func() bin.Object { return &ChatStatisticsSupergroup{} },
|
|
ChatStatisticsChannelTypeID: func() bin.Object { return &ChatStatisticsChannel{} },
|
|
ChatRevenueAmountTypeID: func() bin.Object { return &ChatRevenueAmount{} },
|
|
ChatRevenueStatisticsTypeID: func() bin.Object { return &ChatRevenueStatistics{} },
|
|
MessageStatisticsTypeID: func() bin.Object { return &MessageStatistics{} },
|
|
StoryStatisticsTypeID: func() bin.Object { return &StoryStatistics{} },
|
|
RevenueWithdrawalStatePendingTypeID: func() bin.Object { return &RevenueWithdrawalStatePending{} },
|
|
RevenueWithdrawalStateSucceededTypeID: func() bin.Object { return &RevenueWithdrawalStateSucceeded{} },
|
|
RevenueWithdrawalStateFailedTypeID: func() bin.Object { return &RevenueWithdrawalStateFailed{} },
|
|
ChatRevenueTransactionTypeEarningsTypeID: func() bin.Object { return &ChatRevenueTransactionTypeEarnings{} },
|
|
ChatRevenueTransactionTypeWithdrawalTypeID: func() bin.Object { return &ChatRevenueTransactionTypeWithdrawal{} },
|
|
ChatRevenueTransactionTypeRefundTypeID: func() bin.Object { return &ChatRevenueTransactionTypeRefund{} },
|
|
ChatRevenueTransactionTypeID: func() bin.Object { return &ChatRevenueTransaction{} },
|
|
ChatRevenueTransactionsTypeID: func() bin.Object { return &ChatRevenueTransactions{} },
|
|
StarRevenueStatusTypeID: func() bin.Object { return &StarRevenueStatus{} },
|
|
StarRevenueStatisticsTypeID: func() bin.Object { return &StarRevenueStatistics{} },
|
|
PointTypeID: func() bin.Object { return &Point{} },
|
|
VectorPathCommandLineTypeID: func() bin.Object { return &VectorPathCommandLine{} },
|
|
VectorPathCommandCubicBezierCurveTypeID: func() bin.Object { return &VectorPathCommandCubicBezierCurve{} },
|
|
BotCommandScopeDefaultTypeID: func() bin.Object { return &BotCommandScopeDefault{} },
|
|
BotCommandScopeAllPrivateChatsTypeID: func() bin.Object { return &BotCommandScopeAllPrivateChats{} },
|
|
BotCommandScopeAllGroupChatsTypeID: func() bin.Object { return &BotCommandScopeAllGroupChats{} },
|
|
BotCommandScopeAllChatAdministratorsTypeID: func() bin.Object { return &BotCommandScopeAllChatAdministrators{} },
|
|
BotCommandScopeChatTypeID: func() bin.Object { return &BotCommandScopeChat{} },
|
|
BotCommandScopeChatAdministratorsTypeID: func() bin.Object { return &BotCommandScopeChatAdministrators{} },
|
|
BotCommandScopeChatMemberTypeID: func() bin.Object { return &BotCommandScopeChatMember{} },
|
|
PhoneNumberCodeTypeChangeTypeID: func() bin.Object { return &PhoneNumberCodeTypeChange{} },
|
|
PhoneNumberCodeTypeVerifyTypeID: func() bin.Object { return &PhoneNumberCodeTypeVerify{} },
|
|
PhoneNumberCodeTypeConfirmOwnershipTypeID: func() bin.Object { return &PhoneNumberCodeTypeConfirmOwnership{} },
|
|
UpdateAuthorizationStateTypeID: func() bin.Object { return &UpdateAuthorizationState{} },
|
|
UpdateNewMessageTypeID: func() bin.Object { return &UpdateNewMessage{} },
|
|
UpdateMessageSendAcknowledgedTypeID: func() bin.Object { return &UpdateMessageSendAcknowledged{} },
|
|
UpdateMessageSendSucceededTypeID: func() bin.Object { return &UpdateMessageSendSucceeded{} },
|
|
UpdateMessageSendFailedTypeID: func() bin.Object { return &UpdateMessageSendFailed{} },
|
|
UpdateMessageContentTypeID: func() bin.Object { return &UpdateMessageContent{} },
|
|
UpdateMessageEditedTypeID: func() bin.Object { return &UpdateMessageEdited{} },
|
|
UpdateMessageIsPinnedTypeID: func() bin.Object { return &UpdateMessageIsPinned{} },
|
|
UpdateMessageInteractionInfoTypeID: func() bin.Object { return &UpdateMessageInteractionInfo{} },
|
|
UpdateMessageContentOpenedTypeID: func() bin.Object { return &UpdateMessageContentOpened{} },
|
|
UpdateMessageMentionReadTypeID: func() bin.Object { return &UpdateMessageMentionRead{} },
|
|
UpdateMessageUnreadReactionsTypeID: func() bin.Object { return &UpdateMessageUnreadReactions{} },
|
|
UpdateMessageFactCheckTypeID: func() bin.Object { return &UpdateMessageFactCheck{} },
|
|
UpdateMessageLiveLocationViewedTypeID: func() bin.Object { return &UpdateMessageLiveLocationViewed{} },
|
|
UpdateVideoPublishedTypeID: func() bin.Object { return &UpdateVideoPublished{} },
|
|
UpdateNewChatTypeID: func() bin.Object { return &UpdateNewChat{} },
|
|
UpdateChatTitleTypeID: func() bin.Object { return &UpdateChatTitle{} },
|
|
UpdateChatPhotoTypeID: func() bin.Object { return &UpdateChatPhoto{} },
|
|
UpdateChatAccentColorsTypeID: func() bin.Object { return &UpdateChatAccentColors{} },
|
|
UpdateChatPermissionsTypeID: func() bin.Object { return &UpdateChatPermissions{} },
|
|
UpdateChatLastMessageTypeID: func() bin.Object { return &UpdateChatLastMessage{} },
|
|
UpdateChatPositionTypeID: func() bin.Object { return &UpdateChatPosition{} },
|
|
UpdateChatAddedToListTypeID: func() bin.Object { return &UpdateChatAddedToList{} },
|
|
UpdateChatRemovedFromListTypeID: func() bin.Object { return &UpdateChatRemovedFromList{} },
|
|
UpdateChatReadInboxTypeID: func() bin.Object { return &UpdateChatReadInbox{} },
|
|
UpdateChatReadOutboxTypeID: func() bin.Object { return &UpdateChatReadOutbox{} },
|
|
UpdateChatActionBarTypeID: func() bin.Object { return &UpdateChatActionBar{} },
|
|
UpdateChatBusinessBotManageBarTypeID: func() bin.Object { return &UpdateChatBusinessBotManageBar{} },
|
|
UpdateChatAvailableReactionsTypeID: func() bin.Object { return &UpdateChatAvailableReactions{} },
|
|
UpdateChatDraftMessageTypeID: func() bin.Object { return &UpdateChatDraftMessage{} },
|
|
UpdateChatEmojiStatusTypeID: func() bin.Object { return &UpdateChatEmojiStatus{} },
|
|
UpdateChatMessageSenderTypeID: func() bin.Object { return &UpdateChatMessageSender{} },
|
|
UpdateChatMessageAutoDeleteTimeTypeID: func() bin.Object { return &UpdateChatMessageAutoDeleteTime{} },
|
|
UpdateChatNotificationSettingsTypeID: func() bin.Object { return &UpdateChatNotificationSettings{} },
|
|
UpdateChatPendingJoinRequestsTypeID: func() bin.Object { return &UpdateChatPendingJoinRequests{} },
|
|
UpdateChatReplyMarkupTypeID: func() bin.Object { return &UpdateChatReplyMarkup{} },
|
|
UpdateChatBackgroundTypeID: func() bin.Object { return &UpdateChatBackground{} },
|
|
UpdateChatThemeTypeID: func() bin.Object { return &UpdateChatTheme{} },
|
|
UpdateChatUnreadMentionCountTypeID: func() bin.Object { return &UpdateChatUnreadMentionCount{} },
|
|
UpdateChatUnreadReactionCountTypeID: func() bin.Object { return &UpdateChatUnreadReactionCount{} },
|
|
UpdateChatVideoChatTypeID: func() bin.Object { return &UpdateChatVideoChat{} },
|
|
UpdateChatDefaultDisableNotificationTypeID: func() bin.Object { return &UpdateChatDefaultDisableNotification{} },
|
|
UpdateChatHasProtectedContentTypeID: func() bin.Object { return &UpdateChatHasProtectedContent{} },
|
|
UpdateChatIsTranslatableTypeID: func() bin.Object { return &UpdateChatIsTranslatable{} },
|
|
UpdateChatIsMarkedAsUnreadTypeID: func() bin.Object { return &UpdateChatIsMarkedAsUnread{} },
|
|
UpdateChatViewAsTopicsTypeID: func() bin.Object { return &UpdateChatViewAsTopics{} },
|
|
UpdateChatBlockListTypeID: func() bin.Object { return &UpdateChatBlockList{} },
|
|
UpdateChatHasScheduledMessagesTypeID: func() bin.Object { return &UpdateChatHasScheduledMessages{} },
|
|
UpdateChatFoldersTypeID: func() bin.Object { return &UpdateChatFolders{} },
|
|
UpdateChatOnlineMemberCountTypeID: func() bin.Object { return &UpdateChatOnlineMemberCount{} },
|
|
UpdateSavedMessagesTopicTypeID: func() bin.Object { return &UpdateSavedMessagesTopic{} },
|
|
UpdateSavedMessagesTopicCountTypeID: func() bin.Object { return &UpdateSavedMessagesTopicCount{} },
|
|
UpdateDirectMessagesChatTopicTypeID: func() bin.Object { return &UpdateDirectMessagesChatTopic{} },
|
|
UpdateTopicMessageCountTypeID: func() bin.Object { return &UpdateTopicMessageCount{} },
|
|
UpdateQuickReplyShortcutTypeID: func() bin.Object { return &UpdateQuickReplyShortcut{} },
|
|
UpdateQuickReplyShortcutDeletedTypeID: func() bin.Object { return &UpdateQuickReplyShortcutDeleted{} },
|
|
UpdateQuickReplyShortcutsTypeID: func() bin.Object { return &UpdateQuickReplyShortcuts{} },
|
|
UpdateQuickReplyShortcutMessagesTypeID: func() bin.Object { return &UpdateQuickReplyShortcutMessages{} },
|
|
UpdateForumTopicInfoTypeID: func() bin.Object { return &UpdateForumTopicInfo{} },
|
|
UpdateForumTopicTypeID: func() bin.Object { return &UpdateForumTopic{} },
|
|
UpdateScopeNotificationSettingsTypeID: func() bin.Object { return &UpdateScopeNotificationSettings{} },
|
|
UpdateReactionNotificationSettingsTypeID: func() bin.Object { return &UpdateReactionNotificationSettings{} },
|
|
UpdateNotificationTypeID: func() bin.Object { return &UpdateNotification{} },
|
|
UpdateNotificationGroupTypeID: func() bin.Object { return &UpdateNotificationGroup{} },
|
|
UpdateActiveNotificationsTypeID: func() bin.Object { return &UpdateActiveNotifications{} },
|
|
UpdateHavePendingNotificationsTypeID: func() bin.Object { return &UpdateHavePendingNotifications{} },
|
|
UpdateDeleteMessagesTypeID: func() bin.Object { return &UpdateDeleteMessages{} },
|
|
UpdateChatActionTypeID: func() bin.Object { return &UpdateChatAction{} },
|
|
UpdateUserStatusTypeID: func() bin.Object { return &UpdateUserStatus{} },
|
|
UpdateUserTypeID: func() bin.Object { return &UpdateUser{} },
|
|
UpdateBasicGroupTypeID: func() bin.Object { return &UpdateBasicGroup{} },
|
|
UpdateSupergroupTypeID: func() bin.Object { return &UpdateSupergroup{} },
|
|
UpdateSecretChatTypeID: func() bin.Object { return &UpdateSecretChat{} },
|
|
UpdateUserFullInfoTypeID: func() bin.Object { return &UpdateUserFullInfo{} },
|
|
UpdateBasicGroupFullInfoTypeID: func() bin.Object { return &UpdateBasicGroupFullInfo{} },
|
|
UpdateSupergroupFullInfoTypeID: func() bin.Object { return &UpdateSupergroupFullInfo{} },
|
|
UpdateServiceNotificationTypeID: func() bin.Object { return &UpdateServiceNotification{} },
|
|
UpdateFileTypeID: func() bin.Object { return &UpdateFile{} },
|
|
UpdateFileGenerationStartTypeID: func() bin.Object { return &UpdateFileGenerationStart{} },
|
|
UpdateFileGenerationStopTypeID: func() bin.Object { return &UpdateFileGenerationStop{} },
|
|
UpdateFileDownloadsTypeID: func() bin.Object { return &UpdateFileDownloads{} },
|
|
UpdateFileAddedToDownloadsTypeID: func() bin.Object { return &UpdateFileAddedToDownloads{} },
|
|
UpdateFileDownloadTypeID: func() bin.Object { return &UpdateFileDownload{} },
|
|
UpdateFileRemovedFromDownloadsTypeID: func() bin.Object { return &UpdateFileRemovedFromDownloads{} },
|
|
UpdateApplicationVerificationRequiredTypeID: func() bin.Object { return &UpdateApplicationVerificationRequired{} },
|
|
UpdateApplicationRecaptchaVerificationRequiredTypeID: func() bin.Object { return &UpdateApplicationRecaptchaVerificationRequired{} },
|
|
UpdateCallTypeID: func() bin.Object { return &UpdateCall{} },
|
|
UpdateGroupCallTypeID: func() bin.Object { return &UpdateGroupCall{} },
|
|
UpdateGroupCallParticipantTypeID: func() bin.Object { return &UpdateGroupCallParticipant{} },
|
|
UpdateGroupCallParticipantsTypeID: func() bin.Object { return &UpdateGroupCallParticipants{} },
|
|
UpdateGroupCallVerificationStateTypeID: func() bin.Object { return &UpdateGroupCallVerificationState{} },
|
|
UpdateNewCallSignalingDataTypeID: func() bin.Object { return &UpdateNewCallSignalingData{} },
|
|
UpdateUserPrivacySettingRulesTypeID: func() bin.Object { return &UpdateUserPrivacySettingRules{} },
|
|
UpdateUnreadMessageCountTypeID: func() bin.Object { return &UpdateUnreadMessageCount{} },
|
|
UpdateUnreadChatCountTypeID: func() bin.Object { return &UpdateUnreadChatCount{} },
|
|
UpdateStoryTypeID: func() bin.Object { return &UpdateStory{} },
|
|
UpdateStoryDeletedTypeID: func() bin.Object { return &UpdateStoryDeleted{} },
|
|
UpdateStoryPostSucceededTypeID: func() bin.Object { return &UpdateStoryPostSucceeded{} },
|
|
UpdateStoryPostFailedTypeID: func() bin.Object { return &UpdateStoryPostFailed{} },
|
|
UpdateChatActiveStoriesTypeID: func() bin.Object { return &UpdateChatActiveStories{} },
|
|
UpdateStoryListChatCountTypeID: func() bin.Object { return &UpdateStoryListChatCount{} },
|
|
UpdateStoryStealthModeTypeID: func() bin.Object { return &UpdateStoryStealthMode{} },
|
|
UpdateOptionTypeID: func() bin.Object { return &UpdateOption{} },
|
|
UpdateStickerSetTypeID: func() bin.Object { return &UpdateStickerSet{} },
|
|
UpdateInstalledStickerSetsTypeID: func() bin.Object { return &UpdateInstalledStickerSets{} },
|
|
UpdateTrendingStickerSetsTypeID: func() bin.Object { return &UpdateTrendingStickerSets{} },
|
|
UpdateRecentStickersTypeID: func() bin.Object { return &UpdateRecentStickers{} },
|
|
UpdateFavoriteStickersTypeID: func() bin.Object { return &UpdateFavoriteStickers{} },
|
|
UpdateSavedAnimationsTypeID: func() bin.Object { return &UpdateSavedAnimations{} },
|
|
UpdateSavedNotificationSoundsTypeID: func() bin.Object { return &UpdateSavedNotificationSounds{} },
|
|
UpdateDefaultBackgroundTypeID: func() bin.Object { return &UpdateDefaultBackground{} },
|
|
UpdateChatThemesTypeID: func() bin.Object { return &UpdateChatThemes{} },
|
|
UpdateAccentColorsTypeID: func() bin.Object { return &UpdateAccentColors{} },
|
|
UpdateProfileAccentColorsTypeID: func() bin.Object { return &UpdateProfileAccentColors{} },
|
|
UpdateLanguagePackStringsTypeID: func() bin.Object { return &UpdateLanguagePackStrings{} },
|
|
UpdateConnectionStateTypeID: func() bin.Object { return &UpdateConnectionState{} },
|
|
UpdateFreezeStateTypeID: func() bin.Object { return &UpdateFreezeState{} },
|
|
UpdateTermsOfServiceTypeID: func() bin.Object { return &UpdateTermsOfService{} },
|
|
UpdateUnconfirmedSessionTypeID: func() bin.Object { return &UpdateUnconfirmedSession{} },
|
|
UpdateAttachmentMenuBotsTypeID: func() bin.Object { return &UpdateAttachmentMenuBots{} },
|
|
UpdateWebAppMessageSentTypeID: func() bin.Object { return &UpdateWebAppMessageSent{} },
|
|
UpdateActiveEmojiReactionsTypeID: func() bin.Object { return &UpdateActiveEmojiReactions{} },
|
|
UpdateAvailableMessageEffectsTypeID: func() bin.Object { return &UpdateAvailableMessageEffects{} },
|
|
UpdateDefaultReactionTypeTypeID: func() bin.Object { return &UpdateDefaultReactionType{} },
|
|
UpdateDefaultPaidReactionTypeTypeID: func() bin.Object { return &UpdateDefaultPaidReactionType{} },
|
|
UpdateSavedMessagesTagsTypeID: func() bin.Object { return &UpdateSavedMessagesTags{} },
|
|
UpdateActiveLiveLocationMessagesTypeID: func() bin.Object { return &UpdateActiveLiveLocationMessages{} },
|
|
UpdateOwnedStarCountTypeID: func() bin.Object { return &UpdateOwnedStarCount{} },
|
|
UpdateChatRevenueAmountTypeID: func() bin.Object { return &UpdateChatRevenueAmount{} },
|
|
UpdateStarRevenueStatusTypeID: func() bin.Object { return &UpdateStarRevenueStatus{} },
|
|
UpdateSpeechRecognitionTrialTypeID: func() bin.Object { return &UpdateSpeechRecognitionTrial{} },
|
|
UpdateDiceEmojisTypeID: func() bin.Object { return &UpdateDiceEmojis{} },
|
|
UpdateAnimatedEmojiMessageClickedTypeID: func() bin.Object { return &UpdateAnimatedEmojiMessageClicked{} },
|
|
UpdateAnimationSearchParametersTypeID: func() bin.Object { return &UpdateAnimationSearchParameters{} },
|
|
UpdateSuggestedActionsTypeID: func() bin.Object { return &UpdateSuggestedActions{} },
|
|
UpdateSpeedLimitNotificationTypeID: func() bin.Object { return &UpdateSpeedLimitNotification{} },
|
|
UpdateContactCloseBirthdaysTypeID: func() bin.Object { return &UpdateContactCloseBirthdays{} },
|
|
UpdateAutosaveSettingsTypeID: func() bin.Object { return &UpdateAutosaveSettings{} },
|
|
UpdateBusinessConnectionTypeID: func() bin.Object { return &UpdateBusinessConnection{} },
|
|
UpdateNewBusinessMessageTypeID: func() bin.Object { return &UpdateNewBusinessMessage{} },
|
|
UpdateBusinessMessageEditedTypeID: func() bin.Object { return &UpdateBusinessMessageEdited{} },
|
|
UpdateBusinessMessagesDeletedTypeID: func() bin.Object { return &UpdateBusinessMessagesDeleted{} },
|
|
UpdateNewInlineQueryTypeID: func() bin.Object { return &UpdateNewInlineQuery{} },
|
|
UpdateNewChosenInlineResultTypeID: func() bin.Object { return &UpdateNewChosenInlineResult{} },
|
|
UpdateNewCallbackQueryTypeID: func() bin.Object { return &UpdateNewCallbackQuery{} },
|
|
UpdateNewInlineCallbackQueryTypeID: func() bin.Object { return &UpdateNewInlineCallbackQuery{} },
|
|
UpdateNewBusinessCallbackQueryTypeID: func() bin.Object { return &UpdateNewBusinessCallbackQuery{} },
|
|
UpdateNewShippingQueryTypeID: func() bin.Object { return &UpdateNewShippingQuery{} },
|
|
UpdateNewPreCheckoutQueryTypeID: func() bin.Object { return &UpdateNewPreCheckoutQuery{} },
|
|
UpdateNewCustomEventTypeID: func() bin.Object { return &UpdateNewCustomEvent{} },
|
|
UpdateNewCustomQueryTypeID: func() bin.Object { return &UpdateNewCustomQuery{} },
|
|
UpdatePollTypeID: func() bin.Object { return &UpdatePoll{} },
|
|
UpdatePollAnswerTypeID: func() bin.Object { return &UpdatePollAnswer{} },
|
|
UpdateChatMemberTypeID: func() bin.Object { return &UpdateChatMember{} },
|
|
UpdateNewChatJoinRequestTypeID: func() bin.Object { return &UpdateNewChatJoinRequest{} },
|
|
UpdateChatBoostTypeID: func() bin.Object { return &UpdateChatBoost{} },
|
|
UpdateMessageReactionTypeID: func() bin.Object { return &UpdateMessageReaction{} },
|
|
UpdateMessageReactionsTypeID: func() bin.Object { return &UpdateMessageReactions{} },
|
|
UpdatePaidMediaPurchasedTypeID: func() bin.Object { return &UpdatePaidMediaPurchased{} },
|
|
UpdatesTypeID: func() bin.Object { return &Updates{} },
|
|
LogStreamDefaultTypeID: func() bin.Object { return &LogStreamDefault{} },
|
|
LogStreamFileTypeID: func() bin.Object { return &LogStreamFile{} },
|
|
LogStreamEmptyTypeID: func() bin.Object { return &LogStreamEmpty{} },
|
|
LogVerbosityLevelTypeID: func() bin.Object { return &LogVerbosityLevel{} },
|
|
LogTagsTypeID: func() bin.Object { return &LogTags{} },
|
|
UserSupportInfoTypeID: func() bin.Object { return &UserSupportInfo{} },
|
|
TestIntTypeID: func() bin.Object { return &TestInt{} },
|
|
TestStringTypeID: func() bin.Object { return &TestString{} },
|
|
TestBytesTypeID: func() bin.Object { return &TestBytes{} },
|
|
TestVectorIntTypeID: func() bin.Object { return &TestVectorInt{} },
|
|
TestVectorIntObjectTypeID: func() bin.Object { return &TestVectorIntObject{} },
|
|
TestVectorStringTypeID: func() bin.Object { return &TestVectorString{} },
|
|
TestVectorStringObjectTypeID: func() bin.Object { return &TestVectorStringObject{} },
|
|
GetAuthorizationStateRequestTypeID: func() bin.Object { return &GetAuthorizationStateRequest{} },
|
|
SetTdlibParametersRequestTypeID: func() bin.Object { return &SetTdlibParametersRequest{} },
|
|
SetAuthenticationPhoneNumberRequestTypeID: func() bin.Object { return &SetAuthenticationPhoneNumberRequest{} },
|
|
CheckAuthenticationPremiumPurchaseRequestTypeID: func() bin.Object { return &CheckAuthenticationPremiumPurchaseRequest{} },
|
|
SetAuthenticationPremiumPurchaseTransactionRequestTypeID: func() bin.Object { return &SetAuthenticationPremiumPurchaseTransactionRequest{} },
|
|
SetAuthenticationEmailAddressRequestTypeID: func() bin.Object { return &SetAuthenticationEmailAddressRequest{} },
|
|
ResendAuthenticationCodeRequestTypeID: func() bin.Object { return &ResendAuthenticationCodeRequest{} },
|
|
CheckAuthenticationEmailCodeRequestTypeID: func() bin.Object { return &CheckAuthenticationEmailCodeRequest{} },
|
|
CheckAuthenticationCodeRequestTypeID: func() bin.Object { return &CheckAuthenticationCodeRequest{} },
|
|
RequestQrCodeAuthenticationRequestTypeID: func() bin.Object { return &RequestQrCodeAuthenticationRequest{} },
|
|
RegisterUserRequestTypeID: func() bin.Object { return &RegisterUserRequest{} },
|
|
ResetAuthenticationEmailAddressRequestTypeID: func() bin.Object { return &ResetAuthenticationEmailAddressRequest{} },
|
|
CheckAuthenticationPasswordRequestTypeID: func() bin.Object { return &CheckAuthenticationPasswordRequest{} },
|
|
RequestAuthenticationPasswordRecoveryRequestTypeID: func() bin.Object { return &RequestAuthenticationPasswordRecoveryRequest{} },
|
|
CheckAuthenticationPasswordRecoveryCodeRequestTypeID: func() bin.Object { return &CheckAuthenticationPasswordRecoveryCodeRequest{} },
|
|
RecoverAuthenticationPasswordRequestTypeID: func() bin.Object { return &RecoverAuthenticationPasswordRequest{} },
|
|
SendAuthenticationFirebaseSMSRequestTypeID: func() bin.Object { return &SendAuthenticationFirebaseSMSRequest{} },
|
|
ReportAuthenticationCodeMissingRequestTypeID: func() bin.Object { return &ReportAuthenticationCodeMissingRequest{} },
|
|
CheckAuthenticationBotTokenRequestTypeID: func() bin.Object { return &CheckAuthenticationBotTokenRequest{} },
|
|
LogOutRequestTypeID: func() bin.Object { return &LogOutRequest{} },
|
|
CloseRequestTypeID: func() bin.Object { return &CloseRequest{} },
|
|
DestroyRequestTypeID: func() bin.Object { return &DestroyRequest{} },
|
|
ConfirmQrCodeAuthenticationRequestTypeID: func() bin.Object { return &ConfirmQrCodeAuthenticationRequest{} },
|
|
GetCurrentStateRequestTypeID: func() bin.Object { return &GetCurrentStateRequest{} },
|
|
SetDatabaseEncryptionKeyRequestTypeID: func() bin.Object { return &SetDatabaseEncryptionKeyRequest{} },
|
|
GetPasswordStateRequestTypeID: func() bin.Object { return &GetPasswordStateRequest{} },
|
|
SetPasswordRequestTypeID: func() bin.Object { return &SetPasswordRequest{} },
|
|
SetLoginEmailAddressRequestTypeID: func() bin.Object { return &SetLoginEmailAddressRequest{} },
|
|
ResendLoginEmailAddressCodeRequestTypeID: func() bin.Object { return &ResendLoginEmailAddressCodeRequest{} },
|
|
CheckLoginEmailAddressCodeRequestTypeID: func() bin.Object { return &CheckLoginEmailAddressCodeRequest{} },
|
|
GetRecoveryEmailAddressRequestTypeID: func() bin.Object { return &GetRecoveryEmailAddressRequest{} },
|
|
SetRecoveryEmailAddressRequestTypeID: func() bin.Object { return &SetRecoveryEmailAddressRequest{} },
|
|
CheckRecoveryEmailAddressCodeRequestTypeID: func() bin.Object { return &CheckRecoveryEmailAddressCodeRequest{} },
|
|
ResendRecoveryEmailAddressCodeRequestTypeID: func() bin.Object { return &ResendRecoveryEmailAddressCodeRequest{} },
|
|
CancelRecoveryEmailAddressVerificationRequestTypeID: func() bin.Object { return &CancelRecoveryEmailAddressVerificationRequest{} },
|
|
RequestPasswordRecoveryRequestTypeID: func() bin.Object { return &RequestPasswordRecoveryRequest{} },
|
|
CheckPasswordRecoveryCodeRequestTypeID: func() bin.Object { return &CheckPasswordRecoveryCodeRequest{} },
|
|
RecoverPasswordRequestTypeID: func() bin.Object { return &RecoverPasswordRequest{} },
|
|
ResetPasswordRequestTypeID: func() bin.Object { return &ResetPasswordRequest{} },
|
|
CancelPasswordResetRequestTypeID: func() bin.Object { return &CancelPasswordResetRequest{} },
|
|
CreateTemporaryPasswordRequestTypeID: func() bin.Object { return &CreateTemporaryPasswordRequest{} },
|
|
GetTemporaryPasswordStateRequestTypeID: func() bin.Object { return &GetTemporaryPasswordStateRequest{} },
|
|
GetMeRequestTypeID: func() bin.Object { return &GetMeRequest{} },
|
|
GetUserRequestTypeID: func() bin.Object { return &GetUserRequest{} },
|
|
GetUserFullInfoRequestTypeID: func() bin.Object { return &GetUserFullInfoRequest{} },
|
|
GetBasicGroupRequestTypeID: func() bin.Object { return &GetBasicGroupRequest{} },
|
|
GetBasicGroupFullInfoRequestTypeID: func() bin.Object { return &GetBasicGroupFullInfoRequest{} },
|
|
GetSupergroupRequestTypeID: func() bin.Object { return &GetSupergroupRequest{} },
|
|
GetSupergroupFullInfoRequestTypeID: func() bin.Object { return &GetSupergroupFullInfoRequest{} },
|
|
GetSecretChatRequestTypeID: func() bin.Object { return &GetSecretChatRequest{} },
|
|
GetChatRequestTypeID: func() bin.Object { return &GetChatRequest{} },
|
|
GetMessageRequestTypeID: func() bin.Object { return &GetMessageRequest{} },
|
|
GetMessageLocallyRequestTypeID: func() bin.Object { return &GetMessageLocallyRequest{} },
|
|
GetRepliedMessageRequestTypeID: func() bin.Object { return &GetRepliedMessageRequest{} },
|
|
GetChatPinnedMessageRequestTypeID: func() bin.Object { return &GetChatPinnedMessageRequest{} },
|
|
GetCallbackQueryMessageRequestTypeID: func() bin.Object { return &GetCallbackQueryMessageRequest{} },
|
|
GetMessagesRequestTypeID: func() bin.Object { return &GetMessagesRequest{} },
|
|
GetMessagePropertiesRequestTypeID: func() bin.Object { return &GetMessagePropertiesRequest{} },
|
|
GetMessageThreadRequestTypeID: func() bin.Object { return &GetMessageThreadRequest{} },
|
|
GetMessageReadDateRequestTypeID: func() bin.Object { return &GetMessageReadDateRequest{} },
|
|
GetMessageViewersRequestTypeID: func() bin.Object { return &GetMessageViewersRequest{} },
|
|
GetMessageAuthorRequestTypeID: func() bin.Object { return &GetMessageAuthorRequest{} },
|
|
GetFileRequestTypeID: func() bin.Object { return &GetFileRequest{} },
|
|
GetRemoteFileRequestTypeID: func() bin.Object { return &GetRemoteFileRequest{} },
|
|
LoadChatsRequestTypeID: func() bin.Object { return &LoadChatsRequest{} },
|
|
GetChatsRequestTypeID: func() bin.Object { return &GetChatsRequest{} },
|
|
SearchPublicChatRequestTypeID: func() bin.Object { return &SearchPublicChatRequest{} },
|
|
SearchPublicChatsRequestTypeID: func() bin.Object { return &SearchPublicChatsRequest{} },
|
|
SearchChatsRequestTypeID: func() bin.Object { return &SearchChatsRequest{} },
|
|
SearchChatsOnServerRequestTypeID: func() bin.Object { return &SearchChatsOnServerRequest{} },
|
|
GetRecommendedChatsRequestTypeID: func() bin.Object { return &GetRecommendedChatsRequest{} },
|
|
GetChatSimilarChatsRequestTypeID: func() bin.Object { return &GetChatSimilarChatsRequest{} },
|
|
GetChatSimilarChatCountRequestTypeID: func() bin.Object { return &GetChatSimilarChatCountRequest{} },
|
|
OpenChatSimilarChatRequestTypeID: func() bin.Object { return &OpenChatSimilarChatRequest{} },
|
|
GetBotSimilarBotsRequestTypeID: func() bin.Object { return &GetBotSimilarBotsRequest{} },
|
|
GetBotSimilarBotCountRequestTypeID: func() bin.Object { return &GetBotSimilarBotCountRequest{} },
|
|
OpenBotSimilarBotRequestTypeID: func() bin.Object { return &OpenBotSimilarBotRequest{} },
|
|
GetTopChatsRequestTypeID: func() bin.Object { return &GetTopChatsRequest{} },
|
|
RemoveTopChatRequestTypeID: func() bin.Object { return &RemoveTopChatRequest{} },
|
|
SearchRecentlyFoundChatsRequestTypeID: func() bin.Object { return &SearchRecentlyFoundChatsRequest{} },
|
|
AddRecentlyFoundChatRequestTypeID: func() bin.Object { return &AddRecentlyFoundChatRequest{} },
|
|
RemoveRecentlyFoundChatRequestTypeID: func() bin.Object { return &RemoveRecentlyFoundChatRequest{} },
|
|
ClearRecentlyFoundChatsRequestTypeID: func() bin.Object { return &ClearRecentlyFoundChatsRequest{} },
|
|
GetRecentlyOpenedChatsRequestTypeID: func() bin.Object { return &GetRecentlyOpenedChatsRequest{} },
|
|
CheckChatUsernameRequestTypeID: func() bin.Object { return &CheckChatUsernameRequest{} },
|
|
GetCreatedPublicChatsRequestTypeID: func() bin.Object { return &GetCreatedPublicChatsRequest{} },
|
|
CheckCreatedPublicChatsLimitRequestTypeID: func() bin.Object { return &CheckCreatedPublicChatsLimitRequest{} },
|
|
GetSuitableDiscussionChatsRequestTypeID: func() bin.Object { return &GetSuitableDiscussionChatsRequest{} },
|
|
GetInactiveSupergroupChatsRequestTypeID: func() bin.Object { return &GetInactiveSupergroupChatsRequest{} },
|
|
GetSuitablePersonalChatsRequestTypeID: func() bin.Object { return &GetSuitablePersonalChatsRequest{} },
|
|
LoadDirectMessagesChatTopicsRequestTypeID: func() bin.Object { return &LoadDirectMessagesChatTopicsRequest{} },
|
|
GetDirectMessagesChatTopicRequestTypeID: func() bin.Object { return &GetDirectMessagesChatTopicRequest{} },
|
|
GetDirectMessagesChatTopicHistoryRequestTypeID: func() bin.Object { return &GetDirectMessagesChatTopicHistoryRequest{} },
|
|
GetDirectMessagesChatTopicMessageByDateRequestTypeID: func() bin.Object { return &GetDirectMessagesChatTopicMessageByDateRequest{} },
|
|
DeleteDirectMessagesChatTopicHistoryRequestTypeID: func() bin.Object { return &DeleteDirectMessagesChatTopicHistoryRequest{} },
|
|
DeleteDirectMessagesChatTopicMessagesByDateRequestTypeID: func() bin.Object { return &DeleteDirectMessagesChatTopicMessagesByDateRequest{} },
|
|
SetDirectMessagesChatTopicIsMarkedAsUnreadRequestTypeID: func() bin.Object { return &SetDirectMessagesChatTopicIsMarkedAsUnreadRequest{} },
|
|
SetDirectMessagesChatTopicDraftMessageRequestTypeID: func() bin.Object { return &SetDirectMessagesChatTopicDraftMessageRequest{} },
|
|
UnpinAllDirectMessagesChatTopicMessagesRequestTypeID: func() bin.Object { return &UnpinAllDirectMessagesChatTopicMessagesRequest{} },
|
|
ReadAllDirectMessagesChatTopicReactionsRequestTypeID: func() bin.Object { return &ReadAllDirectMessagesChatTopicReactionsRequest{} },
|
|
LoadSavedMessagesTopicsRequestTypeID: func() bin.Object { return &LoadSavedMessagesTopicsRequest{} },
|
|
GetSavedMessagesTopicHistoryRequestTypeID: func() bin.Object { return &GetSavedMessagesTopicHistoryRequest{} },
|
|
GetSavedMessagesTopicMessageByDateRequestTypeID: func() bin.Object { return &GetSavedMessagesTopicMessageByDateRequest{} },
|
|
DeleteSavedMessagesTopicHistoryRequestTypeID: func() bin.Object { return &DeleteSavedMessagesTopicHistoryRequest{} },
|
|
DeleteSavedMessagesTopicMessagesByDateRequestTypeID: func() bin.Object { return &DeleteSavedMessagesTopicMessagesByDateRequest{} },
|
|
ToggleSavedMessagesTopicIsPinnedRequestTypeID: func() bin.Object { return &ToggleSavedMessagesTopicIsPinnedRequest{} },
|
|
SetPinnedSavedMessagesTopicsRequestTypeID: func() bin.Object { return &SetPinnedSavedMessagesTopicsRequest{} },
|
|
GetGroupsInCommonRequestTypeID: func() bin.Object { return &GetGroupsInCommonRequest{} },
|
|
GetChatHistoryRequestTypeID: func() bin.Object { return &GetChatHistoryRequest{} },
|
|
GetMessageThreadHistoryRequestTypeID: func() bin.Object { return &GetMessageThreadHistoryRequest{} },
|
|
DeleteChatHistoryRequestTypeID: func() bin.Object { return &DeleteChatHistoryRequest{} },
|
|
DeleteChatRequestTypeID: func() bin.Object { return &DeleteChatRequest{} },
|
|
SearchChatMessagesRequestTypeID: func() bin.Object { return &SearchChatMessagesRequest{} },
|
|
SearchMessagesRequestTypeID: func() bin.Object { return &SearchMessagesRequest{} },
|
|
SearchSecretMessagesRequestTypeID: func() bin.Object { return &SearchSecretMessagesRequest{} },
|
|
SearchSavedMessagesRequestTypeID: func() bin.Object { return &SearchSavedMessagesRequest{} },
|
|
SearchCallMessagesRequestTypeID: func() bin.Object { return &SearchCallMessagesRequest{} },
|
|
SearchOutgoingDocumentMessagesRequestTypeID: func() bin.Object { return &SearchOutgoingDocumentMessagesRequest{} },
|
|
SearchPublicMessagesByTagRequestTypeID: func() bin.Object { return &SearchPublicMessagesByTagRequest{} },
|
|
SearchPublicStoriesByTagRequestTypeID: func() bin.Object { return &SearchPublicStoriesByTagRequest{} },
|
|
SearchPublicStoriesByLocationRequestTypeID: func() bin.Object { return &SearchPublicStoriesByLocationRequest{} },
|
|
SearchPublicStoriesByVenueRequestTypeID: func() bin.Object { return &SearchPublicStoriesByVenueRequest{} },
|
|
GetSearchedForTagsRequestTypeID: func() bin.Object { return &GetSearchedForTagsRequest{} },
|
|
RemoveSearchedForTagRequestTypeID: func() bin.Object { return &RemoveSearchedForTagRequest{} },
|
|
ClearSearchedForTagsRequestTypeID: func() bin.Object { return &ClearSearchedForTagsRequest{} },
|
|
DeleteAllCallMessagesRequestTypeID: func() bin.Object { return &DeleteAllCallMessagesRequest{} },
|
|
SearchChatRecentLocationMessagesRequestTypeID: func() bin.Object { return &SearchChatRecentLocationMessagesRequest{} },
|
|
GetChatMessageByDateRequestTypeID: func() bin.Object { return &GetChatMessageByDateRequest{} },
|
|
GetChatSparseMessagePositionsRequestTypeID: func() bin.Object { return &GetChatSparseMessagePositionsRequest{} },
|
|
GetChatMessageCalendarRequestTypeID: func() bin.Object { return &GetChatMessageCalendarRequest{} },
|
|
GetChatMessageCountRequestTypeID: func() bin.Object { return &GetChatMessageCountRequest{} },
|
|
GetChatMessagePositionRequestTypeID: func() bin.Object { return &GetChatMessagePositionRequest{} },
|
|
GetChatScheduledMessagesRequestTypeID: func() bin.Object { return &GetChatScheduledMessagesRequest{} },
|
|
GetChatSponsoredMessagesRequestTypeID: func() bin.Object { return &GetChatSponsoredMessagesRequest{} },
|
|
ClickChatSponsoredMessageRequestTypeID: func() bin.Object { return &ClickChatSponsoredMessageRequest{} },
|
|
ReportChatSponsoredMessageRequestTypeID: func() bin.Object { return &ReportChatSponsoredMessageRequest{} },
|
|
GetSearchSponsoredChatsRequestTypeID: func() bin.Object { return &GetSearchSponsoredChatsRequest{} },
|
|
ViewSponsoredChatRequestTypeID: func() bin.Object { return &ViewSponsoredChatRequest{} },
|
|
OpenSponsoredChatRequestTypeID: func() bin.Object { return &OpenSponsoredChatRequest{} },
|
|
ReportSponsoredChatRequestTypeID: func() bin.Object { return &ReportSponsoredChatRequest{} },
|
|
RemoveNotificationRequestTypeID: func() bin.Object { return &RemoveNotificationRequest{} },
|
|
RemoveNotificationGroupRequestTypeID: func() bin.Object { return &RemoveNotificationGroupRequest{} },
|
|
GetMessageLinkRequestTypeID: func() bin.Object { return &GetMessageLinkRequest{} },
|
|
GetMessageEmbeddingCodeRequestTypeID: func() bin.Object { return &GetMessageEmbeddingCodeRequest{} },
|
|
GetMessageLinkInfoRequestTypeID: func() bin.Object { return &GetMessageLinkInfoRequest{} },
|
|
TranslateTextRequestTypeID: func() bin.Object { return &TranslateTextRequest{} },
|
|
TranslateMessageTextRequestTypeID: func() bin.Object { return &TranslateMessageTextRequest{} },
|
|
RecognizeSpeechRequestTypeID: func() bin.Object { return &RecognizeSpeechRequest{} },
|
|
RateSpeechRecognitionRequestTypeID: func() bin.Object { return &RateSpeechRecognitionRequest{} },
|
|
GetChatAvailableMessageSendersRequestTypeID: func() bin.Object { return &GetChatAvailableMessageSendersRequest{} },
|
|
SetChatMessageSenderRequestTypeID: func() bin.Object { return &SetChatMessageSenderRequest{} },
|
|
SendMessageRequestTypeID: func() bin.Object { return &SendMessageRequest{} },
|
|
SendMessageAlbumRequestTypeID: func() bin.Object { return &SendMessageAlbumRequest{} },
|
|
SendBotStartMessageRequestTypeID: func() bin.Object { return &SendBotStartMessageRequest{} },
|
|
SendInlineQueryResultMessageRequestTypeID: func() bin.Object { return &SendInlineQueryResultMessageRequest{} },
|
|
ForwardMessagesRequestTypeID: func() bin.Object { return &ForwardMessagesRequest{} },
|
|
SendQuickReplyShortcutMessagesRequestTypeID: func() bin.Object { return &SendQuickReplyShortcutMessagesRequest{} },
|
|
ResendMessagesRequestTypeID: func() bin.Object { return &ResendMessagesRequest{} },
|
|
AddLocalMessageRequestTypeID: func() bin.Object { return &AddLocalMessageRequest{} },
|
|
DeleteMessagesRequestTypeID: func() bin.Object { return &DeleteMessagesRequest{} },
|
|
DeleteChatMessagesBySenderRequestTypeID: func() bin.Object { return &DeleteChatMessagesBySenderRequest{} },
|
|
DeleteChatMessagesByDateRequestTypeID: func() bin.Object { return &DeleteChatMessagesByDateRequest{} },
|
|
EditMessageTextRequestTypeID: func() bin.Object { return &EditMessageTextRequest{} },
|
|
EditMessageLiveLocationRequestTypeID: func() bin.Object { return &EditMessageLiveLocationRequest{} },
|
|
EditMessageMediaRequestTypeID: func() bin.Object { return &EditMessageMediaRequest{} },
|
|
EditMessageCaptionRequestTypeID: func() bin.Object { return &EditMessageCaptionRequest{} },
|
|
EditMessageReplyMarkupRequestTypeID: func() bin.Object { return &EditMessageReplyMarkupRequest{} },
|
|
EditInlineMessageTextRequestTypeID: func() bin.Object { return &EditInlineMessageTextRequest{} },
|
|
EditInlineMessageLiveLocationRequestTypeID: func() bin.Object { return &EditInlineMessageLiveLocationRequest{} },
|
|
EditInlineMessageMediaRequestTypeID: func() bin.Object { return &EditInlineMessageMediaRequest{} },
|
|
EditInlineMessageCaptionRequestTypeID: func() bin.Object { return &EditInlineMessageCaptionRequest{} },
|
|
EditInlineMessageReplyMarkupRequestTypeID: func() bin.Object { return &EditInlineMessageReplyMarkupRequest{} },
|
|
EditMessageSchedulingStateRequestTypeID: func() bin.Object { return &EditMessageSchedulingStateRequest{} },
|
|
SetMessageFactCheckRequestTypeID: func() bin.Object { return &SetMessageFactCheckRequest{} },
|
|
SendBusinessMessageRequestTypeID: func() bin.Object { return &SendBusinessMessageRequest{} },
|
|
SendBusinessMessageAlbumRequestTypeID: func() bin.Object { return &SendBusinessMessageAlbumRequest{} },
|
|
EditBusinessMessageTextRequestTypeID: func() bin.Object { return &EditBusinessMessageTextRequest{} },
|
|
EditBusinessMessageLiveLocationRequestTypeID: func() bin.Object { return &EditBusinessMessageLiveLocationRequest{} },
|
|
EditBusinessMessageMediaRequestTypeID: func() bin.Object { return &EditBusinessMessageMediaRequest{} },
|
|
EditBusinessMessageCaptionRequestTypeID: func() bin.Object { return &EditBusinessMessageCaptionRequest{} },
|
|
EditBusinessMessageReplyMarkupRequestTypeID: func() bin.Object { return &EditBusinessMessageReplyMarkupRequest{} },
|
|
StopBusinessPollRequestTypeID: func() bin.Object { return &StopBusinessPollRequest{} },
|
|
SetBusinessMessageIsPinnedRequestTypeID: func() bin.Object { return &SetBusinessMessageIsPinnedRequest{} },
|
|
ReadBusinessMessageRequestTypeID: func() bin.Object { return &ReadBusinessMessageRequest{} },
|
|
DeleteBusinessMessagesRequestTypeID: func() bin.Object { return &DeleteBusinessMessagesRequest{} },
|
|
EditBusinessStoryRequestTypeID: func() bin.Object { return &EditBusinessStoryRequest{} },
|
|
DeleteBusinessStoryRequestTypeID: func() bin.Object { return &DeleteBusinessStoryRequest{} },
|
|
SetBusinessAccountNameRequestTypeID: func() bin.Object { return &SetBusinessAccountNameRequest{} },
|
|
SetBusinessAccountBioRequestTypeID: func() bin.Object { return &SetBusinessAccountBioRequest{} },
|
|
SetBusinessAccountProfilePhotoRequestTypeID: func() bin.Object { return &SetBusinessAccountProfilePhotoRequest{} },
|
|
SetBusinessAccountUsernameRequestTypeID: func() bin.Object { return &SetBusinessAccountUsernameRequest{} },
|
|
SetBusinessAccountGiftSettingsRequestTypeID: func() bin.Object { return &SetBusinessAccountGiftSettingsRequest{} },
|
|
GetBusinessAccountStarAmountRequestTypeID: func() bin.Object { return &GetBusinessAccountStarAmountRequest{} },
|
|
TransferBusinessAccountStarsRequestTypeID: func() bin.Object { return &TransferBusinessAccountStarsRequest{} },
|
|
CheckQuickReplyShortcutNameRequestTypeID: func() bin.Object { return &CheckQuickReplyShortcutNameRequest{} },
|
|
LoadQuickReplyShortcutsRequestTypeID: func() bin.Object { return &LoadQuickReplyShortcutsRequest{} },
|
|
SetQuickReplyShortcutNameRequestTypeID: func() bin.Object { return &SetQuickReplyShortcutNameRequest{} },
|
|
DeleteQuickReplyShortcutRequestTypeID: func() bin.Object { return &DeleteQuickReplyShortcutRequest{} },
|
|
ReorderQuickReplyShortcutsRequestTypeID: func() bin.Object { return &ReorderQuickReplyShortcutsRequest{} },
|
|
LoadQuickReplyShortcutMessagesRequestTypeID: func() bin.Object { return &LoadQuickReplyShortcutMessagesRequest{} },
|
|
DeleteQuickReplyShortcutMessagesRequestTypeID: func() bin.Object { return &DeleteQuickReplyShortcutMessagesRequest{} },
|
|
AddQuickReplyShortcutMessageRequestTypeID: func() bin.Object { return &AddQuickReplyShortcutMessageRequest{} },
|
|
AddQuickReplyShortcutInlineQueryResultMessageRequestTypeID: func() bin.Object { return &AddQuickReplyShortcutInlineQueryResultMessageRequest{} },
|
|
AddQuickReplyShortcutMessageAlbumRequestTypeID: func() bin.Object { return &AddQuickReplyShortcutMessageAlbumRequest{} },
|
|
ReaddQuickReplyShortcutMessagesRequestTypeID: func() bin.Object { return &ReaddQuickReplyShortcutMessagesRequest{} },
|
|
EditQuickReplyMessageRequestTypeID: func() bin.Object { return &EditQuickReplyMessageRequest{} },
|
|
GetForumTopicDefaultIconsRequestTypeID: func() bin.Object { return &GetForumTopicDefaultIconsRequest{} },
|
|
CreateForumTopicRequestTypeID: func() bin.Object { return &CreateForumTopicRequest{} },
|
|
EditForumTopicRequestTypeID: func() bin.Object { return &EditForumTopicRequest{} },
|
|
GetForumTopicRequestTypeID: func() bin.Object { return &GetForumTopicRequest{} },
|
|
GetForumTopicLinkRequestTypeID: func() bin.Object { return &GetForumTopicLinkRequest{} },
|
|
GetForumTopicsRequestTypeID: func() bin.Object { return &GetForumTopicsRequest{} },
|
|
SetForumTopicNotificationSettingsRequestTypeID: func() bin.Object { return &SetForumTopicNotificationSettingsRequest{} },
|
|
ToggleForumTopicIsClosedRequestTypeID: func() bin.Object { return &ToggleForumTopicIsClosedRequest{} },
|
|
ToggleGeneralForumTopicIsHiddenRequestTypeID: func() bin.Object { return &ToggleGeneralForumTopicIsHiddenRequest{} },
|
|
ToggleForumTopicIsPinnedRequestTypeID: func() bin.Object { return &ToggleForumTopicIsPinnedRequest{} },
|
|
SetPinnedForumTopicsRequestTypeID: func() bin.Object { return &SetPinnedForumTopicsRequest{} },
|
|
DeleteForumTopicRequestTypeID: func() bin.Object { return &DeleteForumTopicRequest{} },
|
|
GetEmojiReactionRequestTypeID: func() bin.Object { return &GetEmojiReactionRequest{} },
|
|
GetCustomEmojiReactionAnimationsRequestTypeID: func() bin.Object { return &GetCustomEmojiReactionAnimationsRequest{} },
|
|
GetMessageAvailableReactionsRequestTypeID: func() bin.Object { return &GetMessageAvailableReactionsRequest{} },
|
|
ClearRecentReactionsRequestTypeID: func() bin.Object { return &ClearRecentReactionsRequest{} },
|
|
AddMessageReactionRequestTypeID: func() bin.Object { return &AddMessageReactionRequest{} },
|
|
RemoveMessageReactionRequestTypeID: func() bin.Object { return &RemoveMessageReactionRequest{} },
|
|
GetChatAvailablePaidMessageReactionSendersRequestTypeID: func() bin.Object { return &GetChatAvailablePaidMessageReactionSendersRequest{} },
|
|
AddPendingPaidMessageReactionRequestTypeID: func() bin.Object { return &AddPendingPaidMessageReactionRequest{} },
|
|
CommitPendingPaidMessageReactionsRequestTypeID: func() bin.Object { return &CommitPendingPaidMessageReactionsRequest{} },
|
|
RemovePendingPaidMessageReactionsRequestTypeID: func() bin.Object { return &RemovePendingPaidMessageReactionsRequest{} },
|
|
SetPaidMessageReactionTypeRequestTypeID: func() bin.Object { return &SetPaidMessageReactionTypeRequest{} },
|
|
SetMessageReactionsRequestTypeID: func() bin.Object { return &SetMessageReactionsRequest{} },
|
|
GetMessageAddedReactionsRequestTypeID: func() bin.Object { return &GetMessageAddedReactionsRequest{} },
|
|
SetDefaultReactionTypeRequestTypeID: func() bin.Object { return &SetDefaultReactionTypeRequest{} },
|
|
GetSavedMessagesTagsRequestTypeID: func() bin.Object { return &GetSavedMessagesTagsRequest{} },
|
|
SetSavedMessagesTagLabelRequestTypeID: func() bin.Object { return &SetSavedMessagesTagLabelRequest{} },
|
|
GetMessageEffectRequestTypeID: func() bin.Object { return &GetMessageEffectRequest{} },
|
|
SearchQuoteRequestTypeID: func() bin.Object { return &SearchQuoteRequest{} },
|
|
GetTextEntitiesRequestTypeID: func() bin.Object { return &GetTextEntitiesRequest{} },
|
|
ParseTextEntitiesRequestTypeID: func() bin.Object { return &ParseTextEntitiesRequest{} },
|
|
ParseMarkdownRequestTypeID: func() bin.Object { return &ParseMarkdownRequest{} },
|
|
GetMarkdownTextRequestTypeID: func() bin.Object { return &GetMarkdownTextRequest{} },
|
|
GetCountryFlagEmojiRequestTypeID: func() bin.Object { return &GetCountryFlagEmojiRequest{} },
|
|
GetFileMimeTypeRequestTypeID: func() bin.Object { return &GetFileMimeTypeRequest{} },
|
|
GetFileExtensionRequestTypeID: func() bin.Object { return &GetFileExtensionRequest{} },
|
|
CleanFileNameRequestTypeID: func() bin.Object { return &CleanFileNameRequest{} },
|
|
GetLanguagePackStringRequestTypeID: func() bin.Object { return &GetLanguagePackStringRequest{} },
|
|
GetJSONValueRequestTypeID: func() bin.Object { return &GetJSONValueRequest{} },
|
|
GetJSONStringRequestTypeID: func() bin.Object { return &GetJSONStringRequest{} },
|
|
GetThemeParametersJSONStringRequestTypeID: func() bin.Object { return &GetThemeParametersJSONStringRequest{} },
|
|
SetPollAnswerRequestTypeID: func() bin.Object { return &SetPollAnswerRequest{} },
|
|
GetPollVotersRequestTypeID: func() bin.Object { return &GetPollVotersRequest{} },
|
|
StopPollRequestTypeID: func() bin.Object { return &StopPollRequest{} },
|
|
HideSuggestedActionRequestTypeID: func() bin.Object { return &HideSuggestedActionRequest{} },
|
|
HideContactCloseBirthdaysRequestTypeID: func() bin.Object { return &HideContactCloseBirthdaysRequest{} },
|
|
GetBusinessConnectionRequestTypeID: func() bin.Object { return &GetBusinessConnectionRequest{} },
|
|
GetLoginURLInfoRequestTypeID: func() bin.Object { return &GetLoginURLInfoRequest{} },
|
|
GetLoginURLRequestTypeID: func() bin.Object { return &GetLoginURLRequest{} },
|
|
ShareUsersWithBotRequestTypeID: func() bin.Object { return &ShareUsersWithBotRequest{} },
|
|
ShareChatWithBotRequestTypeID: func() bin.Object { return &ShareChatWithBotRequest{} },
|
|
GetInlineQueryResultsRequestTypeID: func() bin.Object { return &GetInlineQueryResultsRequest{} },
|
|
AnswerInlineQueryRequestTypeID: func() bin.Object { return &AnswerInlineQueryRequest{} },
|
|
SavePreparedInlineMessageRequestTypeID: func() bin.Object { return &SavePreparedInlineMessageRequest{} },
|
|
GetPreparedInlineMessageRequestTypeID: func() bin.Object { return &GetPreparedInlineMessageRequest{} },
|
|
GetGrossingWebAppBotsRequestTypeID: func() bin.Object { return &GetGrossingWebAppBotsRequest{} },
|
|
SearchWebAppRequestTypeID: func() bin.Object { return &SearchWebAppRequest{} },
|
|
GetWebAppPlaceholderRequestTypeID: func() bin.Object { return &GetWebAppPlaceholderRequest{} },
|
|
GetWebAppLinkURLRequestTypeID: func() bin.Object { return &GetWebAppLinkURLRequest{} },
|
|
GetMainWebAppRequestTypeID: func() bin.Object { return &GetMainWebAppRequest{} },
|
|
GetWebAppURLRequestTypeID: func() bin.Object { return &GetWebAppURLRequest{} },
|
|
SendWebAppDataRequestTypeID: func() bin.Object { return &SendWebAppDataRequest{} },
|
|
OpenWebAppRequestTypeID: func() bin.Object { return &OpenWebAppRequest{} },
|
|
CloseWebAppRequestTypeID: func() bin.Object { return &CloseWebAppRequest{} },
|
|
AnswerWebAppQueryRequestTypeID: func() bin.Object { return &AnswerWebAppQueryRequest{} },
|
|
CheckWebAppFileDownloadRequestTypeID: func() bin.Object { return &CheckWebAppFileDownloadRequest{} },
|
|
GetCallbackQueryAnswerRequestTypeID: func() bin.Object { return &GetCallbackQueryAnswerRequest{} },
|
|
AnswerCallbackQueryRequestTypeID: func() bin.Object { return &AnswerCallbackQueryRequest{} },
|
|
AnswerShippingQueryRequestTypeID: func() bin.Object { return &AnswerShippingQueryRequest{} },
|
|
AnswerPreCheckoutQueryRequestTypeID: func() bin.Object { return &AnswerPreCheckoutQueryRequest{} },
|
|
SetGameScoreRequestTypeID: func() bin.Object { return &SetGameScoreRequest{} },
|
|
SetInlineGameScoreRequestTypeID: func() bin.Object { return &SetInlineGameScoreRequest{} },
|
|
GetGameHighScoresRequestTypeID: func() bin.Object { return &GetGameHighScoresRequest{} },
|
|
GetInlineGameHighScoresRequestTypeID: func() bin.Object { return &GetInlineGameHighScoresRequest{} },
|
|
DeleteChatReplyMarkupRequestTypeID: func() bin.Object { return &DeleteChatReplyMarkupRequest{} },
|
|
SendChatActionRequestTypeID: func() bin.Object { return &SendChatActionRequest{} },
|
|
OpenChatRequestTypeID: func() bin.Object { return &OpenChatRequest{} },
|
|
CloseChatRequestTypeID: func() bin.Object { return &CloseChatRequest{} },
|
|
ViewMessagesRequestTypeID: func() bin.Object { return &ViewMessagesRequest{} },
|
|
OpenMessageContentRequestTypeID: func() bin.Object { return &OpenMessageContentRequest{} },
|
|
ClickAnimatedEmojiMessageRequestTypeID: func() bin.Object { return &ClickAnimatedEmojiMessageRequest{} },
|
|
GetInternalLinkRequestTypeID: func() bin.Object { return &GetInternalLinkRequest{} },
|
|
GetInternalLinkTypeRequestTypeID: func() bin.Object { return &GetInternalLinkTypeRequest{} },
|
|
GetExternalLinkInfoRequestTypeID: func() bin.Object { return &GetExternalLinkInfoRequest{} },
|
|
GetExternalLinkRequestTypeID: func() bin.Object { return &GetExternalLinkRequest{} },
|
|
ReadAllChatMentionsRequestTypeID: func() bin.Object { return &ReadAllChatMentionsRequest{} },
|
|
ReadAllMessageThreadMentionsRequestTypeID: func() bin.Object { return &ReadAllMessageThreadMentionsRequest{} },
|
|
ReadAllChatReactionsRequestTypeID: func() bin.Object { return &ReadAllChatReactionsRequest{} },
|
|
ReadAllMessageThreadReactionsRequestTypeID: func() bin.Object { return &ReadAllMessageThreadReactionsRequest{} },
|
|
CreatePrivateChatRequestTypeID: func() bin.Object { return &CreatePrivateChatRequest{} },
|
|
CreateBasicGroupChatRequestTypeID: func() bin.Object { return &CreateBasicGroupChatRequest{} },
|
|
CreateSupergroupChatRequestTypeID: func() bin.Object { return &CreateSupergroupChatRequest{} },
|
|
CreateSecretChatRequestTypeID: func() bin.Object { return &CreateSecretChatRequest{} },
|
|
CreateNewBasicGroupChatRequestTypeID: func() bin.Object { return &CreateNewBasicGroupChatRequest{} },
|
|
CreateNewSupergroupChatRequestTypeID: func() bin.Object { return &CreateNewSupergroupChatRequest{} },
|
|
CreateNewSecretChatRequestTypeID: func() bin.Object { return &CreateNewSecretChatRequest{} },
|
|
UpgradeBasicGroupChatToSupergroupChatRequestTypeID: func() bin.Object { return &UpgradeBasicGroupChatToSupergroupChatRequest{} },
|
|
GetChatListsToAddChatRequestTypeID: func() bin.Object { return &GetChatListsToAddChatRequest{} },
|
|
AddChatToListRequestTypeID: func() bin.Object { return &AddChatToListRequest{} },
|
|
GetChatFolderRequestTypeID: func() bin.Object { return &GetChatFolderRequest{} },
|
|
CreateChatFolderRequestTypeID: func() bin.Object { return &CreateChatFolderRequest{} },
|
|
EditChatFolderRequestTypeID: func() bin.Object { return &EditChatFolderRequest{} },
|
|
DeleteChatFolderRequestTypeID: func() bin.Object { return &DeleteChatFolderRequest{} },
|
|
GetChatFolderChatsToLeaveRequestTypeID: func() bin.Object { return &GetChatFolderChatsToLeaveRequest{} },
|
|
GetChatFolderChatCountRequestTypeID: func() bin.Object { return &GetChatFolderChatCountRequest{} },
|
|
ReorderChatFoldersRequestTypeID: func() bin.Object { return &ReorderChatFoldersRequest{} },
|
|
ToggleChatFolderTagsRequestTypeID: func() bin.Object { return &ToggleChatFolderTagsRequest{} },
|
|
GetRecommendedChatFoldersRequestTypeID: func() bin.Object { return &GetRecommendedChatFoldersRequest{} },
|
|
GetChatFolderDefaultIconNameRequestTypeID: func() bin.Object { return &GetChatFolderDefaultIconNameRequest{} },
|
|
GetChatsForChatFolderInviteLinkRequestTypeID: func() bin.Object { return &GetChatsForChatFolderInviteLinkRequest{} },
|
|
CreateChatFolderInviteLinkRequestTypeID: func() bin.Object { return &CreateChatFolderInviteLinkRequest{} },
|
|
GetChatFolderInviteLinksRequestTypeID: func() bin.Object { return &GetChatFolderInviteLinksRequest{} },
|
|
EditChatFolderInviteLinkRequestTypeID: func() bin.Object { return &EditChatFolderInviteLinkRequest{} },
|
|
DeleteChatFolderInviteLinkRequestTypeID: func() bin.Object { return &DeleteChatFolderInviteLinkRequest{} },
|
|
CheckChatFolderInviteLinkRequestTypeID: func() bin.Object { return &CheckChatFolderInviteLinkRequest{} },
|
|
AddChatFolderByInviteLinkRequestTypeID: func() bin.Object { return &AddChatFolderByInviteLinkRequest{} },
|
|
GetChatFolderNewChatsRequestTypeID: func() bin.Object { return &GetChatFolderNewChatsRequest{} },
|
|
ProcessChatFolderNewChatsRequestTypeID: func() bin.Object { return &ProcessChatFolderNewChatsRequest{} },
|
|
GetArchiveChatListSettingsRequestTypeID: func() bin.Object { return &GetArchiveChatListSettingsRequest{} },
|
|
SetArchiveChatListSettingsRequestTypeID: func() bin.Object { return &SetArchiveChatListSettingsRequest{} },
|
|
SetChatTitleRequestTypeID: func() bin.Object { return &SetChatTitleRequest{} },
|
|
SetChatPhotoRequestTypeID: func() bin.Object { return &SetChatPhotoRequest{} },
|
|
SetChatAccentColorRequestTypeID: func() bin.Object { return &SetChatAccentColorRequest{} },
|
|
SetChatProfileAccentColorRequestTypeID: func() bin.Object { return &SetChatProfileAccentColorRequest{} },
|
|
SetChatMessageAutoDeleteTimeRequestTypeID: func() bin.Object { return &SetChatMessageAutoDeleteTimeRequest{} },
|
|
SetChatEmojiStatusRequestTypeID: func() bin.Object { return &SetChatEmojiStatusRequest{} },
|
|
SetChatPermissionsRequestTypeID: func() bin.Object { return &SetChatPermissionsRequest{} },
|
|
SetChatBackgroundRequestTypeID: func() bin.Object { return &SetChatBackgroundRequest{} },
|
|
DeleteChatBackgroundRequestTypeID: func() bin.Object { return &DeleteChatBackgroundRequest{} },
|
|
SetChatThemeRequestTypeID: func() bin.Object { return &SetChatThemeRequest{} },
|
|
SetChatDraftMessageRequestTypeID: func() bin.Object { return &SetChatDraftMessageRequest{} },
|
|
SetChatNotificationSettingsRequestTypeID: func() bin.Object { return &SetChatNotificationSettingsRequest{} },
|
|
ToggleChatHasProtectedContentRequestTypeID: func() bin.Object { return &ToggleChatHasProtectedContentRequest{} },
|
|
ToggleChatViewAsTopicsRequestTypeID: func() bin.Object { return &ToggleChatViewAsTopicsRequest{} },
|
|
ToggleChatIsTranslatableRequestTypeID: func() bin.Object { return &ToggleChatIsTranslatableRequest{} },
|
|
ToggleChatIsMarkedAsUnreadRequestTypeID: func() bin.Object { return &ToggleChatIsMarkedAsUnreadRequest{} },
|
|
ToggleChatDefaultDisableNotificationRequestTypeID: func() bin.Object { return &ToggleChatDefaultDisableNotificationRequest{} },
|
|
SetChatAvailableReactionsRequestTypeID: func() bin.Object { return &SetChatAvailableReactionsRequest{} },
|
|
SetChatClientDataRequestTypeID: func() bin.Object { return &SetChatClientDataRequest{} },
|
|
SetChatDescriptionRequestTypeID: func() bin.Object { return &SetChatDescriptionRequest{} },
|
|
SetChatDiscussionGroupRequestTypeID: func() bin.Object { return &SetChatDiscussionGroupRequest{} },
|
|
SetChatDirectMessagesGroupRequestTypeID: func() bin.Object { return &SetChatDirectMessagesGroupRequest{} },
|
|
SetChatLocationRequestTypeID: func() bin.Object { return &SetChatLocationRequest{} },
|
|
SetChatSlowModeDelayRequestTypeID: func() bin.Object { return &SetChatSlowModeDelayRequest{} },
|
|
PinChatMessageRequestTypeID: func() bin.Object { return &PinChatMessageRequest{} },
|
|
UnpinChatMessageRequestTypeID: func() bin.Object { return &UnpinChatMessageRequest{} },
|
|
UnpinAllChatMessagesRequestTypeID: func() bin.Object { return &UnpinAllChatMessagesRequest{} },
|
|
UnpinAllMessageThreadMessagesRequestTypeID: func() bin.Object { return &UnpinAllMessageThreadMessagesRequest{} },
|
|
JoinChatRequestTypeID: func() bin.Object { return &JoinChatRequest{} },
|
|
LeaveChatRequestTypeID: func() bin.Object { return &LeaveChatRequest{} },
|
|
AddChatMemberRequestTypeID: func() bin.Object { return &AddChatMemberRequest{} },
|
|
AddChatMembersRequestTypeID: func() bin.Object { return &AddChatMembersRequest{} },
|
|
SetChatMemberStatusRequestTypeID: func() bin.Object { return &SetChatMemberStatusRequest{} },
|
|
BanChatMemberRequestTypeID: func() bin.Object { return &BanChatMemberRequest{} },
|
|
CanTransferOwnershipRequestTypeID: func() bin.Object { return &CanTransferOwnershipRequest{} },
|
|
TransferChatOwnershipRequestTypeID: func() bin.Object { return &TransferChatOwnershipRequest{} },
|
|
GetChatMemberRequestTypeID: func() bin.Object { return &GetChatMemberRequest{} },
|
|
SearchChatMembersRequestTypeID: func() bin.Object { return &SearchChatMembersRequest{} },
|
|
GetChatAdministratorsRequestTypeID: func() bin.Object { return &GetChatAdministratorsRequest{} },
|
|
ClearAllDraftMessagesRequestTypeID: func() bin.Object { return &ClearAllDraftMessagesRequest{} },
|
|
GetSavedNotificationSoundRequestTypeID: func() bin.Object { return &GetSavedNotificationSoundRequest{} },
|
|
GetSavedNotificationSoundsRequestTypeID: func() bin.Object { return &GetSavedNotificationSoundsRequest{} },
|
|
AddSavedNotificationSoundRequestTypeID: func() bin.Object { return &AddSavedNotificationSoundRequest{} },
|
|
RemoveSavedNotificationSoundRequestTypeID: func() bin.Object { return &RemoveSavedNotificationSoundRequest{} },
|
|
GetChatNotificationSettingsExceptionsRequestTypeID: func() bin.Object { return &GetChatNotificationSettingsExceptionsRequest{} },
|
|
GetScopeNotificationSettingsRequestTypeID: func() bin.Object { return &GetScopeNotificationSettingsRequest{} },
|
|
SetScopeNotificationSettingsRequestTypeID: func() bin.Object { return &SetScopeNotificationSettingsRequest{} },
|
|
SetReactionNotificationSettingsRequestTypeID: func() bin.Object { return &SetReactionNotificationSettingsRequest{} },
|
|
ResetAllNotificationSettingsRequestTypeID: func() bin.Object { return &ResetAllNotificationSettingsRequest{} },
|
|
ToggleChatIsPinnedRequestTypeID: func() bin.Object { return &ToggleChatIsPinnedRequest{} },
|
|
SetPinnedChatsRequestTypeID: func() bin.Object { return &SetPinnedChatsRequest{} },
|
|
ReadChatListRequestTypeID: func() bin.Object { return &ReadChatListRequest{} },
|
|
GetCurrentWeatherRequestTypeID: func() bin.Object { return &GetCurrentWeatherRequest{} },
|
|
GetStoryRequestTypeID: func() bin.Object { return &GetStoryRequest{} },
|
|
GetChatsToPostStoriesRequestTypeID: func() bin.Object { return &GetChatsToPostStoriesRequest{} },
|
|
CanPostStoryRequestTypeID: func() bin.Object { return &CanPostStoryRequest{} },
|
|
PostStoryRequestTypeID: func() bin.Object { return &PostStoryRequest{} },
|
|
EditStoryRequestTypeID: func() bin.Object { return &EditStoryRequest{} },
|
|
EditStoryCoverRequestTypeID: func() bin.Object { return &EditStoryCoverRequest{} },
|
|
SetStoryPrivacySettingsRequestTypeID: func() bin.Object { return &SetStoryPrivacySettingsRequest{} },
|
|
ToggleStoryIsPostedToChatPageRequestTypeID: func() bin.Object { return &ToggleStoryIsPostedToChatPageRequest{} },
|
|
DeleteStoryRequestTypeID: func() bin.Object { return &DeleteStoryRequest{} },
|
|
GetStoryNotificationSettingsExceptionsRequestTypeID: func() bin.Object { return &GetStoryNotificationSettingsExceptionsRequest{} },
|
|
LoadActiveStoriesRequestTypeID: func() bin.Object { return &LoadActiveStoriesRequest{} },
|
|
SetChatActiveStoriesListRequestTypeID: func() bin.Object { return &SetChatActiveStoriesListRequest{} },
|
|
GetChatActiveStoriesRequestTypeID: func() bin.Object { return &GetChatActiveStoriesRequest{} },
|
|
GetChatPostedToChatPageStoriesRequestTypeID: func() bin.Object { return &GetChatPostedToChatPageStoriesRequest{} },
|
|
GetChatArchivedStoriesRequestTypeID: func() bin.Object { return &GetChatArchivedStoriesRequest{} },
|
|
SetChatPinnedStoriesRequestTypeID: func() bin.Object { return &SetChatPinnedStoriesRequest{} },
|
|
OpenStoryRequestTypeID: func() bin.Object { return &OpenStoryRequest{} },
|
|
CloseStoryRequestTypeID: func() bin.Object { return &CloseStoryRequest{} },
|
|
GetStoryAvailableReactionsRequestTypeID: func() bin.Object { return &GetStoryAvailableReactionsRequest{} },
|
|
SetStoryReactionRequestTypeID: func() bin.Object { return &SetStoryReactionRequest{} },
|
|
GetStoryInteractionsRequestTypeID: func() bin.Object { return &GetStoryInteractionsRequest{} },
|
|
GetChatStoryInteractionsRequestTypeID: func() bin.Object { return &GetChatStoryInteractionsRequest{} },
|
|
ReportStoryRequestTypeID: func() bin.Object { return &ReportStoryRequest{} },
|
|
ActivateStoryStealthModeRequestTypeID: func() bin.Object { return &ActivateStoryStealthModeRequest{} },
|
|
GetStoryPublicForwardsRequestTypeID: func() bin.Object { return &GetStoryPublicForwardsRequest{} },
|
|
GetChatBoostLevelFeaturesRequestTypeID: func() bin.Object { return &GetChatBoostLevelFeaturesRequest{} },
|
|
GetChatBoostFeaturesRequestTypeID: func() bin.Object { return &GetChatBoostFeaturesRequest{} },
|
|
GetAvailableChatBoostSlotsRequestTypeID: func() bin.Object { return &GetAvailableChatBoostSlotsRequest{} },
|
|
GetChatBoostStatusRequestTypeID: func() bin.Object { return &GetChatBoostStatusRequest{} },
|
|
BoostChatRequestTypeID: func() bin.Object { return &BoostChatRequest{} },
|
|
GetChatBoostLinkRequestTypeID: func() bin.Object { return &GetChatBoostLinkRequest{} },
|
|
GetChatBoostLinkInfoRequestTypeID: func() bin.Object { return &GetChatBoostLinkInfoRequest{} },
|
|
GetChatBoostsRequestTypeID: func() bin.Object { return &GetChatBoostsRequest{} },
|
|
GetUserChatBoostsRequestTypeID: func() bin.Object { return &GetUserChatBoostsRequest{} },
|
|
GetAttachmentMenuBotRequestTypeID: func() bin.Object { return &GetAttachmentMenuBotRequest{} },
|
|
ToggleBotIsAddedToAttachmentMenuRequestTypeID: func() bin.Object { return &ToggleBotIsAddedToAttachmentMenuRequest{} },
|
|
GetThemedEmojiStatusesRequestTypeID: func() bin.Object { return &GetThemedEmojiStatusesRequest{} },
|
|
GetRecentEmojiStatusesRequestTypeID: func() bin.Object { return &GetRecentEmojiStatusesRequest{} },
|
|
GetUpgradedGiftEmojiStatusesRequestTypeID: func() bin.Object { return &GetUpgradedGiftEmojiStatusesRequest{} },
|
|
GetDefaultEmojiStatusesRequestTypeID: func() bin.Object { return &GetDefaultEmojiStatusesRequest{} },
|
|
ClearRecentEmojiStatusesRequestTypeID: func() bin.Object { return &ClearRecentEmojiStatusesRequest{} },
|
|
GetThemedChatEmojiStatusesRequestTypeID: func() bin.Object { return &GetThemedChatEmojiStatusesRequest{} },
|
|
GetDefaultChatEmojiStatusesRequestTypeID: func() bin.Object { return &GetDefaultChatEmojiStatusesRequest{} },
|
|
GetDisallowedChatEmojiStatusesRequestTypeID: func() bin.Object { return &GetDisallowedChatEmojiStatusesRequest{} },
|
|
DownloadFileRequestTypeID: func() bin.Object { return &DownloadFileRequest{} },
|
|
GetFileDownloadedPrefixSizeRequestTypeID: func() bin.Object { return &GetFileDownloadedPrefixSizeRequest{} },
|
|
CancelDownloadFileRequestTypeID: func() bin.Object { return &CancelDownloadFileRequest{} },
|
|
GetSuggestedFileNameRequestTypeID: func() bin.Object { return &GetSuggestedFileNameRequest{} },
|
|
PreliminaryUploadFileRequestTypeID: func() bin.Object { return &PreliminaryUploadFileRequest{} },
|
|
CancelPreliminaryUploadFileRequestTypeID: func() bin.Object { return &CancelPreliminaryUploadFileRequest{} },
|
|
WriteGeneratedFilePartRequestTypeID: func() bin.Object { return &WriteGeneratedFilePartRequest{} },
|
|
SetFileGenerationProgressRequestTypeID: func() bin.Object { return &SetFileGenerationProgressRequest{} },
|
|
FinishFileGenerationRequestTypeID: func() bin.Object { return &FinishFileGenerationRequest{} },
|
|
ReadFilePartRequestTypeID: func() bin.Object { return &ReadFilePartRequest{} },
|
|
DeleteFileRequestTypeID: func() bin.Object { return &DeleteFileRequest{} },
|
|
AddFileToDownloadsRequestTypeID: func() bin.Object { return &AddFileToDownloadsRequest{} },
|
|
ToggleDownloadIsPausedRequestTypeID: func() bin.Object { return &ToggleDownloadIsPausedRequest{} },
|
|
ToggleAllDownloadsArePausedRequestTypeID: func() bin.Object { return &ToggleAllDownloadsArePausedRequest{} },
|
|
RemoveFileFromDownloadsRequestTypeID: func() bin.Object { return &RemoveFileFromDownloadsRequest{} },
|
|
RemoveAllFilesFromDownloadsRequestTypeID: func() bin.Object { return &RemoveAllFilesFromDownloadsRequest{} },
|
|
SearchFileDownloadsRequestTypeID: func() bin.Object { return &SearchFileDownloadsRequest{} },
|
|
SetApplicationVerificationTokenRequestTypeID: func() bin.Object { return &SetApplicationVerificationTokenRequest{} },
|
|
GetMessageFileTypeRequestTypeID: func() bin.Object { return &GetMessageFileTypeRequest{} },
|
|
GetMessageImportConfirmationTextRequestTypeID: func() bin.Object { return &GetMessageImportConfirmationTextRequest{} },
|
|
ImportMessagesRequestTypeID: func() bin.Object { return &ImportMessagesRequest{} },
|
|
ReplacePrimaryChatInviteLinkRequestTypeID: func() bin.Object { return &ReplacePrimaryChatInviteLinkRequest{} },
|
|
CreateChatInviteLinkRequestTypeID: func() bin.Object { return &CreateChatInviteLinkRequest{} },
|
|
CreateChatSubscriptionInviteLinkRequestTypeID: func() bin.Object { return &CreateChatSubscriptionInviteLinkRequest{} },
|
|
EditChatInviteLinkRequestTypeID: func() bin.Object { return &EditChatInviteLinkRequest{} },
|
|
EditChatSubscriptionInviteLinkRequestTypeID: func() bin.Object { return &EditChatSubscriptionInviteLinkRequest{} },
|
|
GetChatInviteLinkRequestTypeID: func() bin.Object { return &GetChatInviteLinkRequest{} },
|
|
GetChatInviteLinkCountsRequestTypeID: func() bin.Object { return &GetChatInviteLinkCountsRequest{} },
|
|
GetChatInviteLinksRequestTypeID: func() bin.Object { return &GetChatInviteLinksRequest{} },
|
|
GetChatInviteLinkMembersRequestTypeID: func() bin.Object { return &GetChatInviteLinkMembersRequest{} },
|
|
RevokeChatInviteLinkRequestTypeID: func() bin.Object { return &RevokeChatInviteLinkRequest{} },
|
|
DeleteRevokedChatInviteLinkRequestTypeID: func() bin.Object { return &DeleteRevokedChatInviteLinkRequest{} },
|
|
DeleteAllRevokedChatInviteLinksRequestTypeID: func() bin.Object { return &DeleteAllRevokedChatInviteLinksRequest{} },
|
|
CheckChatInviteLinkRequestTypeID: func() bin.Object { return &CheckChatInviteLinkRequest{} },
|
|
JoinChatByInviteLinkRequestTypeID: func() bin.Object { return &JoinChatByInviteLinkRequest{} },
|
|
GetChatJoinRequestsRequestTypeID: func() bin.Object { return &GetChatJoinRequestsRequest{} },
|
|
ProcessChatJoinRequestRequestTypeID: func() bin.Object { return &ProcessChatJoinRequestRequest{} },
|
|
ProcessChatJoinRequestsRequestTypeID: func() bin.Object { return &ProcessChatJoinRequestsRequest{} },
|
|
CreateCallRequestTypeID: func() bin.Object { return &CreateCallRequest{} },
|
|
AcceptCallRequestTypeID: func() bin.Object { return &AcceptCallRequest{} },
|
|
SendCallSignalingDataRequestTypeID: func() bin.Object { return &SendCallSignalingDataRequest{} },
|
|
DiscardCallRequestTypeID: func() bin.Object { return &DiscardCallRequest{} },
|
|
SendCallRatingRequestTypeID: func() bin.Object { return &SendCallRatingRequest{} },
|
|
SendCallDebugInformationRequestTypeID: func() bin.Object { return &SendCallDebugInformationRequest{} },
|
|
SendCallLogRequestTypeID: func() bin.Object { return &SendCallLogRequest{} },
|
|
GetVideoChatAvailableParticipantsRequestTypeID: func() bin.Object { return &GetVideoChatAvailableParticipantsRequest{} },
|
|
SetVideoChatDefaultParticipantRequestTypeID: func() bin.Object { return &SetVideoChatDefaultParticipantRequest{} },
|
|
CreateVideoChatRequestTypeID: func() bin.Object { return &CreateVideoChatRequest{} },
|
|
CreateGroupCallRequestTypeID: func() bin.Object { return &CreateGroupCallRequest{} },
|
|
GetVideoChatRtmpURLRequestTypeID: func() bin.Object { return &GetVideoChatRtmpURLRequest{} },
|
|
ReplaceVideoChatRtmpURLRequestTypeID: func() bin.Object { return &ReplaceVideoChatRtmpURLRequest{} },
|
|
GetGroupCallRequestTypeID: func() bin.Object { return &GetGroupCallRequest{} },
|
|
StartScheduledVideoChatRequestTypeID: func() bin.Object { return &StartScheduledVideoChatRequest{} },
|
|
ToggleVideoChatEnabledStartNotificationRequestTypeID: func() bin.Object { return &ToggleVideoChatEnabledStartNotificationRequest{} },
|
|
JoinGroupCallRequestTypeID: func() bin.Object { return &JoinGroupCallRequest{} },
|
|
JoinVideoChatRequestTypeID: func() bin.Object { return &JoinVideoChatRequest{} },
|
|
StartGroupCallScreenSharingRequestTypeID: func() bin.Object { return &StartGroupCallScreenSharingRequest{} },
|
|
ToggleGroupCallScreenSharingIsPausedRequestTypeID: func() bin.Object { return &ToggleGroupCallScreenSharingIsPausedRequest{} },
|
|
EndGroupCallScreenSharingRequestTypeID: func() bin.Object { return &EndGroupCallScreenSharingRequest{} },
|
|
SetVideoChatTitleRequestTypeID: func() bin.Object { return &SetVideoChatTitleRequest{} },
|
|
ToggleVideoChatMuteNewParticipantsRequestTypeID: func() bin.Object { return &ToggleVideoChatMuteNewParticipantsRequest{} },
|
|
InviteGroupCallParticipantRequestTypeID: func() bin.Object { return &InviteGroupCallParticipantRequest{} },
|
|
DeclineGroupCallInvitationRequestTypeID: func() bin.Object { return &DeclineGroupCallInvitationRequest{} },
|
|
BanGroupCallParticipantsRequestTypeID: func() bin.Object { return &BanGroupCallParticipantsRequest{} },
|
|
InviteVideoChatParticipantsRequestTypeID: func() bin.Object { return &InviteVideoChatParticipantsRequest{} },
|
|
GetVideoChatInviteLinkRequestTypeID: func() bin.Object { return &GetVideoChatInviteLinkRequest{} },
|
|
RevokeGroupCallInviteLinkRequestTypeID: func() bin.Object { return &RevokeGroupCallInviteLinkRequest{} },
|
|
StartGroupCallRecordingRequestTypeID: func() bin.Object { return &StartGroupCallRecordingRequest{} },
|
|
EndGroupCallRecordingRequestTypeID: func() bin.Object { return &EndGroupCallRecordingRequest{} },
|
|
ToggleGroupCallIsMyVideoPausedRequestTypeID: func() bin.Object { return &ToggleGroupCallIsMyVideoPausedRequest{} },
|
|
ToggleGroupCallIsMyVideoEnabledRequestTypeID: func() bin.Object { return &ToggleGroupCallIsMyVideoEnabledRequest{} },
|
|
SetGroupCallParticipantIsSpeakingRequestTypeID: func() bin.Object { return &SetGroupCallParticipantIsSpeakingRequest{} },
|
|
ToggleGroupCallParticipantIsMutedRequestTypeID: func() bin.Object { return &ToggleGroupCallParticipantIsMutedRequest{} },
|
|
SetGroupCallParticipantVolumeLevelRequestTypeID: func() bin.Object { return &SetGroupCallParticipantVolumeLevelRequest{} },
|
|
ToggleGroupCallParticipantIsHandRaisedRequestTypeID: func() bin.Object { return &ToggleGroupCallParticipantIsHandRaisedRequest{} },
|
|
GetGroupCallParticipantsRequestTypeID: func() bin.Object { return &GetGroupCallParticipantsRequest{} },
|
|
LoadGroupCallParticipantsRequestTypeID: func() bin.Object { return &LoadGroupCallParticipantsRequest{} },
|
|
LeaveGroupCallRequestTypeID: func() bin.Object { return &LeaveGroupCallRequest{} },
|
|
EndGroupCallRequestTypeID: func() bin.Object { return &EndGroupCallRequest{} },
|
|
GetVideoChatStreamsRequestTypeID: func() bin.Object { return &GetVideoChatStreamsRequest{} },
|
|
GetVideoChatStreamSegmentRequestTypeID: func() bin.Object { return &GetVideoChatStreamSegmentRequest{} },
|
|
EncryptGroupCallDataRequestTypeID: func() bin.Object { return &EncryptGroupCallDataRequest{} },
|
|
DecryptGroupCallDataRequestTypeID: func() bin.Object { return &DecryptGroupCallDataRequest{} },
|
|
SetMessageSenderBlockListRequestTypeID: func() bin.Object { return &SetMessageSenderBlockListRequest{} },
|
|
BlockMessageSenderFromRepliesRequestTypeID: func() bin.Object { return &BlockMessageSenderFromRepliesRequest{} },
|
|
GetBlockedMessageSendersRequestTypeID: func() bin.Object { return &GetBlockedMessageSendersRequest{} },
|
|
AddContactRequestTypeID: func() bin.Object { return &AddContactRequest{} },
|
|
ImportContactsRequestTypeID: func() bin.Object { return &ImportContactsRequest{} },
|
|
GetContactsRequestTypeID: func() bin.Object { return &GetContactsRequest{} },
|
|
SearchContactsRequestTypeID: func() bin.Object { return &SearchContactsRequest{} },
|
|
RemoveContactsRequestTypeID: func() bin.Object { return &RemoveContactsRequest{} },
|
|
GetImportedContactCountRequestTypeID: func() bin.Object { return &GetImportedContactCountRequest{} },
|
|
ChangeImportedContactsRequestTypeID: func() bin.Object { return &ChangeImportedContactsRequest{} },
|
|
ClearImportedContactsRequestTypeID: func() bin.Object { return &ClearImportedContactsRequest{} },
|
|
SetCloseFriendsRequestTypeID: func() bin.Object { return &SetCloseFriendsRequest{} },
|
|
GetCloseFriendsRequestTypeID: func() bin.Object { return &GetCloseFriendsRequest{} },
|
|
SetUserPersonalProfilePhotoRequestTypeID: func() bin.Object { return &SetUserPersonalProfilePhotoRequest{} },
|
|
SuggestUserProfilePhotoRequestTypeID: func() bin.Object { return &SuggestUserProfilePhotoRequest{} },
|
|
ToggleBotCanManageEmojiStatusRequestTypeID: func() bin.Object { return &ToggleBotCanManageEmojiStatusRequest{} },
|
|
SetUserEmojiStatusRequestTypeID: func() bin.Object { return &SetUserEmojiStatusRequest{} },
|
|
SearchUserByPhoneNumberRequestTypeID: func() bin.Object { return &SearchUserByPhoneNumberRequest{} },
|
|
SharePhoneNumberRequestTypeID: func() bin.Object { return &SharePhoneNumberRequest{} },
|
|
GetUserProfilePhotosRequestTypeID: func() bin.Object { return &GetUserProfilePhotosRequest{} },
|
|
GetStickerOutlineRequestTypeID: func() bin.Object { return &GetStickerOutlineRequest{} },
|
|
GetStickersRequestTypeID: func() bin.Object { return &GetStickersRequest{} },
|
|
GetAllStickerEmojisRequestTypeID: func() bin.Object { return &GetAllStickerEmojisRequest{} },
|
|
SearchStickersRequestTypeID: func() bin.Object { return &SearchStickersRequest{} },
|
|
GetGreetingStickersRequestTypeID: func() bin.Object { return &GetGreetingStickersRequest{} },
|
|
GetPremiumStickersRequestTypeID: func() bin.Object { return &GetPremiumStickersRequest{} },
|
|
GetInstalledStickerSetsRequestTypeID: func() bin.Object { return &GetInstalledStickerSetsRequest{} },
|
|
GetArchivedStickerSetsRequestTypeID: func() bin.Object { return &GetArchivedStickerSetsRequest{} },
|
|
GetTrendingStickerSetsRequestTypeID: func() bin.Object { return &GetTrendingStickerSetsRequest{} },
|
|
GetAttachedStickerSetsRequestTypeID: func() bin.Object { return &GetAttachedStickerSetsRequest{} },
|
|
GetStickerSetRequestTypeID: func() bin.Object { return &GetStickerSetRequest{} },
|
|
GetStickerSetNameRequestTypeID: func() bin.Object { return &GetStickerSetNameRequest{} },
|
|
SearchStickerSetRequestTypeID: func() bin.Object { return &SearchStickerSetRequest{} },
|
|
SearchInstalledStickerSetsRequestTypeID: func() bin.Object { return &SearchInstalledStickerSetsRequest{} },
|
|
SearchStickerSetsRequestTypeID: func() bin.Object { return &SearchStickerSetsRequest{} },
|
|
ChangeStickerSetRequestTypeID: func() bin.Object { return &ChangeStickerSetRequest{} },
|
|
ViewTrendingStickerSetsRequestTypeID: func() bin.Object { return &ViewTrendingStickerSetsRequest{} },
|
|
ReorderInstalledStickerSetsRequestTypeID: func() bin.Object { return &ReorderInstalledStickerSetsRequest{} },
|
|
GetRecentStickersRequestTypeID: func() bin.Object { return &GetRecentStickersRequest{} },
|
|
AddRecentStickerRequestTypeID: func() bin.Object { return &AddRecentStickerRequest{} },
|
|
RemoveRecentStickerRequestTypeID: func() bin.Object { return &RemoveRecentStickerRequest{} },
|
|
ClearRecentStickersRequestTypeID: func() bin.Object { return &ClearRecentStickersRequest{} },
|
|
GetFavoriteStickersRequestTypeID: func() bin.Object { return &GetFavoriteStickersRequest{} },
|
|
AddFavoriteStickerRequestTypeID: func() bin.Object { return &AddFavoriteStickerRequest{} },
|
|
RemoveFavoriteStickerRequestTypeID: func() bin.Object { return &RemoveFavoriteStickerRequest{} },
|
|
GetStickerEmojisRequestTypeID: func() bin.Object { return &GetStickerEmojisRequest{} },
|
|
SearchEmojisRequestTypeID: func() bin.Object { return &SearchEmojisRequest{} },
|
|
GetKeywordEmojisRequestTypeID: func() bin.Object { return &GetKeywordEmojisRequest{} },
|
|
GetEmojiCategoriesRequestTypeID: func() bin.Object { return &GetEmojiCategoriesRequest{} },
|
|
GetAnimatedEmojiRequestTypeID: func() bin.Object { return &GetAnimatedEmojiRequest{} },
|
|
GetEmojiSuggestionsURLRequestTypeID: func() bin.Object { return &GetEmojiSuggestionsURLRequest{} },
|
|
GetCustomEmojiStickersRequestTypeID: func() bin.Object { return &GetCustomEmojiStickersRequest{} },
|
|
GetDefaultChatPhotoCustomEmojiStickersRequestTypeID: func() bin.Object { return &GetDefaultChatPhotoCustomEmojiStickersRequest{} },
|
|
GetDefaultProfilePhotoCustomEmojiStickersRequestTypeID: func() bin.Object { return &GetDefaultProfilePhotoCustomEmojiStickersRequest{} },
|
|
GetDefaultBackgroundCustomEmojiStickersRequestTypeID: func() bin.Object { return &GetDefaultBackgroundCustomEmojiStickersRequest{} },
|
|
GetSavedAnimationsRequestTypeID: func() bin.Object { return &GetSavedAnimationsRequest{} },
|
|
AddSavedAnimationRequestTypeID: func() bin.Object { return &AddSavedAnimationRequest{} },
|
|
RemoveSavedAnimationRequestTypeID: func() bin.Object { return &RemoveSavedAnimationRequest{} },
|
|
GetRecentInlineBotsRequestTypeID: func() bin.Object { return &GetRecentInlineBotsRequest{} },
|
|
GetOwnedBotsRequestTypeID: func() bin.Object { return &GetOwnedBotsRequest{} },
|
|
SearchHashtagsRequestTypeID: func() bin.Object { return &SearchHashtagsRequest{} },
|
|
RemoveRecentHashtagRequestTypeID: func() bin.Object { return &RemoveRecentHashtagRequest{} },
|
|
GetLinkPreviewRequestTypeID: func() bin.Object { return &GetLinkPreviewRequest{} },
|
|
GetWebPageInstantViewRequestTypeID: func() bin.Object { return &GetWebPageInstantViewRequest{} },
|
|
SetProfilePhotoRequestTypeID: func() bin.Object { return &SetProfilePhotoRequest{} },
|
|
DeleteProfilePhotoRequestTypeID: func() bin.Object { return &DeleteProfilePhotoRequest{} },
|
|
SetAccentColorRequestTypeID: func() bin.Object { return &SetAccentColorRequest{} },
|
|
SetProfileAccentColorRequestTypeID: func() bin.Object { return &SetProfileAccentColorRequest{} },
|
|
SetNameRequestTypeID: func() bin.Object { return &SetNameRequest{} },
|
|
SetBioRequestTypeID: func() bin.Object { return &SetBioRequest{} },
|
|
SetUsernameRequestTypeID: func() bin.Object { return &SetUsernameRequest{} },
|
|
ToggleUsernameIsActiveRequestTypeID: func() bin.Object { return &ToggleUsernameIsActiveRequest{} },
|
|
ReorderActiveUsernamesRequestTypeID: func() bin.Object { return &ReorderActiveUsernamesRequest{} },
|
|
SetBirthdateRequestTypeID: func() bin.Object { return &SetBirthdateRequest{} },
|
|
SetPersonalChatRequestTypeID: func() bin.Object { return &SetPersonalChatRequest{} },
|
|
SetEmojiStatusRequestTypeID: func() bin.Object { return &SetEmojiStatusRequest{} },
|
|
ToggleHasSponsoredMessagesEnabledRequestTypeID: func() bin.Object { return &ToggleHasSponsoredMessagesEnabledRequest{} },
|
|
SetBusinessLocationRequestTypeID: func() bin.Object { return &SetBusinessLocationRequest{} },
|
|
SetBusinessOpeningHoursRequestTypeID: func() bin.Object { return &SetBusinessOpeningHoursRequest{} },
|
|
SetBusinessGreetingMessageSettingsRequestTypeID: func() bin.Object { return &SetBusinessGreetingMessageSettingsRequest{} },
|
|
SetBusinessAwayMessageSettingsRequestTypeID: func() bin.Object { return &SetBusinessAwayMessageSettingsRequest{} },
|
|
SetBusinessStartPageRequestTypeID: func() bin.Object { return &SetBusinessStartPageRequest{} },
|
|
SendPhoneNumberCodeRequestTypeID: func() bin.Object { return &SendPhoneNumberCodeRequest{} },
|
|
SendPhoneNumberFirebaseSMSRequestTypeID: func() bin.Object { return &SendPhoneNumberFirebaseSMSRequest{} },
|
|
ReportPhoneNumberCodeMissingRequestTypeID: func() bin.Object { return &ReportPhoneNumberCodeMissingRequest{} },
|
|
ResendPhoneNumberCodeRequestTypeID: func() bin.Object { return &ResendPhoneNumberCodeRequest{} },
|
|
CheckPhoneNumberCodeRequestTypeID: func() bin.Object { return &CheckPhoneNumberCodeRequest{} },
|
|
GetBusinessConnectedBotRequestTypeID: func() bin.Object { return &GetBusinessConnectedBotRequest{} },
|
|
SetBusinessConnectedBotRequestTypeID: func() bin.Object { return &SetBusinessConnectedBotRequest{} },
|
|
DeleteBusinessConnectedBotRequestTypeID: func() bin.Object { return &DeleteBusinessConnectedBotRequest{} },
|
|
ToggleBusinessConnectedBotChatIsPausedRequestTypeID: func() bin.Object { return &ToggleBusinessConnectedBotChatIsPausedRequest{} },
|
|
RemoveBusinessConnectedBotFromChatRequestTypeID: func() bin.Object { return &RemoveBusinessConnectedBotFromChatRequest{} },
|
|
GetBusinessChatLinksRequestTypeID: func() bin.Object { return &GetBusinessChatLinksRequest{} },
|
|
CreateBusinessChatLinkRequestTypeID: func() bin.Object { return &CreateBusinessChatLinkRequest{} },
|
|
EditBusinessChatLinkRequestTypeID: func() bin.Object { return &EditBusinessChatLinkRequest{} },
|
|
DeleteBusinessChatLinkRequestTypeID: func() bin.Object { return &DeleteBusinessChatLinkRequest{} },
|
|
GetBusinessChatLinkInfoRequestTypeID: func() bin.Object { return &GetBusinessChatLinkInfoRequest{} },
|
|
GetUserLinkRequestTypeID: func() bin.Object { return &GetUserLinkRequest{} },
|
|
SearchUserByTokenRequestTypeID: func() bin.Object { return &SearchUserByTokenRequest{} },
|
|
SetCommandsRequestTypeID: func() bin.Object { return &SetCommandsRequest{} },
|
|
DeleteCommandsRequestTypeID: func() bin.Object { return &DeleteCommandsRequest{} },
|
|
GetCommandsRequestTypeID: func() bin.Object { return &GetCommandsRequest{} },
|
|
SetMenuButtonRequestTypeID: func() bin.Object { return &SetMenuButtonRequest{} },
|
|
GetMenuButtonRequestTypeID: func() bin.Object { return &GetMenuButtonRequest{} },
|
|
SetDefaultGroupAdministratorRightsRequestTypeID: func() bin.Object { return &SetDefaultGroupAdministratorRightsRequest{} },
|
|
SetDefaultChannelAdministratorRightsRequestTypeID: func() bin.Object { return &SetDefaultChannelAdministratorRightsRequest{} },
|
|
CanBotSendMessagesRequestTypeID: func() bin.Object { return &CanBotSendMessagesRequest{} },
|
|
AllowBotToSendMessagesRequestTypeID: func() bin.Object { return &AllowBotToSendMessagesRequest{} },
|
|
SendWebAppCustomRequestRequestTypeID: func() bin.Object { return &SendWebAppCustomRequestRequest{} },
|
|
GetBotMediaPreviewsRequestTypeID: func() bin.Object { return &GetBotMediaPreviewsRequest{} },
|
|
GetBotMediaPreviewInfoRequestTypeID: func() bin.Object { return &GetBotMediaPreviewInfoRequest{} },
|
|
AddBotMediaPreviewRequestTypeID: func() bin.Object { return &AddBotMediaPreviewRequest{} },
|
|
EditBotMediaPreviewRequestTypeID: func() bin.Object { return &EditBotMediaPreviewRequest{} },
|
|
ReorderBotMediaPreviewsRequestTypeID: func() bin.Object { return &ReorderBotMediaPreviewsRequest{} },
|
|
DeleteBotMediaPreviewsRequestTypeID: func() bin.Object { return &DeleteBotMediaPreviewsRequest{} },
|
|
SetBotNameRequestTypeID: func() bin.Object { return &SetBotNameRequest{} },
|
|
GetBotNameRequestTypeID: func() bin.Object { return &GetBotNameRequest{} },
|
|
SetBotProfilePhotoRequestTypeID: func() bin.Object { return &SetBotProfilePhotoRequest{} },
|
|
ToggleBotUsernameIsActiveRequestTypeID: func() bin.Object { return &ToggleBotUsernameIsActiveRequest{} },
|
|
ReorderBotActiveUsernamesRequestTypeID: func() bin.Object { return &ReorderBotActiveUsernamesRequest{} },
|
|
SetBotInfoDescriptionRequestTypeID: func() bin.Object { return &SetBotInfoDescriptionRequest{} },
|
|
GetBotInfoDescriptionRequestTypeID: func() bin.Object { return &GetBotInfoDescriptionRequest{} },
|
|
SetBotInfoShortDescriptionRequestTypeID: func() bin.Object { return &SetBotInfoShortDescriptionRequest{} },
|
|
GetBotInfoShortDescriptionRequestTypeID: func() bin.Object { return &GetBotInfoShortDescriptionRequest{} },
|
|
SetMessageSenderBotVerificationRequestTypeID: func() bin.Object { return &SetMessageSenderBotVerificationRequest{} },
|
|
RemoveMessageSenderBotVerificationRequestTypeID: func() bin.Object { return &RemoveMessageSenderBotVerificationRequest{} },
|
|
GetActiveSessionsRequestTypeID: func() bin.Object { return &GetActiveSessionsRequest{} },
|
|
TerminateSessionRequestTypeID: func() bin.Object { return &TerminateSessionRequest{} },
|
|
TerminateAllOtherSessionsRequestTypeID: func() bin.Object { return &TerminateAllOtherSessionsRequest{} },
|
|
ConfirmSessionRequestTypeID: func() bin.Object { return &ConfirmSessionRequest{} },
|
|
ToggleSessionCanAcceptCallsRequestTypeID: func() bin.Object { return &ToggleSessionCanAcceptCallsRequest{} },
|
|
ToggleSessionCanAcceptSecretChatsRequestTypeID: func() bin.Object { return &ToggleSessionCanAcceptSecretChatsRequest{} },
|
|
SetInactiveSessionTTLRequestTypeID: func() bin.Object { return &SetInactiveSessionTTLRequest{} },
|
|
GetConnectedWebsitesRequestTypeID: func() bin.Object { return &GetConnectedWebsitesRequest{} },
|
|
DisconnectWebsiteRequestTypeID: func() bin.Object { return &DisconnectWebsiteRequest{} },
|
|
DisconnectAllWebsitesRequestTypeID: func() bin.Object { return &DisconnectAllWebsitesRequest{} },
|
|
SetSupergroupUsernameRequestTypeID: func() bin.Object { return &SetSupergroupUsernameRequest{} },
|
|
ToggleSupergroupUsernameIsActiveRequestTypeID: func() bin.Object { return &ToggleSupergroupUsernameIsActiveRequest{} },
|
|
DisableAllSupergroupUsernamesRequestTypeID: func() bin.Object { return &DisableAllSupergroupUsernamesRequest{} },
|
|
ReorderSupergroupActiveUsernamesRequestTypeID: func() bin.Object { return &ReorderSupergroupActiveUsernamesRequest{} },
|
|
SetSupergroupStickerSetRequestTypeID: func() bin.Object { return &SetSupergroupStickerSetRequest{} },
|
|
SetSupergroupCustomEmojiStickerSetRequestTypeID: func() bin.Object { return &SetSupergroupCustomEmojiStickerSetRequest{} },
|
|
SetSupergroupUnrestrictBoostCountRequestTypeID: func() bin.Object { return &SetSupergroupUnrestrictBoostCountRequest{} },
|
|
ToggleSupergroupSignMessagesRequestTypeID: func() bin.Object { return &ToggleSupergroupSignMessagesRequest{} },
|
|
ToggleSupergroupJoinToSendMessagesRequestTypeID: func() bin.Object { return &ToggleSupergroupJoinToSendMessagesRequest{} },
|
|
ToggleSupergroupJoinByRequestRequestTypeID: func() bin.Object { return &ToggleSupergroupJoinByRequestRequest{} },
|
|
ToggleSupergroupIsAllHistoryAvailableRequestTypeID: func() bin.Object { return &ToggleSupergroupIsAllHistoryAvailableRequest{} },
|
|
ToggleSupergroupCanHaveSponsoredMessagesRequestTypeID: func() bin.Object { return &ToggleSupergroupCanHaveSponsoredMessagesRequest{} },
|
|
ToggleSupergroupHasAutomaticTranslationRequestTypeID: func() bin.Object { return &ToggleSupergroupHasAutomaticTranslationRequest{} },
|
|
ToggleSupergroupHasHiddenMembersRequestTypeID: func() bin.Object { return &ToggleSupergroupHasHiddenMembersRequest{} },
|
|
ToggleSupergroupHasAggressiveAntiSpamEnabledRequestTypeID: func() bin.Object { return &ToggleSupergroupHasAggressiveAntiSpamEnabledRequest{} },
|
|
ToggleSupergroupIsForumRequestTypeID: func() bin.Object { return &ToggleSupergroupIsForumRequest{} },
|
|
ToggleSupergroupIsBroadcastGroupRequestTypeID: func() bin.Object { return &ToggleSupergroupIsBroadcastGroupRequest{} },
|
|
ReportSupergroupSpamRequestTypeID: func() bin.Object { return &ReportSupergroupSpamRequest{} },
|
|
ReportSupergroupAntiSpamFalsePositiveRequestTypeID: func() bin.Object { return &ReportSupergroupAntiSpamFalsePositiveRequest{} },
|
|
GetSupergroupMembersRequestTypeID: func() bin.Object { return &GetSupergroupMembersRequest{} },
|
|
CloseSecretChatRequestTypeID: func() bin.Object { return &CloseSecretChatRequest{} },
|
|
GetChatEventLogRequestTypeID: func() bin.Object { return &GetChatEventLogRequest{} },
|
|
GetTimeZonesRequestTypeID: func() bin.Object { return &GetTimeZonesRequest{} },
|
|
GetPaymentFormRequestTypeID: func() bin.Object { return &GetPaymentFormRequest{} },
|
|
ValidateOrderInfoRequestTypeID: func() bin.Object { return &ValidateOrderInfoRequest{} },
|
|
SendPaymentFormRequestTypeID: func() bin.Object { return &SendPaymentFormRequest{} },
|
|
GetPaymentReceiptRequestTypeID: func() bin.Object { return &GetPaymentReceiptRequest{} },
|
|
GetSavedOrderInfoRequestTypeID: func() bin.Object { return &GetSavedOrderInfoRequest{} },
|
|
DeleteSavedOrderInfoRequestTypeID: func() bin.Object { return &DeleteSavedOrderInfoRequest{} },
|
|
DeleteSavedCredentialsRequestTypeID: func() bin.Object { return &DeleteSavedCredentialsRequest{} },
|
|
SetGiftSettingsRequestTypeID: func() bin.Object { return &SetGiftSettingsRequest{} },
|
|
GetAvailableGiftsRequestTypeID: func() bin.Object { return &GetAvailableGiftsRequest{} },
|
|
SendGiftRequestTypeID: func() bin.Object { return &SendGiftRequest{} },
|
|
SellGiftRequestTypeID: func() bin.Object { return &SellGiftRequest{} },
|
|
ToggleGiftIsSavedRequestTypeID: func() bin.Object { return &ToggleGiftIsSavedRequest{} },
|
|
SetPinnedGiftsRequestTypeID: func() bin.Object { return &SetPinnedGiftsRequest{} },
|
|
ToggleChatGiftNotificationsRequestTypeID: func() bin.Object { return &ToggleChatGiftNotificationsRequest{} },
|
|
GetGiftUpgradePreviewRequestTypeID: func() bin.Object { return &GetGiftUpgradePreviewRequest{} },
|
|
UpgradeGiftRequestTypeID: func() bin.Object { return &UpgradeGiftRequest{} },
|
|
TransferGiftRequestTypeID: func() bin.Object { return &TransferGiftRequest{} },
|
|
SendResoldGiftRequestTypeID: func() bin.Object { return &SendResoldGiftRequest{} },
|
|
GetReceivedGiftsRequestTypeID: func() bin.Object { return &GetReceivedGiftsRequest{} },
|
|
GetReceivedGiftRequestTypeID: func() bin.Object { return &GetReceivedGiftRequest{} },
|
|
GetUpgradedGiftRequestTypeID: func() bin.Object { return &GetUpgradedGiftRequest{} },
|
|
GetUpgradedGiftWithdrawalURLRequestTypeID: func() bin.Object { return &GetUpgradedGiftWithdrawalURLRequest{} },
|
|
SetGiftResalePriceRequestTypeID: func() bin.Object { return &SetGiftResalePriceRequest{} },
|
|
SearchGiftsForResaleRequestTypeID: func() bin.Object { return &SearchGiftsForResaleRequest{} },
|
|
CreateInvoiceLinkRequestTypeID: func() bin.Object { return &CreateInvoiceLinkRequest{} },
|
|
RefundStarPaymentRequestTypeID: func() bin.Object { return &RefundStarPaymentRequest{} },
|
|
GetSupportUserRequestTypeID: func() bin.Object { return &GetSupportUserRequest{} },
|
|
GetBackgroundURLRequestTypeID: func() bin.Object { return &GetBackgroundURLRequest{} },
|
|
SearchBackgroundRequestTypeID: func() bin.Object { return &SearchBackgroundRequest{} },
|
|
SetDefaultBackgroundRequestTypeID: func() bin.Object { return &SetDefaultBackgroundRequest{} },
|
|
DeleteDefaultBackgroundRequestTypeID: func() bin.Object { return &DeleteDefaultBackgroundRequest{} },
|
|
GetInstalledBackgroundsRequestTypeID: func() bin.Object { return &GetInstalledBackgroundsRequest{} },
|
|
RemoveInstalledBackgroundRequestTypeID: func() bin.Object { return &RemoveInstalledBackgroundRequest{} },
|
|
ResetInstalledBackgroundsRequestTypeID: func() bin.Object { return &ResetInstalledBackgroundsRequest{} },
|
|
GetLocalizationTargetInfoRequestTypeID: func() bin.Object { return &GetLocalizationTargetInfoRequest{} },
|
|
GetLanguagePackInfoRequestTypeID: func() bin.Object { return &GetLanguagePackInfoRequest{} },
|
|
GetLanguagePackStringsRequestTypeID: func() bin.Object { return &GetLanguagePackStringsRequest{} },
|
|
SynchronizeLanguagePackRequestTypeID: func() bin.Object { return &SynchronizeLanguagePackRequest{} },
|
|
AddCustomServerLanguagePackRequestTypeID: func() bin.Object { return &AddCustomServerLanguagePackRequest{} },
|
|
SetCustomLanguagePackRequestTypeID: func() bin.Object { return &SetCustomLanguagePackRequest{} },
|
|
EditCustomLanguagePackInfoRequestTypeID: func() bin.Object { return &EditCustomLanguagePackInfoRequest{} },
|
|
SetCustomLanguagePackStringRequestTypeID: func() bin.Object { return &SetCustomLanguagePackStringRequest{} },
|
|
DeleteLanguagePackRequestTypeID: func() bin.Object { return &DeleteLanguagePackRequest{} },
|
|
RegisterDeviceRequestTypeID: func() bin.Object { return &RegisterDeviceRequest{} },
|
|
ProcessPushNotificationRequestTypeID: func() bin.Object { return &ProcessPushNotificationRequest{} },
|
|
GetPushReceiverIDRequestTypeID: func() bin.Object { return &GetPushReceiverIDRequest{} },
|
|
GetRecentlyVisitedTMeURLsRequestTypeID: func() bin.Object { return &GetRecentlyVisitedTMeURLsRequest{} },
|
|
SetUserPrivacySettingRulesRequestTypeID: func() bin.Object { return &SetUserPrivacySettingRulesRequest{} },
|
|
GetUserPrivacySettingRulesRequestTypeID: func() bin.Object { return &GetUserPrivacySettingRulesRequest{} },
|
|
SetReadDatePrivacySettingsRequestTypeID: func() bin.Object { return &SetReadDatePrivacySettingsRequest{} },
|
|
GetReadDatePrivacySettingsRequestTypeID: func() bin.Object { return &GetReadDatePrivacySettingsRequest{} },
|
|
SetNewChatPrivacySettingsRequestTypeID: func() bin.Object { return &SetNewChatPrivacySettingsRequest{} },
|
|
GetNewChatPrivacySettingsRequestTypeID: func() bin.Object { return &GetNewChatPrivacySettingsRequest{} },
|
|
GetPaidMessageRevenueRequestTypeID: func() bin.Object { return &GetPaidMessageRevenueRequest{} },
|
|
AllowUnpaidMessagesFromUserRequestTypeID: func() bin.Object { return &AllowUnpaidMessagesFromUserRequest{} },
|
|
SetChatPaidMessageStarCountRequestTypeID: func() bin.Object { return &SetChatPaidMessageStarCountRequest{} },
|
|
CanSendMessageToUserRequestTypeID: func() bin.Object { return &CanSendMessageToUserRequest{} },
|
|
GetOptionRequestTypeID: func() bin.Object { return &GetOptionRequest{} },
|
|
SetOptionRequestTypeID: func() bin.Object { return &SetOptionRequest{} },
|
|
SetAccountTTLRequestTypeID: func() bin.Object { return &SetAccountTTLRequest{} },
|
|
GetAccountTTLRequestTypeID: func() bin.Object { return &GetAccountTTLRequest{} },
|
|
DeleteAccountRequestTypeID: func() bin.Object { return &DeleteAccountRequest{} },
|
|
SetDefaultMessageAutoDeleteTimeRequestTypeID: func() bin.Object { return &SetDefaultMessageAutoDeleteTimeRequest{} },
|
|
GetDefaultMessageAutoDeleteTimeRequestTypeID: func() bin.Object { return &GetDefaultMessageAutoDeleteTimeRequest{} },
|
|
RemoveChatActionBarRequestTypeID: func() bin.Object { return &RemoveChatActionBarRequest{} },
|
|
ReportChatRequestTypeID: func() bin.Object { return &ReportChatRequest{} },
|
|
ReportChatPhotoRequestTypeID: func() bin.Object { return &ReportChatPhotoRequest{} },
|
|
ReportMessageReactionsRequestTypeID: func() bin.Object { return &ReportMessageReactionsRequest{} },
|
|
GetChatRevenueStatisticsRequestTypeID: func() bin.Object { return &GetChatRevenueStatisticsRequest{} },
|
|
GetChatRevenueWithdrawalURLRequestTypeID: func() bin.Object { return &GetChatRevenueWithdrawalURLRequest{} },
|
|
GetChatRevenueTransactionsRequestTypeID: func() bin.Object { return &GetChatRevenueTransactionsRequest{} },
|
|
GetStarRevenueStatisticsRequestTypeID: func() bin.Object { return &GetStarRevenueStatisticsRequest{} },
|
|
GetStarWithdrawalURLRequestTypeID: func() bin.Object { return &GetStarWithdrawalURLRequest{} },
|
|
GetStarAdAccountURLRequestTypeID: func() bin.Object { return &GetStarAdAccountURLRequest{} },
|
|
GetChatStatisticsRequestTypeID: func() bin.Object { return &GetChatStatisticsRequest{} },
|
|
GetMessageStatisticsRequestTypeID: func() bin.Object { return &GetMessageStatisticsRequest{} },
|
|
GetMessagePublicForwardsRequestTypeID: func() bin.Object { return &GetMessagePublicForwardsRequest{} },
|
|
GetStoryStatisticsRequestTypeID: func() bin.Object { return &GetStoryStatisticsRequest{} },
|
|
GetStatisticalGraphRequestTypeID: func() bin.Object { return &GetStatisticalGraphRequest{} },
|
|
GetStorageStatisticsRequestTypeID: func() bin.Object { return &GetStorageStatisticsRequest{} },
|
|
GetStorageStatisticsFastRequestTypeID: func() bin.Object { return &GetStorageStatisticsFastRequest{} },
|
|
GetDatabaseStatisticsRequestTypeID: func() bin.Object { return &GetDatabaseStatisticsRequest{} },
|
|
OptimizeStorageRequestTypeID: func() bin.Object { return &OptimizeStorageRequest{} },
|
|
SetNetworkTypeRequestTypeID: func() bin.Object { return &SetNetworkTypeRequest{} },
|
|
GetNetworkStatisticsRequestTypeID: func() bin.Object { return &GetNetworkStatisticsRequest{} },
|
|
AddNetworkStatisticsRequestTypeID: func() bin.Object { return &AddNetworkStatisticsRequest{} },
|
|
ResetNetworkStatisticsRequestTypeID: func() bin.Object { return &ResetNetworkStatisticsRequest{} },
|
|
GetAutoDownloadSettingsPresetsRequestTypeID: func() bin.Object { return &GetAutoDownloadSettingsPresetsRequest{} },
|
|
SetAutoDownloadSettingsRequestTypeID: func() bin.Object { return &SetAutoDownloadSettingsRequest{} },
|
|
GetAutosaveSettingsRequestTypeID: func() bin.Object { return &GetAutosaveSettingsRequest{} },
|
|
SetAutosaveSettingsRequestTypeID: func() bin.Object { return &SetAutosaveSettingsRequest{} },
|
|
ClearAutosaveSettingsExceptionsRequestTypeID: func() bin.Object { return &ClearAutosaveSettingsExceptionsRequest{} },
|
|
GetBankCardInfoRequestTypeID: func() bin.Object { return &GetBankCardInfoRequest{} },
|
|
GetPassportElementRequestTypeID: func() bin.Object { return &GetPassportElementRequest{} },
|
|
GetAllPassportElementsRequestTypeID: func() bin.Object { return &GetAllPassportElementsRequest{} },
|
|
SetPassportElementRequestTypeID: func() bin.Object { return &SetPassportElementRequest{} },
|
|
DeletePassportElementRequestTypeID: func() bin.Object { return &DeletePassportElementRequest{} },
|
|
SetPassportElementErrorsRequestTypeID: func() bin.Object { return &SetPassportElementErrorsRequest{} },
|
|
GetPreferredCountryLanguageRequestTypeID: func() bin.Object { return &GetPreferredCountryLanguageRequest{} },
|
|
SendEmailAddressVerificationCodeRequestTypeID: func() bin.Object { return &SendEmailAddressVerificationCodeRequest{} },
|
|
ResendEmailAddressVerificationCodeRequestTypeID: func() bin.Object { return &ResendEmailAddressVerificationCodeRequest{} },
|
|
CheckEmailAddressVerificationCodeRequestTypeID: func() bin.Object { return &CheckEmailAddressVerificationCodeRequest{} },
|
|
GetPassportAuthorizationFormRequestTypeID: func() bin.Object { return &GetPassportAuthorizationFormRequest{} },
|
|
GetPassportAuthorizationFormAvailableElementsRequestTypeID: func() bin.Object { return &GetPassportAuthorizationFormAvailableElementsRequest{} },
|
|
SendPassportAuthorizationFormRequestTypeID: func() bin.Object { return &SendPassportAuthorizationFormRequest{} },
|
|
SetBotUpdatesStatusRequestTypeID: func() bin.Object { return &SetBotUpdatesStatusRequest{} },
|
|
UploadStickerFileRequestTypeID: func() bin.Object { return &UploadStickerFileRequest{} },
|
|
GetSuggestedStickerSetNameRequestTypeID: func() bin.Object { return &GetSuggestedStickerSetNameRequest{} },
|
|
CheckStickerSetNameRequestTypeID: func() bin.Object { return &CheckStickerSetNameRequest{} },
|
|
CreateNewStickerSetRequestTypeID: func() bin.Object { return &CreateNewStickerSetRequest{} },
|
|
AddStickerToSetRequestTypeID: func() bin.Object { return &AddStickerToSetRequest{} },
|
|
ReplaceStickerInSetRequestTypeID: func() bin.Object { return &ReplaceStickerInSetRequest{} },
|
|
SetStickerSetThumbnailRequestTypeID: func() bin.Object { return &SetStickerSetThumbnailRequest{} },
|
|
SetCustomEmojiStickerSetThumbnailRequestTypeID: func() bin.Object { return &SetCustomEmojiStickerSetThumbnailRequest{} },
|
|
SetStickerSetTitleRequestTypeID: func() bin.Object { return &SetStickerSetTitleRequest{} },
|
|
DeleteStickerSetRequestTypeID: func() bin.Object { return &DeleteStickerSetRequest{} },
|
|
SetStickerPositionInSetRequestTypeID: func() bin.Object { return &SetStickerPositionInSetRequest{} },
|
|
RemoveStickerFromSetRequestTypeID: func() bin.Object { return &RemoveStickerFromSetRequest{} },
|
|
SetStickerEmojisRequestTypeID: func() bin.Object { return &SetStickerEmojisRequest{} },
|
|
SetStickerKeywordsRequestTypeID: func() bin.Object { return &SetStickerKeywordsRequest{} },
|
|
SetStickerMaskPositionRequestTypeID: func() bin.Object { return &SetStickerMaskPositionRequest{} },
|
|
GetOwnedStickerSetsRequestTypeID: func() bin.Object { return &GetOwnedStickerSetsRequest{} },
|
|
GetMapThumbnailFileRequestTypeID: func() bin.Object { return &GetMapThumbnailFileRequest{} },
|
|
GetPremiumLimitRequestTypeID: func() bin.Object { return &GetPremiumLimitRequest{} },
|
|
GetPremiumFeaturesRequestTypeID: func() bin.Object { return &GetPremiumFeaturesRequest{} },
|
|
GetPremiumStickerExamplesRequestTypeID: func() bin.Object { return &GetPremiumStickerExamplesRequest{} },
|
|
GetPremiumInfoStickerRequestTypeID: func() bin.Object { return &GetPremiumInfoStickerRequest{} },
|
|
ViewPremiumFeatureRequestTypeID: func() bin.Object { return &ViewPremiumFeatureRequest{} },
|
|
ClickPremiumSubscriptionButtonRequestTypeID: func() bin.Object { return &ClickPremiumSubscriptionButtonRequest{} },
|
|
GetPremiumStateRequestTypeID: func() bin.Object { return &GetPremiumStateRequest{} },
|
|
GetPremiumGiftPaymentOptionsRequestTypeID: func() bin.Object { return &GetPremiumGiftPaymentOptionsRequest{} },
|
|
GetPremiumGiveawayPaymentOptionsRequestTypeID: func() bin.Object { return &GetPremiumGiveawayPaymentOptionsRequest{} },
|
|
CheckPremiumGiftCodeRequestTypeID: func() bin.Object { return &CheckPremiumGiftCodeRequest{} },
|
|
ApplyPremiumGiftCodeRequestTypeID: func() bin.Object { return &ApplyPremiumGiftCodeRequest{} },
|
|
GiftPremiumWithStarsRequestTypeID: func() bin.Object { return &GiftPremiumWithStarsRequest{} },
|
|
LaunchPrepaidGiveawayRequestTypeID: func() bin.Object { return &LaunchPrepaidGiveawayRequest{} },
|
|
GetGiveawayInfoRequestTypeID: func() bin.Object { return &GetGiveawayInfoRequest{} },
|
|
GetStarPaymentOptionsRequestTypeID: func() bin.Object { return &GetStarPaymentOptionsRequest{} },
|
|
GetStarGiftPaymentOptionsRequestTypeID: func() bin.Object { return &GetStarGiftPaymentOptionsRequest{} },
|
|
GetStarGiveawayPaymentOptionsRequestTypeID: func() bin.Object { return &GetStarGiveawayPaymentOptionsRequest{} },
|
|
GetStarTransactionsRequestTypeID: func() bin.Object { return &GetStarTransactionsRequest{} },
|
|
GetStarSubscriptionsRequestTypeID: func() bin.Object { return &GetStarSubscriptionsRequest{} },
|
|
CanPurchaseFromStoreRequestTypeID: func() bin.Object { return &CanPurchaseFromStoreRequest{} },
|
|
AssignStoreTransactionRequestTypeID: func() bin.Object { return &AssignStoreTransactionRequest{} },
|
|
EditStarSubscriptionRequestTypeID: func() bin.Object { return &EditStarSubscriptionRequest{} },
|
|
EditUserStarSubscriptionRequestTypeID: func() bin.Object { return &EditUserStarSubscriptionRequest{} },
|
|
ReuseStarSubscriptionRequestTypeID: func() bin.Object { return &ReuseStarSubscriptionRequest{} },
|
|
SetChatAffiliateProgramRequestTypeID: func() bin.Object { return &SetChatAffiliateProgramRequest{} },
|
|
SearchChatAffiliateProgramRequestTypeID: func() bin.Object { return &SearchChatAffiliateProgramRequest{} },
|
|
SearchAffiliateProgramsRequestTypeID: func() bin.Object { return &SearchAffiliateProgramsRequest{} },
|
|
ConnectAffiliateProgramRequestTypeID: func() bin.Object { return &ConnectAffiliateProgramRequest{} },
|
|
DisconnectAffiliateProgramRequestTypeID: func() bin.Object { return &DisconnectAffiliateProgramRequest{} },
|
|
GetConnectedAffiliateProgramRequestTypeID: func() bin.Object { return &GetConnectedAffiliateProgramRequest{} },
|
|
GetConnectedAffiliateProgramsRequestTypeID: func() bin.Object { return &GetConnectedAffiliateProgramsRequest{} },
|
|
GetBusinessFeaturesRequestTypeID: func() bin.Object { return &GetBusinessFeaturesRequest{} },
|
|
AcceptTermsOfServiceRequestTypeID: func() bin.Object { return &AcceptTermsOfServiceRequest{} },
|
|
SearchStringsByPrefixRequestTypeID: func() bin.Object { return &SearchStringsByPrefixRequest{} },
|
|
SendCustomRequestRequestTypeID: func() bin.Object { return &SendCustomRequestRequest{} },
|
|
AnswerCustomQueryRequestTypeID: func() bin.Object { return &AnswerCustomQueryRequest{} },
|
|
SetAlarmRequestTypeID: func() bin.Object { return &SetAlarmRequest{} },
|
|
GetCountriesRequestTypeID: func() bin.Object { return &GetCountriesRequest{} },
|
|
GetCountryCodeRequestTypeID: func() bin.Object { return &GetCountryCodeRequest{} },
|
|
GetPhoneNumberInfoRequestTypeID: func() bin.Object { return &GetPhoneNumberInfoRequest{} },
|
|
GetPhoneNumberInfoSyncRequestTypeID: func() bin.Object { return &GetPhoneNumberInfoSyncRequest{} },
|
|
GetCollectibleItemInfoRequestTypeID: func() bin.Object { return &GetCollectibleItemInfoRequest{} },
|
|
GetDeepLinkInfoRequestTypeID: func() bin.Object { return &GetDeepLinkInfoRequest{} },
|
|
GetApplicationConfigRequestTypeID: func() bin.Object { return &GetApplicationConfigRequest{} },
|
|
SaveApplicationLogEventRequestTypeID: func() bin.Object { return &SaveApplicationLogEventRequest{} },
|
|
GetApplicationDownloadLinkRequestTypeID: func() bin.Object { return &GetApplicationDownloadLinkRequest{} },
|
|
AddProxyRequestTypeID: func() bin.Object { return &AddProxyRequest{} },
|
|
EditProxyRequestTypeID: func() bin.Object { return &EditProxyRequest{} },
|
|
EnableProxyRequestTypeID: func() bin.Object { return &EnableProxyRequest{} },
|
|
DisableProxyRequestTypeID: func() bin.Object { return &DisableProxyRequest{} },
|
|
RemoveProxyRequestTypeID: func() bin.Object { return &RemoveProxyRequest{} },
|
|
GetProxiesRequestTypeID: func() bin.Object { return &GetProxiesRequest{} },
|
|
GetProxyLinkRequestTypeID: func() bin.Object { return &GetProxyLinkRequest{} },
|
|
PingProxyRequestTypeID: func() bin.Object { return &PingProxyRequest{} },
|
|
SetLogStreamRequestTypeID: func() bin.Object { return &SetLogStreamRequest{} },
|
|
GetLogStreamRequestTypeID: func() bin.Object { return &GetLogStreamRequest{} },
|
|
SetLogVerbosityLevelRequestTypeID: func() bin.Object { return &SetLogVerbosityLevelRequest{} },
|
|
GetLogVerbosityLevelRequestTypeID: func() bin.Object { return &GetLogVerbosityLevelRequest{} },
|
|
GetLogTagsRequestTypeID: func() bin.Object { return &GetLogTagsRequest{} },
|
|
SetLogTagVerbosityLevelRequestTypeID: func() bin.Object { return &SetLogTagVerbosityLevelRequest{} },
|
|
GetLogTagVerbosityLevelRequestTypeID: func() bin.Object { return &GetLogTagVerbosityLevelRequest{} },
|
|
AddLogMessageRequestTypeID: func() bin.Object { return &AddLogMessageRequest{} },
|
|
GetUserSupportInfoRequestTypeID: func() bin.Object { return &GetUserSupportInfoRequest{} },
|
|
SetUserSupportInfoRequestTypeID: func() bin.Object { return &SetUserSupportInfoRequest{} },
|
|
GetSupportNameRequestTypeID: func() bin.Object { return &GetSupportNameRequest{} },
|
|
TestCallEmptyRequestTypeID: func() bin.Object { return &TestCallEmptyRequest{} },
|
|
TestCallStringRequestTypeID: func() bin.Object { return &TestCallStringRequest{} },
|
|
TestCallBytesRequestTypeID: func() bin.Object { return &TestCallBytesRequest{} },
|
|
TestCallVectorIntRequestTypeID: func() bin.Object { return &TestCallVectorIntRequest{} },
|
|
TestCallVectorIntObjectRequestTypeID: func() bin.Object { return &TestCallVectorIntObjectRequest{} },
|
|
TestCallVectorStringRequestTypeID: func() bin.Object { return &TestCallVectorStringRequest{} },
|
|
TestCallVectorStringObjectRequestTypeID: func() bin.Object { return &TestCallVectorStringObjectRequest{} },
|
|
TestSquareIntRequestTypeID: func() bin.Object { return &TestSquareIntRequest{} },
|
|
TestNetworkRequestTypeID: func() bin.Object { return &TestNetworkRequest{} },
|
|
TestProxyRequestTypeID: func() bin.Object { return &TestProxyRequest{} },
|
|
TestGetDifferenceRequestTypeID: func() bin.Object { return &TestGetDifferenceRequest{} },
|
|
TestUseUpdateRequestTypeID: func() bin.Object { return &TestUseUpdateRequest{} },
|
|
TestReturnErrorRequestTypeID: func() bin.Object { return &TestReturnErrorRequest{} },
|
|
}
|
|
}
|
|
|
|
// ClassConstructorsMap maps class schema name to constructors type ids.
|
|
func ClassConstructorsMap() map[string][]uint32 {
|
|
return map[string][]uint32{
|
|
AffiliateProgramSortOrderClassName: {
|
|
AffiliateProgramSortOrderProfitabilityTypeID,
|
|
AffiliateProgramSortOrderCreationDateTypeID,
|
|
AffiliateProgramSortOrderRevenueTypeID,
|
|
},
|
|
AffiliateTypeClassName: {
|
|
AffiliateTypeCurrentUserTypeID,
|
|
AffiliateTypeBotTypeID,
|
|
AffiliateTypeChannelTypeID,
|
|
},
|
|
AuthenticationCodeTypeClassName: {
|
|
AuthenticationCodeTypeTelegramMessageTypeID,
|
|
AuthenticationCodeTypeSMSTypeID,
|
|
AuthenticationCodeTypeSMSWordTypeID,
|
|
AuthenticationCodeTypeSMSPhraseTypeID,
|
|
AuthenticationCodeTypeCallTypeID,
|
|
AuthenticationCodeTypeFlashCallTypeID,
|
|
AuthenticationCodeTypeMissedCallTypeID,
|
|
AuthenticationCodeTypeFragmentTypeID,
|
|
AuthenticationCodeTypeFirebaseAndroidTypeID,
|
|
AuthenticationCodeTypeFirebaseIosTypeID,
|
|
},
|
|
AuthorizationStateClassName: {
|
|
AuthorizationStateWaitTdlibParametersTypeID,
|
|
AuthorizationStateWaitPhoneNumberTypeID,
|
|
AuthorizationStateWaitPremiumPurchaseTypeID,
|
|
AuthorizationStateWaitEmailAddressTypeID,
|
|
AuthorizationStateWaitEmailCodeTypeID,
|
|
AuthorizationStateWaitCodeTypeID,
|
|
AuthorizationStateWaitOtherDeviceConfirmationTypeID,
|
|
AuthorizationStateWaitRegistrationTypeID,
|
|
AuthorizationStateWaitPasswordTypeID,
|
|
AuthorizationStateReadyTypeID,
|
|
AuthorizationStateLoggingOutTypeID,
|
|
AuthorizationStateClosingTypeID,
|
|
AuthorizationStateClosedTypeID,
|
|
},
|
|
AutosaveSettingsScopeClassName: {
|
|
AutosaveSettingsScopePrivateChatsTypeID,
|
|
AutosaveSettingsScopeGroupChatsTypeID,
|
|
AutosaveSettingsScopeChannelChatsTypeID,
|
|
AutosaveSettingsScopeChatTypeID,
|
|
},
|
|
BackgroundFillClassName: {
|
|
BackgroundFillSolidTypeID,
|
|
BackgroundFillGradientTypeID,
|
|
BackgroundFillFreeformGradientTypeID,
|
|
},
|
|
BackgroundTypeClassName: {
|
|
BackgroundTypeWallpaperTypeID,
|
|
BackgroundTypePatternTypeID,
|
|
BackgroundTypeFillTypeID,
|
|
BackgroundTypeChatThemeTypeID,
|
|
},
|
|
BlockListClassName: {
|
|
BlockListMainTypeID,
|
|
BlockListStoriesTypeID,
|
|
},
|
|
BoolClassName: {
|
|
BoolFalseTypeID,
|
|
BoolTrueTypeID,
|
|
},
|
|
BotCommandScopeClassName: {
|
|
BotCommandScopeDefaultTypeID,
|
|
BotCommandScopeAllPrivateChatsTypeID,
|
|
BotCommandScopeAllGroupChatsTypeID,
|
|
BotCommandScopeAllChatAdministratorsTypeID,
|
|
BotCommandScopeChatTypeID,
|
|
BotCommandScopeChatAdministratorsTypeID,
|
|
BotCommandScopeChatMemberTypeID,
|
|
},
|
|
BotWriteAccessAllowReasonClassName: {
|
|
BotWriteAccessAllowReasonConnectedWebsiteTypeID,
|
|
BotWriteAccessAllowReasonAddedToAttachmentMenuTypeID,
|
|
BotWriteAccessAllowReasonLaunchedWebAppTypeID,
|
|
BotWriteAccessAllowReasonAcceptedRequestTypeID,
|
|
},
|
|
BusinessAwayMessageScheduleClassName: {
|
|
BusinessAwayMessageScheduleAlwaysTypeID,
|
|
BusinessAwayMessageScheduleOutsideOfOpeningHoursTypeID,
|
|
BusinessAwayMessageScheduleCustomTypeID,
|
|
},
|
|
BusinessFeatureClassName: {
|
|
BusinessFeatureLocationTypeID,
|
|
BusinessFeatureOpeningHoursTypeID,
|
|
BusinessFeatureQuickRepliesTypeID,
|
|
BusinessFeatureGreetingMessageTypeID,
|
|
BusinessFeatureAwayMessageTypeID,
|
|
BusinessFeatureAccountLinksTypeID,
|
|
BusinessFeatureStartPageTypeID,
|
|
BusinessFeatureBotsTypeID,
|
|
BusinessFeatureEmojiStatusTypeID,
|
|
BusinessFeatureChatFolderTagsTypeID,
|
|
BusinessFeatureUpgradedStoriesTypeID,
|
|
},
|
|
CallDiscardReasonClassName: {
|
|
CallDiscardReasonEmptyTypeID,
|
|
CallDiscardReasonMissedTypeID,
|
|
CallDiscardReasonDeclinedTypeID,
|
|
CallDiscardReasonDisconnectedTypeID,
|
|
CallDiscardReasonHungUpTypeID,
|
|
CallDiscardReasonUpgradeToGroupCallTypeID,
|
|
},
|
|
CallProblemClassName: {
|
|
CallProblemEchoTypeID,
|
|
CallProblemNoiseTypeID,
|
|
CallProblemInterruptionsTypeID,
|
|
CallProblemDistortedSpeechTypeID,
|
|
CallProblemSilentLocalTypeID,
|
|
CallProblemSilentRemoteTypeID,
|
|
CallProblemDroppedTypeID,
|
|
CallProblemDistortedVideoTypeID,
|
|
CallProblemPixelatedVideoTypeID,
|
|
},
|
|
CallServerTypeClassName: {
|
|
CallServerTypeTelegramReflectorTypeID,
|
|
CallServerTypeWebrtcTypeID,
|
|
},
|
|
CallStateClassName: {
|
|
CallStatePendingTypeID,
|
|
CallStateExchangingKeysTypeID,
|
|
CallStateReadyTypeID,
|
|
CallStateHangingUpTypeID,
|
|
CallStateDiscardedTypeID,
|
|
CallStateErrorTypeID,
|
|
},
|
|
CallbackQueryPayloadClassName: {
|
|
CallbackQueryPayloadDataTypeID,
|
|
CallbackQueryPayloadDataWithPasswordTypeID,
|
|
CallbackQueryPayloadGameTypeID,
|
|
},
|
|
CanPostStoryResultClassName: {
|
|
CanPostStoryResultOkTypeID,
|
|
CanPostStoryResultPremiumNeededTypeID,
|
|
CanPostStoryResultBoostNeededTypeID,
|
|
CanPostStoryResultActiveStoryLimitExceededTypeID,
|
|
CanPostStoryResultWeeklyLimitExceededTypeID,
|
|
CanPostStoryResultMonthlyLimitExceededTypeID,
|
|
},
|
|
CanSendMessageToUserResultClassName: {
|
|
CanSendMessageToUserResultOkTypeID,
|
|
CanSendMessageToUserResultUserHasPaidMessagesTypeID,
|
|
CanSendMessageToUserResultUserIsDeletedTypeID,
|
|
CanSendMessageToUserResultUserRestrictsNewChatsTypeID,
|
|
},
|
|
CanTransferOwnershipResultClassName: {
|
|
CanTransferOwnershipResultOkTypeID,
|
|
CanTransferOwnershipResultPasswordNeededTypeID,
|
|
CanTransferOwnershipResultPasswordTooFreshTypeID,
|
|
CanTransferOwnershipResultSessionTooFreshTypeID,
|
|
},
|
|
ChatActionBarClassName: {
|
|
ChatActionBarReportSpamTypeID,
|
|
ChatActionBarInviteMembersTypeID,
|
|
ChatActionBarReportAddBlockTypeID,
|
|
ChatActionBarAddContactTypeID,
|
|
ChatActionBarSharePhoneNumberTypeID,
|
|
ChatActionBarJoinRequestTypeID,
|
|
},
|
|
ChatActionClassName: {
|
|
ChatActionTypingTypeID,
|
|
ChatActionRecordingVideoTypeID,
|
|
ChatActionUploadingVideoTypeID,
|
|
ChatActionRecordingVoiceNoteTypeID,
|
|
ChatActionUploadingVoiceNoteTypeID,
|
|
ChatActionUploadingPhotoTypeID,
|
|
ChatActionUploadingDocumentTypeID,
|
|
ChatActionChoosingStickerTypeID,
|
|
ChatActionChoosingLocationTypeID,
|
|
ChatActionChoosingContactTypeID,
|
|
ChatActionStartPlayingGameTypeID,
|
|
ChatActionRecordingVideoNoteTypeID,
|
|
ChatActionUploadingVideoNoteTypeID,
|
|
ChatActionWatchingAnimationsTypeID,
|
|
ChatActionCancelTypeID,
|
|
},
|
|
ChatAvailableReactionsClassName: {
|
|
ChatAvailableReactionsAllTypeID,
|
|
ChatAvailableReactionsSomeTypeID,
|
|
},
|
|
ChatBoostSourceClassName: {
|
|
ChatBoostSourceGiftCodeTypeID,
|
|
ChatBoostSourceGiveawayTypeID,
|
|
ChatBoostSourcePremiumTypeID,
|
|
},
|
|
ChatEventActionClassName: {
|
|
ChatEventMessageEditedTypeID,
|
|
ChatEventMessageDeletedTypeID,
|
|
ChatEventMessagePinnedTypeID,
|
|
ChatEventMessageUnpinnedTypeID,
|
|
ChatEventPollStoppedTypeID,
|
|
ChatEventMemberJoinedTypeID,
|
|
ChatEventMemberJoinedByInviteLinkTypeID,
|
|
ChatEventMemberJoinedByRequestTypeID,
|
|
ChatEventMemberInvitedTypeID,
|
|
ChatEventMemberLeftTypeID,
|
|
ChatEventMemberPromotedTypeID,
|
|
ChatEventMemberRestrictedTypeID,
|
|
ChatEventMemberSubscriptionExtendedTypeID,
|
|
ChatEventAvailableReactionsChangedTypeID,
|
|
ChatEventBackgroundChangedTypeID,
|
|
ChatEventDescriptionChangedTypeID,
|
|
ChatEventEmojiStatusChangedTypeID,
|
|
ChatEventLinkedChatChangedTypeID,
|
|
ChatEventLocationChangedTypeID,
|
|
ChatEventMessageAutoDeleteTimeChangedTypeID,
|
|
ChatEventPermissionsChangedTypeID,
|
|
ChatEventPhotoChangedTypeID,
|
|
ChatEventSlowModeDelayChangedTypeID,
|
|
ChatEventStickerSetChangedTypeID,
|
|
ChatEventCustomEmojiStickerSetChangedTypeID,
|
|
ChatEventTitleChangedTypeID,
|
|
ChatEventUsernameChangedTypeID,
|
|
ChatEventActiveUsernamesChangedTypeID,
|
|
ChatEventAccentColorChangedTypeID,
|
|
ChatEventProfileAccentColorChangedTypeID,
|
|
ChatEventHasProtectedContentToggledTypeID,
|
|
ChatEventInvitesToggledTypeID,
|
|
ChatEventIsAllHistoryAvailableToggledTypeID,
|
|
ChatEventHasAggressiveAntiSpamEnabledToggledTypeID,
|
|
ChatEventSignMessagesToggledTypeID,
|
|
ChatEventShowMessageSenderToggledTypeID,
|
|
ChatEventAutomaticTranslationToggledTypeID,
|
|
ChatEventInviteLinkEditedTypeID,
|
|
ChatEventInviteLinkRevokedTypeID,
|
|
ChatEventInviteLinkDeletedTypeID,
|
|
ChatEventVideoChatCreatedTypeID,
|
|
ChatEventVideoChatEndedTypeID,
|
|
ChatEventVideoChatMuteNewParticipantsToggledTypeID,
|
|
ChatEventVideoChatParticipantIsMutedToggledTypeID,
|
|
ChatEventVideoChatParticipantVolumeLevelChangedTypeID,
|
|
ChatEventIsForumToggledTypeID,
|
|
ChatEventForumTopicCreatedTypeID,
|
|
ChatEventForumTopicEditedTypeID,
|
|
ChatEventForumTopicToggleIsClosedTypeID,
|
|
ChatEventForumTopicToggleIsHiddenTypeID,
|
|
ChatEventForumTopicDeletedTypeID,
|
|
ChatEventForumTopicPinnedTypeID,
|
|
},
|
|
ChatListClassName: {
|
|
ChatListMainTypeID,
|
|
ChatListArchiveTypeID,
|
|
ChatListFolderTypeID,
|
|
},
|
|
ChatMemberStatusClassName: {
|
|
ChatMemberStatusCreatorTypeID,
|
|
ChatMemberStatusAdministratorTypeID,
|
|
ChatMemberStatusMemberTypeID,
|
|
ChatMemberStatusRestrictedTypeID,
|
|
ChatMemberStatusLeftTypeID,
|
|
ChatMemberStatusBannedTypeID,
|
|
},
|
|
ChatMembersFilterClassName: {
|
|
ChatMembersFilterContactsTypeID,
|
|
ChatMembersFilterAdministratorsTypeID,
|
|
ChatMembersFilterMembersTypeID,
|
|
ChatMembersFilterMentionTypeID,
|
|
ChatMembersFilterRestrictedTypeID,
|
|
ChatMembersFilterBannedTypeID,
|
|
ChatMembersFilterBotsTypeID,
|
|
},
|
|
ChatPhotoStickerTypeClassName: {
|
|
ChatPhotoStickerTypeRegularOrMaskTypeID,
|
|
ChatPhotoStickerTypeCustomEmojiTypeID,
|
|
},
|
|
ChatRevenueTransactionTypeClassName: {
|
|
ChatRevenueTransactionTypeEarningsTypeID,
|
|
ChatRevenueTransactionTypeWithdrawalTypeID,
|
|
ChatRevenueTransactionTypeRefundTypeID,
|
|
},
|
|
ChatSourceClassName: {
|
|
ChatSourceMtprotoProxyTypeID,
|
|
ChatSourcePublicServiceAnnouncementTypeID,
|
|
},
|
|
ChatStatisticsClassName: {
|
|
ChatStatisticsSupergroupTypeID,
|
|
ChatStatisticsChannelTypeID,
|
|
},
|
|
ChatStatisticsObjectTypeClassName: {
|
|
ChatStatisticsObjectTypeMessageTypeID,
|
|
ChatStatisticsObjectTypeStoryTypeID,
|
|
},
|
|
ChatTypeClassName: {
|
|
ChatTypePrivateTypeID,
|
|
ChatTypeBasicGroupTypeID,
|
|
ChatTypeSupergroupTypeID,
|
|
ChatTypeSecretTypeID,
|
|
},
|
|
CheckChatUsernameResultClassName: {
|
|
CheckChatUsernameResultOkTypeID,
|
|
CheckChatUsernameResultUsernameInvalidTypeID,
|
|
CheckChatUsernameResultUsernameOccupiedTypeID,
|
|
CheckChatUsernameResultUsernamePurchasableTypeID,
|
|
CheckChatUsernameResultPublicChatsTooManyTypeID,
|
|
CheckChatUsernameResultPublicGroupsUnavailableTypeID,
|
|
},
|
|
CheckStickerSetNameResultClassName: {
|
|
CheckStickerSetNameResultOkTypeID,
|
|
CheckStickerSetNameResultNameInvalidTypeID,
|
|
CheckStickerSetNameResultNameOccupiedTypeID,
|
|
},
|
|
CollectibleItemTypeClassName: {
|
|
CollectibleItemTypeUsernameTypeID,
|
|
CollectibleItemTypePhoneNumberTypeID,
|
|
},
|
|
ConnectionStateClassName: {
|
|
ConnectionStateWaitingForNetworkTypeID,
|
|
ConnectionStateConnectingToProxyTypeID,
|
|
ConnectionStateConnectingTypeID,
|
|
ConnectionStateUpdatingTypeID,
|
|
ConnectionStateReadyTypeID,
|
|
},
|
|
DeviceTokenClassName: {
|
|
DeviceTokenFirebaseCloudMessagingTypeID,
|
|
DeviceTokenApplePushTypeID,
|
|
DeviceTokenApplePushVoIPTypeID,
|
|
DeviceTokenWindowsPushTypeID,
|
|
DeviceTokenMicrosoftPushTypeID,
|
|
DeviceTokenMicrosoftPushVoIPTypeID,
|
|
DeviceTokenWebPushTypeID,
|
|
DeviceTokenSimplePushTypeID,
|
|
DeviceTokenUbuntuPushTypeID,
|
|
DeviceTokenBlackBerryPushTypeID,
|
|
DeviceTokenTizenPushTypeID,
|
|
DeviceTokenHuaweiPushTypeID,
|
|
},
|
|
DiceStickersClassName: {
|
|
DiceStickersRegularTypeID,
|
|
DiceStickersSlotMachineTypeID,
|
|
},
|
|
EmailAddressAuthenticationClassName: {
|
|
EmailAddressAuthenticationCodeTypeID,
|
|
EmailAddressAuthenticationAppleIDTypeID,
|
|
EmailAddressAuthenticationGoogleIDTypeID,
|
|
},
|
|
EmailAddressResetStateClassName: {
|
|
EmailAddressResetStateAvailableTypeID,
|
|
EmailAddressResetStatePendingTypeID,
|
|
},
|
|
EmojiCategorySourceClassName: {
|
|
EmojiCategorySourceSearchTypeID,
|
|
EmojiCategorySourcePremiumTypeID,
|
|
},
|
|
EmojiCategoryTypeClassName: {
|
|
EmojiCategoryTypeDefaultTypeID,
|
|
EmojiCategoryTypeRegularStickersTypeID,
|
|
EmojiCategoryTypeEmojiStatusTypeID,
|
|
EmojiCategoryTypeChatPhotoTypeID,
|
|
},
|
|
EmojiStatusTypeClassName: {
|
|
EmojiStatusTypeCustomEmojiTypeID,
|
|
EmojiStatusTypeUpgradedGiftTypeID,
|
|
},
|
|
FileTypeClassName: {
|
|
FileTypeNoneTypeID,
|
|
FileTypeAnimationTypeID,
|
|
FileTypeAudioTypeID,
|
|
FileTypeDocumentTypeID,
|
|
FileTypeNotificationSoundTypeID,
|
|
FileTypePhotoTypeID,
|
|
FileTypePhotoStoryTypeID,
|
|
FileTypeProfilePhotoTypeID,
|
|
FileTypeSecretTypeID,
|
|
FileTypeSecretThumbnailTypeID,
|
|
FileTypeSecureTypeID,
|
|
FileTypeSelfDestructingPhotoTypeID,
|
|
FileTypeSelfDestructingVideoTypeID,
|
|
FileTypeSelfDestructingVideoNoteTypeID,
|
|
FileTypeSelfDestructingVoiceNoteTypeID,
|
|
FileTypeStickerTypeID,
|
|
FileTypeThumbnailTypeID,
|
|
FileTypeUnknownTypeID,
|
|
FileTypeVideoTypeID,
|
|
FileTypeVideoNoteTypeID,
|
|
FileTypeVideoStoryTypeID,
|
|
FileTypeVoiceNoteTypeID,
|
|
FileTypeWallpaperTypeID,
|
|
},
|
|
FirebaseAuthenticationSettingsClassName: {
|
|
FirebaseAuthenticationSettingsAndroidTypeID,
|
|
FirebaseAuthenticationSettingsIosTypeID,
|
|
},
|
|
FirebaseDeviceVerificationParametersClassName: {
|
|
FirebaseDeviceVerificationParametersSafetyNetTypeID,
|
|
FirebaseDeviceVerificationParametersPlayIntegrityTypeID,
|
|
},
|
|
GiftForResaleOrderClassName: {
|
|
GiftForResaleOrderPriceTypeID,
|
|
GiftForResaleOrderPriceChangeDateTypeID,
|
|
GiftForResaleOrderNumberTypeID,
|
|
},
|
|
GiveawayInfoClassName: {
|
|
GiveawayInfoOngoingTypeID,
|
|
GiveawayInfoCompletedTypeID,
|
|
},
|
|
GiveawayParticipantStatusClassName: {
|
|
GiveawayParticipantStatusEligibleTypeID,
|
|
GiveawayParticipantStatusParticipatingTypeID,
|
|
GiveawayParticipantStatusAlreadyWasMemberTypeID,
|
|
GiveawayParticipantStatusAdministratorTypeID,
|
|
GiveawayParticipantStatusDisallowedCountryTypeID,
|
|
},
|
|
GiveawayPrizeClassName: {
|
|
GiveawayPrizePremiumTypeID,
|
|
GiveawayPrizeStarsTypeID,
|
|
},
|
|
GroupCallDataChannelClassName: {
|
|
GroupCallDataChannelMainTypeID,
|
|
GroupCallDataChannelScreenSharingTypeID,
|
|
},
|
|
GroupCallVideoQualityClassName: {
|
|
GroupCallVideoQualityThumbnailTypeID,
|
|
GroupCallVideoQualityMediumTypeID,
|
|
GroupCallVideoQualityFullTypeID,
|
|
},
|
|
InlineKeyboardButtonTypeClassName: {
|
|
InlineKeyboardButtonTypeURLTypeID,
|
|
InlineKeyboardButtonTypeLoginURLTypeID,
|
|
InlineKeyboardButtonTypeWebAppTypeID,
|
|
InlineKeyboardButtonTypeCallbackTypeID,
|
|
InlineKeyboardButtonTypeCallbackWithPasswordTypeID,
|
|
InlineKeyboardButtonTypeCallbackGameTypeID,
|
|
InlineKeyboardButtonTypeSwitchInlineTypeID,
|
|
InlineKeyboardButtonTypeBuyTypeID,
|
|
InlineKeyboardButtonTypeUserTypeID,
|
|
InlineKeyboardButtonTypeCopyTextTypeID,
|
|
},
|
|
InlineQueryResultClassName: {
|
|
InlineQueryResultArticleTypeID,
|
|
InlineQueryResultContactTypeID,
|
|
InlineQueryResultLocationTypeID,
|
|
InlineQueryResultVenueTypeID,
|
|
InlineQueryResultGameTypeID,
|
|
InlineQueryResultAnimationTypeID,
|
|
InlineQueryResultAudioTypeID,
|
|
InlineQueryResultDocumentTypeID,
|
|
InlineQueryResultPhotoTypeID,
|
|
InlineQueryResultStickerTypeID,
|
|
InlineQueryResultVideoTypeID,
|
|
InlineQueryResultVoiceNoteTypeID,
|
|
},
|
|
InlineQueryResultsButtonTypeClassName: {
|
|
InlineQueryResultsButtonTypeStartBotTypeID,
|
|
InlineQueryResultsButtonTypeWebAppTypeID,
|
|
},
|
|
InputBackgroundClassName: {
|
|
InputBackgroundLocalTypeID,
|
|
InputBackgroundRemoteTypeID,
|
|
InputBackgroundPreviousTypeID,
|
|
},
|
|
InputChatPhotoClassName: {
|
|
InputChatPhotoPreviousTypeID,
|
|
InputChatPhotoStaticTypeID,
|
|
InputChatPhotoAnimationTypeID,
|
|
InputChatPhotoStickerTypeID,
|
|
},
|
|
InputCredentialsClassName: {
|
|
InputCredentialsSavedTypeID,
|
|
InputCredentialsNewTypeID,
|
|
InputCredentialsApplePayTypeID,
|
|
InputCredentialsGooglePayTypeID,
|
|
},
|
|
InputFileClassName: {
|
|
InputFileIDTypeID,
|
|
InputFileRemoteTypeID,
|
|
InputFileLocalTypeID,
|
|
InputFileGeneratedTypeID,
|
|
},
|
|
InputGroupCallClassName: {
|
|
InputGroupCallLinkTypeID,
|
|
InputGroupCallMessageTypeID,
|
|
},
|
|
InputInlineQueryResultClassName: {
|
|
InputInlineQueryResultAnimationTypeID,
|
|
InputInlineQueryResultArticleTypeID,
|
|
InputInlineQueryResultAudioTypeID,
|
|
InputInlineQueryResultContactTypeID,
|
|
InputInlineQueryResultDocumentTypeID,
|
|
InputInlineQueryResultGameTypeID,
|
|
InputInlineQueryResultLocationTypeID,
|
|
InputInlineQueryResultPhotoTypeID,
|
|
InputInlineQueryResultStickerTypeID,
|
|
InputInlineQueryResultVenueTypeID,
|
|
InputInlineQueryResultVideoTypeID,
|
|
InputInlineQueryResultVoiceNoteTypeID,
|
|
},
|
|
InputInvoiceClassName: {
|
|
InputInvoiceMessageTypeID,
|
|
InputInvoiceNameTypeID,
|
|
InputInvoiceTelegramTypeID,
|
|
},
|
|
InputMessageContentClassName: {
|
|
InputMessageTextTypeID,
|
|
InputMessageAnimationTypeID,
|
|
InputMessageAudioTypeID,
|
|
InputMessageDocumentTypeID,
|
|
InputMessagePaidMediaTypeID,
|
|
InputMessagePhotoTypeID,
|
|
InputMessageStickerTypeID,
|
|
InputMessageVideoTypeID,
|
|
InputMessageVideoNoteTypeID,
|
|
InputMessageVoiceNoteTypeID,
|
|
InputMessageLocationTypeID,
|
|
InputMessageVenueTypeID,
|
|
InputMessageContactTypeID,
|
|
InputMessageDiceTypeID,
|
|
InputMessageGameTypeID,
|
|
InputMessageInvoiceTypeID,
|
|
InputMessagePollTypeID,
|
|
InputMessageStoryTypeID,
|
|
InputMessageForwardedTypeID,
|
|
},
|
|
InputMessageReplyToClassName: {
|
|
InputMessageReplyToMessageTypeID,
|
|
InputMessageReplyToExternalMessageTypeID,
|
|
InputMessageReplyToStoryTypeID,
|
|
},
|
|
InputPaidMediaTypeClassName: {
|
|
InputPaidMediaTypePhotoTypeID,
|
|
InputPaidMediaTypeVideoTypeID,
|
|
},
|
|
InputPassportElementClassName: {
|
|
InputPassportElementPersonalDetailsTypeID,
|
|
InputPassportElementPassportTypeID,
|
|
InputPassportElementDriverLicenseTypeID,
|
|
InputPassportElementIdentityCardTypeID,
|
|
InputPassportElementInternalPassportTypeID,
|
|
InputPassportElementAddressTypeID,
|
|
InputPassportElementUtilityBillTypeID,
|
|
InputPassportElementBankStatementTypeID,
|
|
InputPassportElementRentalAgreementTypeID,
|
|
InputPassportElementPassportRegistrationTypeID,
|
|
InputPassportElementTemporaryRegistrationTypeID,
|
|
InputPassportElementPhoneNumberTypeID,
|
|
InputPassportElementEmailAddressTypeID,
|
|
},
|
|
InputPassportElementErrorSourceClassName: {
|
|
InputPassportElementErrorSourceUnspecifiedTypeID,
|
|
InputPassportElementErrorSourceDataFieldTypeID,
|
|
InputPassportElementErrorSourceFrontSideTypeID,
|
|
InputPassportElementErrorSourceReverseSideTypeID,
|
|
InputPassportElementErrorSourceSelfieTypeID,
|
|
InputPassportElementErrorSourceTranslationFileTypeID,
|
|
InputPassportElementErrorSourceTranslationFilesTypeID,
|
|
InputPassportElementErrorSourceFileTypeID,
|
|
InputPassportElementErrorSourceFilesTypeID,
|
|
},
|
|
InputStoryAreaTypeClassName: {
|
|
InputStoryAreaTypeLocationTypeID,
|
|
InputStoryAreaTypeFoundVenueTypeID,
|
|
InputStoryAreaTypePreviousVenueTypeID,
|
|
InputStoryAreaTypeSuggestedReactionTypeID,
|
|
InputStoryAreaTypeMessageTypeID,
|
|
InputStoryAreaTypeLinkTypeID,
|
|
InputStoryAreaTypeWeatherTypeID,
|
|
InputStoryAreaTypeUpgradedGiftTypeID,
|
|
},
|
|
InputStoryContentClassName: {
|
|
InputStoryContentPhotoTypeID,
|
|
InputStoryContentVideoTypeID,
|
|
},
|
|
InternalLinkTypeClassName: {
|
|
InternalLinkTypeActiveSessionsTypeID,
|
|
InternalLinkTypeAttachmentMenuBotTypeID,
|
|
InternalLinkTypeAuthenticationCodeTypeID,
|
|
InternalLinkTypeBackgroundTypeID,
|
|
InternalLinkTypeBotAddToChannelTypeID,
|
|
InternalLinkTypeBotStartTypeID,
|
|
InternalLinkTypeBotStartInGroupTypeID,
|
|
InternalLinkTypeBusinessChatTypeID,
|
|
InternalLinkTypeBuyStarsTypeID,
|
|
InternalLinkTypeChangePhoneNumberTypeID,
|
|
InternalLinkTypeChatAffiliateProgramTypeID,
|
|
InternalLinkTypeChatBoostTypeID,
|
|
InternalLinkTypeChatFolderInviteTypeID,
|
|
InternalLinkTypeChatFolderSettingsTypeID,
|
|
InternalLinkTypeChatInviteTypeID,
|
|
InternalLinkTypeDefaultMessageAutoDeleteTimerSettingsTypeID,
|
|
InternalLinkTypeEditProfileSettingsTypeID,
|
|
InternalLinkTypeGameTypeID,
|
|
InternalLinkTypeGroupCallTypeID,
|
|
InternalLinkTypeInstantViewTypeID,
|
|
InternalLinkTypeInvoiceTypeID,
|
|
InternalLinkTypeLanguagePackTypeID,
|
|
InternalLinkTypeLanguageSettingsTypeID,
|
|
InternalLinkTypeMainWebAppTypeID,
|
|
InternalLinkTypeMessageTypeID,
|
|
InternalLinkTypeMessageDraftTypeID,
|
|
InternalLinkTypeMyStarsTypeID,
|
|
InternalLinkTypePassportDataRequestTypeID,
|
|
InternalLinkTypePhoneNumberConfirmationTypeID,
|
|
InternalLinkTypePremiumFeaturesTypeID,
|
|
InternalLinkTypePremiumGiftTypeID,
|
|
InternalLinkTypePremiumGiftCodeTypeID,
|
|
InternalLinkTypePrivacyAndSecuritySettingsTypeID,
|
|
InternalLinkTypeProxyTypeID,
|
|
InternalLinkTypePublicChatTypeID,
|
|
InternalLinkTypeQrCodeAuthenticationTypeID,
|
|
InternalLinkTypeRestorePurchasesTypeID,
|
|
InternalLinkTypeSettingsTypeID,
|
|
InternalLinkTypeStickerSetTypeID,
|
|
InternalLinkTypeStoryTypeID,
|
|
InternalLinkTypeThemeTypeID,
|
|
InternalLinkTypeThemeSettingsTypeID,
|
|
InternalLinkTypeUnknownDeepLinkTypeID,
|
|
InternalLinkTypeUnsupportedProxyTypeID,
|
|
InternalLinkTypeUpgradedGiftTypeID,
|
|
InternalLinkTypeUserPhoneNumberTypeID,
|
|
InternalLinkTypeUserTokenTypeID,
|
|
InternalLinkTypeVideoChatTypeID,
|
|
InternalLinkTypeWebAppTypeID,
|
|
},
|
|
InviteGroupCallParticipantResultClassName: {
|
|
InviteGroupCallParticipantResultUserPrivacyRestrictedTypeID,
|
|
InviteGroupCallParticipantResultUserAlreadyParticipantTypeID,
|
|
InviteGroupCallParticipantResultUserWasBannedTypeID,
|
|
InviteGroupCallParticipantResultSuccessTypeID,
|
|
},
|
|
InviteLinkChatTypeClassName: {
|
|
InviteLinkChatTypeBasicGroupTypeID,
|
|
InviteLinkChatTypeSupergroupTypeID,
|
|
InviteLinkChatTypeChannelTypeID,
|
|
},
|
|
JSONValueClassName: {
|
|
JSONValueNullTypeID,
|
|
JSONValueBooleanTypeID,
|
|
JSONValueNumberTypeID,
|
|
JSONValueStringTypeID,
|
|
JSONValueArrayTypeID,
|
|
JSONValueObjectTypeID,
|
|
},
|
|
KeyboardButtonTypeClassName: {
|
|
KeyboardButtonTypeTextTypeID,
|
|
KeyboardButtonTypeRequestPhoneNumberTypeID,
|
|
KeyboardButtonTypeRequestLocationTypeID,
|
|
KeyboardButtonTypeRequestPollTypeID,
|
|
KeyboardButtonTypeRequestUsersTypeID,
|
|
KeyboardButtonTypeRequestChatTypeID,
|
|
KeyboardButtonTypeWebAppTypeID,
|
|
},
|
|
LanguagePackStringValueClassName: {
|
|
LanguagePackStringValueOrdinaryTypeID,
|
|
LanguagePackStringValuePluralizedTypeID,
|
|
LanguagePackStringValueDeletedTypeID,
|
|
},
|
|
LinkPreviewAlbumMediaClassName: {
|
|
LinkPreviewAlbumMediaPhotoTypeID,
|
|
LinkPreviewAlbumMediaVideoTypeID,
|
|
},
|
|
LinkPreviewTypeClassName: {
|
|
LinkPreviewTypeAlbumTypeID,
|
|
LinkPreviewTypeAnimationTypeID,
|
|
LinkPreviewTypeAppTypeID,
|
|
LinkPreviewTypeArticleTypeID,
|
|
LinkPreviewTypeAudioTypeID,
|
|
LinkPreviewTypeBackgroundTypeID,
|
|
LinkPreviewTypeChannelBoostTypeID,
|
|
LinkPreviewTypeChatTypeID,
|
|
LinkPreviewTypeDocumentTypeID,
|
|
LinkPreviewTypeEmbeddedAnimationPlayerTypeID,
|
|
LinkPreviewTypeEmbeddedAudioPlayerTypeID,
|
|
LinkPreviewTypeEmbeddedVideoPlayerTypeID,
|
|
LinkPreviewTypeExternalAudioTypeID,
|
|
LinkPreviewTypeExternalVideoTypeID,
|
|
LinkPreviewTypeGroupCallTypeID,
|
|
LinkPreviewTypeInvoiceTypeID,
|
|
LinkPreviewTypeMessageTypeID,
|
|
LinkPreviewTypePhotoTypeID,
|
|
LinkPreviewTypePremiumGiftCodeTypeID,
|
|
LinkPreviewTypeShareableChatFolderTypeID,
|
|
LinkPreviewTypeStickerTypeID,
|
|
LinkPreviewTypeStickerSetTypeID,
|
|
LinkPreviewTypeStoryTypeID,
|
|
LinkPreviewTypeSupergroupBoostTypeID,
|
|
LinkPreviewTypeThemeTypeID,
|
|
LinkPreviewTypeUnsupportedTypeID,
|
|
LinkPreviewTypeUpgradedGiftTypeID,
|
|
LinkPreviewTypeUserTypeID,
|
|
LinkPreviewTypeVideoTypeID,
|
|
LinkPreviewTypeVideoChatTypeID,
|
|
LinkPreviewTypeVideoNoteTypeID,
|
|
LinkPreviewTypeVoiceNoteTypeID,
|
|
LinkPreviewTypeWebAppTypeID,
|
|
},
|
|
LogStreamClassName: {
|
|
LogStreamDefaultTypeID,
|
|
LogStreamFileTypeID,
|
|
LogStreamEmptyTypeID,
|
|
},
|
|
LoginURLInfoClassName: {
|
|
LoginURLInfoOpenTypeID,
|
|
LoginURLInfoRequestConfirmationTypeID,
|
|
},
|
|
MaskPointClassName: {
|
|
MaskPointForeheadTypeID,
|
|
MaskPointEyesTypeID,
|
|
MaskPointMouthTypeID,
|
|
MaskPointChinTypeID,
|
|
},
|
|
MessageContentClassName: {
|
|
MessageTextTypeID,
|
|
MessageAnimationTypeID,
|
|
MessageAudioTypeID,
|
|
MessageDocumentTypeID,
|
|
MessagePaidMediaTypeID,
|
|
MessagePhotoTypeID,
|
|
MessageStickerTypeID,
|
|
MessageVideoTypeID,
|
|
MessageVideoNoteTypeID,
|
|
MessageVoiceNoteTypeID,
|
|
MessageExpiredPhotoTypeID,
|
|
MessageExpiredVideoTypeID,
|
|
MessageExpiredVideoNoteTypeID,
|
|
MessageExpiredVoiceNoteTypeID,
|
|
MessageLocationTypeID,
|
|
MessageVenueTypeID,
|
|
MessageContactTypeID,
|
|
MessageAnimatedEmojiTypeID,
|
|
MessageDiceTypeID,
|
|
MessageGameTypeID,
|
|
MessagePollTypeID,
|
|
MessageStoryTypeID,
|
|
MessageInvoiceTypeID,
|
|
MessageCallTypeID,
|
|
MessageGroupCallTypeID,
|
|
MessageVideoChatScheduledTypeID,
|
|
MessageVideoChatStartedTypeID,
|
|
MessageVideoChatEndedTypeID,
|
|
MessageInviteVideoChatParticipantsTypeID,
|
|
MessageBasicGroupChatCreateTypeID,
|
|
MessageSupergroupChatCreateTypeID,
|
|
MessageChatChangeTitleTypeID,
|
|
MessageChatChangePhotoTypeID,
|
|
MessageChatDeletePhotoTypeID,
|
|
MessageChatAddMembersTypeID,
|
|
MessageChatJoinByLinkTypeID,
|
|
MessageChatJoinByRequestTypeID,
|
|
MessageChatDeleteMemberTypeID,
|
|
MessageChatUpgradeToTypeID,
|
|
MessageChatUpgradeFromTypeID,
|
|
MessagePinMessageTypeID,
|
|
MessageScreenshotTakenTypeID,
|
|
MessageChatSetBackgroundTypeID,
|
|
MessageChatSetThemeTypeID,
|
|
MessageChatSetMessageAutoDeleteTimeTypeID,
|
|
MessageChatBoostTypeID,
|
|
MessageForumTopicCreatedTypeID,
|
|
MessageForumTopicEditedTypeID,
|
|
MessageForumTopicIsClosedToggledTypeID,
|
|
MessageForumTopicIsHiddenToggledTypeID,
|
|
MessageSuggestProfilePhotoTypeID,
|
|
MessageCustomServiceActionTypeID,
|
|
MessageGameScoreTypeID,
|
|
MessagePaymentSuccessfulTypeID,
|
|
MessagePaymentSuccessfulBotTypeID,
|
|
MessagePaymentRefundedTypeID,
|
|
MessageGiftedPremiumTypeID,
|
|
MessagePremiumGiftCodeTypeID,
|
|
MessageGiveawayCreatedTypeID,
|
|
MessageGiveawayTypeID,
|
|
MessageGiveawayCompletedTypeID,
|
|
MessageGiveawayWinnersTypeID,
|
|
MessageGiftedStarsTypeID,
|
|
MessageGiveawayPrizeStarsTypeID,
|
|
MessageGiftTypeID,
|
|
MessageUpgradedGiftTypeID,
|
|
MessageRefundedUpgradedGiftTypeID,
|
|
MessagePaidMessagesRefundedTypeID,
|
|
MessagePaidMessagePriceChangedTypeID,
|
|
MessageDirectMessagePriceChangedTypeID,
|
|
MessageContactRegisteredTypeID,
|
|
MessageUsersSharedTypeID,
|
|
MessageChatSharedTypeID,
|
|
MessageBotWriteAccessAllowedTypeID,
|
|
MessageWebAppDataSentTypeID,
|
|
MessageWebAppDataReceivedTypeID,
|
|
MessagePassportDataSentTypeID,
|
|
MessagePassportDataReceivedTypeID,
|
|
MessageProximityAlertTriggeredTypeID,
|
|
MessageUnsupportedTypeID,
|
|
},
|
|
MessageEffectTypeClassName: {
|
|
MessageEffectTypeEmojiReactionTypeID,
|
|
MessageEffectTypePremiumStickerTypeID,
|
|
},
|
|
MessageFileTypeClassName: {
|
|
MessageFileTypePrivateTypeID,
|
|
MessageFileTypeGroupTypeID,
|
|
MessageFileTypeUnknownTypeID,
|
|
},
|
|
MessageOriginClassName: {
|
|
MessageOriginUserTypeID,
|
|
MessageOriginHiddenUserTypeID,
|
|
MessageOriginChatTypeID,
|
|
MessageOriginChannelTypeID,
|
|
},
|
|
MessageReadDateClassName: {
|
|
MessageReadDateReadTypeID,
|
|
MessageReadDateUnreadTypeID,
|
|
MessageReadDateTooOldTypeID,
|
|
MessageReadDateUserPrivacyRestrictedTypeID,
|
|
MessageReadDateMyPrivacyRestrictedTypeID,
|
|
},
|
|
MessageReplyToClassName: {
|
|
MessageReplyToMessageTypeID,
|
|
MessageReplyToStoryTypeID,
|
|
},
|
|
MessageSchedulingStateClassName: {
|
|
MessageSchedulingStateSendAtDateTypeID,
|
|
MessageSchedulingStateSendWhenOnlineTypeID,
|
|
MessageSchedulingStateSendWhenVideoProcessedTypeID,
|
|
},
|
|
MessageSelfDestructTypeClassName: {
|
|
MessageSelfDestructTypeTimerTypeID,
|
|
MessageSelfDestructTypeImmediatelyTypeID,
|
|
},
|
|
MessageSenderClassName: {
|
|
MessageSenderUserTypeID,
|
|
MessageSenderChatTypeID,
|
|
},
|
|
MessageSendingStateClassName: {
|
|
MessageSendingStatePendingTypeID,
|
|
MessageSendingStateFailedTypeID,
|
|
},
|
|
MessageSourceClassName: {
|
|
MessageSourceChatHistoryTypeID,
|
|
MessageSourceMessageThreadHistoryTypeID,
|
|
MessageSourceForumTopicHistoryTypeID,
|
|
MessageSourceDirectMessagesChatTopicHistoryTypeID,
|
|
MessageSourceHistoryPreviewTypeID,
|
|
MessageSourceChatListTypeID,
|
|
MessageSourceSearchTypeID,
|
|
MessageSourceChatEventLogTypeID,
|
|
MessageSourceNotificationTypeID,
|
|
MessageSourceScreenshotTypeID,
|
|
MessageSourceOtherTypeID,
|
|
},
|
|
MessageTopicClassName: {
|
|
MessageTopicForumTypeID,
|
|
MessageTopicDirectMessagesTypeID,
|
|
MessageTopicSavedMessagesTypeID,
|
|
},
|
|
NetworkStatisticsEntryClassName: {
|
|
NetworkStatisticsEntryFileTypeID,
|
|
NetworkStatisticsEntryCallTypeID,
|
|
},
|
|
NetworkTypeClassName: {
|
|
NetworkTypeNoneTypeID,
|
|
NetworkTypeMobileTypeID,
|
|
NetworkTypeMobileRoamingTypeID,
|
|
NetworkTypeWiFiTypeID,
|
|
NetworkTypeOtherTypeID,
|
|
},
|
|
NotificationGroupTypeClassName: {
|
|
NotificationGroupTypeMessagesTypeID,
|
|
NotificationGroupTypeMentionsTypeID,
|
|
NotificationGroupTypeSecretChatTypeID,
|
|
NotificationGroupTypeCallsTypeID,
|
|
},
|
|
NotificationSettingsScopeClassName: {
|
|
NotificationSettingsScopePrivateChatsTypeID,
|
|
NotificationSettingsScopeGroupChatsTypeID,
|
|
NotificationSettingsScopeChannelChatsTypeID,
|
|
},
|
|
NotificationTypeClassName: {
|
|
NotificationTypeNewMessageTypeID,
|
|
NotificationTypeNewSecretChatTypeID,
|
|
NotificationTypeNewCallTypeID,
|
|
NotificationTypeNewPushMessageTypeID,
|
|
},
|
|
OptionValueClassName: {
|
|
OptionValueBooleanTypeID,
|
|
OptionValueEmptyTypeID,
|
|
OptionValueIntegerTypeID,
|
|
OptionValueStringTypeID,
|
|
},
|
|
PageBlockClassName: {
|
|
PageBlockTitleTypeID,
|
|
PageBlockSubtitleTypeID,
|
|
PageBlockAuthorDateTypeID,
|
|
PageBlockHeaderTypeID,
|
|
PageBlockSubheaderTypeID,
|
|
PageBlockKickerTypeID,
|
|
PageBlockParagraphTypeID,
|
|
PageBlockPreformattedTypeID,
|
|
PageBlockFooterTypeID,
|
|
PageBlockDividerTypeID,
|
|
PageBlockAnchorTypeID,
|
|
PageBlockListTypeID,
|
|
PageBlockBlockQuoteTypeID,
|
|
PageBlockPullQuoteTypeID,
|
|
PageBlockAnimationTypeID,
|
|
PageBlockAudioTypeID,
|
|
PageBlockPhotoTypeID,
|
|
PageBlockVideoTypeID,
|
|
PageBlockVoiceNoteTypeID,
|
|
PageBlockCoverTypeID,
|
|
PageBlockEmbeddedTypeID,
|
|
PageBlockEmbeddedPostTypeID,
|
|
PageBlockCollageTypeID,
|
|
PageBlockSlideshowTypeID,
|
|
PageBlockChatLinkTypeID,
|
|
PageBlockTableTypeID,
|
|
PageBlockDetailsTypeID,
|
|
PageBlockRelatedArticlesTypeID,
|
|
PageBlockMapTypeID,
|
|
},
|
|
PageBlockHorizontalAlignmentClassName: {
|
|
PageBlockHorizontalAlignmentLeftTypeID,
|
|
PageBlockHorizontalAlignmentCenterTypeID,
|
|
PageBlockHorizontalAlignmentRightTypeID,
|
|
},
|
|
PageBlockVerticalAlignmentClassName: {
|
|
PageBlockVerticalAlignmentTopTypeID,
|
|
PageBlockVerticalAlignmentMiddleTypeID,
|
|
PageBlockVerticalAlignmentBottomTypeID,
|
|
},
|
|
PaidMediaClassName: {
|
|
PaidMediaPreviewTypeID,
|
|
PaidMediaPhotoTypeID,
|
|
PaidMediaVideoTypeID,
|
|
PaidMediaUnsupportedTypeID,
|
|
},
|
|
PaidReactionTypeClassName: {
|
|
PaidReactionTypeRegularTypeID,
|
|
PaidReactionTypeAnonymousTypeID,
|
|
PaidReactionTypeChatTypeID,
|
|
},
|
|
PassportElementClassName: {
|
|
PassportElementPersonalDetailsTypeID,
|
|
PassportElementPassportTypeID,
|
|
PassportElementDriverLicenseTypeID,
|
|
PassportElementIdentityCardTypeID,
|
|
PassportElementInternalPassportTypeID,
|
|
PassportElementAddressTypeID,
|
|
PassportElementUtilityBillTypeID,
|
|
PassportElementBankStatementTypeID,
|
|
PassportElementRentalAgreementTypeID,
|
|
PassportElementPassportRegistrationTypeID,
|
|
PassportElementTemporaryRegistrationTypeID,
|
|
PassportElementPhoneNumberTypeID,
|
|
PassportElementEmailAddressTypeID,
|
|
},
|
|
PassportElementErrorSourceClassName: {
|
|
PassportElementErrorSourceUnspecifiedTypeID,
|
|
PassportElementErrorSourceDataFieldTypeID,
|
|
PassportElementErrorSourceFrontSideTypeID,
|
|
PassportElementErrorSourceReverseSideTypeID,
|
|
PassportElementErrorSourceSelfieTypeID,
|
|
PassportElementErrorSourceTranslationFileTypeID,
|
|
PassportElementErrorSourceTranslationFilesTypeID,
|
|
PassportElementErrorSourceFileTypeID,
|
|
PassportElementErrorSourceFilesTypeID,
|
|
},
|
|
PassportElementTypeClassName: {
|
|
PassportElementTypePersonalDetailsTypeID,
|
|
PassportElementTypePassportTypeID,
|
|
PassportElementTypeDriverLicenseTypeID,
|
|
PassportElementTypeIdentityCardTypeID,
|
|
PassportElementTypeInternalPassportTypeID,
|
|
PassportElementTypeAddressTypeID,
|
|
PassportElementTypeUtilityBillTypeID,
|
|
PassportElementTypeBankStatementTypeID,
|
|
PassportElementTypeRentalAgreementTypeID,
|
|
PassportElementTypePassportRegistrationTypeID,
|
|
PassportElementTypeTemporaryRegistrationTypeID,
|
|
PassportElementTypePhoneNumberTypeID,
|
|
PassportElementTypeEmailAddressTypeID,
|
|
},
|
|
PaymentFormTypeClassName: {
|
|
PaymentFormTypeRegularTypeID,
|
|
PaymentFormTypeStarsTypeID,
|
|
PaymentFormTypeStarSubscriptionTypeID,
|
|
},
|
|
PaymentProviderClassName: {
|
|
PaymentProviderSmartGlocalTypeID,
|
|
PaymentProviderStripeTypeID,
|
|
PaymentProviderOtherTypeID,
|
|
},
|
|
PaymentReceiptTypeClassName: {
|
|
PaymentReceiptTypeRegularTypeID,
|
|
PaymentReceiptTypeStarsTypeID,
|
|
},
|
|
PhoneNumberCodeTypeClassName: {
|
|
PhoneNumberCodeTypeChangeTypeID,
|
|
PhoneNumberCodeTypeVerifyTypeID,
|
|
PhoneNumberCodeTypeConfirmOwnershipTypeID,
|
|
},
|
|
PollTypeClassName: {
|
|
PollTypeRegularTypeID,
|
|
PollTypeQuizTypeID,
|
|
},
|
|
PremiumFeatureClassName: {
|
|
PremiumFeatureIncreasedLimitsTypeID,
|
|
PremiumFeatureIncreasedUploadFileSizeTypeID,
|
|
PremiumFeatureImprovedDownloadSpeedTypeID,
|
|
PremiumFeatureVoiceRecognitionTypeID,
|
|
PremiumFeatureDisabledAdsTypeID,
|
|
PremiumFeatureUniqueReactionsTypeID,
|
|
PremiumFeatureUniqueStickersTypeID,
|
|
PremiumFeatureCustomEmojiTypeID,
|
|
PremiumFeatureAdvancedChatManagementTypeID,
|
|
PremiumFeatureProfileBadgeTypeID,
|
|
PremiumFeatureEmojiStatusTypeID,
|
|
PremiumFeatureAnimatedProfilePhotoTypeID,
|
|
PremiumFeatureForumTopicIconTypeID,
|
|
PremiumFeatureAppIconsTypeID,
|
|
PremiumFeatureRealTimeChatTranslationTypeID,
|
|
PremiumFeatureUpgradedStoriesTypeID,
|
|
PremiumFeatureChatBoostTypeID,
|
|
PremiumFeatureAccentColorTypeID,
|
|
PremiumFeatureBackgroundForBothTypeID,
|
|
PremiumFeatureSavedMessagesTagsTypeID,
|
|
PremiumFeatureMessagePrivacyTypeID,
|
|
PremiumFeatureLastSeenTimesTypeID,
|
|
PremiumFeatureBusinessTypeID,
|
|
PremiumFeatureMessageEffectsTypeID,
|
|
},
|
|
PremiumLimitTypeClassName: {
|
|
PremiumLimitTypeSupergroupCountTypeID,
|
|
PremiumLimitTypePinnedChatCountTypeID,
|
|
PremiumLimitTypeCreatedPublicChatCountTypeID,
|
|
PremiumLimitTypeSavedAnimationCountTypeID,
|
|
PremiumLimitTypeFavoriteStickerCountTypeID,
|
|
PremiumLimitTypeChatFolderCountTypeID,
|
|
PremiumLimitTypeChatFolderChosenChatCountTypeID,
|
|
PremiumLimitTypePinnedArchivedChatCountTypeID,
|
|
PremiumLimitTypePinnedSavedMessagesTopicCountTypeID,
|
|
PremiumLimitTypeCaptionLengthTypeID,
|
|
PremiumLimitTypeBioLengthTypeID,
|
|
PremiumLimitTypeChatFolderInviteLinkCountTypeID,
|
|
PremiumLimitTypeShareableChatFolderCountTypeID,
|
|
PremiumLimitTypeActiveStoryCountTypeID,
|
|
PremiumLimitTypeWeeklyPostedStoryCountTypeID,
|
|
PremiumLimitTypeMonthlyPostedStoryCountTypeID,
|
|
PremiumLimitTypeStoryCaptionLengthTypeID,
|
|
PremiumLimitTypeStorySuggestedReactionAreaCountTypeID,
|
|
PremiumLimitTypeSimilarChatCountTypeID,
|
|
},
|
|
PremiumSourceClassName: {
|
|
PremiumSourceLimitExceededTypeID,
|
|
PremiumSourceFeatureTypeID,
|
|
PremiumSourceBusinessFeatureTypeID,
|
|
PremiumSourceStoryFeatureTypeID,
|
|
PremiumSourceLinkTypeID,
|
|
PremiumSourceSettingsTypeID,
|
|
},
|
|
PremiumStoryFeatureClassName: {
|
|
PremiumStoryFeaturePriorityOrderTypeID,
|
|
PremiumStoryFeatureStealthModeTypeID,
|
|
PremiumStoryFeaturePermanentViewsHistoryTypeID,
|
|
PremiumStoryFeatureCustomExpirationDurationTypeID,
|
|
PremiumStoryFeatureSaveStoriesTypeID,
|
|
PremiumStoryFeatureLinksAndFormattingTypeID,
|
|
PremiumStoryFeatureVideoQualityTypeID,
|
|
},
|
|
ProxyTypeClassName: {
|
|
ProxyTypeSocks5TypeID,
|
|
ProxyTypeHTTPTypeID,
|
|
ProxyTypeMtprotoTypeID,
|
|
},
|
|
PublicChatTypeClassName: {
|
|
PublicChatTypeHasUsernameTypeID,
|
|
PublicChatTypeIsLocationBasedTypeID,
|
|
},
|
|
PublicForwardClassName: {
|
|
PublicForwardMessageTypeID,
|
|
PublicForwardStoryTypeID,
|
|
},
|
|
PushMessageContentClassName: {
|
|
PushMessageContentHiddenTypeID,
|
|
PushMessageContentAnimationTypeID,
|
|
PushMessageContentAudioTypeID,
|
|
PushMessageContentContactTypeID,
|
|
PushMessageContentContactRegisteredTypeID,
|
|
PushMessageContentDocumentTypeID,
|
|
PushMessageContentGameTypeID,
|
|
PushMessageContentGameScoreTypeID,
|
|
PushMessageContentInvoiceTypeID,
|
|
PushMessageContentLocationTypeID,
|
|
PushMessageContentPaidMediaTypeID,
|
|
PushMessageContentPhotoTypeID,
|
|
PushMessageContentPollTypeID,
|
|
PushMessageContentPremiumGiftCodeTypeID,
|
|
PushMessageContentGiveawayTypeID,
|
|
PushMessageContentGiftTypeID,
|
|
PushMessageContentUpgradedGiftTypeID,
|
|
PushMessageContentScreenshotTakenTypeID,
|
|
PushMessageContentStickerTypeID,
|
|
PushMessageContentStoryTypeID,
|
|
PushMessageContentTextTypeID,
|
|
PushMessageContentVideoTypeID,
|
|
PushMessageContentVideoNoteTypeID,
|
|
PushMessageContentVoiceNoteTypeID,
|
|
PushMessageContentBasicGroupChatCreateTypeID,
|
|
PushMessageContentVideoChatStartedTypeID,
|
|
PushMessageContentVideoChatEndedTypeID,
|
|
PushMessageContentInviteVideoChatParticipantsTypeID,
|
|
PushMessageContentChatAddMembersTypeID,
|
|
PushMessageContentChatChangePhotoTypeID,
|
|
PushMessageContentChatChangeTitleTypeID,
|
|
PushMessageContentChatSetBackgroundTypeID,
|
|
PushMessageContentChatSetThemeTypeID,
|
|
PushMessageContentChatDeleteMemberTypeID,
|
|
PushMessageContentChatJoinByLinkTypeID,
|
|
PushMessageContentChatJoinByRequestTypeID,
|
|
PushMessageContentRecurringPaymentTypeID,
|
|
PushMessageContentSuggestProfilePhotoTypeID,
|
|
PushMessageContentProximityAlertTriggeredTypeID,
|
|
PushMessageContentMessageForwardsTypeID,
|
|
PushMessageContentMediaAlbumTypeID,
|
|
},
|
|
ReactionNotificationSourceClassName: {
|
|
ReactionNotificationSourceNoneTypeID,
|
|
ReactionNotificationSourceContactsTypeID,
|
|
ReactionNotificationSourceAllTypeID,
|
|
},
|
|
ReactionTypeClassName: {
|
|
ReactionTypeEmojiTypeID,
|
|
ReactionTypeCustomEmojiTypeID,
|
|
ReactionTypePaidTypeID,
|
|
},
|
|
ReactionUnavailabilityReasonClassName: {
|
|
ReactionUnavailabilityReasonAnonymousAdministratorTypeID,
|
|
ReactionUnavailabilityReasonGuestTypeID,
|
|
},
|
|
ReplyMarkupClassName: {
|
|
ReplyMarkupRemoveKeyboardTypeID,
|
|
ReplyMarkupForceReplyTypeID,
|
|
ReplyMarkupShowKeyboardTypeID,
|
|
ReplyMarkupInlineKeyboardTypeID,
|
|
},
|
|
ReportChatResultClassName: {
|
|
ReportChatResultOkTypeID,
|
|
ReportChatResultOptionRequiredTypeID,
|
|
ReportChatResultTextRequiredTypeID,
|
|
ReportChatResultMessagesRequiredTypeID,
|
|
},
|
|
ReportReasonClassName: {
|
|
ReportReasonSpamTypeID,
|
|
ReportReasonViolenceTypeID,
|
|
ReportReasonPornographyTypeID,
|
|
ReportReasonChildAbuseTypeID,
|
|
ReportReasonCopyrightTypeID,
|
|
ReportReasonUnrelatedLocationTypeID,
|
|
ReportReasonFakeTypeID,
|
|
ReportReasonIllegalDrugsTypeID,
|
|
ReportReasonPersonalDetailsTypeID,
|
|
ReportReasonCustomTypeID,
|
|
},
|
|
ReportSponsoredResultClassName: {
|
|
ReportSponsoredResultOkTypeID,
|
|
ReportSponsoredResultFailedTypeID,
|
|
ReportSponsoredResultOptionRequiredTypeID,
|
|
ReportSponsoredResultAdsHiddenTypeID,
|
|
ReportSponsoredResultPremiumRequiredTypeID,
|
|
},
|
|
ReportStoryResultClassName: {
|
|
ReportStoryResultOkTypeID,
|
|
ReportStoryResultOptionRequiredTypeID,
|
|
ReportStoryResultTextRequiredTypeID,
|
|
},
|
|
ResendCodeReasonClassName: {
|
|
ResendCodeReasonUserRequestTypeID,
|
|
ResendCodeReasonVerificationFailedTypeID,
|
|
},
|
|
ResetPasswordResultClassName: {
|
|
ResetPasswordResultOkTypeID,
|
|
ResetPasswordResultPendingTypeID,
|
|
ResetPasswordResultDeclinedTypeID,
|
|
},
|
|
RevenueWithdrawalStateClassName: {
|
|
RevenueWithdrawalStatePendingTypeID,
|
|
RevenueWithdrawalStateSucceededTypeID,
|
|
RevenueWithdrawalStateFailedTypeID,
|
|
},
|
|
RichTextClassName: {
|
|
RichTextPlainTypeID,
|
|
RichTextBoldTypeID,
|
|
RichTextItalicTypeID,
|
|
RichTextUnderlineTypeID,
|
|
RichTextStrikethroughTypeID,
|
|
RichTextFixedTypeID,
|
|
RichTextURLTypeID,
|
|
RichTextEmailAddressTypeID,
|
|
RichTextSubscriptTypeID,
|
|
RichTextSuperscriptTypeID,
|
|
RichTextMarkedTypeID,
|
|
RichTextPhoneNumberTypeID,
|
|
RichTextIconTypeID,
|
|
RichTextReferenceTypeID,
|
|
RichTextAnchorTypeID,
|
|
RichTextAnchorLinkTypeID,
|
|
RichTextsTypeID,
|
|
},
|
|
SavedMessagesTopicTypeClassName: {
|
|
SavedMessagesTopicTypeMyNotesTypeID,
|
|
SavedMessagesTopicTypeAuthorHiddenTypeID,
|
|
SavedMessagesTopicTypeSavedFromChatTypeID,
|
|
},
|
|
SearchMessagesChatTypeFilterClassName: {
|
|
SearchMessagesChatTypeFilterPrivateTypeID,
|
|
SearchMessagesChatTypeFilterGroupTypeID,
|
|
SearchMessagesChatTypeFilterChannelTypeID,
|
|
},
|
|
SearchMessagesFilterClassName: {
|
|
SearchMessagesFilterEmptyTypeID,
|
|
SearchMessagesFilterAnimationTypeID,
|
|
SearchMessagesFilterAudioTypeID,
|
|
SearchMessagesFilterDocumentTypeID,
|
|
SearchMessagesFilterPhotoTypeID,
|
|
SearchMessagesFilterVideoTypeID,
|
|
SearchMessagesFilterVoiceNoteTypeID,
|
|
SearchMessagesFilterPhotoAndVideoTypeID,
|
|
SearchMessagesFilterURLTypeID,
|
|
SearchMessagesFilterChatPhotoTypeID,
|
|
SearchMessagesFilterVideoNoteTypeID,
|
|
SearchMessagesFilterVoiceAndVideoNoteTypeID,
|
|
SearchMessagesFilterMentionTypeID,
|
|
SearchMessagesFilterUnreadMentionTypeID,
|
|
SearchMessagesFilterUnreadReactionTypeID,
|
|
SearchMessagesFilterFailedToSendTypeID,
|
|
SearchMessagesFilterPinnedTypeID,
|
|
},
|
|
SecretChatStateClassName: {
|
|
SecretChatStatePendingTypeID,
|
|
SecretChatStateReadyTypeID,
|
|
SecretChatStateClosedTypeID,
|
|
},
|
|
SentGiftClassName: {
|
|
SentGiftRegularTypeID,
|
|
SentGiftUpgradedTypeID,
|
|
},
|
|
SessionTypeClassName: {
|
|
SessionTypeAndroidTypeID,
|
|
SessionTypeAppleTypeID,
|
|
SessionTypeBraveTypeID,
|
|
SessionTypeChromeTypeID,
|
|
SessionTypeEdgeTypeID,
|
|
SessionTypeFirefoxTypeID,
|
|
SessionTypeIpadTypeID,
|
|
SessionTypeIphoneTypeID,
|
|
SessionTypeLinuxTypeID,
|
|
SessionTypeMACTypeID,
|
|
SessionTypeOperaTypeID,
|
|
SessionTypeSafariTypeID,
|
|
SessionTypeUbuntuTypeID,
|
|
SessionTypeUnknownTypeID,
|
|
SessionTypeVivaldiTypeID,
|
|
SessionTypeWindowsTypeID,
|
|
SessionTypeXboxTypeID,
|
|
},
|
|
SpeechRecognitionResultClassName: {
|
|
SpeechRecognitionResultPendingTypeID,
|
|
SpeechRecognitionResultTextTypeID,
|
|
SpeechRecognitionResultErrorTypeID,
|
|
},
|
|
StarSubscriptionTypeClassName: {
|
|
StarSubscriptionTypeChannelTypeID,
|
|
StarSubscriptionTypeBotTypeID,
|
|
},
|
|
StarTransactionDirectionClassName: {
|
|
StarTransactionDirectionIncomingTypeID,
|
|
StarTransactionDirectionOutgoingTypeID,
|
|
},
|
|
StarTransactionTypeClassName: {
|
|
StarTransactionTypePremiumBotDepositTypeID,
|
|
StarTransactionTypeAppStoreDepositTypeID,
|
|
StarTransactionTypeGooglePlayDepositTypeID,
|
|
StarTransactionTypeFragmentDepositTypeID,
|
|
StarTransactionTypeUserDepositTypeID,
|
|
StarTransactionTypeGiveawayDepositTypeID,
|
|
StarTransactionTypeFragmentWithdrawalTypeID,
|
|
StarTransactionTypeTelegramAdsWithdrawalTypeID,
|
|
StarTransactionTypeTelegramAPIUsageTypeID,
|
|
StarTransactionTypeBotPaidMediaPurchaseTypeID,
|
|
StarTransactionTypeBotPaidMediaSaleTypeID,
|
|
StarTransactionTypeChannelPaidMediaPurchaseTypeID,
|
|
StarTransactionTypeChannelPaidMediaSaleTypeID,
|
|
StarTransactionTypeBotInvoicePurchaseTypeID,
|
|
StarTransactionTypeBotInvoiceSaleTypeID,
|
|
StarTransactionTypeBotSubscriptionPurchaseTypeID,
|
|
StarTransactionTypeBotSubscriptionSaleTypeID,
|
|
StarTransactionTypeChannelSubscriptionPurchaseTypeID,
|
|
StarTransactionTypeChannelSubscriptionSaleTypeID,
|
|
StarTransactionTypeGiftPurchaseTypeID,
|
|
StarTransactionTypeGiftTransferTypeID,
|
|
StarTransactionTypeGiftSaleTypeID,
|
|
StarTransactionTypeGiftUpgradeTypeID,
|
|
StarTransactionTypeUpgradedGiftPurchaseTypeID,
|
|
StarTransactionTypeUpgradedGiftSaleTypeID,
|
|
StarTransactionTypeChannelPaidReactionSendTypeID,
|
|
StarTransactionTypeChannelPaidReactionReceiveTypeID,
|
|
StarTransactionTypeAffiliateProgramCommissionTypeID,
|
|
StarTransactionTypePaidMessageSendTypeID,
|
|
StarTransactionTypePaidMessageReceiveTypeID,
|
|
StarTransactionTypePremiumPurchaseTypeID,
|
|
StarTransactionTypeBusinessBotTransferSendTypeID,
|
|
StarTransactionTypeBusinessBotTransferReceiveTypeID,
|
|
StarTransactionTypeUnsupportedTypeID,
|
|
},
|
|
StatisticalGraphClassName: {
|
|
StatisticalGraphDataTypeID,
|
|
StatisticalGraphAsyncTypeID,
|
|
StatisticalGraphErrorTypeID,
|
|
},
|
|
StickerFormatClassName: {
|
|
StickerFormatWebpTypeID,
|
|
StickerFormatTgsTypeID,
|
|
StickerFormatWebmTypeID,
|
|
},
|
|
StickerFullTypeClassName: {
|
|
StickerFullTypeRegularTypeID,
|
|
StickerFullTypeMaskTypeID,
|
|
StickerFullTypeCustomEmojiTypeID,
|
|
},
|
|
StickerTypeClassName: {
|
|
StickerTypeRegularTypeID,
|
|
StickerTypeMaskTypeID,
|
|
StickerTypeCustomEmojiTypeID,
|
|
},
|
|
StorePaymentPurposeClassName: {
|
|
StorePaymentPurposePremiumSubscriptionTypeID,
|
|
StorePaymentPurposePremiumGiftTypeID,
|
|
StorePaymentPurposePremiumGiftCodesTypeID,
|
|
StorePaymentPurposePremiumGiveawayTypeID,
|
|
StorePaymentPurposeStarGiveawayTypeID,
|
|
StorePaymentPurposeStarsTypeID,
|
|
StorePaymentPurposeGiftedStarsTypeID,
|
|
},
|
|
StoreTransactionClassName: {
|
|
StoreTransactionAppStoreTypeID,
|
|
StoreTransactionGooglePlayTypeID,
|
|
},
|
|
StoryAreaTypeClassName: {
|
|
StoryAreaTypeLocationTypeID,
|
|
StoryAreaTypeVenueTypeID,
|
|
StoryAreaTypeSuggestedReactionTypeID,
|
|
StoryAreaTypeMessageTypeID,
|
|
StoryAreaTypeLinkTypeID,
|
|
StoryAreaTypeWeatherTypeID,
|
|
StoryAreaTypeUpgradedGiftTypeID,
|
|
},
|
|
StoryContentClassName: {
|
|
StoryContentPhotoTypeID,
|
|
StoryContentVideoTypeID,
|
|
StoryContentUnsupportedTypeID,
|
|
},
|
|
StoryInteractionTypeClassName: {
|
|
StoryInteractionTypeViewTypeID,
|
|
StoryInteractionTypeForwardTypeID,
|
|
StoryInteractionTypeRepostTypeID,
|
|
},
|
|
StoryListClassName: {
|
|
StoryListMainTypeID,
|
|
StoryListArchiveTypeID,
|
|
},
|
|
StoryOriginClassName: {
|
|
StoryOriginPublicStoryTypeID,
|
|
StoryOriginHiddenUserTypeID,
|
|
},
|
|
StoryPrivacySettingsClassName: {
|
|
StoryPrivacySettingsEveryoneTypeID,
|
|
StoryPrivacySettingsContactsTypeID,
|
|
StoryPrivacySettingsCloseFriendsTypeID,
|
|
StoryPrivacySettingsSelectedUsersTypeID,
|
|
},
|
|
SuggestedActionClassName: {
|
|
SuggestedActionEnableArchiveAndMuteNewChatsTypeID,
|
|
SuggestedActionCheckPasswordTypeID,
|
|
SuggestedActionCheckPhoneNumberTypeID,
|
|
SuggestedActionViewChecksHintTypeID,
|
|
SuggestedActionConvertToBroadcastGroupTypeID,
|
|
SuggestedActionSetPasswordTypeID,
|
|
SuggestedActionUpgradePremiumTypeID,
|
|
SuggestedActionRestorePremiumTypeID,
|
|
SuggestedActionSubscribeToAnnualPremiumTypeID,
|
|
SuggestedActionGiftPremiumForChristmasTypeID,
|
|
SuggestedActionSetBirthdateTypeID,
|
|
SuggestedActionSetProfilePhotoTypeID,
|
|
SuggestedActionExtendPremiumTypeID,
|
|
SuggestedActionExtendStarSubscriptionsTypeID,
|
|
SuggestedActionCustomTypeID,
|
|
},
|
|
SupergroupMembersFilterClassName: {
|
|
SupergroupMembersFilterRecentTypeID,
|
|
SupergroupMembersFilterContactsTypeID,
|
|
SupergroupMembersFilterAdministratorsTypeID,
|
|
SupergroupMembersFilterSearchTypeID,
|
|
SupergroupMembersFilterRestrictedTypeID,
|
|
SupergroupMembersFilterBannedTypeID,
|
|
SupergroupMembersFilterMentionTypeID,
|
|
SupergroupMembersFilterBotsTypeID,
|
|
},
|
|
TMeURLTypeClassName: {
|
|
TMeURLTypeUserTypeID,
|
|
TMeURLTypeSupergroupTypeID,
|
|
TMeURLTypeChatInviteTypeID,
|
|
TMeURLTypeStickerSetTypeID,
|
|
},
|
|
TargetChatClassName: {
|
|
TargetChatCurrentTypeID,
|
|
TargetChatChosenTypeID,
|
|
TargetChatInternalLinkTypeID,
|
|
},
|
|
TelegramPaymentPurposeClassName: {
|
|
TelegramPaymentPurposePremiumGiftTypeID,
|
|
TelegramPaymentPurposePremiumGiftCodesTypeID,
|
|
TelegramPaymentPurposePremiumGiveawayTypeID,
|
|
TelegramPaymentPurposeStarsTypeID,
|
|
TelegramPaymentPurposeGiftedStarsTypeID,
|
|
TelegramPaymentPurposeStarGiveawayTypeID,
|
|
TelegramPaymentPurposeJoinChatTypeID,
|
|
},
|
|
TextEntityTypeClassName: {
|
|
TextEntityTypeMentionTypeID,
|
|
TextEntityTypeHashtagTypeID,
|
|
TextEntityTypeCashtagTypeID,
|
|
TextEntityTypeBotCommandTypeID,
|
|
TextEntityTypeURLTypeID,
|
|
TextEntityTypeEmailAddressTypeID,
|
|
TextEntityTypePhoneNumberTypeID,
|
|
TextEntityTypeBankCardNumberTypeID,
|
|
TextEntityTypeBoldTypeID,
|
|
TextEntityTypeItalicTypeID,
|
|
TextEntityTypeUnderlineTypeID,
|
|
TextEntityTypeStrikethroughTypeID,
|
|
TextEntityTypeSpoilerTypeID,
|
|
TextEntityTypeCodeTypeID,
|
|
TextEntityTypePreTypeID,
|
|
TextEntityTypePreCodeTypeID,
|
|
TextEntityTypeBlockQuoteTypeID,
|
|
TextEntityTypeExpandableBlockQuoteTypeID,
|
|
TextEntityTypeTextURLTypeID,
|
|
TextEntityTypeMentionNameTypeID,
|
|
TextEntityTypeCustomEmojiTypeID,
|
|
TextEntityTypeMediaTimestampTypeID,
|
|
},
|
|
TextParseModeClassName: {
|
|
TextParseModeMarkdownTypeID,
|
|
TextParseModeHTMLTypeID,
|
|
},
|
|
ThumbnailFormatClassName: {
|
|
ThumbnailFormatJpegTypeID,
|
|
ThumbnailFormatGifTypeID,
|
|
ThumbnailFormatMpeg4TypeID,
|
|
ThumbnailFormatPngTypeID,
|
|
ThumbnailFormatTgsTypeID,
|
|
ThumbnailFormatWebmTypeID,
|
|
ThumbnailFormatWebpTypeID,
|
|
},
|
|
TopChatCategoryClassName: {
|
|
TopChatCategoryUsersTypeID,
|
|
TopChatCategoryBotsTypeID,
|
|
TopChatCategoryGroupsTypeID,
|
|
TopChatCategoryChannelsTypeID,
|
|
TopChatCategoryInlineBotsTypeID,
|
|
TopChatCategoryWebAppBotsTypeID,
|
|
TopChatCategoryCallsTypeID,
|
|
TopChatCategoryForwardChatsTypeID,
|
|
},
|
|
UpdateClassName: {
|
|
UpdateAuthorizationStateTypeID,
|
|
UpdateNewMessageTypeID,
|
|
UpdateMessageSendAcknowledgedTypeID,
|
|
UpdateMessageSendSucceededTypeID,
|
|
UpdateMessageSendFailedTypeID,
|
|
UpdateMessageContentTypeID,
|
|
UpdateMessageEditedTypeID,
|
|
UpdateMessageIsPinnedTypeID,
|
|
UpdateMessageInteractionInfoTypeID,
|
|
UpdateMessageContentOpenedTypeID,
|
|
UpdateMessageMentionReadTypeID,
|
|
UpdateMessageUnreadReactionsTypeID,
|
|
UpdateMessageFactCheckTypeID,
|
|
UpdateMessageLiveLocationViewedTypeID,
|
|
UpdateVideoPublishedTypeID,
|
|
UpdateNewChatTypeID,
|
|
UpdateChatTitleTypeID,
|
|
UpdateChatPhotoTypeID,
|
|
UpdateChatAccentColorsTypeID,
|
|
UpdateChatPermissionsTypeID,
|
|
UpdateChatLastMessageTypeID,
|
|
UpdateChatPositionTypeID,
|
|
UpdateChatAddedToListTypeID,
|
|
UpdateChatRemovedFromListTypeID,
|
|
UpdateChatReadInboxTypeID,
|
|
UpdateChatReadOutboxTypeID,
|
|
UpdateChatActionBarTypeID,
|
|
UpdateChatBusinessBotManageBarTypeID,
|
|
UpdateChatAvailableReactionsTypeID,
|
|
UpdateChatDraftMessageTypeID,
|
|
UpdateChatEmojiStatusTypeID,
|
|
UpdateChatMessageSenderTypeID,
|
|
UpdateChatMessageAutoDeleteTimeTypeID,
|
|
UpdateChatNotificationSettingsTypeID,
|
|
UpdateChatPendingJoinRequestsTypeID,
|
|
UpdateChatReplyMarkupTypeID,
|
|
UpdateChatBackgroundTypeID,
|
|
UpdateChatThemeTypeID,
|
|
UpdateChatUnreadMentionCountTypeID,
|
|
UpdateChatUnreadReactionCountTypeID,
|
|
UpdateChatVideoChatTypeID,
|
|
UpdateChatDefaultDisableNotificationTypeID,
|
|
UpdateChatHasProtectedContentTypeID,
|
|
UpdateChatIsTranslatableTypeID,
|
|
UpdateChatIsMarkedAsUnreadTypeID,
|
|
UpdateChatViewAsTopicsTypeID,
|
|
UpdateChatBlockListTypeID,
|
|
UpdateChatHasScheduledMessagesTypeID,
|
|
UpdateChatFoldersTypeID,
|
|
UpdateChatOnlineMemberCountTypeID,
|
|
UpdateSavedMessagesTopicTypeID,
|
|
UpdateSavedMessagesTopicCountTypeID,
|
|
UpdateDirectMessagesChatTopicTypeID,
|
|
UpdateTopicMessageCountTypeID,
|
|
UpdateQuickReplyShortcutTypeID,
|
|
UpdateQuickReplyShortcutDeletedTypeID,
|
|
UpdateQuickReplyShortcutsTypeID,
|
|
UpdateQuickReplyShortcutMessagesTypeID,
|
|
UpdateForumTopicInfoTypeID,
|
|
UpdateForumTopicTypeID,
|
|
UpdateScopeNotificationSettingsTypeID,
|
|
UpdateReactionNotificationSettingsTypeID,
|
|
UpdateNotificationTypeID,
|
|
UpdateNotificationGroupTypeID,
|
|
UpdateActiveNotificationsTypeID,
|
|
UpdateHavePendingNotificationsTypeID,
|
|
UpdateDeleteMessagesTypeID,
|
|
UpdateChatActionTypeID,
|
|
UpdateUserStatusTypeID,
|
|
UpdateUserTypeID,
|
|
UpdateBasicGroupTypeID,
|
|
UpdateSupergroupTypeID,
|
|
UpdateSecretChatTypeID,
|
|
UpdateUserFullInfoTypeID,
|
|
UpdateBasicGroupFullInfoTypeID,
|
|
UpdateSupergroupFullInfoTypeID,
|
|
UpdateServiceNotificationTypeID,
|
|
UpdateFileTypeID,
|
|
UpdateFileGenerationStartTypeID,
|
|
UpdateFileGenerationStopTypeID,
|
|
UpdateFileDownloadsTypeID,
|
|
UpdateFileAddedToDownloadsTypeID,
|
|
UpdateFileDownloadTypeID,
|
|
UpdateFileRemovedFromDownloadsTypeID,
|
|
UpdateApplicationVerificationRequiredTypeID,
|
|
UpdateApplicationRecaptchaVerificationRequiredTypeID,
|
|
UpdateCallTypeID,
|
|
UpdateGroupCallTypeID,
|
|
UpdateGroupCallParticipantTypeID,
|
|
UpdateGroupCallParticipantsTypeID,
|
|
UpdateGroupCallVerificationStateTypeID,
|
|
UpdateNewCallSignalingDataTypeID,
|
|
UpdateUserPrivacySettingRulesTypeID,
|
|
UpdateUnreadMessageCountTypeID,
|
|
UpdateUnreadChatCountTypeID,
|
|
UpdateStoryTypeID,
|
|
UpdateStoryDeletedTypeID,
|
|
UpdateStoryPostSucceededTypeID,
|
|
UpdateStoryPostFailedTypeID,
|
|
UpdateChatActiveStoriesTypeID,
|
|
UpdateStoryListChatCountTypeID,
|
|
UpdateStoryStealthModeTypeID,
|
|
UpdateOptionTypeID,
|
|
UpdateStickerSetTypeID,
|
|
UpdateInstalledStickerSetsTypeID,
|
|
UpdateTrendingStickerSetsTypeID,
|
|
UpdateRecentStickersTypeID,
|
|
UpdateFavoriteStickersTypeID,
|
|
UpdateSavedAnimationsTypeID,
|
|
UpdateSavedNotificationSoundsTypeID,
|
|
UpdateDefaultBackgroundTypeID,
|
|
UpdateChatThemesTypeID,
|
|
UpdateAccentColorsTypeID,
|
|
UpdateProfileAccentColorsTypeID,
|
|
UpdateLanguagePackStringsTypeID,
|
|
UpdateConnectionStateTypeID,
|
|
UpdateFreezeStateTypeID,
|
|
UpdateTermsOfServiceTypeID,
|
|
UpdateUnconfirmedSessionTypeID,
|
|
UpdateAttachmentMenuBotsTypeID,
|
|
UpdateWebAppMessageSentTypeID,
|
|
UpdateActiveEmojiReactionsTypeID,
|
|
UpdateAvailableMessageEffectsTypeID,
|
|
UpdateDefaultReactionTypeTypeID,
|
|
UpdateDefaultPaidReactionTypeTypeID,
|
|
UpdateSavedMessagesTagsTypeID,
|
|
UpdateActiveLiveLocationMessagesTypeID,
|
|
UpdateOwnedStarCountTypeID,
|
|
UpdateChatRevenueAmountTypeID,
|
|
UpdateStarRevenueStatusTypeID,
|
|
UpdateSpeechRecognitionTrialTypeID,
|
|
UpdateDiceEmojisTypeID,
|
|
UpdateAnimatedEmojiMessageClickedTypeID,
|
|
UpdateAnimationSearchParametersTypeID,
|
|
UpdateSuggestedActionsTypeID,
|
|
UpdateSpeedLimitNotificationTypeID,
|
|
UpdateContactCloseBirthdaysTypeID,
|
|
UpdateAutosaveSettingsTypeID,
|
|
UpdateBusinessConnectionTypeID,
|
|
UpdateNewBusinessMessageTypeID,
|
|
UpdateBusinessMessageEditedTypeID,
|
|
UpdateBusinessMessagesDeletedTypeID,
|
|
UpdateNewInlineQueryTypeID,
|
|
UpdateNewChosenInlineResultTypeID,
|
|
UpdateNewCallbackQueryTypeID,
|
|
UpdateNewInlineCallbackQueryTypeID,
|
|
UpdateNewBusinessCallbackQueryTypeID,
|
|
UpdateNewShippingQueryTypeID,
|
|
UpdateNewPreCheckoutQueryTypeID,
|
|
UpdateNewCustomEventTypeID,
|
|
UpdateNewCustomQueryTypeID,
|
|
UpdatePollTypeID,
|
|
UpdatePollAnswerTypeID,
|
|
UpdateChatMemberTypeID,
|
|
UpdateNewChatJoinRequestTypeID,
|
|
UpdateChatBoostTypeID,
|
|
UpdateMessageReactionTypeID,
|
|
UpdateMessageReactionsTypeID,
|
|
UpdatePaidMediaPurchasedTypeID,
|
|
},
|
|
UpgradedGiftAttributeIDClassName: {
|
|
UpgradedGiftAttributeIDModelTypeID,
|
|
UpgradedGiftAttributeIDSymbolTypeID,
|
|
UpgradedGiftAttributeIDBackdropTypeID,
|
|
},
|
|
UserPrivacySettingClassName: {
|
|
UserPrivacySettingShowStatusTypeID,
|
|
UserPrivacySettingShowProfilePhotoTypeID,
|
|
UserPrivacySettingShowLinkInForwardedMessagesTypeID,
|
|
UserPrivacySettingShowPhoneNumberTypeID,
|
|
UserPrivacySettingShowBioTypeID,
|
|
UserPrivacySettingShowBirthdateTypeID,
|
|
UserPrivacySettingAllowChatInvitesTypeID,
|
|
UserPrivacySettingAllowCallsTypeID,
|
|
UserPrivacySettingAllowPeerToPeerCallsTypeID,
|
|
UserPrivacySettingAllowFindingByPhoneNumberTypeID,
|
|
UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessagesTypeID,
|
|
UserPrivacySettingAutosaveGiftsTypeID,
|
|
UserPrivacySettingAllowUnpaidMessagesTypeID,
|
|
},
|
|
UserPrivacySettingRuleClassName: {
|
|
UserPrivacySettingRuleAllowAllTypeID,
|
|
UserPrivacySettingRuleAllowContactsTypeID,
|
|
UserPrivacySettingRuleAllowBotsTypeID,
|
|
UserPrivacySettingRuleAllowPremiumUsersTypeID,
|
|
UserPrivacySettingRuleAllowUsersTypeID,
|
|
UserPrivacySettingRuleAllowChatMembersTypeID,
|
|
UserPrivacySettingRuleRestrictAllTypeID,
|
|
UserPrivacySettingRuleRestrictContactsTypeID,
|
|
UserPrivacySettingRuleRestrictBotsTypeID,
|
|
UserPrivacySettingRuleRestrictUsersTypeID,
|
|
UserPrivacySettingRuleRestrictChatMembersTypeID,
|
|
},
|
|
UserStatusClassName: {
|
|
UserStatusEmptyTypeID,
|
|
UserStatusOnlineTypeID,
|
|
UserStatusOfflineTypeID,
|
|
UserStatusRecentlyTypeID,
|
|
UserStatusLastWeekTypeID,
|
|
UserStatusLastMonthTypeID,
|
|
},
|
|
UserTypeClassName: {
|
|
UserTypeRegularTypeID,
|
|
UserTypeDeletedTypeID,
|
|
UserTypeBotTypeID,
|
|
UserTypeUnknownTypeID,
|
|
},
|
|
VectorPathCommandClassName: {
|
|
VectorPathCommandLineTypeID,
|
|
VectorPathCommandCubicBezierCurveTypeID,
|
|
},
|
|
WebAppOpenModeClassName: {
|
|
WebAppOpenModeCompactTypeID,
|
|
WebAppOpenModeFullSizeTypeID,
|
|
WebAppOpenModeFullScreenTypeID,
|
|
},
|
|
}
|
|
}
|