messages.ChatInviteJoinResult

class pyrogram.raw.base.messages.ChatInviteJoinResult

Telegram API base type.

Constructors:

This base type has 2 constructors available.

messages.ChatInviteJoinResultOk

Telegram API type.

messages.ChatInviteJoinResultWebView

Telegram API type.

Functions:

This object can be returned by 2 functions.

messages.ImportChatInvite

Import a chat invite and join a private chat/supergroup/channel

channels.JoinChannel

Join a channel/supergroup

TL Schema


Parameter Tree

ChatInviteJoinResult
│ └── updates → Updates
│ ├── UpdatesTooLong
│ ├── UpdateShortMessage
│ │ ├── out → true (optional)
│ │ ├── mentioned → true (optional)
│ │ ├── media_unread → true (optional)
│ │ ├── silent → true (optional)
│ │ ├── id → int
│ │ ├── user_id → long
│ │ ├── message → string
│ │ ├── pts → int
│ │ ├── pts_count → int
│ │ ├── date → int
│ │ ├── fwd_from → MessageFwdHeader (optional)
│ │ │ └── MessageFwdHeader
│ │ ├── via_bot_id → long (optional)
│ │ ├── reply_to → MessageReplyHeader (optional)
│ │ │ ├── MessageReplyHeader
│ │ │ └── MessageReplyStoryHeader
│ │ ├── entities → Vector < MessageEntity > (optional)
│ │ │ ├── MessageEntityUnknown
│ │ │ ├── MessageEntityMention
│ │ │ ├── MessageEntityHashtag
│ │ │ ├── MessageEntityBotCommand
│ │ │ ├── MessageEntityUrl
│ │ │ ├── MessageEntityEmail
│ │ │ ├── MessageEntityBold
│ │ │ ├── MessageEntityItalic
│ │ │ ├── MessageEntityCode
│ │ │ ├── MessageEntityPre
│ │ │ ├── MessageEntityTextUrl
│ │ │ ├── MessageEntityMentionName
│ │ │ ├── InputMessageEntityMentionName
│ │ │ ├── MessageEntityPhone
│ │ │ ├── MessageEntityCashtag
│ │ │ ├── MessageEntityUnderline
│ │ │ ├── MessageEntityStrike
│ │ │ ├── MessageEntityBankCard
│ │ │ ├── MessageEntitySpoiler
│ │ │ ├── MessageEntityCustomEmoji
│ │ │ ├── MessageEntityBlockquote
│ │ │ ├── MessageEntityFormattedDate
│ │ │ ├── MessageEntityDiffInsert
│ │ │ ├── MessageEntityDiffReplace
│ │ │ └── MessageEntityDiffDelete
│ │ └── ttl_period → int (optional)
│ │ ├── out → true (optional)
│ │ ├── mentioned → true (optional)
│ │ ├── media_unread → true (optional)
│ │ ├── silent → true (optional)
│ │ ├── id → int
│ │ ├── from_id → long
│ │ ├── chat_id → long
│ │ ├── message → string
│ │ ├── pts → int
│ │ ├── pts_count → int
│ │ ├── date → int
│ │ ├── fwd_from → MessageFwdHeader (optional)
│ │ │ └── MessageFwdHeader
│ │ ├── via_bot_id → long (optional)
│ │ ├── reply_to → MessageReplyHeader (optional)
│ │ │ ├── MessageReplyHeader
│ │ │ └── MessageReplyStoryHeader
│ │ ├── entities → Vector < MessageEntity > (optional)
│ │ │ ├── MessageEntityUnknown
│ │ │ ├── MessageEntityMention
│ │ │ ├── MessageEntityHashtag
│ │ │ ├── MessageEntityBotCommand
│ │ │ ├── MessageEntityUrl
│ │ │ ├── MessageEntityEmail
│ │ │ ├── MessageEntityBold
│ │ │ ├── MessageEntityItalic
│ │ │ ├── MessageEntityCode
│ │ │ ├── MessageEntityPre
│ │ │ ├── MessageEntityTextUrl
│ │ │ ├── MessageEntityMentionName
│ │ │ ├── InputMessageEntityMentionName
│ │ │ ├── MessageEntityPhone
│ │ │ ├── MessageEntityCashtag
│ │ │ ├── MessageEntityUnderline
│ │ │ ├── MessageEntityStrike
│ │ │ ├── MessageEntityBankCard
│ │ │ ├── MessageEntitySpoiler
│ │ │ ├── MessageEntityCustomEmoji
│ │ │ ├── MessageEntityBlockquote
│ │ │ ├── MessageEntityFormattedDate
│ │ │ ├── MessageEntityDiffInsert
│ │ │ ├── MessageEntityDiffReplace
│ │ │ └── MessageEntityDiffDelete
│ │ └── ttl_period → int (optional)
│ ├── UpdateShort
│ │ ├── update → Update
│ │ │ ├── UpdateNewMessage
│ │ │ ├── UpdateMessageID
│ │ │ ├── UpdateDeleteMessages
│ │ │ ├── UpdateUserTyping
│ │ │ ├── UpdateChatUserTyping
│ │ │ ├── UpdateChatParticipants
│ │ │ ├── UpdateUserStatus
│ │ │ ├── UpdateUserName
│ │ │ ├── UpdateNewAuthorization
│ │ │ ├── UpdateNewEncryptedMessage
│ │ │ ├── UpdateEncryptedChatTyping
│ │ │ ├── UpdateEncryption
│ │ │ ├── UpdateEncryptedMessagesRead
│ │ │ ├── UpdateChatParticipantAdd
│ │ │ ├── UpdateChatParticipantDelete
│ │ │ ├── UpdateDcOptions
│ │ │ ├── UpdateNotifySettings
│ │ │ ├── UpdateServiceNotification
│ │ │ ├── UpdatePrivacy
│ │ │ ├── UpdateUserPhone
│ │ │ ├── UpdateReadHistoryInbox
│ │ │ ├── UpdateReadHistoryOutbox
│ │ │ ├── UpdateWebPage
│ │ │ ├── UpdateReadMessagesContents
│ │ │ ├── UpdateChannelTooLong
│ │ │ ├── UpdateChannel
│ │ │ ├── UpdateNewChannelMessage
│ │ │ ├── UpdateReadChannelInbox
│ │ │ ├── UpdateDeleteChannelMessages
│ │ │ ├── UpdateChannelMessageViews
│ │ │ ├── UpdateChatParticipantAdmin
│ │ │ ├── UpdateNewStickerSet
│ │ │ ├── UpdateStickerSetsOrder
│ │ │ ├── UpdateStickerSets
│ │ │ ├── UpdateSavedGifs
│ │ │ ├── UpdateBotInlineQuery
│ │ │ ├── UpdateBotInlineSend
│ │ │ ├── UpdateEditChannelMessage
│ │ │ ├── UpdateBotCallbackQuery
│ │ │ ├── UpdateEditMessage
│ │ │ ├── UpdateInlineBotCallbackQuery
│ │ │ ├── UpdateReadChannelOutbox
│ │ │ ├── UpdateDraftMessage
│ │ │ ├── UpdateReadFeaturedStickers
│ │ │ ├── UpdateRecentStickers
│ │ │ ├── UpdateConfig
│ │ │ ├── UpdatePtsChanged
│ │ │ ├── UpdateChannelWebPage
│ │ │ ├── UpdateDialogPinned
│ │ │ ├── UpdatePinnedDialogs
│ │ │ ├── UpdateBotWebhookJSON
│ │ │ ├── UpdateBotWebhookJSONQuery
│ │ │ ├── UpdateBotShippingQuery
│ │ │ ├── UpdateBotPrecheckoutQuery
│ │ │ ├── UpdatePhoneCall
│ │ │ ├── UpdateLangPackTooLong
│ │ │ ├── UpdateLangPack
│ │ │ ├── UpdateFavedStickers
│ │ │ ├── UpdateChannelReadMessagesContents
│ │ │ ├── UpdateContactsReset
│ │ │ ├── UpdateChannelAvailableMessages
│ │ │ ├── UpdateDialogUnreadMark
│ │ │ ├── UpdateMessagePoll
│ │ │ ├── UpdateChatDefaultBannedRights
│ │ │ ├── UpdateFolderPeers
│ │ │ ├── UpdatePeerSettings
│ │ │ ├── UpdatePeerLocated
│ │ │ ├── UpdateNewScheduledMessage
│ │ │ ├── UpdateDeleteScheduledMessages
│ │ │ ├── UpdateTheme
│ │ │ ├── UpdateGeoLiveViewed
│ │ │ ├── UpdateLoginToken
│ │ │ ├── UpdateMessagePollVote
│ │ │ ├── UpdateDialogFilter
│ │ │ ├── UpdateDialogFilterOrder
│ │ │ ├── UpdateDialogFilters
│ │ │ ├── UpdatePhoneCallSignalingData
│ │ │ ├── UpdateChannelMessageForwards
│ │ │ ├── UpdateReadChannelDiscussionInbox
│ │ │ ├── UpdateReadChannelDiscussionOutbox
│ │ │ ├── UpdatePeerBlocked
│ │ │ ├── UpdateChannelUserTyping
│ │ │ ├── UpdatePinnedMessages
│ │ │ ├── UpdatePinnedChannelMessages
│ │ │ ├── UpdateChat
│ │ │ ├── UpdateGroupCallParticipants
│ │ │ ├── UpdateGroupCall
│ │ │ ├── UpdatePeerHistoryTTL
│ │ │ ├── UpdateChatParticipant
│ │ │ ├── UpdateChannelParticipant
│ │ │ ├── UpdateBotStopped
│ │ │ ├── UpdateGroupCallConnection
│ │ │ ├── UpdateBotCommands
│ │ │ ├── UpdatePendingJoinRequests
│ │ │ ├── UpdateBotChatInviteRequester
│ │ │ ├── UpdateMessageReactions
│ │ │ ├── UpdateAttachMenuBots
│ │ │ ├── UpdateWebViewResultSent
│ │ │ ├── UpdateBotMenuButton
│ │ │ ├── UpdateSavedRingtones
│ │ │ ├── UpdateTranscribedAudio
│ │ │ ├── UpdateReadFeaturedEmojiStickers
│ │ │ ├── UpdateUserEmojiStatus
│ │ │ ├── UpdateRecentEmojiStatuses
│ │ │ ├── UpdateRecentReactions
│ │ │ ├── UpdateMoveStickerSetToTop
│ │ │ ├── UpdateMessageExtendedMedia
│ │ │ ├── UpdateUser
│ │ │ ├── UpdateAutoSaveSettings
│ │ │ ├── UpdateStory
│ │ │ ├── UpdateReadStories
│ │ │ ├── UpdateStoryID
│ │ │ ├── UpdateStoriesStealthMode
│ │ │ ├── UpdateSentStoryReaction
│ │ │ ├── UpdateBotChatBoost
│ │ │ ├── UpdateChannelViewForumAsMessages
│ │ │ ├── UpdatePeerWallpaper
│ │ │ ├── UpdateBotMessageReaction
│ │ │ ├── UpdateBotMessageReactions
│ │ │ ├── UpdateSavedDialogPinned
│ │ │ ├── UpdatePinnedSavedDialogs
│ │ │ ├── UpdateSavedReactionTags
│ │ │ ├── UpdateSmsJob
│ │ │ ├── UpdateQuickReplies
│ │ │ ├── UpdateNewQuickReply
│ │ │ ├── UpdateDeleteQuickReply
│ │ │ ├── UpdateQuickReplyMessage
│ │ │ ├── UpdateDeleteQuickReplyMessages
│ │ │ ├── UpdateBotBusinessConnect
│ │ │ ├── UpdateBotNewBusinessMessage
│ │ │ ├── UpdateBotEditBusinessMessage
│ │ │ ├── UpdateBotDeleteBusinessMessage
│ │ │ ├── UpdateNewStoryReaction
│ │ │ ├── UpdateStarsBalance
│ │ │ ├── UpdateBusinessBotCallbackQuery
│ │ │ ├── UpdateStarsRevenueStatus
│ │ │ ├── UpdateBotPurchasedPaidMedia
│ │ │ ├── UpdatePaidReactionPrivacy
│ │ │ ├── UpdateSentPhoneCode
│ │ │ ├── UpdateGroupCallChainBlocks
│ │ │ ├── UpdateReadMonoForumInbox
│ │ │ ├── UpdateReadMonoForumOutbox
│ │ │ ├── UpdateMonoForumNoPaidException
│ │ │ ├── UpdateGroupCallMessage
│ │ │ ├── UpdateGroupCallEncryptedMessage
│ │ │ ├── UpdatePinnedForumTopic
│ │ │ ├── UpdatePinnedForumTopics
│ │ │ ├── UpdateDeleteGroupCallMessages
│ │ │ ├── UpdateStarGiftAuctionState
│ │ │ ├── UpdateStarGiftAuctionUserState
│ │ │ ├── UpdateEmojiGameInfo
│ │ │ ├── UpdateStarGiftCraftFail
│ │ │ ├── UpdateChatParticipantRank
│ │ │ ├── UpdateManagedBot
│ │ │ ├── UpdateBotGuestChatQuery
│ │ │ ├── UpdateAiComposeTones
│ │ │ ├── UpdateJoinChatWebViewDecision
│ │ │ ├── UpdateNewBotConnection
│ │ │ ├── UpdateWebBrowserSettings
│ │ │ └── UpdateWebBrowserException
│ │ └── date → int
│ ├── UpdatesCombined
│ │ ├── updates → Vector < Update >
│ │ │ ├── UpdateNewMessage
│ │ │ ├── UpdateMessageID
│ │ │ ├── UpdateDeleteMessages
│ │ │ ├── UpdateUserTyping
│ │ │ ├── UpdateChatUserTyping
│ │ │ ├── UpdateChatParticipants
│ │ │ ├── UpdateUserStatus
│ │ │ ├── UpdateUserName
│ │ │ ├── UpdateNewAuthorization
│ │ │ ├── UpdateNewEncryptedMessage
│ │ │ ├── UpdateEncryptedChatTyping
│ │ │ ├── UpdateEncryption
│ │ │ ├── UpdateEncryptedMessagesRead
│ │ │ ├── UpdateChatParticipantAdd
│ │ │ ├── UpdateChatParticipantDelete
│ │ │ ├── UpdateDcOptions
│ │ │ ├── UpdateNotifySettings
│ │ │ ├── UpdateServiceNotification
│ │ │ ├── UpdatePrivacy
│ │ │ ├── UpdateUserPhone
│ │ │ ├── UpdateReadHistoryInbox
│ │ │ ├── UpdateReadHistoryOutbox
│ │ │ ├── UpdateWebPage
│ │ │ ├── UpdateReadMessagesContents
│ │ │ ├── UpdateChannelTooLong
│ │ │ ├── UpdateChannel
│ │ │ ├── UpdateNewChannelMessage
│ │ │ ├── UpdateReadChannelInbox
│ │ │ ├── UpdateDeleteChannelMessages
│ │ │ ├── UpdateChannelMessageViews
│ │ │ ├── UpdateChatParticipantAdmin
│ │ │ ├── UpdateNewStickerSet
│ │ │ ├── UpdateStickerSetsOrder
│ │ │ ├── UpdateStickerSets
│ │ │ ├── UpdateSavedGifs
│ │ │ ├── UpdateBotInlineQuery
│ │ │ ├── UpdateBotInlineSend
│ │ │ ├── UpdateEditChannelMessage
│ │ │ ├── UpdateBotCallbackQuery
│ │ │ ├── UpdateEditMessage
│ │ │ ├── UpdateInlineBotCallbackQuery
│ │ │ ├── UpdateReadChannelOutbox
│ │ │ ├── UpdateDraftMessage
│ │ │ ├── UpdateReadFeaturedStickers
│ │ │ ├── UpdateRecentStickers
│ │ │ ├── UpdateConfig
│ │ │ ├── UpdatePtsChanged
│ │ │ ├── UpdateChannelWebPage
│ │ │ ├── UpdateDialogPinned
│ │ │ ├── UpdatePinnedDialogs
│ │ │ ├── UpdateBotWebhookJSON
│ │ │ ├── UpdateBotWebhookJSONQuery
│ │ │ ├── UpdateBotShippingQuery
│ │ │ ├── UpdateBotPrecheckoutQuery
│ │ │ ├── UpdatePhoneCall
│ │ │ ├── UpdateLangPackTooLong
│ │ │ ├── UpdateLangPack
│ │ │ ├── UpdateFavedStickers
│ │ │ ├── UpdateChannelReadMessagesContents
│ │ │ ├── UpdateContactsReset
│ │ │ ├── UpdateChannelAvailableMessages
│ │ │ ├── UpdateDialogUnreadMark
│ │ │ ├── UpdateMessagePoll
│ │ │ ├── UpdateChatDefaultBannedRights
│ │ │ ├── UpdateFolderPeers
│ │ │ ├── UpdatePeerSettings
│ │ │ ├── UpdatePeerLocated
│ │ │ ├── UpdateNewScheduledMessage
│ │ │ ├── UpdateDeleteScheduledMessages
│ │ │ ├── UpdateTheme
│ │ │ ├── UpdateGeoLiveViewed
│ │ │ ├── UpdateLoginToken
│ │ │ ├── UpdateMessagePollVote
│ │ │ ├── UpdateDialogFilter
│ │ │ ├── UpdateDialogFilterOrder
│ │ │ ├── UpdateDialogFilters
│ │ │ ├── UpdatePhoneCallSignalingData
│ │ │ ├── UpdateChannelMessageForwards
│ │ │ ├── UpdateReadChannelDiscussionInbox
│ │ │ ├── UpdateReadChannelDiscussionOutbox
│ │ │ ├── UpdatePeerBlocked
│ │ │ ├── UpdateChannelUserTyping
│ │ │ ├── UpdatePinnedMessages
│ │ │ ├── UpdatePinnedChannelMessages
│ │ │ ├── UpdateChat
│ │ │ ├── UpdateGroupCallParticipants
│ │ │ ├── UpdateGroupCall
│ │ │ ├── UpdatePeerHistoryTTL
│ │ │ ├── UpdateChatParticipant
│ │ │ ├── UpdateChannelParticipant
│ │ │ ├── UpdateBotStopped
│ │ │ ├── UpdateGroupCallConnection
│ │ │ ├── UpdateBotCommands
│ │ │ ├── UpdatePendingJoinRequests
│ │ │ ├── UpdateBotChatInviteRequester
│ │ │ ├── UpdateMessageReactions
│ │ │ ├── UpdateAttachMenuBots
│ │ │ ├── UpdateWebViewResultSent
│ │ │ ├── UpdateBotMenuButton
│ │ │ ├── UpdateSavedRingtones
│ │ │ ├── UpdateTranscribedAudio
│ │ │ ├── UpdateReadFeaturedEmojiStickers
│ │ │ ├── UpdateUserEmojiStatus
│ │ │ ├── UpdateRecentEmojiStatuses
│ │ │ ├── UpdateRecentReactions
│ │ │ ├── UpdateMoveStickerSetToTop
│ │ │ ├── UpdateMessageExtendedMedia
│ │ │ ├── UpdateUser
│ │ │ ├── UpdateAutoSaveSettings
│ │ │ ├── UpdateStory
│ │ │ ├── UpdateReadStories
│ │ │ ├── UpdateStoryID
│ │ │ ├── UpdateStoriesStealthMode
│ │ │ ├── UpdateSentStoryReaction
│ │ │ ├── UpdateBotChatBoost
│ │ │ ├── UpdateChannelViewForumAsMessages
│ │ │ ├── UpdatePeerWallpaper
│ │ │ ├── UpdateBotMessageReaction
│ │ │ ├── UpdateBotMessageReactions
│ │ │ ├── UpdateSavedDialogPinned
│ │ │ ├── UpdatePinnedSavedDialogs
│ │ │ ├── UpdateSavedReactionTags
│ │ │ ├── UpdateSmsJob
│ │ │ ├── UpdateQuickReplies
│ │ │ ├── UpdateNewQuickReply
│ │ │ ├── UpdateDeleteQuickReply
│ │ │ ├── UpdateQuickReplyMessage
│ │ │ ├── UpdateDeleteQuickReplyMessages
│ │ │ ├── UpdateBotBusinessConnect
│ │ │ ├── UpdateBotNewBusinessMessage
│ │ │ ├── UpdateBotEditBusinessMessage
│ │ │ ├── UpdateBotDeleteBusinessMessage
│ │ │ ├── UpdateNewStoryReaction
│ │ │ ├── UpdateStarsBalance
│ │ │ ├── UpdateBusinessBotCallbackQuery
│ │ │ ├── UpdateStarsRevenueStatus
│ │ │ ├── UpdateBotPurchasedPaidMedia
│ │ │ ├── UpdatePaidReactionPrivacy
│ │ │ ├── UpdateSentPhoneCode
│ │ │ ├── UpdateGroupCallChainBlocks
│ │ │ ├── UpdateReadMonoForumInbox
│ │ │ ├── UpdateReadMonoForumOutbox
│ │ │ ├── UpdateMonoForumNoPaidException
│ │ │ ├── UpdateGroupCallMessage
│ │ │ ├── UpdateGroupCallEncryptedMessage
│ │ │ ├── UpdatePinnedForumTopic
│ │ │ ├── UpdatePinnedForumTopics
│ │ │ ├── UpdateDeleteGroupCallMessages
│ │ │ ├── UpdateStarGiftAuctionState
│ │ │ ├── UpdateStarGiftAuctionUserState
│ │ │ ├── UpdateEmojiGameInfo
│ │ │ ├── UpdateStarGiftCraftFail
│ │ │ ├── UpdateChatParticipantRank
│ │ │ ├── UpdateManagedBot
│ │ │ ├── UpdateBotGuestChatQuery
│ │ │ ├── UpdateAiComposeTones
│ │ │ ├── UpdateJoinChatWebViewDecision
│ │ │ ├── UpdateNewBotConnection
│ │ │ ├── UpdateWebBrowserSettings
│ │ │ └── UpdateWebBrowserException
│ │ ├── users → Vector < User >
│ │ │ ├── UserEmpty
│ │ │ └── User
│ │ ├── chats → Vector < Chat >
│ │ │ ├── ChatEmpty
│ │ │ ├── Chat
│ │ │ ├── ChatForbidden
│ │ │ ├── Channel
│ │ │ └── ChannelForbidden
│ │ ├── date → int
│ │ ├── seq_start → int
│ │ └── seq → int
│ ├── Updates
│ │ ├── updates → Vector < Update >
│ │ │ ├── UpdateNewMessage
│ │ │ ├── UpdateMessageID
│ │ │ ├── UpdateDeleteMessages
│ │ │ ├── UpdateUserTyping
│ │ │ ├── UpdateChatUserTyping
│ │ │ ├── UpdateChatParticipants
│ │ │ ├── UpdateUserStatus
│ │ │ ├── UpdateUserName
│ │ │ ├── UpdateNewAuthorization
│ │ │ ├── UpdateNewEncryptedMessage
│ │ │ ├── UpdateEncryptedChatTyping
│ │ │ ├── UpdateEncryption
│ │ │ ├── UpdateEncryptedMessagesRead
│ │ │ ├── UpdateChatParticipantAdd
│ │ │ ├── UpdateChatParticipantDelete
│ │ │ ├── UpdateDcOptions
│ │ │ ├── UpdateNotifySettings
│ │ │ ├── UpdateServiceNotification
│ │ │ ├── UpdatePrivacy
│ │ │ ├── UpdateUserPhone
│ │ │ ├── UpdateReadHistoryInbox
│ │ │ ├── UpdateReadHistoryOutbox
│ │ │ ├── UpdateWebPage
│ │ │ ├── UpdateReadMessagesContents
│ │ │ ├── UpdateChannelTooLong
│ │ │ ├── UpdateChannel
│ │ │ ├── UpdateNewChannelMessage
│ │ │ ├── UpdateReadChannelInbox
│ │ │ ├── UpdateDeleteChannelMessages
│ │ │ ├── UpdateChannelMessageViews
│ │ │ ├── UpdateChatParticipantAdmin
│ │ │ ├── UpdateNewStickerSet
│ │ │ ├── UpdateStickerSetsOrder
│ │ │ ├── UpdateStickerSets
│ │ │ ├── UpdateSavedGifs
│ │ │ ├── UpdateBotInlineQuery
│ │ │ ├── UpdateBotInlineSend
│ │ │ ├── UpdateEditChannelMessage
│ │ │ ├── UpdateBotCallbackQuery
│ │ │ ├── UpdateEditMessage
│ │ │ ├── UpdateInlineBotCallbackQuery
│ │ │ ├── UpdateReadChannelOutbox
│ │ │ ├── UpdateDraftMessage
│ │ │ ├── UpdateReadFeaturedStickers
│ │ │ ├── UpdateRecentStickers
│ │ │ ├── UpdateConfig
│ │ │ ├── UpdatePtsChanged
│ │ │ ├── UpdateChannelWebPage
│ │ │ ├── UpdateDialogPinned
│ │ │ ├── UpdatePinnedDialogs
│ │ │ ├── UpdateBotWebhookJSON
│ │ │ ├── UpdateBotWebhookJSONQuery
│ │ │ ├── UpdateBotShippingQuery
│ │ │ ├── UpdateBotPrecheckoutQuery
│ │ │ ├── UpdatePhoneCall
│ │ │ ├── UpdateLangPackTooLong
│ │ │ ├── UpdateLangPack
│ │ │ ├── UpdateFavedStickers
│ │ │ ├── UpdateChannelReadMessagesContents
│ │ │ ├── UpdateContactsReset
│ │ │ ├── UpdateChannelAvailableMessages
│ │ │ ├── UpdateDialogUnreadMark
│ │ │ ├── UpdateMessagePoll
│ │ │ ├── UpdateChatDefaultBannedRights
│ │ │ ├── UpdateFolderPeers
│ │ │ ├── UpdatePeerSettings
│ │ │ ├── UpdatePeerLocated
│ │ │ ├── UpdateNewScheduledMessage
│ │ │ ├── UpdateDeleteScheduledMessages
│ │ │ ├── UpdateTheme
│ │ │ ├── UpdateGeoLiveViewed
│ │ │ ├── UpdateLoginToken
│ │ │ ├── UpdateMessagePollVote
│ │ │ ├── UpdateDialogFilter
│ │ │ ├── UpdateDialogFilterOrder
│ │ │ ├── UpdateDialogFilters
│ │ │ ├── UpdatePhoneCallSignalingData
│ │ │ ├── UpdateChannelMessageForwards
│ │ │ ├── UpdateReadChannelDiscussionInbox
│ │ │ ├── UpdateReadChannelDiscussionOutbox
│ │ │ ├── UpdatePeerBlocked
│ │ │ ├── UpdateChannelUserTyping
│ │ │ ├── UpdatePinnedMessages
│ │ │ ├── UpdatePinnedChannelMessages
│ │ │ ├── UpdateChat
│ │ │ ├── UpdateGroupCallParticipants
│ │ │ ├── UpdateGroupCall
│ │ │ ├── UpdatePeerHistoryTTL
│ │ │ ├── UpdateChatParticipant
│ │ │ ├── UpdateChannelParticipant
│ │ │ ├── UpdateBotStopped
│ │ │ ├── UpdateGroupCallConnection
│ │ │ ├── UpdateBotCommands
│ │ │ ├── UpdatePendingJoinRequests
│ │ │ ├── UpdateBotChatInviteRequester
│ │ │ ├── UpdateMessageReactions
│ │ │ ├── UpdateAttachMenuBots
│ │ │ ├── UpdateWebViewResultSent
│ │ │ ├── UpdateBotMenuButton
│ │ │ ├── UpdateSavedRingtones
│ │ │ ├── UpdateTranscribedAudio
│ │ │ ├── UpdateReadFeaturedEmojiStickers
│ │ │ ├── UpdateUserEmojiStatus
│ │ │ ├── UpdateRecentEmojiStatuses
│ │ │ ├── UpdateRecentReactions
│ │ │ ├── UpdateMoveStickerSetToTop
│ │ │ ├── UpdateMessageExtendedMedia
│ │ │ ├── UpdateUser
│ │ │ ├── UpdateAutoSaveSettings
│ │ │ ├── UpdateStory
│ │ │ ├── UpdateReadStories
│ │ │ ├── UpdateStoryID
│ │ │ ├── UpdateStoriesStealthMode
│ │ │ ├── UpdateSentStoryReaction
│ │ │ ├── UpdateBotChatBoost
│ │ │ ├── UpdateChannelViewForumAsMessages
│ │ │ ├── UpdatePeerWallpaper
│ │ │ ├── UpdateBotMessageReaction
│ │ │ ├── UpdateBotMessageReactions
│ │ │ ├── UpdateSavedDialogPinned
│ │ │ ├── UpdatePinnedSavedDialogs
│ │ │ ├── UpdateSavedReactionTags
│ │ │ ├── UpdateSmsJob
│ │ │ ├── UpdateQuickReplies
│ │ │ ├── UpdateNewQuickReply
│ │ │ ├── UpdateDeleteQuickReply
│ │ │ ├── UpdateQuickReplyMessage
│ │ │ ├── UpdateDeleteQuickReplyMessages
│ │ │ ├── UpdateBotBusinessConnect
│ │ │ ├── UpdateBotNewBusinessMessage
│ │ │ ├── UpdateBotEditBusinessMessage
│ │ │ ├── UpdateBotDeleteBusinessMessage
│ │ │ ├── UpdateNewStoryReaction
│ │ │ ├── UpdateStarsBalance
│ │ │ ├── UpdateBusinessBotCallbackQuery
│ │ │ ├── UpdateStarsRevenueStatus
│ │ │ ├── UpdateBotPurchasedPaidMedia
│ │ │ ├── UpdatePaidReactionPrivacy
│ │ │ ├── UpdateSentPhoneCode
│ │ │ ├── UpdateGroupCallChainBlocks
│ │ │ ├── UpdateReadMonoForumInbox
│ │ │ ├── UpdateReadMonoForumOutbox
│ │ │ ├── UpdateMonoForumNoPaidException
│ │ │ ├── UpdateGroupCallMessage
│ │ │ ├── UpdateGroupCallEncryptedMessage
│ │ │ ├── UpdatePinnedForumTopic
│ │ │ ├── UpdatePinnedForumTopics
│ │ │ ├── UpdateDeleteGroupCallMessages
│ │ │ ├── UpdateStarGiftAuctionState
│ │ │ ├── UpdateStarGiftAuctionUserState
│ │ │ ├── UpdateEmojiGameInfo
│ │ │ ├── UpdateStarGiftCraftFail
│ │ │ ├── UpdateChatParticipantRank
│ │ │ ├── UpdateManagedBot
│ │ │ ├── UpdateBotGuestChatQuery
│ │ │ ├── UpdateAiComposeTones
│ │ │ ├── UpdateJoinChatWebViewDecision
│ │ │ ├── UpdateNewBotConnection
│ │ │ ├── UpdateWebBrowserSettings
│ │ │ └── UpdateWebBrowserException
│ │ ├── users → Vector < User >
│ │ │ ├── UserEmpty
│ │ │ └── User
│ │ ├── chats → Vector < Chat >
│ │ │ ├── ChatEmpty
│ │ │ ├── Chat
│ │ │ ├── ChatForbidden
│ │ │ ├── Channel
│ │ │ └── ChannelForbidden
│ │ ├── date → int
│ │ └── seq → int
│ ├── out → true (optional)
│ ├── id → int
│ ├── pts → int
│ ├── pts_count → int
│ ├── date → int
│ ├── media → MessageMedia (optional)
│ │ ├── MessageMediaEmpty
│ │ ├── MessageMediaPhoto
│ │ ├── MessageMediaGeo
│ │ ├── MessageMediaContact
│ │ ├── MessageMediaUnsupported
│ │ ├── MessageMediaDocument
│ │ ├── MessageMediaWebPage
│ │ ├── MessageMediaVenue
│ │ ├── MessageMediaGame
│ │ ├── MessageMediaInvoice
│ │ ├── MessageMediaGeoLive
│ │ ├── MessageMediaPoll
│ │ ├── MessageMediaDice
│ │ ├── MessageMediaStory
│ │ ├── MessageMediaGiveaway
│ │ ├── MessageMediaGiveawayResults
│ │ ├── MessageMediaPaidMedia
│ │ ├── MessageMediaToDo
│ │ └── MessageMediaVideoStream
│ ├── entities → Vector < MessageEntity > (optional)
│ │ ├── MessageEntityUnknown
│ │ ├── MessageEntityMention
│ │ ├── MessageEntityHashtag
│ │ ├── MessageEntityBotCommand
│ │ ├── MessageEntityUrl
│ │ ├── MessageEntityEmail
│ │ ├── MessageEntityBold
│ │ ├── MessageEntityItalic
│ │ ├── MessageEntityCode
│ │ ├── MessageEntityPre
│ │ ├── MessageEntityTextUrl
│ │ ├── MessageEntityMentionName
│ │ ├── MessageEntityPhone
│ │ ├── MessageEntityCashtag
│ │ ├── MessageEntityUnderline
│ │ ├── MessageEntityStrike
│ │ ├── MessageEntityBankCard
│ │ ├── MessageEntitySpoiler
│ │ ├── MessageEntityCustomEmoji
│ │ ├── MessageEntityBlockquote
│ │ ├── MessageEntityFormattedDate
│ │ ├── MessageEntityDiffInsert
│ │ ├── MessageEntityDiffReplace
│ │ └── MessageEntityDiffDelete
│ └── ttl_period → int (optional)
├── bot_id → long
├── webview → WebViewResult
│ └── WebViewResultUrl
│ ├── fullsize → true (optional)
│ ├── fullscreen → true (optional)
│ ├── same_origin → true (optional)
│ ├── query_id → long (optional)
│ └── url → string
└── users → Vector < User >
├── UserEmpty
│ └── id → long
└── User
├── is_self → true (optional)
├── contact → true (optional)
├── mutual_contact → true (optional)
├── deleted → true (optional)
├── bot → true (optional)
├── bot_chat_history → true (optional)
├── bot_nochats → true (optional)
├── verified → true (optional)
├── restricted → true (optional)
├── min → true (optional)
├── bot_inline_geo → true (optional)
├── support → true (optional)
├── scam → true (optional)
├── apply_min_photo → true (optional)
├── fake → true (optional)
├── bot_attach_menu → true (optional)
├── premium → true (optional)
├── attach_menu_enabled → true (optional)
├── bot_can_edit → true (optional)
├── close_friend → true (optional)
├── stories_hidden → true (optional)
├── stories_unavailable → true (optional)
├── contact_require_premium → true (optional)
├── bot_business → true (optional)
├── bot_has_main_app → true (optional)
├── bot_forum_view → true (optional)
├── bot_forum_can_manage_topics → true (optional)
├── bot_can_manage_bots → true (optional)
├── bot_guestchat → true (optional)
├── bot_guard → true (optional)
├── id → long
├── access_hash → long (optional)
├── first_name → string (optional)
├── last_name → string (optional)
├── username → string (optional)
├── phone → string (optional)
├── photo → UserProfilePhoto (optional)
│ ├── UserProfilePhotoEmpty
│ └── UserProfilePhoto
├── status → UserStatus (optional)
│ ├── UserStatusEmpty
│ ├── UserStatusOnline
│ ├── UserStatusOffline
│ ├── UserStatusRecently
│ ├── UserStatusLastWeek
│ └── UserStatusLastMonth
├── bot_info_version → int (optional)
├── restriction_reason → Vector < RestrictionReason > (optional)
│ └── RestrictionReason
├── bot_inline_placeholder → string (optional)
├── lang_code → string (optional)
├── emoji_status → EmojiStatus (optional)
│ ├── EmojiStatusEmpty
│ ├── EmojiStatus
├── usernames → Vector < Username > (optional)
│ └── Username
├── stories_max_id → RecentStory (optional)
│ └── RecentStory
├── color → PeerColor (optional)
│ ├── PeerColor
│ ├── PeerColorCollectible
├── profile_color → PeerColor (optional)
│ ├── PeerColor
│ ├── PeerColorCollectible
├── bot_active_users → int (optional)
├── bot_verification_icon → long (optional)
└── send_paid_messages_stars → long (optional)

Example