Update::typeUpdateNewMessage
updateNewMessage#1f2b0afd message:Message pts:int pts_count:int = Update;
Name
Type
message
Message
pts
qint32
ptsCount
qint32
Update::typeUpdateMessageID
updateMessageID#4e90bfd6 id:int random_id:long = Update;
Name
Type
id
qint32
randomId
qint64
Update::typeUpdateDeleteMessages
updateDeleteMessages#a20db0e5 messages:Vector<int > pts:int pts_count:int = Update;
Name
Type
messages
QList<qint32>
pts
qint32
ptsCount
qint32
Update::typeUpdateUserTyping
updateUserTyping#5c486927 user_id:int action:SendMessageAction = Update;
Update::typeUpdateChatUserTyping
updateChatUserTyping#9a65ea1f chat_id:int user_id:int action:SendMessageAction = Update;
Update::typeUpdateChatParticipants
updateChatParticipants#7761198 participants:ChatParticipants = Update;
Update::typeUpdateUserStatus
updateUserStatus#1bfbd823 user_id:int status:UserStatus = Update;
Update::typeUpdateUserName
updateUserName#a7332b73 user_id:int first_name:string last_name:string username:string = Update;
Name
Type
userId
qint32
firstName
QString
lastName
QString
username
QString
Update::typeUpdateUserPhoto
updateUserPhoto#95313b0c user_id:int date:int photo:UserProfilePhoto previous:Bool = Update;
Update::typeUpdateContactRegistered
updateContactRegistered#2575bbb9 user_id:int date:int = Update;
Name
Type
userId
qint32
date
qint32
Update::typeUpdateContactLink
updateContactLink#9d2e67c5 user_id:int my_link:ContactLink foreign_link:ContactLink = Update;
Update::typeUpdateNewEncryptedMessage
updateNewEncryptedMessage#12bcbd9a message:EncryptedMessage qts:int = Update;
Update::typeUpdateEncryptedChatTyping
updateEncryptedChatTyping#1710f156 chat_id:int = Update;
Update::typeUpdateEncryption
updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;
Update::typeUpdateEncryptedMessagesRead
updateEncryptedMessagesRead#38fe25b7 chat_id:int max_date:int date:int = Update;
Name
Type
chatId
qint32
maxDate
qint32
date
qint32
Update::typeUpdateChatParticipantAdd
updateChatParticipantAdd#ea4b0e5c chat_id:int user_id:int inviter_id:int date:int version:int = Update;
Name
Type
chatId
qint32
userId
qint32
inviterId
qint32
date
qint32
version
qint32
Update::typeUpdateChatParticipantDelete
updateChatParticipantDelete#6e5f8c22 chat_id:int user_id:int version:int = Update;
Name
Type
chatId
qint32
userId
qint32
version
qint32
Update::typeUpdateDcOptions
updateDcOptions#8e5e9873 dc_options:Vector<DcOption> = Update;
Update::typeUpdateUserBlocked
updateUserBlocked#80ece81a user_id:int blocked:Bool = Update;
Name
Type
userId
qint32
blocked
bool
Update::typeUpdateNotifySettings
updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;
Update::typeUpdateServiceNotification
updateServiceNotification#ebe46819 flags:# popup:flags.0 ?true inbox_date:flags.1 ?int type:string message:string media:MessageMedia entities:Vector<MessageEntity> = Update;
Update::typeUpdatePrivacy
updatePrivacy#ee3b272a key:PrivacyKey rules:Vector<PrivacyRule> = Update;
Update::typeUpdateUserPhone
updateUserPhone#12b9417b user_id:int phone:string = Update;
Name
Type
userId
qint32
phone
QString
Update::typeUpdateReadHistoryInbox
updateReadHistoryInbox#9961fd5c peer:Peer max_id:int pts:int pts_count:int = Update;
Name
Type
peer
Peer
maxId
qint32
pts
qint32
ptsCount
qint32
Update::typeUpdateReadHistoryOutbox
updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;
Name
Type
peer
Peer
maxId
qint32
pts
qint32
ptsCount
qint32
Update::typeUpdateWebPage
updateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update;
Name
Type
webpage
WebPage
pts
qint32
ptsCount
qint32
Update::typeUpdateReadMessagesContents
updateReadMessagesContents#68c13933 messages:Vector<int > pts:int pts_count:int = Update;
Name
Type
messages
QList<qint32>
pts
qint32
ptsCount
qint32
Update::typeUpdateChannelTooLong
updateChannelTooLong#eb0467fb flags:# channel_id:int pts:flags.0 ?int = Update;
Name
Type
channelId
qint32
pts
qint32
Update::typeUpdateChannel
updateChannel#b6d45656 channel_id:int = Update;
Name
Type
channelId
qint32
Update::typeUpdateNewChannelMessage
updateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update;
Name
Type
message
Message
pts
qint32
ptsCount
qint32
Update::typeUpdateReadChannelInbox
updateReadChannelInbox#4214f37f channel_id:int max_id:int = Update;
Name
Type
channelId
qint32
maxId
qint32
Update::typeUpdateDeleteChannelMessages
updateDeleteChannelMessages#c37521c9 channel_id:int messages:Vector<int > pts:int pts_count:int = Update;
Name
Type
channelId
qint32
messages
QList<qint32>
pts
qint32
ptsCount
qint32
Update::typeUpdateChannelMessageViews
updateChannelMessageViews#98a12b4b channel_id:int id:int views:int = Update;
Name
Type
channelId
qint32
id
qint32
views
qint32
Update::typeUpdateChatAdmins
updateChatAdmins#6e947941 chat_id:int enabled:Bool version:int = Update;
Name
Type
chatId
qint32
enabled
bool
version
qint32
Update::typeUpdateChatParticipantAdmin
updateChatParticipantAdmin#b6901959 chat_id:int user_id:int is_admin:Bool version:int = Update;
Name
Type
chatId
qint32
userId
qint32
isAdmin
bool
version
qint32
Update::typeUpdateNewStickerSet
updateNewStickerSet#688a30aa stickerset:messages.StickerSet = Update;
Update::typeUpdateStickerSetsOrder
updateStickerSetsOrder#bb2d201 flags:# masks:flags.0 ?true order:Vector<long > = Update;
Name
Type
masks
bool
order
QList<qint64>
Update::typeUpdateStickerSets
updateStickerSets#43ae3dec = Update;
Update::typeUpdateSavedGifs
updateSavedGifs#9375341e = Update;
Update::typeUpdateBotInlineQuery
updateBotInlineQuery#54826690 flags:# query_id:long user_id:int query:string geo:flags.0 ?GeoPoint offset:string = Update;
Name
Type
queryId
qint64
userId
qint32
query
QString
geo
GeoPoint
offset
QString
Update::typeUpdateBotInlineSend
updateBotInlineSend#e48f964 flags:# user_id:int query:string geo:flags.0 ?GeoPoint id:string msg_id:flags.1 ?InputBotInlineMessageID = Update;
Update::typeUpdateEditChannelMessage
updateEditChannelMessage#1b3f4df7 message:Message pts:int pts_count:int = Update;
Name
Type
message
Message
pts
qint32
ptsCount
qint32
Update::typeUpdateChannelPinnedMessage
updateChannelPinnedMessage#98592475 channel_id:int id:int = Update;
Name
Type
channelId
qint32
id
qint32
Update::typeUpdateBotCallbackQuery
updateBotCallbackQuery#e73547e1 flags:# query_id:long user_id:int peer:Peer msg_id:int chat_instance:long data:flags.0 ?bytes game_short_name:flags.1 ?string = Update;
Name
Type
queryId
qint64
userId
qint32
peer
Peer
msgId
qint32
chatInstance
qint64
data
QByteArray
gameShortName
QString
Update::typeUpdateEditMessage
updateEditMessage#e40370a3 message:Message pts:int pts_count:int = Update;
Name
Type
message
Message
pts
qint32
ptsCount
qint32
Update::typeUpdateInlineBotCallbackQuery
updateInlineBotCallbackQuery#f9d27a5a flags:# query_id:long user_id:int msg_id:InputBotInlineMessageID chat_instance:long data:flags.0 ?bytes game_short_name:flags.1 ?string = Update;
Name
Type
queryId
qint64
userId
qint32
msgId
InputBotInlineMessageID
chatInstance
qint64
data
QByteArray
gameShortName
QString
Update::typeUpdateReadChannelOutbox
updateReadChannelOutbox#25d6c9c7 channel_id:int max_id:int = Update;
Name
Type
channelId
qint32
maxId
qint32
Update::typeUpdateDraftMessage
updateDraftMessage#ee2bb969 peer:Peer draft:DraftMessage = Update;
Update::typeUpdateReadFeaturedStickers
updateReadFeaturedStickers#571d2742 = Update;
Update::typeUpdateRecentStickers
updateRecentStickers#9a422c20 = Update;
updateConfig#a229dd06 = Update;
Update::typeUpdatePtsChanged
updatePtsChanged#3354678f = Update;
Update::typeUpdateChannelWebPage
updateChannelWebPage#40771900 channel_id:int webpage:WebPage pts:int pts_count:int = Update;
Name
Type
channelId
qint32
webpage
WebPage
pts
qint32
ptsCount
qint32
Update::typeUpdateDialogPinned
updateDialogPinned#d711a2cc flags:# pinned:flags.0 ?true peer:Peer = Update;
Name
Type
pinned
bool
peer
Peer
Update::typeUpdatePinnedDialogs
updatePinnedDialogs#d8caf68d flags:# order:flags.0 ?Vector<Peer> = Update;
Name
Type
order
QList<Peer >
Update::typeUpdateBotWebhookJSON
updateBotWebhookJSON#8317c0c3 data:DataJSON = Update;
Update::typeUpdateBotWebhookJSONQuery
updateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout:int = Update;
Name
Type
queryId
qint64
data
DataJSON
timeout
qint32
Update::typeUpdateBotShippingQuery
updateBotShippingQuery#e0cdc940 query_id:long user_id:int payload:bytes shipping_address:PostAddress = Update;
Name
Type
queryId
qint64
userId
qint32
payload
QByteArray
shippingAddress
PostAddress
Update::typeUpdateBotPrecheckoutQuery
updateBotPrecheckoutQuery#5d2f3aa9 flags:# query_id:long user_id:int payload:bytes info:flags.0 ?PaymentRequestedInfo shipping_option_id:flags.1 ?string currency:string total_amount:long = Update;
Name
Type
queryId
qint64
userId
qint32
payload
QByteArray
info
PaymentRequestedInfo
shippingOptionId
QString
currency
QString
totalAmount
qint64
Update::typeUpdatePhoneCall
updatePhoneCall#ab0f6b1e phone_call:PhoneCall = Update;