type github.com/gotd/td/tg.Entities
250 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#L46: type Entities struct {
tl_handlers_gen.go#L53: func (u *Entities) short() {
tl_handlers_gen.go#L63: e Entities
tl_handlers_gen.go#L97: func (u UpdateDispatcher) dispatch(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L110: type NewMessageHandler func(ctx context.Context, e Entities, update *UpdateNewMessage) error
tl_handlers_gen.go#L114: u.handlers[UpdateNewMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L120: type MessageIDHandler func(ctx context.Context, e Entities, update *UpdateMessageID) error
tl_handlers_gen.go#L124: u.handlers[UpdateMessageIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L130: type DeleteMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteMessages) error
tl_handlers_gen.go#L134: u.handlers[UpdateDeleteMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L140: type UserTypingHandler func(ctx context.Context, e Entities, update *UpdateUserTyping) error
tl_handlers_gen.go#L144: u.handlers[UpdateUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L150: type ChatUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChatUserTyping) error
tl_handlers_gen.go#L154: u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L160: type ChatParticipantsHandler func(ctx context.Context, e Entities, update *UpdateChatParticipants) error
tl_handlers_gen.go#L164: u.handlers[UpdateChatParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L170: type UserStatusHandler func(ctx context.Context, e Entities, update *UpdateUserStatus) error
tl_handlers_gen.go#L174: u.handlers[UpdateUserStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L180: type UserNameHandler func(ctx context.Context, e Entities, update *UpdateUserName) error
tl_handlers_gen.go#L184: u.handlers[UpdateUserNameTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L190: type NewAuthorizationHandler func(ctx context.Context, e Entities, update *UpdateNewAuthorization) error
tl_handlers_gen.go#L194: u.handlers[UpdateNewAuthorizationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L200: type NewEncryptedMessageHandler func(ctx context.Context, e Entities, update *UpdateNewEncryptedMessage) error
tl_handlers_gen.go#L204: u.handlers[UpdateNewEncryptedMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L210: type EncryptedChatTypingHandler func(ctx context.Context, e Entities, update *UpdateEncryptedChatTyping) error
tl_handlers_gen.go#L214: u.handlers[UpdateEncryptedChatTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L220: type EncryptionHandler func(ctx context.Context, e Entities, update *UpdateEncryption) error
tl_handlers_gen.go#L224: u.handlers[UpdateEncryptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L230: type EncryptedMessagesReadHandler func(ctx context.Context, e Entities, update *UpdateEncryptedMessagesRead) error
tl_handlers_gen.go#L234: u.handlers[UpdateEncryptedMessagesReadTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L240: type ChatParticipantAddHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdd) error
tl_handlers_gen.go#L244: u.handlers[UpdateChatParticipantAddTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L250: type ChatParticipantDeleteHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantDelete) error
tl_handlers_gen.go#L254: u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L260: type DCOptionsHandler func(ctx context.Context, e Entities, update *UpdateDCOptions) error
tl_handlers_gen.go#L264: u.handlers[UpdateDCOptionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L270: type NotifySettingsHandler func(ctx context.Context, e Entities, update *UpdateNotifySettings) error
tl_handlers_gen.go#L274: u.handlers[UpdateNotifySettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L280: type ServiceNotificationHandler func(ctx context.Context, e Entities, update *UpdateServiceNotification) error
tl_handlers_gen.go#L284: u.handlers[UpdateServiceNotificationTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L290: type PrivacyHandler func(ctx context.Context, e Entities, update *UpdatePrivacy) error
tl_handlers_gen.go#L294: u.handlers[UpdatePrivacyTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L300: type UserPhoneHandler func(ctx context.Context, e Entities, update *UpdateUserPhone) error
tl_handlers_gen.go#L304: u.handlers[UpdateUserPhoneTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L310: type ReadHistoryInboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryInbox) error
tl_handlers_gen.go#L314: u.handlers[UpdateReadHistoryInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L320: type ReadHistoryOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadHistoryOutbox) error
tl_handlers_gen.go#L324: u.handlers[UpdateReadHistoryOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L330: type WebPageHandler func(ctx context.Context, e Entities, update *UpdateWebPage) error
tl_handlers_gen.go#L334: u.handlers[UpdateWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L340: type ReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateReadMessagesContents) error
tl_handlers_gen.go#L344: u.handlers[UpdateReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L350: type ChannelTooLongHandler func(ctx context.Context, e Entities, update *UpdateChannelTooLong) error
tl_handlers_gen.go#L354: u.handlers[UpdateChannelTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L360: type ChannelHandler func(ctx context.Context, e Entities, update *UpdateChannel) error
tl_handlers_gen.go#L364: u.handlers[UpdateChannelTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L370: type NewChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateNewChannelMessage) error
tl_handlers_gen.go#L374: u.handlers[UpdateNewChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L380: type ReadChannelInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelInbox) error
tl_handlers_gen.go#L384: u.handlers[UpdateReadChannelInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L390: type DeleteChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteChannelMessages) error
tl_handlers_gen.go#L394: u.handlers[UpdateDeleteChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L400: type ChannelMessageViewsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageViews) error
tl_handlers_gen.go#L404: u.handlers[UpdateChannelMessageViewsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L410: type ChatParticipantAdminHandler func(ctx context.Context, e Entities, update *UpdateChatParticipantAdmin) error
tl_handlers_gen.go#L414: u.handlers[UpdateChatParticipantAdminTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L420: type NewStickerSetHandler func(ctx context.Context, e Entities, update *UpdateNewStickerSet) error
tl_handlers_gen.go#L424: u.handlers[UpdateNewStickerSetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L430: type StickerSetsOrderHandler func(ctx context.Context, e Entities, update *UpdateStickerSetsOrder) error
tl_handlers_gen.go#L434: u.handlers[UpdateStickerSetsOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L440: type StickerSetsHandler func(ctx context.Context, e Entities, update *UpdateStickerSets) error
tl_handlers_gen.go#L444: u.handlers[UpdateStickerSetsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L450: type SavedGifsHandler func(ctx context.Context, e Entities, update *UpdateSavedGifs) error
tl_handlers_gen.go#L454: u.handlers[UpdateSavedGifsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L460: type BotInlineQueryHandler func(ctx context.Context, e Entities, update *UpdateBotInlineQuery) error
tl_handlers_gen.go#L464: u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L470: type BotInlineSendHandler func(ctx context.Context, e Entities, update *UpdateBotInlineSend) error
tl_handlers_gen.go#L474: u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L480: type EditChannelMessageHandler func(ctx context.Context, e Entities, update *UpdateEditChannelMessage) error
tl_handlers_gen.go#L484: u.handlers[UpdateEditChannelMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L490: type BotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateBotCallbackQuery) error
tl_handlers_gen.go#L494: u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L500: type EditMessageHandler func(ctx context.Context, e Entities, update *UpdateEditMessage) error
tl_handlers_gen.go#L504: u.handlers[UpdateEditMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L510: type InlineBotCallbackQueryHandler func(ctx context.Context, e Entities, update *UpdateInlineBotCallbackQuery) error
tl_handlers_gen.go#L514: u.handlers[UpdateInlineBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L520: type ReadChannelOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelOutbox) error
tl_handlers_gen.go#L524: u.handlers[UpdateReadChannelOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L530: type DraftMessageHandler func(ctx context.Context, e Entities, update *UpdateDraftMessage) error
tl_handlers_gen.go#L534: u.handlers[UpdateDraftMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L540: type ReadFeaturedStickersHandler func(ctx context.Context, e Entities, update *UpdateReadFeaturedStickers) error
tl_handlers_gen.go#L544: u.handlers[UpdateReadFeaturedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L550: type RecentStickersHandler func(ctx context.Context, e Entities, update *UpdateRecentStickers) error
tl_handlers_gen.go#L554: u.handlers[UpdateRecentStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L560: type ConfigHandler func(ctx context.Context, e Entities, update *UpdateConfig) error
tl_handlers_gen.go#L564: u.handlers[UpdateConfigTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L570: type PtsChangedHandler func(ctx context.Context, e Entities, update *UpdatePtsChanged) error
tl_handlers_gen.go#L574: u.handlers[UpdatePtsChangedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L580: type ChannelWebPageHandler func(ctx context.Context, e Entities, update *UpdateChannelWebPage) error
tl_handlers_gen.go#L584: u.handlers[UpdateChannelWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L590: type DialogPinnedHandler func(ctx context.Context, e Entities, update *UpdateDialogPinned) error
tl_handlers_gen.go#L594: u.handlers[UpdateDialogPinnedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L600: type PinnedDialogsHandler func(ctx context.Context, e Entities, update *UpdatePinnedDialogs) error
tl_handlers_gen.go#L604: u.handlers[UpdatePinnedDialogsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L610: type BotWebhookJSONHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSON) error
tl_handlers_gen.go#L614: u.handlers[UpdateBotWebhookJSONTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L620: type BotWebhookJSONQueryHandler func(ctx context.Context, e Entities, update *UpdateBotWebhookJSONQuery) error
tl_handlers_gen.go#L624: u.handlers[UpdateBotWebhookJSONQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L630: type BotShippingQueryHandler func(ctx context.Context, e Entities, update *UpdateBotShippingQuery) error
tl_handlers_gen.go#L634: u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L640: type BotPrecheckoutQueryHandler func(ctx context.Context, e Entities, update *UpdateBotPrecheckoutQuery) error
tl_handlers_gen.go#L644: u.handlers[UpdateBotPrecheckoutQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L650: type PhoneCallHandler func(ctx context.Context, e Entities, update *UpdatePhoneCall) error
tl_handlers_gen.go#L654: u.handlers[UpdatePhoneCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L660: type LangPackTooLongHandler func(ctx context.Context, e Entities, update *UpdateLangPackTooLong) error
tl_handlers_gen.go#L664: u.handlers[UpdateLangPackTooLongTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L670: type LangPackHandler func(ctx context.Context, e Entities, update *UpdateLangPack) error
tl_handlers_gen.go#L674: u.handlers[UpdateLangPackTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L680: type FavedStickersHandler func(ctx context.Context, e Entities, update *UpdateFavedStickers) error
tl_handlers_gen.go#L684: u.handlers[UpdateFavedStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L690: type ChannelReadMessagesContentsHandler func(ctx context.Context, e Entities, update *UpdateChannelReadMessagesContents) error
tl_handlers_gen.go#L694: u.handlers[UpdateChannelReadMessagesContentsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L700: type ContactsResetHandler func(ctx context.Context, e Entities, update *UpdateContactsReset) error
tl_handlers_gen.go#L704: u.handlers[UpdateContactsResetTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L710: type ChannelAvailableMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelAvailableMessages) error
tl_handlers_gen.go#L714: u.handlers[UpdateChannelAvailableMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L720: type DialogUnreadMarkHandler func(ctx context.Context, e Entities, update *UpdateDialogUnreadMark) error
tl_handlers_gen.go#L724: u.handlers[UpdateDialogUnreadMarkTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L730: type MessagePollHandler func(ctx context.Context, e Entities, update *UpdateMessagePoll) error
tl_handlers_gen.go#L734: u.handlers[UpdateMessagePollTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L740: type ChatDefaultBannedRightsHandler func(ctx context.Context, e Entities, update *UpdateChatDefaultBannedRights) error
tl_handlers_gen.go#L744: u.handlers[UpdateChatDefaultBannedRightsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L750: type FolderPeersHandler func(ctx context.Context, e Entities, update *UpdateFolderPeers) error
tl_handlers_gen.go#L754: u.handlers[UpdateFolderPeersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L760: type PeerSettingsHandler func(ctx context.Context, e Entities, update *UpdatePeerSettings) error
tl_handlers_gen.go#L764: u.handlers[UpdatePeerSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L770: type PeerLocatedHandler func(ctx context.Context, e Entities, update *UpdatePeerLocated) error
tl_handlers_gen.go#L774: u.handlers[UpdatePeerLocatedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L780: type NewScheduledMessageHandler func(ctx context.Context, e Entities, update *UpdateNewScheduledMessage) error
tl_handlers_gen.go#L784: u.handlers[UpdateNewScheduledMessageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L790: type DeleteScheduledMessagesHandler func(ctx context.Context, e Entities, update *UpdateDeleteScheduledMessages) error
tl_handlers_gen.go#L794: u.handlers[UpdateDeleteScheduledMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L800: type ThemeHandler func(ctx context.Context, e Entities, update *UpdateTheme) error
tl_handlers_gen.go#L804: u.handlers[UpdateThemeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L810: type GeoLiveViewedHandler func(ctx context.Context, e Entities, update *UpdateGeoLiveViewed) error
tl_handlers_gen.go#L814: u.handlers[UpdateGeoLiveViewedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L820: type LoginTokenHandler func(ctx context.Context, e Entities, update *UpdateLoginToken) error
tl_handlers_gen.go#L824: u.handlers[UpdateLoginTokenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L830: type MessagePollVoteHandler func(ctx context.Context, e Entities, update *UpdateMessagePollVote) error
tl_handlers_gen.go#L834: u.handlers[UpdateMessagePollVoteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L840: type DialogFilterHandler func(ctx context.Context, e Entities, update *UpdateDialogFilter) error
tl_handlers_gen.go#L844: u.handlers[UpdateDialogFilterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L850: type DialogFilterOrderHandler func(ctx context.Context, e Entities, update *UpdateDialogFilterOrder) error
tl_handlers_gen.go#L854: u.handlers[UpdateDialogFilterOrderTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L860: type DialogFiltersHandler func(ctx context.Context, e Entities, update *UpdateDialogFilters) error
tl_handlers_gen.go#L864: u.handlers[UpdateDialogFiltersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L870: type PhoneCallSignalingDataHandler func(ctx context.Context, e Entities, update *UpdatePhoneCallSignalingData) error
tl_handlers_gen.go#L874: u.handlers[UpdatePhoneCallSignalingDataTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L880: type ChannelMessageForwardsHandler func(ctx context.Context, e Entities, update *UpdateChannelMessageForwards) error
tl_handlers_gen.go#L884: u.handlers[UpdateChannelMessageForwardsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L890: type ReadChannelDiscussionInboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionInbox) error
tl_handlers_gen.go#L894: u.handlers[UpdateReadChannelDiscussionInboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L900: type ReadChannelDiscussionOutboxHandler func(ctx context.Context, e Entities, update *UpdateReadChannelDiscussionOutbox) error
tl_handlers_gen.go#L904: u.handlers[UpdateReadChannelDiscussionOutboxTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L910: type PeerBlockedHandler func(ctx context.Context, e Entities, update *UpdatePeerBlocked) error
tl_handlers_gen.go#L914: u.handlers[UpdatePeerBlockedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L920: type ChannelUserTypingHandler func(ctx context.Context, e Entities, update *UpdateChannelUserTyping) error
tl_handlers_gen.go#L924: u.handlers[UpdateChannelUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L930: type PinnedMessagesHandler func(ctx context.Context, e Entities, update *UpdatePinnedMessages) error
tl_handlers_gen.go#L934: u.handlers[UpdatePinnedMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L940: type PinnedChannelMessagesHandler func(ctx context.Context, e Entities, update *UpdatePinnedChannelMessages) error
tl_handlers_gen.go#L944: u.handlers[UpdatePinnedChannelMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L950: type ChatHandler func(ctx context.Context, e Entities, update *UpdateChat) error
tl_handlers_gen.go#L954: u.handlers[UpdateChatTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L960: type GroupCallParticipantsHandler func(ctx context.Context, e Entities, update *UpdateGroupCallParticipants) error
tl_handlers_gen.go#L964: u.handlers[UpdateGroupCallParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L970: type GroupCallHandler func(ctx context.Context, e Entities, update *UpdateGroupCall) error
tl_handlers_gen.go#L974: u.handlers[UpdateGroupCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L980: type PeerHistoryTTLHandler func(ctx context.Context, e Entities, update *UpdatePeerHistoryTTL) error
tl_handlers_gen.go#L984: u.handlers[UpdatePeerHistoryTTLTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L990: type ChatParticipantHandler func(ctx context.Context, e Entities, update *UpdateChatParticipant) error
tl_handlers_gen.go#L994: u.handlers[UpdateChatParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1000: type ChannelParticipantHandler func(ctx context.Context, e Entities, update *UpdateChannelParticipant) error
tl_handlers_gen.go#L1004: u.handlers[UpdateChannelParticipantTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1010: type BotStoppedHandler func(ctx context.Context, e Entities, update *UpdateBotStopped) error
tl_handlers_gen.go#L1014: u.handlers[UpdateBotStoppedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1020: type GroupCallConnectionHandler func(ctx context.Context, e Entities, update *UpdateGroupCallConnection) error
tl_handlers_gen.go#L1024: u.handlers[UpdateGroupCallConnectionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1030: type BotCommandsHandler func(ctx context.Context, e Entities, update *UpdateBotCommands) error
tl_handlers_gen.go#L1034: u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1040: type PendingJoinRequestsHandler func(ctx context.Context, e Entities, update *UpdatePendingJoinRequests) error
tl_handlers_gen.go#L1044: u.handlers[UpdatePendingJoinRequestsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1050: type BotChatInviteRequesterHandler func(ctx context.Context, e Entities, update *UpdateBotChatInviteRequester) error
tl_handlers_gen.go#L1054: u.handlers[UpdateBotChatInviteRequesterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1060: type MessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateMessageReactions) error
tl_handlers_gen.go#L1064: u.handlers[UpdateMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1070: type AttachMenuBotsHandler func(ctx context.Context, e Entities, update *UpdateAttachMenuBots) error
tl_handlers_gen.go#L1074: u.handlers[UpdateAttachMenuBotsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1080: type WebViewResultSentHandler func(ctx context.Context, e Entities, update *UpdateWebViewResultSent) error
tl_handlers_gen.go#L1084: u.handlers[UpdateWebViewResultSentTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1090: type BotMenuButtonHandler func(ctx context.Context, e Entities, update *UpdateBotMenuButton) error
tl_handlers_gen.go#L1094: u.handlers[UpdateBotMenuButtonTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1100: type SavedRingtonesHandler func(ctx context.Context, e Entities, update *UpdateSavedRingtones) error
tl_handlers_gen.go#L1104: u.handlers[UpdateSavedRingtonesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1110: type TranscribedAudioHandler func(ctx context.Context, e Entities, update *UpdateTranscribedAudio) error
tl_handlers_gen.go#L1114: u.handlers[UpdateTranscribedAudioTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1120: type ReadFeaturedEmojiStickersHandler func(ctx context.Context, e Entities, update *UpdateReadFeaturedEmojiStickers) error
tl_handlers_gen.go#L1124: u.handlers[UpdateReadFeaturedEmojiStickersTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1130: type UserEmojiStatusHandler func(ctx context.Context, e Entities, update *UpdateUserEmojiStatus) error
tl_handlers_gen.go#L1134: u.handlers[UpdateUserEmojiStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1140: type RecentEmojiStatusesHandler func(ctx context.Context, e Entities, update *UpdateRecentEmojiStatuses) error
tl_handlers_gen.go#L1144: u.handlers[UpdateRecentEmojiStatusesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1150: type RecentReactionsHandler func(ctx context.Context, e Entities, update *UpdateRecentReactions) error
tl_handlers_gen.go#L1154: u.handlers[UpdateRecentReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1160: type MoveStickerSetToTopHandler func(ctx context.Context, e Entities, update *UpdateMoveStickerSetToTop) error
tl_handlers_gen.go#L1164: u.handlers[UpdateMoveStickerSetToTopTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1170: type MessageExtendedMediaHandler func(ctx context.Context, e Entities, update *UpdateMessageExtendedMedia) error
tl_handlers_gen.go#L1174: u.handlers[UpdateMessageExtendedMediaTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1180: type ChannelPinnedTopicHandler func(ctx context.Context, e Entities, update *UpdateChannelPinnedTopic) error
tl_handlers_gen.go#L1184: u.handlers[UpdateChannelPinnedTopicTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1190: type ChannelPinnedTopicsHandler func(ctx context.Context, e Entities, update *UpdateChannelPinnedTopics) error
tl_handlers_gen.go#L1194: u.handlers[UpdateChannelPinnedTopicsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1200: type UserHandler func(ctx context.Context, e Entities, update *UpdateUser) error
tl_handlers_gen.go#L1204: u.handlers[UpdateUserTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1210: type AutoSaveSettingsHandler func(ctx context.Context, e Entities, update *UpdateAutoSaveSettings) error
tl_handlers_gen.go#L1214: u.handlers[UpdateAutoSaveSettingsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1220: type GroupInvitePrivacyForbiddenHandler func(ctx context.Context, e Entities, update *UpdateGroupInvitePrivacyForbidden) error
tl_handlers_gen.go#L1224: u.handlers[UpdateGroupInvitePrivacyForbiddenTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1230: type StoryHandler func(ctx context.Context, e Entities, update *UpdateStory) error
tl_handlers_gen.go#L1234: u.handlers[UpdateStoryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1240: type ReadStoriesHandler func(ctx context.Context, e Entities, update *UpdateReadStories) error
tl_handlers_gen.go#L1244: u.handlers[UpdateReadStoriesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1250: type StoryIDHandler func(ctx context.Context, e Entities, update *UpdateStoryID) error
tl_handlers_gen.go#L1254: u.handlers[UpdateStoryIDTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1260: type StoriesStealthModeHandler func(ctx context.Context, e Entities, update *UpdateStoriesStealthMode) error
tl_handlers_gen.go#L1264: u.handlers[UpdateStoriesStealthModeTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1270: type SentStoryReactionHandler func(ctx context.Context, e Entities, update *UpdateSentStoryReaction) error
tl_handlers_gen.go#L1274: u.handlers[UpdateSentStoryReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1280: type BotChatBoostHandler func(ctx context.Context, e Entities, update *UpdateBotChatBoost) error
tl_handlers_gen.go#L1284: u.handlers[UpdateBotChatBoostTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1290: type ChannelViewForumAsMessagesHandler func(ctx context.Context, e Entities, update *UpdateChannelViewForumAsMessages) error
tl_handlers_gen.go#L1294: u.handlers[UpdateChannelViewForumAsMessagesTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1300: type PeerWallpaperHandler func(ctx context.Context, e Entities, update *UpdatePeerWallpaper) error
tl_handlers_gen.go#L1304: u.handlers[UpdatePeerWallpaperTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1310: type BotMessageReactionHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReaction) error
tl_handlers_gen.go#L1314: u.handlers[UpdateBotMessageReactionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_handlers_gen.go#L1320: type BotMessageReactionsHandler func(ctx context.Context, e Entities, update *UpdateBotMessageReactions) error
tl_handlers_gen.go#L1324: u.handlers[UpdateBotMessageReactionsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
github.com/gotd/td/telegram/auth/qrlogin
qrlogin.go#L122: d.OnLoginToken(func(ctx context.Context, e tg.Entities, update *tg.UpdateLoginToken) error {
|
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. |