type github.com/gotd/td/tg.UpdateClass
410 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#L64: upds []UpdateClass
tl_handlers_gen.go#L80: upds = []UpdateClass{u.Update}
tl_handlers_gen.go#L97: func (u UpdateDispatcher) dispatch(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L114: u.handlers[UpdateNewMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L124: u.handlers[UpdateMessageIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L134: u.handlers[UpdateDeleteMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L144: u.handlers[UpdateUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L154: u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L164: u.handlers[UpdateChatParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L174: u.handlers[UpdateUserStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L184: u.handlers[UpdateUserNameTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L194: u.handlers[UpdateNewAuthorizationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L204: u.handlers[UpdateNewEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L214: u.handlers[UpdateEncryptedChatTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L224: u.handlers[UpdateEncryptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L234: u.handlers[UpdateEncryptedMessagesReadTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L244: u.handlers[UpdateChatParticipantAddTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L254: u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L264: u.handlers[UpdateDCOptionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L274: u.handlers[UpdateNotifySettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L284: u.handlers[UpdateServiceNotificationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L294: u.handlers[UpdatePrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L304: u.handlers[UpdateUserPhoneTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L314: u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L324: u.handlers[UpdateReadHistoryOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L334: u.handlers[UpdateWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L344: u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L354: u.handlers[UpdateChannelTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L364: u.handlers[UpdateChannelTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L374: u.handlers[UpdateNewChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L384: u.handlers[UpdateReadChannelInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L394: u.handlers[UpdateDeleteChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L404: u.handlers[UpdateChannelMessageViewsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L414: u.handlers[UpdateChatParticipantAdminTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L424: u.handlers[UpdateNewStickerSetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L434: u.handlers[UpdateStickerSetsOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L444: u.handlers[UpdateStickerSetsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L454: u.handlers[UpdateSavedGifsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L464: u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L474: u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L484: u.handlers[UpdateEditChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L494: u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L504: u.handlers[UpdateEditMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L514: u.handlers[UpdateInlineBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L524: u.handlers[UpdateReadChannelOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L534: u.handlers[UpdateDraftMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L544: u.handlers[UpdateReadFeaturedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L554: u.handlers[UpdateRecentStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L564: u.handlers[UpdateConfigTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L574: u.handlers[UpdatePtsChangedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L584: u.handlers[UpdateChannelWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L594: u.handlers[UpdateDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L604: u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L614: u.handlers[UpdateBotWebhookJSONTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L624: u.handlers[UpdateBotWebhookJSONQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L634: u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L644: u.handlers[UpdateBotPrecheckoutQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L654: u.handlers[UpdatePhoneCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L664: u.handlers[UpdateLangPackTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L674: u.handlers[UpdateLangPackTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L684: u.handlers[UpdateFavedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L694: u.handlers[UpdateChannelReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L704: u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L714: u.handlers[UpdateChannelAvailableMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L724: u.handlers[UpdateDialogUnreadMarkTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L734: u.handlers[UpdateMessagePollTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L744: u.handlers[UpdateChatDefaultBannedRightsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L754: u.handlers[UpdateFolderPeersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L764: u.handlers[UpdatePeerSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L774: u.handlers[UpdatePeerLocatedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L784: u.handlers[UpdateNewScheduledMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L794: u.handlers[UpdateDeleteScheduledMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L804: u.handlers[UpdateThemeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L814: u.handlers[UpdateGeoLiveViewedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L824: u.handlers[UpdateLoginTokenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L834: u.handlers[UpdateMessagePollVoteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L844: u.handlers[UpdateDialogFilterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L854: u.handlers[UpdateDialogFilterOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L864: u.handlers[UpdateDialogFiltersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L874: u.handlers[UpdatePhoneCallSignalingDataTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L884: u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L894: u.handlers[UpdateReadChannelDiscussionInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L904: u.handlers[UpdateReadChannelDiscussionOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L914: u.handlers[UpdatePeerBlockedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L924: u.handlers[UpdateChannelUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L934: u.handlers[UpdatePinnedMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L944: u.handlers[UpdatePinnedChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L954: u.handlers[UpdateChatTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L964: u.handlers[UpdateGroupCallParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L974: u.handlers[UpdateGroupCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L984: u.handlers[UpdatePeerHistoryTTLTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L994: u.handlers[UpdateChatParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1004: u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1014: u.handlers[UpdateBotStoppedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1024: u.handlers[UpdateGroupCallConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1034: u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1044: u.handlers[UpdatePendingJoinRequestsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1054: u.handlers[UpdateBotChatInviteRequesterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1064: u.handlers[UpdateMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1074: u.handlers[UpdateAttachMenuBotsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1084: u.handlers[UpdateWebViewResultSentTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1094: u.handlers[UpdateBotMenuButtonTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1104: u.handlers[UpdateSavedRingtonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1114: u.handlers[UpdateTranscribedAudioTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1124: u.handlers[UpdateReadFeaturedEmojiStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1134: u.handlers[UpdateUserEmojiStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1144: u.handlers[UpdateRecentEmojiStatusesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1154: u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1164: u.handlers[UpdateMoveStickerSetToTopTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1174: u.handlers[UpdateMessageExtendedMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1184: u.handlers[UpdateChannelPinnedTopicTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1194: u.handlers[UpdateChannelPinnedTopicsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1204: u.handlers[UpdateUserTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1214: u.handlers[UpdateAutoSaveSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1224: u.handlers[UpdateGroupInvitePrivacyForbiddenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1234: u.handlers[UpdateStoryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1244: u.handlers[UpdateReadStoriesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1254: u.handlers[UpdateStoryIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1264: u.handlers[UpdateStoriesStealthModeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1274: u.handlers[UpdateSentStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1284: u.handlers[UpdateBotChatBoostTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1294: u.handlers[UpdateChannelViewForumAsMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1304: u.handlers[UpdatePeerWallpaperTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1314: u.handlers[UpdateBotMessageReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1324: u.handlers[UpdateBotMessageReactionsTypeID] = 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#L618: func (u UpdateUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L627: _ UpdateClass = &UpdateUserTyping{}
tl_update_gen.go#L789: func (u UpdateChatUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L798: _ UpdateClass = &UpdateChatUserTyping{}
tl_update_gen.go#L984: func (u UpdateChatParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L993: _ UpdateClass = &UpdateChatParticipants{}
tl_update_gen.go#L1126: func (u UpdateUserStatus) construct() UpdateClass { return &u }
tl_update_gen.go#L1135: _ UpdateClass = &UpdateUserStatus{}
tl_update_gen.go#L1305: func (u UpdateUserName) construct() UpdateClass { return &u }
tl_update_gen.go#L1314: _ UpdateClass = &UpdateUserName{}
tl_update_gen.go#L1555: func (u UpdateNewAuthorization) construct() UpdateClass { return &u }
tl_update_gen.go#L1564: _ UpdateClass = &UpdateNewAuthorization{}
tl_update_gen.go#L1876: func (u UpdateNewEncryptedMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L1885: _ UpdateClass = &UpdateNewEncryptedMessage{}
tl_update_gen.go#L2043: func (u UpdateEncryptedChatTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L2052: _ UpdateClass = &UpdateEncryptedChatTyping{}
tl_update_gen.go#L2180: func (u UpdateEncryption) construct() UpdateClass { return &u }
tl_update_gen.go#L2189: _ UpdateClass = &UpdateEncryption{}
tl_update_gen.go#L2349: func (u UpdateEncryptedMessagesRead) construct() UpdateClass { return &u }
tl_update_gen.go#L2358: _ UpdateClass = &UpdateEncryptedMessagesRead{}
tl_update_gen.go#L2542: func (u UpdateChatParticipantAdd) construct() UpdateClass { return &u }
tl_update_gen.go#L2551: _ UpdateClass = &UpdateChatParticipantAdd{}
tl_update_gen.go#L2781: func (u UpdateChatParticipantDelete) construct() UpdateClass { return &u }
tl_update_gen.go#L2790: _ UpdateClass = &UpdateChatParticipantDelete{}
tl_update_gen.go#L2966: func (u UpdateDCOptions) construct() UpdateClass { return &u }
tl_update_gen.go#L2975: _ UpdateClass = &UpdateDCOptions{}
tl_update_gen.go#L3118: func (u UpdateNotifySettings) construct() UpdateClass { return &u }
tl_update_gen.go#L3127: _ UpdateClass = &UpdateNotifySettings{}
tl_update_gen.go#L3318: func (u UpdateServiceNotification) construct() UpdateClass { return &u }
tl_update_gen.go#L3327: _ UpdateClass = &UpdateServiceNotification{}
tl_update_gen.go#L3684: func (u UpdatePrivacy) construct() UpdateClass { return &u }
tl_update_gen.go#L3693: _ UpdateClass = &UpdatePrivacy{}
tl_update_gen.go#L3874: func (u UpdateUserPhone) construct() UpdateClass { return &u }
tl_update_gen.go#L3883: _ UpdateClass = &UpdateUserPhone{}
tl_update_gen.go#L4060: func (u UpdateReadHistoryInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4069: _ UpdateClass = &UpdateReadHistoryInbox{}
tl_update_gen.go#L4372: func (u UpdateReadHistoryOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L4381: _ UpdateClass = &UpdateReadHistoryOutbox{}
tl_update_gen.go#L4600: func (u UpdateWebPage) construct() UpdateClass { return &u }
tl_update_gen.go#L4609: _ UpdateClass = &UpdateWebPage{}
tl_update_gen.go#L4812: func (u UpdateReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L4821: _ UpdateClass = &UpdateReadMessagesContents{}
tl_update_gen.go#L5084: func (u UpdateChannelTooLong) construct() UpdateClass { return &u }
tl_update_gen.go#L5093: _ UpdateClass = &UpdateChannelTooLong{}
tl_update_gen.go#L5280: func (u UpdateChannel) construct() UpdateClass { return &u }
tl_update_gen.go#L5289: _ UpdateClass = &UpdateChannel{}
tl_update_gen.go#L5428: func (u UpdateNewChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L5437: _ UpdateClass = &UpdateNewChannelMessage{}
tl_update_gen.go#L5642: func (u UpdateReadChannelInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L5651: _ UpdateClass = &UpdateReadChannelInbox{}
tl_update_gen.go#L5927: func (u UpdateDeleteChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L5936: _ UpdateClass = &UpdateDeleteChannelMessages{}
tl_update_gen.go#L6154: func (u UpdateChannelMessageViews) construct() UpdateClass { return &u }
tl_update_gen.go#L6163: _ UpdateClass = &UpdateChannelMessageViews{}
tl_update_gen.go#L6348: func (u UpdateChatParticipantAdmin) construct() UpdateClass { return &u }
tl_update_gen.go#L6357: _ UpdateClass = &UpdateChatParticipantAdmin{}
tl_update_gen.go#L6558: func (u UpdateNewStickerSet) construct() UpdateClass { return &u }
tl_update_gen.go#L6567: _ UpdateClass = &UpdateNewStickerSet{}
tl_update_gen.go#L6707: func (u UpdateStickerSetsOrder) construct() UpdateClass { return &u }
tl_update_gen.go#L6716: _ UpdateClass = &UpdateStickerSetsOrder{}
tl_update_gen.go#L6951: func (u UpdateStickerSets) construct() UpdateClass { return &u }
tl_update_gen.go#L6960: _ UpdateClass = &UpdateStickerSets{}
tl_update_gen.go#L7145: func (u UpdateSavedGifs) construct() UpdateClass { return &u }
tl_update_gen.go#L7154: _ UpdateClass = &UpdateSavedGifs{}
tl_update_gen.go#L7268: func (u UpdateBotInlineQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L7277: _ UpdateClass = &UpdateBotInlineQuery{}
tl_update_gen.go#L7616: func (u UpdateBotInlineSend) construct() UpdateClass { return &u }
tl_update_gen.go#L7625: _ UpdateClass = &UpdateBotInlineSend{}
tl_update_gen.go#L7928: func (u UpdateEditChannelMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L7937: _ UpdateClass = &UpdateEditChannelMessage{}
tl_update_gen.go#L8141: func (u UpdateBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L8150: _ UpdateClass = &UpdateBotCallbackQuery{}
tl_update_gen.go#L8495: func (u UpdateEditMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L8504: _ UpdateClass = &UpdateEditMessage{}
tl_update_gen.go#L8706: func (u UpdateInlineBotCallbackQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L8715: _ UpdateClass = &UpdateInlineBotCallbackQuery{}
tl_update_gen.go#L9030: func (u UpdateReadChannelOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L9039: _ UpdateClass = &UpdateReadChannelOutbox{}
tl_update_gen.go#L9207: func (u UpdateDraftMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L9216: _ UpdateClass = &UpdateDraftMessage{}
tl_update_gen.go#L9435: func (u UpdateReadFeaturedStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L9444: _ UpdateClass = &UpdateReadFeaturedStickers{}
tl_update_gen.go#L9537: func (u UpdateRecentStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L9546: _ UpdateClass = &UpdateRecentStickers{}
tl_update_gen.go#L9643: func (u UpdateConfig) construct() UpdateClass { return &u }
tl_update_gen.go#L9652: _ UpdateClass = &UpdateConfig{}
tl_update_gen.go#L9750: func (u UpdatePtsChanged) construct() UpdateClass { return &u }
tl_update_gen.go#L9759: _ UpdateClass = &UpdatePtsChanged{}
tl_update_gen.go#L9872: func (u UpdateChannelWebPage) construct() UpdateClass { return &u }
tl_update_gen.go#L9881: _ UpdateClass = &UpdateChannelWebPage{}
tl_update_gen.go#L10101: func (u UpdateDialogPinned) construct() UpdateClass { return &u }
tl_update_gen.go#L10110: _ UpdateClass = &UpdateDialogPinned{}
tl_update_gen.go#L10348: func (u UpdatePinnedDialogs) construct() UpdateClass { return &u }
tl_update_gen.go#L10357: _ UpdateClass = &UpdatePinnedDialogs{}
tl_update_gen.go#L10588: func (u UpdateBotWebhookJSON) construct() UpdateClass { return &u }
tl_update_gen.go#L10597: _ UpdateClass = &UpdateBotWebhookJSON{}
tl_update_gen.go#L10727: func (u UpdateBotWebhookJSONQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L10736: _ UpdateClass = &UpdateBotWebhookJSONQuery{}
tl_update_gen.go#L10918: func (u UpdateBotShippingQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L10927: _ UpdateClass = &UpdateBotShippingQuery{}
tl_update_gen.go#L11158: func (u UpdateBotPrecheckoutQuery) construct() UpdateClass { return &u }
tl_update_gen.go#L11167: _ UpdateClass = &UpdateBotPrecheckoutQuery{}
tl_update_gen.go#L11497: func (u UpdatePhoneCall) construct() UpdateClass { return &u }
tl_update_gen.go#L11506: _ UpdateClass = &UpdatePhoneCall{}
tl_update_gen.go#L11641: func (u UpdateLangPackTooLong) construct() UpdateClass { return &u }
tl_update_gen.go#L11650: _ UpdateClass = &UpdateLangPackTooLong{}
tl_update_gen.go#L11776: func (u UpdateLangPack) construct() UpdateClass { return &u }
tl_update_gen.go#L11785: _ UpdateClass = &UpdateLangPack{}
tl_update_gen.go#L11913: func (u UpdateFavedStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L11922: _ UpdateClass = &UpdateFavedStickers{}
tl_update_gen.go#L12037: func (u UpdateChannelReadMessagesContents) construct() UpdateClass { return &u }
tl_update_gen.go#L12046: _ UpdateClass = &UpdateChannelReadMessagesContents{}
tl_update_gen.go#L12268: func (u UpdateContactsReset) construct() UpdateClass { return &u }
tl_update_gen.go#L12277: _ UpdateClass = &UpdateContactsReset{}
tl_update_gen.go#L12377: func (u UpdateChannelAvailableMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L12386: _ UpdateClass = &UpdateChannelAvailableMessages{}
tl_update_gen.go#L12544: func (u UpdateDialogUnreadMark) construct() UpdateClass { return &u }
tl_update_gen.go#L12553: _ UpdateClass = &UpdateDialogUnreadMark{}
tl_update_gen.go#L12744: func (u UpdateMessagePoll) construct() UpdateClass { return &u }
tl_update_gen.go#L12753: _ UpdateClass = &UpdateMessagePoll{}
tl_update_gen.go#L12971: func (u UpdateChatDefaultBannedRights) construct() UpdateClass { return &u }
tl_update_gen.go#L12980: _ UpdateClass = &UpdateChatDefaultBannedRights{}
tl_update_gen.go#L13174: func (u UpdateFolderPeers) construct() UpdateClass { return &u }
tl_update_gen.go#L13183: _ UpdateClass = &UpdateFolderPeers{}
tl_update_gen.go#L13376: func (u UpdatePeerSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L13385: _ UpdateClass = &UpdatePeerSettings{}
tl_update_gen.go#L13541: func (u UpdatePeerLocated) construct() UpdateClass { return &u }
tl_update_gen.go#L13550: _ UpdateClass = &UpdatePeerLocated{}
tl_update_gen.go#L13702: func (u UpdateNewScheduledMessage) construct() UpdateClass { return &u }
tl_update_gen.go#L13711: _ UpdateClass = &UpdateNewScheduledMessage{}
tl_update_gen.go#L13847: func (u UpdateDeleteScheduledMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L13856: _ UpdateClass = &UpdateDeleteScheduledMessages{}
tl_update_gen.go#L14025: func (u UpdateTheme) construct() UpdateClass { return &u }
tl_update_gen.go#L14034: _ UpdateClass = &UpdateTheme{}
tl_update_gen.go#L14162: func (u UpdateGeoLiveViewed) construct() UpdateClass { return &u }
tl_update_gen.go#L14171: _ UpdateClass = &UpdateGeoLiveViewed{}
tl_update_gen.go#L14325: func (u UpdateLoginToken) construct() UpdateClass { return &u }
tl_update_gen.go#L14334: _ UpdateClass = &UpdateLoginToken{}
tl_update_gen.go#L14438: func (u UpdateMessagePollVote) construct() UpdateClass { return &u }
tl_update_gen.go#L14447: _ UpdateClass = &UpdateMessagePollVote{}
tl_update_gen.go#L14684: func (u UpdateDialogFilter) construct() UpdateClass { return &u }
tl_update_gen.go#L14693: _ UpdateClass = &UpdateDialogFilter{}
tl_update_gen.go#L14890: func (u UpdateDialogFilterOrder) construct() UpdateClass { return &u }
tl_update_gen.go#L14899: _ UpdateClass = &UpdateDialogFilterOrder{}
tl_update_gen.go#L15039: func (u UpdateDialogFilters) construct() UpdateClass { return &u }
tl_update_gen.go#L15048: _ UpdateClass = &UpdateDialogFilters{}
tl_update_gen.go#L15145: func (u UpdatePhoneCallSignalingData) construct() UpdateClass { return &u }
tl_update_gen.go#L15154: _ UpdateClass = &UpdatePhoneCallSignalingData{}
tl_update_gen.go#L15309: func (u UpdateChannelMessageForwards) construct() UpdateClass { return &u }
tl_update_gen.go#L15318: _ UpdateClass = &UpdateChannelMessageForwards{}
tl_update_gen.go#L15531: func (u UpdateReadChannelDiscussionInbox) construct() UpdateClass { return &u }
tl_update_gen.go#L15540: _ UpdateClass = &UpdateReadChannelDiscussionInbox{}
tl_update_gen.go#L15836: func (u UpdateReadChannelDiscussionOutbox) construct() UpdateClass { return &u }
tl_update_gen.go#L15845: _ UpdateClass = &UpdateReadChannelDiscussionOutbox{}
tl_update_gen.go#L16037: func (u UpdatePeerBlocked) construct() UpdateClass { return &u }
tl_update_gen.go#L16046: _ UpdateClass = &UpdatePeerBlocked{}
tl_update_gen.go#L16279: func (u UpdateChannelUserTyping) construct() UpdateClass { return &u }
tl_update_gen.go#L16288: _ UpdateClass = &UpdateChannelUserTyping{}
tl_update_gen.go#L16553: func (u UpdatePinnedMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L16562: _ UpdateClass = &UpdatePinnedMessages{}
tl_update_gen.go#L16852: func (u UpdatePinnedChannelMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L16861: _ UpdateClass = &UpdatePinnedChannelMessages{}
tl_update_gen.go#L17124: func (u UpdateChat) construct() UpdateClass { return &u }
tl_update_gen.go#L17133: _ UpdateClass = &UpdateChat{}
tl_update_gen.go#L17263: func (u UpdateGroupCallParticipants) construct() UpdateClass { return &u }
tl_update_gen.go#L17272: _ UpdateClass = &UpdateGroupCallParticipants{}
tl_update_gen.go#L17468: func (u UpdateGroupCall) construct() UpdateClass { return &u }
tl_update_gen.go#L17477: _ UpdateClass = &UpdateGroupCall{}
tl_update_gen.go#L17642: func (u UpdatePeerHistoryTTL) construct() UpdateClass { return &u }
tl_update_gen.go#L17651: _ UpdateClass = &UpdatePeerHistoryTTL{}
tl_update_gen.go#L17874: func (u UpdateChatParticipant) construct() UpdateClass { return &u }
tl_update_gen.go#L17883: _ UpdateClass = &UpdateChatParticipant{}
tl_update_gen.go#L18312: func (u UpdateChannelParticipant) construct() UpdateClass { return &u }
tl_update_gen.go#L18321: _ UpdateClass = &UpdateChannelParticipant{}
tl_update_gen.go#L18752: func (u UpdateBotStopped) construct() UpdateClass { return &u }
tl_update_gen.go#L18761: _ UpdateClass = &UpdateBotStopped{}
tl_update_gen.go#L18969: func (u UpdateGroupCallConnection) construct() UpdateClass { return &u }
tl_update_gen.go#L18978: _ UpdateClass = &UpdateGroupCallConnection{}
tl_update_gen.go#L19160: func (u UpdateBotCommands) construct() UpdateClass { return &u }
tl_update_gen.go#L19169: _ UpdateClass = &UpdateBotCommands{}
tl_update_gen.go#L19372: func (u UpdatePendingJoinRequests) construct() UpdateClass { return &u }
tl_update_gen.go#L19381: _ UpdateClass = &UpdatePendingJoinRequests{}
tl_update_gen.go#L19598: func (u UpdateBotChatInviteRequester) construct() UpdateClass { return &u }
tl_update_gen.go#L19607: _ UpdateClass = &UpdateBotChatInviteRequester{}
tl_update_gen.go#L19887: func (u UpdateMessageReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L19896: _ UpdateClass = &UpdateMessageReactions{}
tl_update_gen.go#L20140: func (u UpdateAttachMenuBots) construct() UpdateClass { return &u }
tl_update_gen.go#L20149: _ UpdateClass = &UpdateAttachMenuBots{}
tl_update_gen.go#L20248: func (u UpdateWebViewResultSent) construct() UpdateClass { return &u }
tl_update_gen.go#L20257: _ UpdateClass = &UpdateWebViewResultSent{}
tl_update_gen.go#L20385: func (u UpdateBotMenuButton) construct() UpdateClass { return &u }
tl_update_gen.go#L20394: _ UpdateClass = &UpdateBotMenuButton{}
tl_update_gen.go#L20552: func (u UpdateSavedRingtones) construct() UpdateClass { return &u }
tl_update_gen.go#L20561: _ UpdateClass = &UpdateSavedRingtones{}
tl_update_gen.go#L20678: func (u UpdateTranscribedAudio) construct() UpdateClass { return &u }
tl_update_gen.go#L20687: _ UpdateClass = &UpdateTranscribedAudio{}
tl_update_gen.go#L20943: func (u UpdateReadFeaturedEmojiStickers) construct() UpdateClass { return &u }
tl_update_gen.go#L20952: _ UpdateClass = &UpdateReadFeaturedEmojiStickers{}
tl_update_gen.go#L21055: func (u UpdateUserEmojiStatus) construct() UpdateClass { return &u }
tl_update_gen.go#L21064: _ UpdateClass = &UpdateUserEmojiStatus{}
tl_update_gen.go#L21221: func (u UpdateRecentEmojiStatuses) construct() UpdateClass { return &u }
tl_update_gen.go#L21230: _ UpdateClass = &UpdateRecentEmojiStatuses{}
tl_update_gen.go#L21326: func (u UpdateRecentReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L21335: _ UpdateClass = &UpdateRecentReactions{}
tl_update_gen.go#L21451: func (u UpdateMoveStickerSetToTop) construct() UpdateClass { return &u }
tl_update_gen.go#L21460: _ UpdateClass = &UpdateMoveStickerSetToTop{}
tl_update_gen.go#L21672: func (u UpdateMessageExtendedMedia) construct() UpdateClass { return &u }
tl_update_gen.go#L21681: _ UpdateClass = &UpdateMessageExtendedMedia{}
tl_update_gen.go#L21879: func (u UpdateChannelPinnedTopic) construct() UpdateClass { return &u }
tl_update_gen.go#L21888: _ UpdateClass = &UpdateChannelPinnedTopic{}
tl_update_gen.go#L22100: func (u UpdateChannelPinnedTopics) construct() UpdateClass { return &u }
tl_update_gen.go#L22109: _ UpdateClass = &UpdateChannelPinnedTopics{}
tl_update_gen.go#L22311: func (u UpdateUser) construct() UpdateClass { return &u }
tl_update_gen.go#L22320: _ UpdateClass = &UpdateUser{}
tl_update_gen.go#L22448: func (u UpdateAutoSaveSettings) construct() UpdateClass { return &u }
tl_update_gen.go#L22457: _ UpdateClass = &UpdateAutoSaveSettings{}
tl_update_gen.go#L22561: func (u UpdateGroupInvitePrivacyForbidden) construct() UpdateClass { return &u }
tl_update_gen.go#L22570: _ UpdateClass = &UpdateGroupInvitePrivacyForbidden{}
tl_update_gen.go#L22698: func (u UpdateStory) construct() UpdateClass { return &u }
tl_update_gen.go#L22707: _ UpdateClass = &UpdateStory{}
tl_update_gen.go#L22870: func (u UpdateReadStories) construct() UpdateClass { return &u }
tl_update_gen.go#L22879: _ UpdateClass = &UpdateReadStories{}
tl_update_gen.go#L23050: func (u UpdateStoryID) construct() UpdateClass { return &u }
tl_update_gen.go#L23059: _ UpdateClass = &UpdateStoryID{}
tl_update_gen.go#L23216: func (u UpdateStoriesStealthMode) construct() UpdateClass { return &u }
tl_update_gen.go#L23225: _ UpdateClass = &UpdateStoriesStealthMode{}
tl_update_gen.go#L23358: func (u UpdateSentStoryReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L23367: _ UpdateClass = &UpdateSentStoryReaction{}
tl_update_gen.go#L23563: func (u UpdateBotChatBoost) construct() UpdateClass { return &u }
tl_update_gen.go#L23572: _ UpdateClass = &UpdateBotChatBoost{}
tl_update_gen.go#L23766: func (u UpdateChannelViewForumAsMessages) construct() UpdateClass { return &u }
tl_update_gen.go#L23775: _ UpdateClass = &UpdateChannelViewForumAsMessages{}
tl_update_gen.go#L23946: func (u UpdatePeerWallpaper) construct() UpdateClass { return &u }
tl_update_gen.go#L23955: _ UpdateClass = &UpdatePeerWallpaper{}
tl_update_gen.go#L24195: func (u UpdateBotMessageReaction) construct() UpdateClass { return &u }
tl_update_gen.go#L24204: _ UpdateClass = &UpdateBotMessageReaction{}
tl_update_gen.go#L24543: func (u UpdateBotMessageReactions) construct() UpdateClass { return &u }
tl_update_gen.go#L24552: _ UpdateClass = &UpdateBotMessageReactions{}
tl_update_gen.go#L24923: type UpdateClass interface {
tl_update_gen.go#L24928: construct() UpdateClass
tl_update_gen.go#L24943: func DecodeUpdate(buf *bin.Buffer) (UpdateClass, error) {
tl_update_gen.go#L25810: 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#L706: OtherUpdates []UpdateClass
tl_updates_channel_difference_gen.go#L776: GetOtherUpdates() (value []UpdateClass)
tl_updates_channel_difference_gen.go#L980: c.OtherUpdates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_channel_difference_gen.go#L1081: 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#L84: 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#L1606: Update UpdateClass
tl_updates_gen.go#L1652: GetUpdate() (value UpdateClass)
tl_updates_gen.go#L1752: func (u *UpdateShort) GetUpdate() (value UpdateClass) {
tl_updates_gen.go#L1773: Updates []UpdateClass
tl_updates_gen.go#L1839: GetUpdates() (value []UpdateClass)
tl_updates_gen.go#L1975: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2044: func (u *UpdatesCombined) GetUpdates() (value []UpdateClass) {
tl_updates_gen.go#L2111: Updates []UpdateClass
tl_updates_gen.go#L2172: GetUpdates() (value []UpdateClass)
tl_updates_gen.go#L2301: u.Updates = make([]UpdateClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_gen.go#L2363: func (u *Updates) GetUpdates() (value []UpdateClass) {
github.com/gotd/td/telegram
handle_updates.go#L14: func (c *Client) updateInterceptor(updates ...tg.UpdateClass) {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |