type github.com/gotd/td/tg.Entities

326 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#L47: type Entities struct {
		tl_handlers_gen.go#L54: func (u *Entities) short() {
		tl_handlers_gen.go#L64: 		e    Entities
		tl_handlers_gen.go#L98: func (u UpdateDispatcher) dispatch(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L114: type NewMessageHandler func(ctx context.Context, e Entities, update *UpdateNewMessage) error
		tl_handlers_gen.go#L118: 	u.handlers[UpdateNewMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L124: type MessageIDHandler func(ctx context.Context, e Entities, update *UpdateMessageID) error
		tl_handlers_gen.go#L128: 	u.handlers[UpdateMessageIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L134: type DeleteMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteMessages) error
		tl_handlers_gen.go#L138: 	u.handlers[UpdateDeleteMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L144: type UserTypingHandler func(ctx context.Context, e Entities, update *UpdateUserTyping) error
		tl_handlers_gen.go#L148: 	u.handlers[UpdateUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L154: type ChatUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChatUserTyping) error
		tl_handlers_gen.go#L158: 	u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L164: type ChatParticipantsHandler func(ctx context.Context, e Entities, update *UpdateChatParticipants) error
		tl_handlers_gen.go#L168: 	u.handlers[UpdateChatParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L174: type UserStatusHandler func(ctx context.Context, e Entities, update *UpdateUserStatus) error
		tl_handlers_gen.go#L178: 	u.handlers[UpdateUserStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L184: type UserNameHandler func(ctx context.Context, e Entities, update *UpdateUserName) error
		tl_handlers_gen.go#L188: 	u.handlers[UpdateUserNameTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L194: type NewAuthorizationHandler func(ctx context.Context, e Entities, update *UpdateNewAuthorization) error
		tl_handlers_gen.go#L198: 	u.handlers[UpdateNewAuthorizationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L204: type NewEncryptedMessageHandler func(ctx context.Context, e Entities, update *UpdateNewEncryptedMessage) error
		tl_handlers_gen.go#L208: 	u.handlers[UpdateNewEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L214: type EncryptedChatTypingHandler func(ctx context.Context, e Entities, update *UpdateEncryptedChatTyping) error
		tl_handlers_gen.go#L218: 	u.handlers[UpdateEncryptedChatTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L224: type EncryptionHandler func(ctx context.Context, e Entities, update *UpdateEncryption) error
		tl_handlers_gen.go#L228: 	u.handlers[UpdateEncryptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L234: type EncryptedMessagesReadHandler func(ctx context.Context, e Entities, update *UpdateEncryptedMessagesRead) error
		tl_handlers_gen.go#L238: 	u.handlers[UpdateEncryptedMessagesReadTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L244: type ChatParticipantAddHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdd) error
		tl_handlers_gen.go#L248: 	u.handlers[UpdateChatParticipantAddTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L254: type ChatParticipantDeleteHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantDelete) error
		tl_handlers_gen.go#L258: 	u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L264: type DCOptionsHandler func(ctx context.Context, e Entities, update *UpdateDCOptions) error
		tl_handlers_gen.go#L268: 	u.handlers[UpdateDCOptionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L274: type NotifySettingsHandler func(ctx context.Context, e Entities, update *UpdateNotifySettings) error
		tl_handlers_gen.go#L278: 	u.handlers[UpdateNotifySettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L284: type ServiceNotificationHandler func(ctx context.Context, e Entities, update *UpdateServiceNotification) error
		tl_handlers_gen.go#L288: 	u.handlers[UpdateServiceNotificationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L294: type PrivacyHandler func(ctx context.Context, e Entities, update *UpdatePrivacy) error
		tl_handlers_gen.go#L298: 	u.handlers[UpdatePrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L304: type UserPhoneHandler func(ctx context.Context, e Entities, update *UpdateUserPhone) error
		tl_handlers_gen.go#L308: 	u.handlers[UpdateUserPhoneTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L314: type ReadHistoryInboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryInbox) error
		tl_handlers_gen.go#L318: 	u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L324: type ReadHistoryOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryOutbox) error
		tl_handlers_gen.go#L328: 	u.handlers[UpdateReadHistoryOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L334: type WebPageHandler func(ctx context.Context, e Entities, update *UpdateWebPage) error
		tl_handlers_gen.go#L338: 	u.handlers[UpdateWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L344: type ReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateReadMessagesContents) error
		tl_handlers_gen.go#L348: 	u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L354: type ChannelTooLongHandler func(ctx context.Context, e Entities, update *UpdateChannelTooLong) error
		tl_handlers_gen.go#L358: 	u.handlers[UpdateChannelTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L364: type ChannelHandler func(ctx context.Context, e Entities, update *UpdateChannel) error
		tl_handlers_gen.go#L368: 	u.handlers[UpdateChannelTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L374: type NewChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateNewChannelMessage) error
		tl_handlers_gen.go#L378: 	u.handlers[UpdateNewChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L384: type ReadChannelInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelInbox) error
		tl_handlers_gen.go#L388: 	u.handlers[UpdateReadChannelInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L394: type DeleteChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteChannelMessages) error
		tl_handlers_gen.go#L398: 	u.handlers[UpdateDeleteChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L404: type ChannelMessageViewsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageViews) error
		tl_handlers_gen.go#L408: 	u.handlers[UpdateChannelMessageViewsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L414: type ChatParticipantAdminHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdmin) error
		tl_handlers_gen.go#L418: 	u.handlers[UpdateChatParticipantAdminTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L424: type NewStickerSetHandler func(ctx context.Context, e Entities, update *UpdateNewStickerSet) error
		tl_handlers_gen.go#L428: 	u.handlers[UpdateNewStickerSetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L434: type StickerSetsOrderHandler func(ctx context.Context, e Entities, update *UpdateStickerSetsOrder) error
		tl_handlers_gen.go#L438: 	u.handlers[UpdateStickerSetsOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L444: type StickerSetsHandler func(ctx context.Context, e Entities, update *UpdateStickerSets) error
		tl_handlers_gen.go#L448: 	u.handlers[UpdateStickerSetsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L454: type SavedGifsHandler func(ctx context.Context, e Entities, update *UpdateSavedGifs) error
		tl_handlers_gen.go#L458: 	u.handlers[UpdateSavedGifsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L464: type BotInlineQueryHandler func(ctx context.Context, e Entities, update *UpdateBotInlineQuery) error
		tl_handlers_gen.go#L468: 	u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L474: type BotInlineSendHandler func(ctx context.Context, e Entities, update *UpdateBotInlineSend) error
		tl_handlers_gen.go#L478: 	u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L484: type EditChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateEditChannelMessage) error
		tl_handlers_gen.go#L488: 	u.handlers[UpdateEditChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L494: type BotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateBotCallbackQuery) error
		tl_handlers_gen.go#L498: 	u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L504: type EditMessageHandler func(ctx context.Context, e Entities, update *UpdateEditMessage) error
		tl_handlers_gen.go#L508: 	u.handlers[UpdateEditMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L514: type InlineBotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateInlineBotCallbackQuery) error
		tl_handlers_gen.go#L518: 	u.handlers[UpdateInlineBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L524: type ReadChannelOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelOutbox) error
		tl_handlers_gen.go#L528: 	u.handlers[UpdateReadChannelOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L534: type DraftMessageHandler func(ctx context.Context, e Entities, update *UpdateDraftMessage) error
		tl_handlers_gen.go#L538: 	u.handlers[UpdateDraftMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L544: type ReadFeaturedStickersHandler func(ctx context.Context, e Entities, update *UpdateReadFeaturedStickers) error
		tl_handlers_gen.go#L548: 	u.handlers[UpdateReadFeaturedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L554: type RecentStickersHandler func(ctx context.Context, e Entities, update *UpdateRecentStickers) error
		tl_handlers_gen.go#L558: 	u.handlers[UpdateRecentStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L564: type ConfigHandler func(ctx context.Context, e Entities, update *UpdateConfig) error
		tl_handlers_gen.go#L568: 	u.handlers[UpdateConfigTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L574: type PtsChangedHandler func(ctx context.Context, e Entities, update *UpdatePtsChanged) error
		tl_handlers_gen.go#L578: 	u.handlers[UpdatePtsChangedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L584: type ChannelWebPageHandler func(ctx context.Context, e Entities, update *UpdateChannelWebPage) error
		tl_handlers_gen.go#L588: 	u.handlers[UpdateChannelWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L594: type DialogPinnedHandler func(ctx context.Context, e Entities, update *UpdateDialogPinned) error
		tl_handlers_gen.go#L598: 	u.handlers[UpdateDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L604: type PinnedDialogsHandler func(ctx context.Context, e Entities, update *UpdatePinnedDialogs) error
		tl_handlers_gen.go#L608: 	u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L614: type BotWebhookJSONHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSON) error
		tl_handlers_gen.go#L618: 	u.handlers[UpdateBotWebhookJSONTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L624: type BotWebhookJSONQueryHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSONQuery) error
		tl_handlers_gen.go#L628: 	u.handlers[UpdateBotWebhookJSONQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L634: type BotShippingQueryHandler func(ctx context.Context, e Entities, update *UpdateBotShippingQuery) error
		tl_handlers_gen.go#L638: 	u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L644: type BotPrecheckoutQueryHandler func(ctx context.Context, e Entities, update *UpdateBotPrecheckoutQuery) error
		tl_handlers_gen.go#L648: 	u.handlers[UpdateBotPrecheckoutQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L654: type PhoneCallHandler func(ctx context.Context, e Entities, update *UpdatePhoneCall) error
		tl_handlers_gen.go#L658: 	u.handlers[UpdatePhoneCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L664: type LangPackTooLongHandler func(ctx context.Context, e Entities, update *UpdateLangPackTooLong) error
		tl_handlers_gen.go#L668: 	u.handlers[UpdateLangPackTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L674: type LangPackHandler func(ctx context.Context, e Entities, update *UpdateLangPack) error
		tl_handlers_gen.go#L678: 	u.handlers[UpdateLangPackTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L684: type FavedStickersHandler func(ctx context.Context, e Entities, update *UpdateFavedStickers) error
		tl_handlers_gen.go#L688: 	u.handlers[UpdateFavedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L694: type ChannelReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateChannelReadMessagesContents) error
		tl_handlers_gen.go#L698: 	u.handlers[UpdateChannelReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L704: type ContactsResetHandler func(ctx context.Context, e Entities, update *UpdateContactsReset) error
		tl_handlers_gen.go#L708: 	u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L714: type ChannelAvailableMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelAvailableMessages) error
		tl_handlers_gen.go#L718: 	u.handlers[UpdateChannelAvailableMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L724: type DialogUnreadMarkHandler func(ctx context.Context, e Entities, update *UpdateDialogUnreadMark) error
		tl_handlers_gen.go#L728: 	u.handlers[UpdateDialogUnreadMarkTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L734: type MessagePollHandler func(ctx context.Context, e Entities, update *UpdateMessagePoll) error
		tl_handlers_gen.go#L738: 	u.handlers[UpdateMessagePollTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L744: type ChatDefaultBannedRightsHandler func(ctx context.Context, e Entities, update *UpdateChatDefaultBannedRights) error
		tl_handlers_gen.go#L748: 	u.handlers[UpdateChatDefaultBannedRightsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L754: type FolderPeersHandler func(ctx context.Context, e Entities, update *UpdateFolderPeers) error
		tl_handlers_gen.go#L758: 	u.handlers[UpdateFolderPeersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L764: type PeerSettingsHandler func(ctx context.Context, e Entities, update *UpdatePeerSettings) error
		tl_handlers_gen.go#L768: 	u.handlers[UpdatePeerSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L774: type PeerLocatedHandler func(ctx context.Context, e Entities, update *UpdatePeerLocated) error
		tl_handlers_gen.go#L778: 	u.handlers[UpdatePeerLocatedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L784: type NewScheduledMessageHandler func(ctx context.Context, e Entities, update *UpdateNewScheduledMessage) error
		tl_handlers_gen.go#L788: 	u.handlers[UpdateNewScheduledMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L794: type DeleteScheduledMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteScheduledMessages) error
		tl_handlers_gen.go#L798: 	u.handlers[UpdateDeleteScheduledMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L804: type ThemeHandler func(ctx context.Context, e Entities, update *UpdateTheme) error
		tl_handlers_gen.go#L808: 	u.handlers[UpdateThemeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L814: type GeoLiveViewedHandler func(ctx context.Context, e Entities, update *UpdateGeoLiveViewed) error
		tl_handlers_gen.go#L818: 	u.handlers[UpdateGeoLiveViewedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L824: type LoginTokenHandler func(ctx context.Context, e Entities, update *UpdateLoginToken) error
		tl_handlers_gen.go#L828: 	u.handlers[UpdateLoginTokenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L834: type MessagePollVoteHandler func(ctx context.Context, e Entities, update *UpdateMessagePollVote) error
		tl_handlers_gen.go#L838: 	u.handlers[UpdateMessagePollVoteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L844: type DialogFilterHandler func(ctx context.Context, e Entities, update *UpdateDialogFilter) error
		tl_handlers_gen.go#L848: 	u.handlers[UpdateDialogFilterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L854: type DialogFilterOrderHandler func(ctx context.Context, e Entities, update *UpdateDialogFilterOrder) error
		tl_handlers_gen.go#L858: 	u.handlers[UpdateDialogFilterOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L864: type DialogFiltersHandler func(ctx context.Context, e Entities, update *UpdateDialogFilters) error
		tl_handlers_gen.go#L868: 	u.handlers[UpdateDialogFiltersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L874: type PhoneCallSignalingDataHandler func(ctx context.Context, e Entities, update *UpdatePhoneCallSignalingData) error
		tl_handlers_gen.go#L878: 	u.handlers[UpdatePhoneCallSignalingDataTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L884: type ChannelMessageForwardsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageForwards) error
		tl_handlers_gen.go#L888: 	u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L894: type ReadChannelDiscussionInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionInbox) error
		tl_handlers_gen.go#L898: 	u.handlers[UpdateReadChannelDiscussionInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L904: type ReadChannelDiscussionOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionOutbox) error
		tl_handlers_gen.go#L908: 	u.handlers[UpdateReadChannelDiscussionOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L914: type PeerBlockedHandler func(ctx context.Context, e Entities, update *UpdatePeerBlocked) error
		tl_handlers_gen.go#L918: 	u.handlers[UpdatePeerBlockedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L924: type ChannelUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChannelUserTyping) error
		tl_handlers_gen.go#L928: 	u.handlers[UpdateChannelUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L934: type PinnedMessagesHandler func(ctx context.Context, e Entities, update *UpdatePinnedMessages) error
		tl_handlers_gen.go#L938: 	u.handlers[UpdatePinnedMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L944: type PinnedChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdatePinnedChannelMessages) error
		tl_handlers_gen.go#L948: 	u.handlers[UpdatePinnedChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L954: type ChatHandler func(ctx context.Context, e Entities, update *UpdateChat) error
		tl_handlers_gen.go#L958: 	u.handlers[UpdateChatTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L964: type GroupCallParticipantsHandler func(ctx context.Context, e Entities, update *UpdateGroupCallParticipants) error
		tl_handlers_gen.go#L968: 	u.handlers[UpdateGroupCallParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L974: type GroupCallHandler func(ctx context.Context, e Entities, update *UpdateGroupCall) error
		tl_handlers_gen.go#L978: 	u.handlers[UpdateGroupCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L984: type PeerHistoryTTLHandler func(ctx context.Context, e Entities, update *UpdatePeerHistoryTTL) error
		tl_handlers_gen.go#L988: 	u.handlers[UpdatePeerHistoryTTLTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L994: type ChatParticipantHandler func(ctx context.Context, e Entities, update *UpdateChatParticipant) error
		tl_handlers_gen.go#L998: 	u.handlers[UpdateChatParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1004: type ChannelParticipantHandler func(ctx context.Context, e Entities, update *UpdateChannelParticipant) error
		tl_handlers_gen.go#L1008: 	u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1014: type BotStoppedHandler func(ctx context.Context, e Entities, update *UpdateBotStopped) error
		tl_handlers_gen.go#L1018: 	u.handlers[UpdateBotStoppedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1024: type GroupCallConnectionHandler func(ctx context.Context, e Entities, update *UpdateGroupCallConnection) error
		tl_handlers_gen.go#L1028: 	u.handlers[UpdateGroupCallConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1034: type BotCommandsHandler func(ctx context.Context, e Entities, update *UpdateBotCommands) error
		tl_handlers_gen.go#L1038: 	u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1044: type PendingJoinRequestsHandler func(ctx context.Context, e Entities, update *UpdatePendingJoinRequests) error
		tl_handlers_gen.go#L1048: 	u.handlers[UpdatePendingJoinRequestsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1054: type BotChatInviteRequesterHandler func(ctx context.Context, e Entities, update *UpdateBotChatInviteRequester) error
		tl_handlers_gen.go#L1058: 	u.handlers[UpdateBotChatInviteRequesterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1064: type MessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateMessageReactions) error
		tl_handlers_gen.go#L1068: 	u.handlers[UpdateMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1074: type AttachMenuBotsHandler func(ctx context.Context, e Entities, update *UpdateAttachMenuBots) error
		tl_handlers_gen.go#L1078: 	u.handlers[UpdateAttachMenuBotsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1084: type WebViewResultSentHandler func(ctx context.Context, e Entities, update *UpdateWebViewResultSent) error
		tl_handlers_gen.go#L1088: 	u.handlers[UpdateWebViewResultSentTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1094: type BotMenuButtonHandler func(ctx context.Context, e Entities, update *UpdateBotMenuButton) error
		tl_handlers_gen.go#L1098: 	u.handlers[UpdateBotMenuButtonTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1104: type SavedRingtonesHandler func(ctx context.Context, e Entities, update *UpdateSavedRingtones) error
		tl_handlers_gen.go#L1108: 	u.handlers[UpdateSavedRingtonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1114: type TranscribedAudioHandler func(ctx context.Context, e Entities, update *UpdateTranscribedAudio) error
		tl_handlers_gen.go#L1118: 	u.handlers[UpdateTranscribedAudioTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1124: type ReadFeaturedEmojiStickersHandler func(ctx context.Context, e Entities, update *UpdateReadFeaturedEmojiStickers) error
		tl_handlers_gen.go#L1128: 	u.handlers[UpdateReadFeaturedEmojiStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1134: type UserEmojiStatusHandler func(ctx context.Context, e Entities, update *UpdateUserEmojiStatus) error
		tl_handlers_gen.go#L1138: 	u.handlers[UpdateUserEmojiStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1144: type RecentEmojiStatusesHandler func(ctx context.Context, e Entities, update *UpdateRecentEmojiStatuses) error
		tl_handlers_gen.go#L1148: 	u.handlers[UpdateRecentEmojiStatusesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1154: type RecentReactionsHandler func(ctx context.Context, e Entities, update *UpdateRecentReactions) error
		tl_handlers_gen.go#L1158: 	u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1164: type MoveStickerSetToTopHandler func(ctx context.Context, e Entities, update *UpdateMoveStickerSetToTop) error
		tl_handlers_gen.go#L1168: 	u.handlers[UpdateMoveStickerSetToTopTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1174: type MessageExtendedMediaHandler func(ctx context.Context, e Entities, update *UpdateMessageExtendedMedia) error
		tl_handlers_gen.go#L1178: 	u.handlers[UpdateMessageExtendedMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1184: type UserHandler func(ctx context.Context, e Entities, update *UpdateUser) error
		tl_handlers_gen.go#L1188: 	u.handlers[UpdateUserTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1194: type AutoSaveSettingsHandler func(ctx context.Context, e Entities, update *UpdateAutoSaveSettings) error
		tl_handlers_gen.go#L1198: 	u.handlers[UpdateAutoSaveSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1204: type StoryHandler func(ctx context.Context, e Entities, update *UpdateStory) error
		tl_handlers_gen.go#L1208: 	u.handlers[UpdateStoryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1214: type ReadStoriesHandler func(ctx context.Context, e Entities, update *UpdateReadStories) error
		tl_handlers_gen.go#L1218: 	u.handlers[UpdateReadStoriesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1224: type StoryIDHandler func(ctx context.Context, e Entities, update *UpdateStoryID) error
		tl_handlers_gen.go#L1228: 	u.handlers[UpdateStoryIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1234: type StoriesStealthModeHandler func(ctx context.Context, e Entities, update *UpdateStoriesStealthMode) error
		tl_handlers_gen.go#L1238: 	u.handlers[UpdateStoriesStealthModeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1244: type SentStoryReactionHandler func(ctx context.Context, e Entities, update *UpdateSentStoryReaction) error
		tl_handlers_gen.go#L1248: 	u.handlers[UpdateSentStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1254: type BotChatBoostHandler func(ctx context.Context, e Entities, update *UpdateBotChatBoost) error
		tl_handlers_gen.go#L1258: 	u.handlers[UpdateBotChatBoostTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1264: type ChannelViewForumAsMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelViewForumAsMessages) error
		tl_handlers_gen.go#L1268: 	u.handlers[UpdateChannelViewForumAsMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1274: type PeerWallpaperHandler func(ctx context.Context, e Entities, update *UpdatePeerWallpaper) error
		tl_handlers_gen.go#L1278: 	u.handlers[UpdatePeerWallpaperTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1284: type BotMessageReactionHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReaction) error
		tl_handlers_gen.go#L1288: 	u.handlers[UpdateBotMessageReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1294: type BotMessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReactions) error
		tl_handlers_gen.go#L1298: 	u.handlers[UpdateBotMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1304: type SavedDialogPinnedHandler func(ctx context.Context, e Entities, update *UpdateSavedDialogPinned) error
		tl_handlers_gen.go#L1308: 	u.handlers[UpdateSavedDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1314: type PinnedSavedDialogsHandler func(ctx context.Context, e Entities, update *UpdatePinnedSavedDialogs) error
		tl_handlers_gen.go#L1318: 	u.handlers[UpdatePinnedSavedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1324: type SavedReactionTagsHandler func(ctx context.Context, e Entities, update *UpdateSavedReactionTags) error
		tl_handlers_gen.go#L1328: 	u.handlers[UpdateSavedReactionTagsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1334: type SMSJobHandler func(ctx context.Context, e Entities, update *UpdateSMSJob) error
		tl_handlers_gen.go#L1338: 	u.handlers[UpdateSMSJobTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1344: type QuickRepliesHandler func(ctx context.Context, e Entities, update *UpdateQuickReplies) error
		tl_handlers_gen.go#L1348: 	u.handlers[UpdateQuickRepliesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1354: type NewQuickReplyHandler func(ctx context.Context, e Entities, update *UpdateNewQuickReply) error
		tl_handlers_gen.go#L1358: 	u.handlers[UpdateNewQuickReplyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1364: type DeleteQuickReplyHandler func(ctx context.Context, e Entities, update *UpdateDeleteQuickReply) error
		tl_handlers_gen.go#L1368: 	u.handlers[UpdateDeleteQuickReplyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1374: type QuickReplyMessageHandler func(ctx context.Context, e Entities, update *UpdateQuickReplyMessage) error
		tl_handlers_gen.go#L1378: 	u.handlers[UpdateQuickReplyMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1384: type DeleteQuickReplyMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteQuickReplyMessages) error
		tl_handlers_gen.go#L1388: 	u.handlers[UpdateDeleteQuickReplyMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1394: type BotBusinessConnectHandler func(ctx context.Context, e Entities, update *UpdateBotBusinessConnect) error
		tl_handlers_gen.go#L1398: 	u.handlers[UpdateBotBusinessConnectTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1404: type BotNewBusinessMessageHandler func(ctx context.Context, e Entities, update *UpdateBotNewBusinessMessage) error
		tl_handlers_gen.go#L1408: 	u.handlers[UpdateBotNewBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1414: type BotEditBusinessMessageHandler func(ctx context.Context, e Entities, update *UpdateBotEditBusinessMessage) error
		tl_handlers_gen.go#L1418: 	u.handlers[UpdateBotEditBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1424: type BotDeleteBusinessMessageHandler func(ctx context.Context, e Entities, update *UpdateBotDeleteBusinessMessage) error
		tl_handlers_gen.go#L1428: 	u.handlers[UpdateBotDeleteBusinessMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1434: type NewStoryReactionHandler func(ctx context.Context, e Entities, update *UpdateNewStoryReaction) error
		tl_handlers_gen.go#L1438: 	u.handlers[UpdateNewStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1444: type StarsBalanceHandler func(ctx context.Context, e Entities, update *UpdateStarsBalance) error
		tl_handlers_gen.go#L1448: 	u.handlers[UpdateStarsBalanceTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1454: type BusinessBotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateBusinessBotCallbackQuery) error
		tl_handlers_gen.go#L1458: 	u.handlers[UpdateBusinessBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1464: type StarsRevenueStatusHandler func(ctx context.Context, e Entities, update *UpdateStarsRevenueStatus) error
		tl_handlers_gen.go#L1468: 	u.handlers[UpdateStarsRevenueStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1474: type BotPurchasedPaidMediaHandler func(ctx context.Context, e Entities, update *UpdateBotPurchasedPaidMedia) error
		tl_handlers_gen.go#L1478: 	u.handlers[UpdateBotPurchasedPaidMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1484: type PaidReactionPrivacyHandler func(ctx context.Context, e Entities, update *UpdatePaidReactionPrivacy) error
		tl_handlers_gen.go#L1488: 	u.handlers[UpdatePaidReactionPrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1494: type SentPhoneCodeHandler func(ctx context.Context, e Entities, update *UpdateSentPhoneCode) error
		tl_handlers_gen.go#L1498: 	u.handlers[UpdateSentPhoneCodeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1504: type GroupCallChainBlocksHandler func(ctx context.Context, e Entities, update *UpdateGroupCallChainBlocks) error
		tl_handlers_gen.go#L1508: 	u.handlers[UpdateGroupCallChainBlocksTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1514: type ReadMonoForumInboxHandler func(ctx context.Context, e Entities, update *UpdateReadMonoForumInbox) error
		tl_handlers_gen.go#L1518: 	u.handlers[UpdateReadMonoForumInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1524: type ReadMonoForumOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadMonoForumOutbox) error
		tl_handlers_gen.go#L1528: 	u.handlers[UpdateReadMonoForumOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1534: type MonoForumNoPaidExceptionHandler func(ctx context.Context, e Entities, update *UpdateMonoForumNoPaidException) error
		tl_handlers_gen.go#L1538: 	u.handlers[UpdateMonoForumNoPaidExceptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1544: type GroupCallMessageHandler func(ctx context.Context, e Entities, update *UpdateGroupCallMessage) error
		tl_handlers_gen.go#L1548: 	u.handlers[UpdateGroupCallMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1554: type GroupCallEncryptedMessageHandler func(ctx context.Context, e Entities, update *UpdateGroupCallEncryptedMessage) error
		tl_handlers_gen.go#L1558: 	u.handlers[UpdateGroupCallEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1564: type PinnedForumTopicHandler func(ctx context.Context, e Entities, update *UpdatePinnedForumTopic) error
		tl_handlers_gen.go#L1568: 	u.handlers[UpdatePinnedForumTopicTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1574: type PinnedForumTopicsHandler func(ctx context.Context, e Entities, update *UpdatePinnedForumTopics) error
		tl_handlers_gen.go#L1578: 	u.handlers[UpdatePinnedForumTopicsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1584: type DeleteGroupCallMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteGroupCallMessages) error
		tl_handlers_gen.go#L1588: 	u.handlers[UpdateDeleteGroupCallMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1594: type StarGiftAuctionStateHandler func(ctx context.Context, e Entities, update *UpdateStarGiftAuctionState) error
		tl_handlers_gen.go#L1598: 	u.handlers[UpdateStarGiftAuctionStateTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1604: type StarGiftAuctionUserStateHandler func(ctx context.Context, e Entities, update *UpdateStarGiftAuctionUserState) error
		tl_handlers_gen.go#L1608: 	u.handlers[UpdateStarGiftAuctionUserStateTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1614: type EmojiGameInfoHandler func(ctx context.Context, e Entities, update *UpdateEmojiGameInfo) error
		tl_handlers_gen.go#L1618: 	u.handlers[UpdateEmojiGameInfoTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1624: type StarGiftCraftFailHandler func(ctx context.Context, e Entities, update *UpdateStarGiftCraftFail) error
		tl_handlers_gen.go#L1628: 	u.handlers[UpdateStarGiftCraftFailTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1634: type ChatParticipantRankHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantRank) error
		tl_handlers_gen.go#L1638: 	u.handlers[UpdateChatParticipantRankTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1644: type ManagedBotHandler func(ctx context.Context, e Entities, update *UpdateManagedBot) error
		tl_handlers_gen.go#L1648: 	u.handlers[UpdateManagedBotTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1654: type BotGuestChatQueryHandler func(ctx context.Context, e Entities, update *UpdateBotGuestChatQuery) error
		tl_handlers_gen.go#L1658: 	u.handlers[UpdateBotGuestChatQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1664: type AiComposeTonesHandler func(ctx context.Context, e Entities, update *UpdateAiComposeTones) error
		tl_handlers_gen.go#L1668: 	u.handlers[UpdateAiComposeTonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1674: type JoinChatWebViewDecisionHandler func(ctx context.Context, e Entities, update *UpdateJoinChatWebViewDecision) error
		tl_handlers_gen.go#L1678: 	u.handlers[UpdateJoinChatWebViewDecisionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1684: type NewBotConnectionHandler func(ctx context.Context, e Entities, update *UpdateNewBotConnection) error
		tl_handlers_gen.go#L1688: 	u.handlers[UpdateNewBotConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1694: type WebBrowserSettingsHandler func(ctx context.Context, e Entities, update *UpdateWebBrowserSettings) error
		tl_handlers_gen.go#L1698: 	u.handlers[UpdateWebBrowserSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_handlers_gen.go#L1704: type WebBrowserExceptionHandler func(ctx context.Context, e Entities, update *UpdateWebBrowserException) error
		tl_handlers_gen.go#L1708: 	u.handlers[UpdateWebBrowserExceptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {

	github.com/gotd/td/telegram/auth/qrlogin
		qrlogin.go#L132: 	d.OnLoginToken(func(ctx context.Context, e tg.Entities, update *tg.UpdateLoginToken) error {