type github.com/gotd/td/tg.UpdateClass
536 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L34: type Handler = func(context.Context, Entities, UpdateClass) error
tl_handlers_gen.go#L65: upds []UpdateClass
tl_handlers_gen.go#L81: upds = []UpdateClass{u.Update}
tl_handlers_gen.go#L98: func (u UpdateDispatcher) dispatch(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L118: u.handlers[UpdateNewMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L128: u.handlers[UpdateMessageIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L138: u.handlers[UpdateDeleteMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L148: u.handlers[UpdateUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L158: u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L168: u.handlers[UpdateChatParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L178: u.handlers[UpdateUserStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L188: u.handlers[UpdateUserNameTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L198: u.handlers[UpdateNewAuthorizationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L208: u.handlers[UpdateNewEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L218: u.handlers[UpdateEncryptedChatTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L228: u.handlers[UpdateEncryptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L238: u.handlers[UpdateEncryptedMessagesReadTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L248: u.handlers[UpdateChatParticipantAddTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L258: u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L268: u.handlers[UpdateDCOptionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L278: u.handlers[UpdateNotifySettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L288: u.handlers[UpdateServiceNotificationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L298: u.handlers[UpdatePrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L308: u.handlers[UpdateUserPhoneTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L318: u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L328: u.handlers[UpdateReadHistoryOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L338: u.handlers[UpdateWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L348: u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L358: u.handlers[UpdateChannelTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L368: u.handlers[UpdateChannelTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L378: u.handlers[UpdateNewChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L388: u.handlers[UpdateReadChannelInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L398: u.handlers[UpdateDeleteChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L408: u.handlers[UpdateChannelMessageViewsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L418: u.handlers[UpdateChatParticipantAdminTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L428: u.handlers[UpdateNewStickerSetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L438: u.handlers[UpdateStickerSetsOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L448: u.handlers[UpdateStickerSetsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L458: u.handlers[UpdateSavedGifsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L468: u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L478: u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L488: u.handlers[UpdateEditChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L498: u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L508: u.handlers[UpdateEditMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L518: u.handlers[UpdateInlineBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L528: u.handlers[UpdateReadChannelOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L538: u.handlers[UpdateDraftMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L548: u.handlers[UpdateReadFeaturedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L558: u.handlers[UpdateRecentStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L568: u.handlers[UpdateConfigTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L578: u.handlers[UpdatePtsChangedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L588: u.handlers[UpdateChannelWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L598: u.handlers[UpdateDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L608: u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L618: u.handlers[UpdateBotWebhookJSONTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L628: u.handlers[UpdateBotWebhookJSONQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L638: u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L648: u.handlers[UpdateBotPrecheckoutQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L658: u.handlers[UpdatePhoneCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L668: u.handlers[UpdateLangPackTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L678: u.handlers[UpdateLangPackTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L688: u.handlers[UpdateFavedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L698: u.handlers[UpdateChannelReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L708: u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L718: u.handlers[UpdateChannelAvailableMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L728: u.handlers[UpdateDialogUnreadMarkTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L738: u.handlers[UpdateMessagePollTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L748: u.handlers[UpdateChatDefaultBannedRightsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L758: u.handlers[UpdateFolderPeersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L768: u.handlers[UpdatePeerSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L778: u.handlers[UpdatePeerLocatedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L788: u.handlers[UpdateNewScheduledMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L798: u.handlers[UpdateDeleteScheduledMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L808: u.handlers[UpdateThemeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L818: u.handlers[UpdateGeoLiveViewedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L828: u.handlers[UpdateLoginTokenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L838: u.handlers[UpdateMessagePollVoteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L848: u.handlers[UpdateDialogFilterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L858: u.handlers[UpdateDialogFilterOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L868: u.handlers[UpdateDialogFiltersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L878: u.handlers[UpdatePhoneCallSignalingDataTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L888: u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L898: u.handlers[UpdateReadChannelDiscussionInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L908: u.handlers[UpdateReadChannelDiscussionOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L918: u.handlers[UpdatePeerBlockedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L928: u.handlers[UpdateChannelUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L938: u.handlers[UpdatePinnedMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L948: u.handlers[UpdatePinnedChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L958: u.handlers[UpdateChatTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L968: u.handlers[UpdateGroupCallParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L978: u.handlers[UpdateGroupCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L988: u.handlers[UpdatePeerHistoryTTLTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L998: u.handlers[UpdateChatParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1008: u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1018: u.handlers[UpdateBotStoppedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1028: u.handlers[UpdateGroupCallConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1038: u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1048: u.handlers[UpdatePendingJoinRequestsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1058: u.handlers[UpdateBotChatInviteRequesterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1068: u.handlers[UpdateMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1078: u.handlers[UpdateAttachMenuBotsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1088: u.handlers[UpdateWebViewResultSentTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1098: u.handlers[UpdateBotMenuButtonTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1108: u.handlers[UpdateSavedRingtonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1118: u.handlers[UpdateTranscribedAudioTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1128: u.handlers[UpdateReadFeaturedEmojiStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1138: u.handlers[UpdateUserEmojiStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1148: u.handlers[UpdateRecentEmojiStatusesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1158: u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1168: u.handlers[UpdateMoveStickerSetToTopTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1178: u.handlers[UpdateMessageExtendedMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1188: u.handlers[UpdateUserTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1198: u.handlers[UpdateAutoSaveSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1208: u.handlers[UpdateStoryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1218: u.handlers[UpdateReadStoriesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1228: u.handlers[UpdateStoryIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1238: u.handlers[UpdateStoriesStealthModeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1248: u.handlers[UpdateSentStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1258: u.handlers[UpdateBotChatBoostTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1268: u.handlers[UpdateChannelViewForumAsMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1278: u.handlers[UpdatePeerWallpaperTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1288: u.handlers[UpdateBotMessageReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1298: u.handlers[UpdateBotMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1308: u.handlers[UpdateSavedDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1318: u.handlers[UpdatePinnedSavedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1328: u.handlers[UpdateSavedReactionTagsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1338: u.handlers[UpdateSMSJobTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1348: u.handlers[UpdateQuickRepliesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1358: u.handlers[UpdateNewQuickReplyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1368: u.handlers[UpdateDeleteQuickReplyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1378: u.handlers[UpdateQuickReplyMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1388: u.handlers[UpdateDeleteQuickReplyMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1398: u.handlers[UpdateBotBusinessConnectTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1408: u.handlers[UpdateBotNewBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1418: u.handlers[UpdateBotEditBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1428: u.handlers[UpdateBotDeleteBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1438: u.handlers[UpdateNewStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1448: u.handlers[UpdateStarsBalanceTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1458: u.handlers[UpdateBusinessBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1468: u.handlers[UpdateStarsRevenueStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1478: u.handlers[UpdateBotPurchasedPaidMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1488: u.handlers[UpdatePaidReactionPrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1498: u.handlers[UpdateSentPhoneCodeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1508: u.handlers[UpdateGroupCallChainBlocksTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1518: u.handlers[UpdateReadMonoForumInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1528: u.handlers[UpdateReadMonoForumOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1538: u.handlers[UpdateMonoForumNoPaidExceptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1548: u.handlers[UpdateGroupCallMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1558: u.handlers[UpdateGroupCallEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1568: u.handlers[UpdatePinnedForumTopicTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1578: u.handlers[UpdatePinnedForumTopicsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1588: u.handlers[UpdateDeleteGroupCallMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1598: u.handlers[UpdateStarGiftAuctionStateTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1608: u.handlers[UpdateStarGiftAuctionUserStateTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1618: u.handlers[UpdateEmojiGameInfoTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1628: u.handlers[UpdateStarGiftCraftFailTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1638: u.handlers[UpdateChatParticipantRankTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1648: u.handlers[UpdateManagedBotTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1658: u.handlers[UpdateBotGuestChatQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1668: u.handlers[UpdateAiComposeTonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1678: u.handlers[UpdateJoinChatWebViewDecisionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1688: u.handlers[UpdateNewBotConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1698: u.handlers[UpdateWebBrowserSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1708: u.handlers[UpdateWebBrowserExceptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1718: u.handlers[UpdateNewEphemeralMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1728: u.handlers[UpdateDeleteEphemeralMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1738: u.handlers[UpdateEditEphemeralMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1748: u.handlers[UpdateBotStarsSubscriptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_update_gen.go#L54: func (u UpdateNewMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L63: _ UpdateClass = &UpdateNewMessage{}
tl_update_gen.go#L249: func (u UpdateMessageID) construct() UpdateClass { return &u }
tl_update_gen.go#L258: _ UpdateClass = &UpdateMessageID{}
tl_update_gen.go#L416: func (u UpdateDeleteMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L425: _ UpdateClass = &UpdateDeleteMessages{}
tl_update_gen.go#L630: func (u UpdateUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L639: _ UpdateClass = &UpdateUserTyping{}
tl_update_gen.go#L861: func (u UpdateChatUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L870: _ UpdateClass = &UpdateChatUserTyping{}
tl_update_gen.go#L1063: func (u UpdateChatParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L1072: _ UpdateClass = &UpdateChatParticipants{}
tl_update_gen.go#L1205: func (u UpdateUserStatus) construct() UpdateClass { return &u }
tl_update_gen.go#L1214: _ UpdateClass = &UpdateUserStatus{}
tl_update_gen.go#L1384: func (u UpdateUserName) construct() UpdateClass { return &u }
tl_update_gen.go#L1393: _ UpdateClass = &UpdateUserName{}
tl_update_gen.go#L1634: func (u UpdateNewAuthorization) construct() UpdateClass { return &u }
tl_update_gen.go#L1643: _ UpdateClass = &UpdateNewAuthorization{}
tl_update_gen.go#L1955: func (u UpdateNewEncryptedMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L1964: _ UpdateClass = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L2122: func (u UpdateEncryptedChatTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L2131: _ UpdateClass = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2259: func (u UpdateEncryption) construct() UpdateClass { return &u }
tl_update_gen.go#L2268: _ UpdateClass = &UpdateEncryption{}
tl_update_gen.go#L2428: func (u UpdateEncryptedMessagesRead) construct() UpdateClass { return &u }
tl_update_gen.go#L2437: _ UpdateClass = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2625: func (u UpdateChatParticipantAdd) construct() UpdateClass { return &u }
tl_update_gen.go#L2634: _ UpdateClass = &UpdateChatParticipantAdd{}
tl_update_gen.go#L2871: func (u UpdateChatParticipantDelete) construct() UpdateClass { return &u }
tl_update_gen.go#L2880: _ UpdateClass = &UpdateChatParticipantDelete{}
tl_update_gen.go#L3056: func (u UpdateDCOptions) construct() UpdateClass { return &u }
tl_update_gen.go#L3065: _ UpdateClass = &UpdateDCOptions{}
tl_update_gen.go#L3208: func (u UpdateNotifySettings) construct() UpdateClass { return &u }
tl_update_gen.go#L3217: _ UpdateClass = &UpdateNotifySettings{}
tl_update_gen.go#L3408: func (u UpdateServiceNotification) construct() UpdateClass { return &u }
tl_update_gen.go#L3417: _ UpdateClass = &UpdateServiceNotification{}
tl_update_gen.go#L3774: func (u UpdatePrivacy) construct() UpdateClass { return &u }
tl_update_gen.go#L3783: _ UpdateClass = &UpdatePrivacy{}
tl_update_gen.go#L3964: func (u UpdateUserPhone) construct() UpdateClass { return &u }
tl_update_gen.go#L3973: _ UpdateClass = &UpdateUserPhone{}
tl_update_gen.go#L4157: func (u UpdateReadHistoryInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4166: _ UpdateClass = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4513: func (u UpdateReadHistoryOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4522: _ UpdateClass = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4741: func (u UpdateWebPage) construct() UpdateClass { return &u }
tl_update_gen.go#L4750: _ UpdateClass = &UpdateWebPage{}
tl_update_gen.go#L4956: func (u UpdateReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L4965: _ UpdateClass = &UpdateReadMessagesContents{}
tl_update_gen.go#L5238: func (u UpdateChannelTooLong) construct() UpdateClass { return &u }
tl_update_gen.go#L5247: _ UpdateClass = &UpdateChannelTooLong{}
tl_update_gen.go#L5448: func (u UpdateChannel) construct() UpdateClass { return &u }
tl_update_gen.go#L5457: _ UpdateClass = &UpdateChannel{}
tl_update_gen.go#L5596: func (u UpdateNewChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L5605: _ UpdateClass = &UpdateNewChannelMessage{}
tl_update_gen.go#L5810: func (u UpdateReadChannelInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L5819: _ UpdateClass = &UpdateReadChannelInbox{}
tl_update_gen.go#L6095: func (u UpdateDeleteChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L6104: _ UpdateClass = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L6322: func (u UpdateChannelMessageViews) construct() UpdateClass { return &u }
tl_update_gen.go#L6331: _ UpdateClass = &UpdateChannelMessageViews{}
tl_update_gen.go#L6520: func (u UpdateChatParticipantAdmin) construct() UpdateClass { return &u }
tl_update_gen.go#L6529: _ UpdateClass = &UpdateChatParticipantAdmin{}
tl_update_gen.go#L6730: func (u UpdateNewStickerSet) construct() UpdateClass { return &u }
tl_update_gen.go#L6739: _ UpdateClass = &UpdateNewStickerSet{}
tl_update_gen.go#L6879: func (u UpdateStickerSetsOrder) construct() UpdateClass { return &u }
tl_update_gen.go#L6888: _ UpdateClass = &UpdateStickerSetsOrder{}
tl_update_gen.go#L7123: func (u UpdateStickerSets) construct() UpdateClass { return &u }
tl_update_gen.go#L7132: _ UpdateClass = &UpdateStickerSets{}
tl_update_gen.go#L7317: func (u UpdateSavedGifs) construct() UpdateClass { return &u }
tl_update_gen.go#L7326: _ UpdateClass = &UpdateSavedGifs{}
tl_update_gen.go#L7440: func (u UpdateBotInlineQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L7449: _ UpdateClass = &UpdateBotInlineQuery{}
tl_update_gen.go#L7788: func (u UpdateBotInlineSend) construct() UpdateClass { return &u }
tl_update_gen.go#L7797: _ UpdateClass = &UpdateBotInlineSend{}
tl_update_gen.go#L8100: func (u UpdateEditChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L8109: _ UpdateClass = &UpdateEditChannelMessage{}
tl_update_gen.go#L8313: func (u UpdateBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L8322: _ UpdateClass = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8667: func (u UpdateEditMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L8676: _ UpdateClass = &UpdateEditMessage{}
tl_update_gen.go#L8878: func (u UpdateInlineBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L8887: _ UpdateClass = &UpdateInlineBotCallbackQuery{}
tl_update_gen.go#L9202: func (u UpdateReadChannelOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L9211: _ UpdateClass = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9386: func (u UpdateDraftMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L9395: _ UpdateClass = &UpdateDraftMessage{}
tl_update_gen.go#L9663: func (u UpdateReadFeaturedStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L9672: _ UpdateClass = &UpdateReadFeaturedStickers{}
tl_update_gen.go#L9765: func (u UpdateRecentStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L9774: _ UpdateClass = &UpdateRecentStickers{}
tl_update_gen.go#L9872: func (u UpdateConfig) construct() UpdateClass { return &u }
tl_update_gen.go#L9881: _ UpdateClass = &UpdateConfig{}
tl_update_gen.go#L9979: func (u UpdatePtsChanged) construct() UpdateClass { return &u }
tl_update_gen.go#L9988: _ UpdateClass = &UpdatePtsChanged{}
tl_update_gen.go#L10101: func (u UpdateChannelWebPage) construct() UpdateClass { return &u }
tl_update_gen.go#L10110: _ UpdateClass = &UpdateChannelWebPage{}
tl_update_gen.go#L10330: func (u UpdateDialogPinned) construct() UpdateClass { return &u }
tl_update_gen.go#L10339: _ UpdateClass = &UpdateDialogPinned{}
tl_update_gen.go#L10577: func (u UpdatePinnedDialogs) construct() UpdateClass { return &u }
tl_update_gen.go#L10586: _ UpdateClass = &UpdatePinnedDialogs{}
tl_update_gen.go#L10817: func (u UpdateBotWebhookJSON) construct() UpdateClass { return &u }
tl_update_gen.go#L10826: _ UpdateClass = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10956: func (u UpdateBotWebhookJSONQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L10965: _ UpdateClass = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L11147: func (u UpdateBotShippingQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L11156: _ UpdateClass = &UpdateBotShippingQuery{}
tl_update_gen.go#L11388: func (u UpdateBotPrecheckoutQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L11397: _ UpdateClass = &UpdateBotPrecheckoutQuery{}
tl_update_gen.go#L11727: func (u UpdatePhoneCall) construct() UpdateClass { return &u }
tl_update_gen.go#L11736: _ UpdateClass = &UpdatePhoneCall{}
tl_update_gen.go#L11871: func (u UpdateLangPackTooLong) construct() UpdateClass { return &u }
tl_update_gen.go#L11880: _ UpdateClass = &UpdateLangPackTooLong{}
tl_update_gen.go#L12006: func (u UpdateLangPack) construct() UpdateClass { return &u }
tl_update_gen.go#L12015: _ UpdateClass = &UpdateLangPack{}
tl_update_gen.go#L12143: func (u UpdateFavedStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L12152: _ UpdateClass = &UpdateFavedStickers{}
tl_update_gen.go#L12277: func (u UpdateChannelReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L12286: _ UpdateClass = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12557: func (u UpdateContactsReset) construct() UpdateClass { return &u }
tl_update_gen.go#L12566: _ UpdateClass = &UpdateContactsReset{}
tl_update_gen.go#L12666: func (u UpdateChannelAvailableMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L12675: _ UpdateClass = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12840: func (u UpdateDialogUnreadMark) construct() UpdateClass { return &u }
tl_update_gen.go#L12849: _ UpdateClass = &UpdateDialogUnreadMark{}
tl_update_gen.go#L13101: func (u UpdateMessagePoll) construct() UpdateClass { return &u }
tl_update_gen.go#L13110: _ UpdateClass = &UpdateMessagePoll{}
tl_update_gen.go#L13469: func (u UpdateChatDefaultBannedRights) construct() UpdateClass { return &u }
tl_update_gen.go#L13478: _ UpdateClass = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L13672: func (u UpdateFolderPeers) construct() UpdateClass { return &u }
tl_update_gen.go#L13681: _ UpdateClass = &UpdateFolderPeers{}
tl_update_gen.go#L13874: func (u UpdatePeerSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L13883: _ UpdateClass = &UpdatePeerSettings{}
tl_update_gen.go#L14039: func (u UpdatePeerLocated) construct() UpdateClass { return &u }
tl_update_gen.go#L14048: _ UpdateClass = &UpdatePeerLocated{}
tl_update_gen.go#L14200: func (u UpdateNewScheduledMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L14209: _ UpdateClass = &UpdateNewScheduledMessage{}
tl_update_gen.go#L14361: func (u UpdateDeleteScheduledMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L14370: _ UpdateClass = &UpdateDeleteScheduledMessages{}
tl_update_gen.go#L14612: func (u UpdateTheme) construct() UpdateClass { return &u }
tl_update_gen.go#L14621: _ UpdateClass = &UpdateTheme{}
tl_update_gen.go#L14749: func (u UpdateGeoLiveViewed) construct() UpdateClass { return &u }
tl_update_gen.go#L14758: _ UpdateClass = &UpdateGeoLiveViewed{}
tl_update_gen.go#L14912: func (u UpdateLoginToken) construct() UpdateClass { return &u }
tl_update_gen.go#L14921: _ UpdateClass = &UpdateLoginToken{}
tl_update_gen.go#L15027: func (u UpdateMessagePollVote) construct() UpdateClass { return &u }
tl_update_gen.go#L15036: _ UpdateClass = &UpdateMessagePollVote{}
tl_update_gen.go#L15311: func (u UpdateDialogFilter) construct() UpdateClass { return &u }
tl_update_gen.go#L15320: _ UpdateClass = &UpdateDialogFilter{}
tl_update_gen.go#L15517: func (u UpdateDialogFilterOrder) construct() UpdateClass { return &u }
tl_update_gen.go#L15526: _ UpdateClass = &UpdateDialogFilterOrder{}
tl_update_gen.go#L15666: func (u UpdateDialogFilters) construct() UpdateClass { return &u }
tl_update_gen.go#L15675: _ UpdateClass = &UpdateDialogFilters{}
tl_update_gen.go#L15772: func (u UpdatePhoneCallSignalingData) construct() UpdateClass { return &u }
tl_update_gen.go#L15781: _ UpdateClass = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15936: func (u UpdateChannelMessageForwards) construct() UpdateClass { return &u }
tl_update_gen.go#L15945: _ UpdateClass = &UpdateChannelMessageForwards{}
tl_update_gen.go#L16158: func (u UpdateReadChannelDiscussionInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L16167: _ UpdateClass = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L16463: func (u UpdateReadChannelDiscussionOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L16472: _ UpdateClass = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16664: func (u UpdatePeerBlocked) construct() UpdateClass { return &u }
tl_update_gen.go#L16673: _ UpdateClass = &UpdatePeerBlocked{}
tl_update_gen.go#L16906: func (u UpdateChannelUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L16915: _ UpdateClass = &UpdateChannelUserTyping{}
tl_update_gen.go#L17180: func (u UpdatePinnedMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L17189: _ UpdateClass = &UpdatePinnedMessages{}
tl_update_gen.go#L17479: func (u UpdatePinnedChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L17488: _ UpdateClass = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L17766: func (u UpdateChat) construct() UpdateClass { return &u }
tl_update_gen.go#L17775: _ UpdateClass = &UpdateChat{}
tl_update_gen.go#L17908: func (u UpdateGroupCallParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L17917: _ UpdateClass = &UpdateGroupCallParticipants{}
tl_update_gen.go#L18127: func (u UpdateGroupCall) construct() UpdateClass { return &u }
tl_update_gen.go#L18136: _ UpdateClass = &UpdateGroupCall{}
tl_update_gen.go#L18374: func (u UpdatePeerHistoryTTL) construct() UpdateClass { return &u }
tl_update_gen.go#L18383: _ UpdateClass = &UpdatePeerHistoryTTL{}
tl_update_gen.go#L18609: func (u UpdateChatParticipant) construct() UpdateClass { return &u }
tl_update_gen.go#L18618: _ UpdateClass = &UpdateChatParticipant{}
tl_update_gen.go#L19047: func (u UpdateChannelParticipant) construct() UpdateClass { return &u }
tl_update_gen.go#L19056: _ UpdateClass = &UpdateChannelParticipant{}
tl_update_gen.go#L19487: func (u UpdateBotStopped) construct() UpdateClass { return &u }
tl_update_gen.go#L19496: _ UpdateClass = &UpdateBotStopped{}
tl_update_gen.go#L19707: func (u UpdateGroupCallConnection) construct() UpdateClass { return &u }
tl_update_gen.go#L19716: _ UpdateClass = &UpdateGroupCallConnection{}
tl_update_gen.go#L19898: func (u UpdateBotCommands) construct() UpdateClass { return &u }
tl_update_gen.go#L19907: _ UpdateClass = &UpdateBotCommands{}
tl_update_gen.go#L20110: func (u UpdatePendingJoinRequests) construct() UpdateClass { return &u }
tl_update_gen.go#L20119: _ UpdateClass = &UpdatePendingJoinRequests{}
tl_update_gen.go#L20342: func (u UpdateBotChatInviteRequester) construct() UpdateClass { return &u }
tl_update_gen.go#L20351: _ UpdateClass = &UpdateBotChatInviteRequester{}
tl_update_gen.go#L20698: func (u UpdateMessageReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L20707: _ UpdateClass = &UpdateMessageReactions{}
tl_update_gen.go#L21000: func (u UpdateAttachMenuBots) construct() UpdateClass { return &u }
tl_update_gen.go#L21009: _ UpdateClass = &UpdateAttachMenuBots{}
tl_update_gen.go#L21108: func (u UpdateWebViewResultSent) construct() UpdateClass { return &u }
tl_update_gen.go#L21117: _ UpdateClass = &UpdateWebViewResultSent{}
tl_update_gen.go#L21245: func (u UpdateBotMenuButton) construct() UpdateClass { return &u }
tl_update_gen.go#L21254: _ UpdateClass = &UpdateBotMenuButton{}
tl_update_gen.go#L21412: func (u UpdateSavedRingtones) construct() UpdateClass { return &u }
tl_update_gen.go#L21421: _ UpdateClass = &UpdateSavedRingtones{}
tl_update_gen.go#L21538: func (u UpdateTranscribedAudio) construct() UpdateClass { return &u }
tl_update_gen.go#L21547: _ UpdateClass = &UpdateTranscribedAudio{}
tl_update_gen.go#L21803: func (u UpdateReadFeaturedEmojiStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L21812: _ UpdateClass = &UpdateReadFeaturedEmojiStickers{}
tl_update_gen.go#L21915: func (u UpdateUserEmojiStatus) construct() UpdateClass { return &u }
tl_update_gen.go#L21924: _ UpdateClass = &UpdateUserEmojiStatus{}
tl_update_gen.go#L22081: func (u UpdateRecentEmojiStatuses) construct() UpdateClass { return &u }
tl_update_gen.go#L22090: _ UpdateClass = &UpdateRecentEmojiStatuses{}
tl_update_gen.go#L22186: func (u UpdateRecentReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L22195: _ UpdateClass = &UpdateRecentReactions{}
tl_update_gen.go#L22311: func (u UpdateMoveStickerSetToTop) construct() UpdateClass { return &u }
tl_update_gen.go#L22320: _ UpdateClass = &UpdateMoveStickerSetToTop{}
tl_update_gen.go#L22538: func (u UpdateMessageExtendedMedia) construct() UpdateClass { return &u }
tl_update_gen.go#L22547: _ UpdateClass = &UpdateMessageExtendedMedia{}
tl_update_gen.go#L22766: func (u UpdateUser) construct() UpdateClass { return &u }
tl_update_gen.go#L22775: _ UpdateClass = &UpdateUser{}
tl_update_gen.go#L22903: func (u UpdateAutoSaveSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L22912: _ UpdateClass = &UpdateAutoSaveSettings{}
tl_update_gen.go#L23009: func (u UpdateStory) construct() UpdateClass { return &u }
tl_update_gen.go#L23018: _ UpdateClass = &UpdateStory{}
tl_update_gen.go#L23181: func (u UpdateReadStories) construct() UpdateClass { return &u }
tl_update_gen.go#L23190: _ UpdateClass = &UpdateReadStories{}
tl_update_gen.go#L23361: func (u UpdateStoryID) construct() UpdateClass { return &u }
tl_update_gen.go#L23370: _ UpdateClass = &UpdateStoryID{}
tl_update_gen.go#L23527: func (u UpdateStoriesStealthMode) construct() UpdateClass { return &u }
tl_update_gen.go#L23536: _ UpdateClass = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23669: func (u UpdateSentStoryReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L23678: _ UpdateClass = &UpdateSentStoryReaction{}
tl_update_gen.go#L23874: func (u UpdateBotChatBoost) construct() UpdateClass { return &u }
tl_update_gen.go#L23883: _ UpdateClass = &UpdateBotChatBoost{}
tl_update_gen.go#L24077: func (u UpdateChannelViewForumAsMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L24086: _ UpdateClass = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L24257: func (u UpdatePeerWallpaper) construct() UpdateClass { return &u }
tl_update_gen.go#L24266: _ UpdateClass = &UpdatePeerWallpaper{}
tl_update_gen.go#L24510: func (u UpdateBotMessageReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L24519: _ UpdateClass = &UpdateBotMessageReaction{}
tl_update_gen.go#L24862: func (u UpdateBotMessageReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L24871: _ UpdateClass = &UpdateBotMessageReactions{}
tl_update_gen.go#L25127: func (u UpdateSavedDialogPinned) construct() UpdateClass { return &u }
tl_update_gen.go#L25136: _ UpdateClass = &UpdateSavedDialogPinned{}
tl_update_gen.go#L25326: func (u UpdatePinnedSavedDialogs) construct() UpdateClass { return &u }
tl_update_gen.go#L25335: _ UpdateClass = &UpdatePinnedSavedDialogs{}
tl_update_gen.go#L25525: func (u UpdateSavedReactionTags) construct() UpdateClass { return &u }
tl_update_gen.go#L25534: _ UpdateClass = &UpdateSavedReactionTags{}
tl_update_gen.go#L25629: func (u UpdateSMSJob) construct() UpdateClass { return &u }
tl_update_gen.go#L25638: _ UpdateClass = &UpdateSMSJob{}
tl_update_gen.go#L25767: func (u UpdateQuickReplies) construct() UpdateClass { return &u }
tl_update_gen.go#L25776: _ UpdateClass = &UpdateQuickReplies{}
tl_update_gen.go#L25920: func (u UpdateNewQuickReply) construct() UpdateClass { return &u }
tl_update_gen.go#L25929: _ UpdateClass = &UpdateNewQuickReply{}
tl_update_gen.go#L26061: func (u UpdateDeleteQuickReply) construct() UpdateClass { return &u }
tl_update_gen.go#L26070: _ UpdateClass = &UpdateDeleteQuickReply{}
tl_update_gen.go#L26203: func (u UpdateQuickReplyMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L26212: _ UpdateClass = &UpdateQuickReplyMessage{}
tl_update_gen.go#L26348: func (u UpdateDeleteQuickReplyMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L26357: _ UpdateClass = &UpdateDeleteQuickReplyMessages{}
tl_update_gen.go#L26533: func (u UpdateBotBusinessConnect) construct() UpdateClass { return &u }
tl_update_gen.go#L26542: _ UpdateClass = &UpdateBotBusinessConnect{}
tl_update_gen.go#L26712: func (u UpdateBotNewBusinessMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L26721: _ UpdateClass = &UpdateBotNewBusinessMessage{}
tl_update_gen.go#L26986: func (u UpdateBotEditBusinessMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L26995: _ UpdateClass = &UpdateBotEditBusinessMessage{}
tl_update_gen.go#L27256: func (u UpdateBotDeleteBusinessMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L27265: _ UpdateClass = &UpdateBotDeleteBusinessMessage{}
tl_update_gen.go#L27497: func (u UpdateNewStoryReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L27506: _ UpdateClass = &UpdateNewStoryReaction{}
tl_update_gen.go#L27695: func (u UpdateStarsBalance) construct() UpdateClass { return &u }
tl_update_gen.go#L27704: _ UpdateClass = &UpdateStarsBalance{}
tl_update_gen.go#L27865: func (u UpdateBusinessBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L27874: _ UpdateClass = &UpdateBusinessBotCallbackQuery{}
tl_update_gen.go#L28219: func (u UpdateStarsRevenueStatus) construct() UpdateClass { return &u }
tl_update_gen.go#L28228: _ UpdateClass = &UpdateStarsRevenueStatus{}
tl_update_gen.go#L28397: func (u UpdateBotPurchasedPaidMedia) construct() UpdateClass { return &u }
tl_update_gen.go#L28406: _ UpdateClass = &UpdateBotPurchasedPaidMedia{}
tl_update_gen.go#L28589: func (u UpdatePaidReactionPrivacy) construct() UpdateClass { return &u }
tl_update_gen.go#L28598: _ UpdateClass = &UpdatePaidReactionPrivacy{}
tl_update_gen.go#L28729: func (u UpdateSentPhoneCode) construct() UpdateClass { return &u }
tl_update_gen.go#L28738: _ UpdateClass = &UpdateSentPhoneCode{}
tl_update_gen.go#L28878: func (u UpdateGroupCallChainBlocks) construct() UpdateClass { return &u }
tl_update_gen.go#L28887: _ UpdateClass = &UpdateGroupCallChainBlocks{}
tl_update_gen.go#L29113: func (u UpdateReadMonoForumInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L29122: _ UpdateClass = &UpdateReadMonoForumInbox{}
tl_update_gen.go#L29310: func (u UpdateReadMonoForumOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L29319: _ UpdateClass = &UpdateReadMonoForumOutbox{}
tl_update_gen.go#L29514: func (u UpdateMonoForumNoPaidException) construct() UpdateClass { return &u }
tl_update_gen.go#L29523: _ UpdateClass = &UpdateMonoForumNoPaidException{}
tl_update_gen.go#L29735: func (u UpdateGroupCallMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L29744: _ UpdateClass = &UpdateGroupCallMessage{}
tl_update_gen.go#L29909: func (u UpdateGroupCallEncryptedMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L29918: _ UpdateClass = &UpdateGroupCallEncryptedMessage{}
tl_update_gen.go#L30117: func (u UpdatePinnedForumTopic) construct() UpdateClass { return &u }
tl_update_gen.go#L30126: _ UpdateClass = &UpdatePinnedForumTopic{}
tl_update_gen.go#L30344: func (u UpdatePinnedForumTopics) construct() UpdateClass { return &u }
tl_update_gen.go#L30353: _ UpdateClass = &UpdatePinnedForumTopics{}
tl_update_gen.go#L30558: func (u UpdateDeleteGroupCallMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L30567: _ UpdateClass = &UpdateDeleteGroupCallMessages{}
tl_update_gen.go#L30745: func (u UpdateStarGiftAuctionState) construct() UpdateClass { return &u }
tl_update_gen.go#L30754: _ UpdateClass = &UpdateStarGiftAuctionState{}
tl_update_gen.go#L30920: func (u UpdateStarGiftAuctionUserState) construct() UpdateClass { return &u }
tl_update_gen.go#L30929: _ UpdateClass = &UpdateStarGiftAuctionUserState{}
tl_update_gen.go#L31079: func (u UpdateEmojiGameInfo) construct() UpdateClass { return &u }
tl_update_gen.go#L31088: _ UpdateClass = &UpdateEmojiGameInfo{}
tl_update_gen.go#L31220: func (u UpdateStarGiftCraftFail) construct() UpdateClass { return &u }
tl_update_gen.go#L31229: _ UpdateClass = &UpdateStarGiftCraftFail{}
tl_update_gen.go#L31338: func (u UpdateChatParticipantRank) construct() UpdateClass { return &u }
tl_update_gen.go#L31347: _ UpdateClass = &UpdateChatParticipantRank{}
tl_update_gen.go#L31551: func (u UpdateManagedBot) construct() UpdateClass { return &u }
tl_update_gen.go#L31560: _ UpdateClass = &UpdateManagedBot{}
tl_update_gen.go#L31745: func (u UpdateBotGuestChatQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L31754: _ UpdateClass = &UpdateBotGuestChatQuery{}
tl_update_gen.go#L32018: func (u UpdateAiComposeTones) construct() UpdateClass { return &u }
tl_update_gen.go#L32027: _ UpdateClass = &UpdateAiComposeTones{}
tl_update_gen.go#L32125: func (u UpdateJoinChatWebViewDecision) construct() UpdateClass { return &u }
tl_update_gen.go#L32134: _ UpdateClass = &UpdateJoinChatWebViewDecision{}
tl_update_gen.go#L32335: func (u UpdateNewBotConnection) construct() UpdateClass { return &u }
tl_update_gen.go#L32344: _ UpdateClass = &UpdateNewBotConnection{}
tl_update_gen.go#L32654: func (u UpdateWebBrowserSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L32663: _ UpdateClass = &UpdateWebBrowserSettings{}
tl_update_gen.go#L32853: func (u UpdateWebBrowserException) construct() UpdateClass { return &u }
tl_update_gen.go#L32862: _ UpdateClass = &UpdateWebBrowserException{}
tl_update_gen.go#L33080: func (u UpdateNewEphemeralMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L33089: _ UpdateClass = &UpdateNewEphemeralMessage{}
tl_update_gen.go#L33216: func (u UpdateDeleteEphemeralMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L33225: _ UpdateClass = &UpdateDeleteEphemeralMessages{}
tl_update_gen.go#L33393: func (u UpdateEditEphemeralMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L33402: _ UpdateClass = &UpdateEditEphemeralMessage{}
tl_update_gen.go#L33539: func (u UpdateBotStarsSubscription) construct() UpdateClass { return &u }
tl_update_gen.go#L33548: _ UpdateClass = &UpdateBotStarsSubscription{}
tl_update_gen.go#L34172: type UpdateClass interface {
tl_update_gen.go#L34177: construct() UpdateClass
tl_update_gen.go#L34192: func DecodeUpdate(buf *bin.Buffer) (UpdateClass, error) {
tl_update_gen.go#L35353: Update UpdateClass
tl_update_slices_gen.go#L38: type UpdateClassArray []UpdateClass
tl_update_slices_gen.go#L41: func (s UpdateClassArray) Sort(less func(a, b UpdateClass) bool) UpdateClassArray {
tl_update_slices_gen.go#L49: func (s UpdateClassArray) SortStable(less func(a, b UpdateClass) bool) UpdateClassArray {
tl_update_slices_gen.go#L57: func (s UpdateClassArray) Retain(keep func(x UpdateClass) bool) UpdateClassArray {
tl_update_slices_gen.go#L71: func (s UpdateClassArray) First() (v UpdateClass, ok bool) {
tl_update_slices_gen.go#L79: func (s UpdateClassArray) Last() (v UpdateClass, ok bool) {
tl_update_slices_gen.go#L87: func (s *UpdateClassArray) PopFirst() (v UpdateClass, ok bool) {
tl_update_slices_gen.go#L97: var zero UpdateClass
tl_update_slices_gen.go#L106: func (s *UpdateClassArray) Pop() (v UpdateClass, ok bool) {
tl_updates_channel_difference_gen.go#L711: OtherUpdates []UpdateClass
tl_updates_channel_difference_gen.go#L781: GetOtherUpdates() (value []UpdateClass)
tl_updates_channel_difference_gen.go#L985: c.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_channel_difference_gen.go#L1086: func (c *UpdatesChannelDifference) GetOtherUpdates() (value []UpdateClass) {
tl_updates_classifier_gen.go#L34: func IsPtsUpdate(u UpdateClass) (pts, ptsCount int, ok bool) {
tl_updates_classifier_gen.go#L59: func IsQtsUpdate(u UpdateClass) (qts int, ok bool) {
tl_updates_classifier_gen.go#L100: func IsChannelPtsUpdate(u UpdateClass) (channelID int64, pts, ptsCount int, ok bool, err error) {
tl_updates_difference_gen.go#L206: OtherUpdates []UpdateClass
tl_updates_difference_gen.go#L270: GetOtherUpdates() (value []UpdateClass)
tl_updates_difference_gen.go#L456: d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_difference_gen.go#L525: func (d *UpdatesDifference) GetOtherUpdates() (value []UpdateClass) {
tl_updates_difference_gen.go#L594: OtherUpdates []UpdateClass
tl_updates_difference_gen.go#L658: GetOtherUpdates() (value []UpdateClass)
tl_updates_difference_gen.go#L844: d.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_difference_gen.go#L913: func (d *UpdatesDifferenceSlice) GetOtherUpdates() (value []UpdateClass) {
tl_updates_gen.go#L1613: Update UpdateClass
tl_updates_gen.go#L1659: GetUpdate() (value UpdateClass)
tl_updates_gen.go#L1759: func (u *UpdateShort) GetUpdate() (value UpdateClass) {
tl_updates_gen.go#L1780: Updates []UpdateClass
tl_updates_gen.go#L1846: GetUpdates() (value []UpdateClass)
tl_updates_gen.go#L1982: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2051: func (u *UpdatesCombined) GetUpdates() (value []UpdateClass) {
tl_updates_gen.go#L2118: Updates []UpdateClass
tl_updates_gen.go#L2179: GetUpdates() (value []UpdateClass)
tl_updates_gen.go#L2308: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2370: func (u *Updates) GetUpdates() (value []UpdateClass) {
github.com/gotd/td/telegram
handle_updates.go#L15: func (c *Client) updateInterceptor(updates ...tg.UpdateClass) {
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |