@mtcute/core 0.31.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client.cjs +12 -0
- package/client.js +12 -0
- package/highlevel/client.d.cts +74 -9
- package/highlevel/client.d.ts +74 -9
- package/highlevel/methods/chats/build-peers-index.cjs +45 -0
- package/highlevel/methods/chats/build-peers-index.d.cts +13 -0
- package/highlevel/methods/chats/build-peers-index.d.ts +13 -0
- package/highlevel/methods/chats/build-peers-index.js +40 -0
- package/highlevel/methods/ephemeral/delete-all-welcome-messages.cjs +17 -0
- package/highlevel/methods/ephemeral/delete-all-welcome-messages.d.cts +8 -0
- package/highlevel/methods/ephemeral/delete-all-welcome-messages.d.ts +8 -0
- package/highlevel/methods/ephemeral/delete-all-welcome-messages.js +12 -0
- package/highlevel/methods/ephemeral/delete-ephemeral-message.cjs +1 -1
- package/highlevel/methods/ephemeral/delete-ephemeral-message.d.cts +2 -2
- package/highlevel/methods/ephemeral/delete-ephemeral-message.d.ts +2 -2
- package/highlevel/methods/ephemeral/delete-ephemeral-message.js +1 -1
- package/highlevel/methods/ephemeral/delete-welcome-message.cjs +18 -0
- package/highlevel/methods/ephemeral/delete-welcome-message.d.cts +9 -0
- package/highlevel/methods/ephemeral/delete-welcome-message.d.ts +9 -0
- package/highlevel/methods/ephemeral/delete-welcome-message.js +13 -0
- package/highlevel/methods/ephemeral/edit-ephemeral-message.cjs +11 -3
- package/highlevel/methods/ephemeral/edit-ephemeral-message.d.cts +16 -2
- package/highlevel/methods/ephemeral/edit-ephemeral-message.d.ts +16 -2
- package/highlevel/methods/ephemeral/edit-ephemeral-message.js +11 -3
- package/highlevel/methods/ephemeral/get-welcome-messages.cjs +29 -0
- package/highlevel/methods/ephemeral/get-welcome-messages.d.cts +8 -0
- package/highlevel/methods/ephemeral/get-welcome-messages.d.ts +8 -0
- package/highlevel/methods/ephemeral/get-welcome-messages.js +24 -0
- package/highlevel/methods/ephemeral/send-ephemeral-message.cjs +13 -3
- package/highlevel/methods/ephemeral/send-ephemeral-message.d.cts +20 -2
- package/highlevel/methods/ephemeral/send-ephemeral-message.d.ts +20 -2
- package/highlevel/methods/ephemeral/send-ephemeral-message.js +13 -3
- package/highlevel/methods/files/download-iterable.cjs +3 -0
- package/highlevel/methods/files/download-iterable.js +3 -0
- package/highlevel/methods/files/normalize-input-media.cjs +25 -4
- package/highlevel/methods/files/normalize-input-media.js +25 -4
- package/highlevel/methods/forums/edit-forum-topic.cjs +1 -1
- package/highlevel/methods/forums/edit-forum-topic.js +1 -1
- package/highlevel/methods/forums/toggle-forum-topic-closed.cjs +1 -1
- package/highlevel/methods/forums/toggle-forum-topic-closed.js +1 -1
- package/highlevel/methods/forums/toggle-general-topic-hidden.cjs +1 -1
- package/highlevel/methods/forums/toggle-general-topic-hidden.js +1 -1
- package/highlevel/methods/gifts/buy-resale-gift.cjs +5 -2
- package/highlevel/methods/gifts/buy-resale-gift.d.cts +11 -1
- package/highlevel/methods/gifts/buy-resale-gift.d.ts +11 -1
- package/highlevel/methods/gifts/buy-resale-gift.js +5 -2
- package/highlevel/methods/messages/forward-messages.cjs +1 -0
- package/highlevel/methods/messages/forward-messages.d.cts +2 -0
- package/highlevel/methods/messages/forward-messages.d.ts +2 -0
- package/highlevel/methods/messages/forward-messages.js +1 -0
- package/highlevel/methods/messages/normalize-rich-message.cjs +3 -0
- package/highlevel/methods/messages/normalize-rich-message.js +3 -0
- package/highlevel/methods/messages/send-text.cjs +2 -33
- package/highlevel/methods/messages/send-text.js +2 -33
- package/highlevel/methods/messages/send-typing.d.cts +3 -3
- package/highlevel/methods/messages/send-typing.d.ts +3 -3
- package/highlevel/methods/messages/set-typing.cjs +1 -1
- package/highlevel/methods/messages/set-typing.d.cts +2 -2
- package/highlevel/methods/messages/set-typing.d.ts +2 -2
- package/highlevel/methods/messages/set-typing.js +1 -1
- package/highlevel/methods.d.cts +3 -0
- package/highlevel/methods.d.ts +3 -0
- package/highlevel/types/bots/keyboards/builder.cjs +5 -5
- package/highlevel/types/bots/keyboards/builder.d.cts +8 -9
- package/highlevel/types/bots/keyboards/builder.d.ts +8 -9
- package/highlevel/types/bots/keyboards/builder.js +5 -5
- package/highlevel/types/bots/keyboards/factories.cjs +51 -103
- package/highlevel/types/bots/keyboards/factories.d.cts +58 -89
- package/highlevel/types/bots/keyboards/factories.d.ts +58 -89
- package/highlevel/types/bots/keyboards/factories.js +51 -103
- package/highlevel/types/bots/keyboards/index.d.cts +3 -3
- package/highlevel/types/bots/keyboards/index.d.ts +3 -3
- package/highlevel/types/bots/keyboards/normalize.cjs +131 -0
- package/highlevel/types/bots/keyboards/normalize.d.cts +10 -0
- package/highlevel/types/bots/keyboards/normalize.d.ts +10 -0
- package/highlevel/types/bots/keyboards/normalize.js +126 -0
- package/highlevel/types/bots/keyboards/types.d.cts +160 -4
- package/highlevel/types/bots/keyboards/types.d.ts +160 -4
- package/highlevel/types/messages/dialog.cjs +8 -1
- package/highlevel/types/messages/dialog.d.cts +3 -0
- package/highlevel/types/messages/dialog.d.ts +3 -0
- package/highlevel/types/messages/dialog.js +8 -1
- package/highlevel/types/messages/dialog.test.d.cts +1 -0
- package/highlevel/types/messages/dialog.test.d.ts +1 -0
- package/highlevel/types/messages/ephemeral-message.cjs +35 -3
- package/highlevel/types/messages/ephemeral-message.d.cts +22 -2
- package/highlevel/types/messages/ephemeral-message.d.ts +22 -2
- package/highlevel/types/messages/ephemeral-message.js +35 -3
- package/highlevel/types/messages/message-action.cjs +8 -1
- package/highlevel/types/messages/message-action.d.cts +11 -1
- package/highlevel/types/messages/message-action.d.ts +11 -1
- package/highlevel/types/messages/message-action.js +8 -1
- package/highlevel/types/messages/message.cjs +7 -2
- package/highlevel/types/messages/message.d.cts +2 -2
- package/highlevel/types/messages/message.d.ts +2 -2
- package/highlevel/types/messages/message.js +8 -3
- package/highlevel/types/messages/rich/inner.cjs +37 -0
- package/highlevel/types/messages/rich/inner.d.cts +19 -0
- package/highlevel/types/messages/rich/inner.d.ts +19 -0
- package/highlevel/types/messages/rich/inner.js +37 -0
- package/highlevel/types/peers/full-chat.cjs +4 -0
- package/highlevel/types/peers/full-chat.d.cts +2 -0
- package/highlevel/types/peers/full-chat.d.ts +2 -0
- package/highlevel/types/peers/full-chat.js +4 -0
- package/highlevel/types/peers/typing-status.d.cts +4 -1
- package/highlevel/types/peers/typing-status.d.ts +4 -1
- package/highlevel/types/updates/ephemeral-callback-query.cjs +10 -2
- package/highlevel/types/updates/ephemeral-callback-query.d.cts +8 -2
- package/highlevel/types/updates/ephemeral-callback-query.d.ts +8 -2
- package/highlevel/types/updates/ephemeral-callback-query.js +10 -2
- package/highlevel/types/updates/user-typing-update.cjs +18 -0
- package/highlevel/types/updates/user-typing-update.d.cts +9 -0
- package/highlevel/types/updates/user-typing-update.d.ts +9 -0
- package/highlevel/types/updates/user-typing-update.js +18 -0
- package/highlevel/updates/manager.cjs +40 -28
- package/highlevel/updates/manager.js +40 -28
- package/highlevel/utils/walk-page-blocks.cjs +5 -0
- package/highlevel/utils/walk-page-blocks.js +5 -0
- package/methods.cjs +6 -0
- package/methods.js +6 -0
- package/network/mtproto-session.cjs +9 -2
- package/network/mtproto-session.d.cts +3 -1
- package/network/mtproto-session.d.ts +3 -1
- package/network/mtproto-session.js +9 -2
- package/network/network-manager.cjs +1 -1
- package/network/network-manager.js +1 -1
- package/network/session-connection.cjs +12 -6
- package/network/session-connection.js +12 -6
- package/network/session-connection.test.d.cts +1 -0
- package/network/session-connection.test.d.ts +1 -0
- package/package.json +3 -3
- package/tl/api-schema.json +1 -1
- package/tl/binary/reader.cjs +136 -93
- package/tl/binary/reader.js +136 -93
- package/tl/binary/writer.cjs +318 -207
- package/tl/binary/writer.js +318 -207
- package/tl/compat/reader.cjs +82 -0
- package/tl/compat/reader.js +82 -0
- package/tl/index.d.cts +377 -718
- package/tl/index.d.ts +377 -718
- package/tl/inner-tl.cjs +23 -7
- package/tl/inner-tl.js +23 -7
- package/tl/rpc-error.test.d.cts +1 -0
- package/tl/rpc-error.test.d.ts +1 -0
- package/utils/binary/compat.cjs +175 -29
- package/utils/binary/compat.js +175 -29
- package/utils/links/bots.cjs +9 -4
- package/utils/links/bots.js +9 -4
package/tl/binary/reader.js
CHANGED
|
@@ -283,11 +283,11 @@ var m = {
|
|
|
283
283
|
},
|
|
284
284
|
640893467: function(r) {
|
|
285
285
|
var flags = r.uint();
|
|
286
|
-
return { _: "chatFull", canSetUsername: !!(flags & 128), hasScheduled: !!(flags & 256), translationsDisabled: !!(flags & 524288), id: r.int53(), about: r.string(), participants: r.object(), chatPhoto: flags & 4 ? r.object() : void 0, notifySettings: r.object(), exportedInvite: flags & 8192 ? r.object() : void 0, botInfo: flags & 8 ? r.vector(r.object) : void 0, pinnedMsgId: flags & 64 ? r.int() : void 0, folderId: flags & 2048 ? r.int() : void 0, call: flags & 4096 ? r.object() : void 0, ttlPeriod: flags & 16384 ? r.int() : void 0, groupcallDefaultJoinAs: flags & 32768 ? r.object() : void 0, themeEmoticon: flags & 65536 ? r.string() : void 0, requestsPending: flags & 131072 ? r.int() : void 0, recentRequesters: flags & 131072 ? r.vector(r.long) : void 0, availableReactions: flags & 262144 ? r.object() : void 0, reactionsLimit: flags & 1048576 ? r.int() : void 0 };
|
|
286
|
+
return { _: "chatFull", canSetUsername: !!(flags & 128), hasScheduled: !!(flags & 256), translationsDisabled: !!(flags & 524288), hasWelcomeMessages: !!(flags & 2097152), id: r.int53(), about: r.string(), participants: r.object(), chatPhoto: flags & 4 ? r.object() : void 0, notifySettings: r.object(), exportedInvite: flags & 8192 ? r.object() : void 0, botInfo: flags & 8 ? r.vector(r.object) : void 0, pinnedMsgId: flags & 64 ? r.int() : void 0, folderId: flags & 2048 ? r.int() : void 0, call: flags & 4096 ? r.object() : void 0, ttlPeriod: flags & 16384 ? r.int() : void 0, groupcallDefaultJoinAs: flags & 32768 ? r.object() : void 0, themeEmoticon: flags & 65536 ? r.string() : void 0, requestsPending: flags & 131072 ? r.int() : void 0, recentRequesters: flags & 131072 ? r.vector(r.long) : void 0, availableReactions: flags & 262144 ? r.object() : void 0, reactionsLimit: flags & 1048576 ? r.int() : void 0 };
|
|
287
287
|
},
|
|
288
288
|
2689502522: function(r) {
|
|
289
289
|
var flags = r.uint(), flags2 = r.uint();
|
|
290
|
-
return { _: "channelFull", canViewParticipants: !!(flags & 8), canSetUsername: !!(flags & 64), canSetStickers: !!(flags & 128), hiddenPrehistory: !!(flags & 1024), canSetLocation: !!(flags & 65536), hasScheduled: !!(flags & 524288), canViewStats: !!(flags & 1048576), blocked: !!(flags & 4194304), canDeleteChannel: !!(flags2 & 1), antispam: !!(flags2 & 2), participantsHidden: !!(flags2 & 4), translationsDisabled: !!(flags2 & 8), storiesPinnedAvailable: !!(flags2 & 32), viewForumAsMessages: !!(flags2 & 64), restrictedSponsored: !!(flags2 & 2048), canViewRevenue: !!(flags2 & 4096), paidMediaAllowed: !!(flags2 & 16384), canViewStarsRevenue: !!(flags2 & 32768), paidReactionsAvailable: !!(flags2 & 65536), stargiftsAvailable: !!(flags2 & 524288), paidMessagesAvailable: !!(flags2 & 1048576), id: r.int53(), about: r.string(), participantsCount: flags & 1 ? r.int() : void 0, adminsCount: flags & 2 ? r.int() : void 0, kickedCount: flags & 4 ? r.int() : void 0, bannedCount: flags & 4 ? r.int() : void 0, onlineCount: flags & 8192 ? r.int() : void 0, readInboxMaxId: r.int(), readOutboxMaxId: r.int(), unreadCount: r.int(), chatPhoto: r.object(), notifySettings: r.object(), exportedInvite: flags & 8388608 ? r.object() : void 0, botInfo: r.vector(r.object), migratedFromChatId: flags & 16 ? r.long() : void 0, migratedFromMaxId: flags & 16 ? r.int() : void 0, pinnedMsgId: flags & 32 ? r.int() : void 0, stickerset: flags & 256 ? r.object() : void 0, availableMinId: flags & 512 ? r.int() : void 0, folderId: flags & 2048 ? r.int() : void 0, linkedChatId: flags & 16384 ? r.int53() : void 0, location: flags & 32768 ? r.object() : void 0, slowmodeSeconds: flags & 131072 ? r.int() : void 0, slowmodeNextSendDate: flags & 262144 ? r.int() : void 0, statsDc: flags & 4096 ? r.int() : void 0, pts: r.int(), call: flags & 2097152 ? r.object() : void 0, ttlPeriod: flags & 16777216 ? r.int() : void 0, pendingSuggestions: flags & 33554432 ? r.vector(r.string) : void 0, groupcallDefaultJoinAs: flags & 67108864 ? r.object() : void 0, themeEmoticon: flags & 134217728 ? r.string() : void 0, requestsPending: flags & 268435456 ? r.int() : void 0, recentRequesters: flags & 268435456 ? r.vector(r.int53) : void 0, defaultSendAs: flags & 536870912 ? r.object() : void 0, availableReactions: flags & 1073741824 ? r.object() : void 0, reactionsLimit: flags2 & 8192 ? r.int() : void 0, stories: flags2 & 16 ? r.object() : void 0, wallpaper: flags2 & 128 ? r.object() : void 0, boostsApplied: flags2 & 256 ? r.int() : void 0, boostsUnrestrict: flags2 & 512 ? r.int() : void 0, emojiset: flags2 & 1024 ? r.object() : void 0, botVerification: flags2 & 131072 ? r.object() : void 0, stargiftsCount: flags2 & 262144 ? r.int() : void 0, sendPaidMessagesStars: flags2 & 2097152 ? r.long() : void 0, mainTab: flags2 & 4194304 ? r.object() : void 0, guardBotId: flags2 & 8388608 ? r.int53() : void 0 };
|
|
290
|
+
return { _: "channelFull", canViewParticipants: !!(flags & 8), canSetUsername: !!(flags & 64), canSetStickers: !!(flags & 128), hiddenPrehistory: !!(flags & 1024), canSetLocation: !!(flags & 65536), hasScheduled: !!(flags & 524288), canViewStats: !!(flags & 1048576), blocked: !!(flags & 4194304), canDeleteChannel: !!(flags2 & 1), antispam: !!(flags2 & 2), participantsHidden: !!(flags2 & 4), translationsDisabled: !!(flags2 & 8), storiesPinnedAvailable: !!(flags2 & 32), viewForumAsMessages: !!(flags2 & 64), restrictedSponsored: !!(flags2 & 2048), canViewRevenue: !!(flags2 & 4096), paidMediaAllowed: !!(flags2 & 16384), canViewStarsRevenue: !!(flags2 & 32768), paidReactionsAvailable: !!(flags2 & 65536), stargiftsAvailable: !!(flags2 & 524288), paidMessagesAvailable: !!(flags2 & 1048576), hasWelcomeMessages: !!(flags2 & 16777216), id: r.int53(), about: r.string(), participantsCount: flags & 1 ? r.int() : void 0, adminsCount: flags & 2 ? r.int() : void 0, kickedCount: flags & 4 ? r.int() : void 0, bannedCount: flags & 4 ? r.int() : void 0, onlineCount: flags & 8192 ? r.int() : void 0, readInboxMaxId: r.int(), readOutboxMaxId: r.int(), unreadCount: r.int(), chatPhoto: r.object(), notifySettings: r.object(), exportedInvite: flags & 8388608 ? r.object() : void 0, botInfo: r.vector(r.object), migratedFromChatId: flags & 16 ? r.long() : void 0, migratedFromMaxId: flags & 16 ? r.int() : void 0, pinnedMsgId: flags & 32 ? r.int() : void 0, stickerset: flags & 256 ? r.object() : void 0, availableMinId: flags & 512 ? r.int() : void 0, folderId: flags & 2048 ? r.int() : void 0, linkedChatId: flags & 16384 ? r.int53() : void 0, location: flags & 32768 ? r.object() : void 0, slowmodeSeconds: flags & 131072 ? r.int() : void 0, slowmodeNextSendDate: flags & 262144 ? r.int() : void 0, statsDc: flags & 4096 ? r.int() : void 0, pts: r.int(), call: flags & 2097152 ? r.object() : void 0, ttlPeriod: flags & 16777216 ? r.int() : void 0, pendingSuggestions: flags & 33554432 ? r.vector(r.string) : void 0, groupcallDefaultJoinAs: flags & 67108864 ? r.object() : void 0, themeEmoticon: flags & 134217728 ? r.string() : void 0, requestsPending: flags & 268435456 ? r.int() : void 0, recentRequesters: flags & 268435456 ? r.vector(r.int53) : void 0, defaultSendAs: flags & 536870912 ? r.object() : void 0, availableReactions: flags & 1073741824 ? r.object() : void 0, reactionsLimit: flags2 & 8192 ? r.int() : void 0, stories: flags2 & 16 ? r.object() : void 0, wallpaper: flags2 & 128 ? r.object() : void 0, boostsApplied: flags2 & 256 ? r.int() : void 0, boostsUnrestrict: flags2 & 512 ? r.int() : void 0, emojiset: flags2 & 1024 ? r.object() : void 0, botVerification: flags2 & 131072 ? r.object() : void 0, stargiftsCount: flags2 & 262144 ? r.int() : void 0, sendPaidMessagesStars: flags2 & 2097152 ? r.long() : void 0, mainTab: flags2 & 4194304 ? r.object() : void 0, guardBotId: flags2 & 8388608 ? r.int53() : void 0 };
|
|
291
291
|
},
|
|
292
292
|
3417810183: function(r) {
|
|
293
293
|
var flags = r.uint();
|
|
@@ -558,9 +558,9 @@ var m = {
|
|
|
558
558
|
var flags = r.uint();
|
|
559
559
|
return { _: "messageActionStarGift", nameHidden: !!(flags & 1), saved: !!(flags & 4), converted: !!(flags & 8), upgraded: !!(flags & 32), refunded: !!(flags & 512), canUpgrade: !!(flags & 1024), prepaidUpgrade: !!(flags & 8192), upgradeSeparate: !!(flags & 65536), auctionAcquired: !!(flags & 131072), gift: r.object(), message: flags & 2 ? r.object() : void 0, convertStars: flags & 16 ? r.long() : void 0, upgradeMsgId: flags & 32 ? r.int() : void 0, upgradeStars: flags & 256 ? r.long() : void 0, fromId: flags & 2048 ? r.object() : void 0, peer: flags & 4096 ? r.object() : void 0, savedId: flags & 4096 ? r.long() : void 0, prepaidUpgradeHash: flags & 16384 ? r.string() : void 0, giftMsgId: flags & 32768 ? r.int() : void 0, toId: flags & 262144 ? r.object() : void 0, giftNum: flags & 524288 ? r.int() : void 0 };
|
|
560
560
|
},
|
|
561
|
-
|
|
561
|
+
2115768711: function(r) {
|
|
562
562
|
var flags = r.uint();
|
|
563
|
-
return { _: "messageActionStarGiftUnique", upgrade: !!(flags & 1), transferred: !!(flags & 2), saved: !!(flags & 4), refunded: !!(flags & 32), prepaidUpgrade: !!(flags & 2048), assigned: !!(flags & 8192), fromOffer: !!(flags & 16384), craft: !!(flags & 65536), gift: r.object(), canExportAt: flags & 8 ? r.int() : void 0, transferStars: flags & 16 ? r.long() : void 0, fromId: flags & 64 ? r.object() : void 0, peer: flags & 128 ? r.object() : void 0, savedId: flags & 128 ? r.long() : void 0, resaleAmount: flags & 256 ? r.object() : void 0, canTransferAt: flags & 512 ? r.int() : void 0, canResellAt: flags & 1024 ? r.int() : void 0, dropOriginalDetailsStars: flags & 4096 ? r.long() : void 0, canCraftAt: flags & 32768 ? r.int() : void 0 };
|
|
563
|
+
return { _: "messageActionStarGiftUnique", upgrade: !!(flags & 1), transferred: !!(flags & 2), saved: !!(flags & 4), refunded: !!(flags & 32), prepaidUpgrade: !!(flags & 2048), assigned: !!(flags & 8192), fromOffer: !!(flags & 16384), craft: !!(flags & 65536), nameHidden: !!(flags & 131072), gift: r.object(), canExportAt: flags & 8 ? r.int() : void 0, transferStars: flags & 16 ? r.long() : void 0, fromId: flags & 64 ? r.object() : void 0, peer: flags & 128 ? r.object() : void 0, savedId: flags & 128 ? r.long() : void 0, resaleAmount: flags & 256 ? r.object() : void 0, canTransferAt: flags & 512 ? r.int() : void 0, canResellAt: flags & 1024 ? r.int() : void 0, dropOriginalDetailsStars: flags & 4096 ? r.long() : void 0, canCraftAt: flags & 32768 ? r.int() : void 0, message: flags & 262144 ? r.object() : void 0 };
|
|
564
564
|
},
|
|
565
565
|
2887720909: function(r) {
|
|
566
566
|
return { _: "messageActionPaidMessagesRefunded", count: r.int(), stars: r.long() };
|
|
@@ -631,6 +631,9 @@ var m = {
|
|
|
631
631
|
var flags = r.uint();
|
|
632
632
|
return { _: "messageActionChangeCommunity", communityId: flags & 1 ? r.int53() : void 0 };
|
|
633
633
|
},
|
|
634
|
+
1250688640: function(r) {
|
|
635
|
+
return { _: "messageActionChatJoinedViaCommunity", communityId: r.int53() };
|
|
636
|
+
},
|
|
634
637
|
4236900339: function(r) {
|
|
635
638
|
var flags = r.uint();
|
|
636
639
|
return { _: "dialog", pinned: !!(flags & 4), unreadMark: !!(flags & 8), viewForumAsMessages: !!(flags & 64), peer: r.object(), topMessage: r.int(), readInboxMaxId: r.int(), readOutboxMaxId: r.int(), unreadCount: r.int(), unreadMentionsCount: r.int(), unreadReactionsCount: r.int(), unreadPollVotesCount: r.int(), notifySettings: r.object(), pts: flags & 1 ? r.int() : void 0, draft: flags & 2 ? r.object() : void 0, folderId: flags & 16 ? r.int() : void 0, ttlPeriod: flags & 32 ? r.int() : void 0 };
|
|
@@ -1420,8 +1423,9 @@ var m = {
|
|
|
1420
1423
|
1270583041: function(r) {
|
|
1421
1424
|
return { _: "updateEditEphemeralMessage", message: r.object() };
|
|
1422
1425
|
},
|
|
1423
|
-
|
|
1424
|
-
|
|
1426
|
+
2081454550: function(r) {
|
|
1427
|
+
var flags = r.uint();
|
|
1428
|
+
return { _: "updateEphemeralBotCallbackQuery", queryId: r.long(), userId: r.int53(), peer: flags & 1 ? r.object() : void 0, msgId: r.int(), data: r.bytes(), chatInstance: flags & 2 ? r.long() : void 0, message: r.object() };
|
|
1425
1429
|
},
|
|
1426
1430
|
1812827683: function(r) {
|
|
1427
1431
|
var flags = r.uint();
|
|
@@ -1646,14 +1650,20 @@ var m = {
|
|
|
1646
1650
|
3060109358: function(r) {
|
|
1647
1651
|
return { _: "sendMessageEmojiInteractionSeen", emoticon: r.string() };
|
|
1648
1652
|
},
|
|
1649
|
-
|
|
1650
|
-
|
|
1653
|
+
909162586: function(r) {
|
|
1654
|
+
var flags = r.uint();
|
|
1655
|
+
return { _: "sendMessageTextDraftAction", canStop: !!(flags & 1), keepOnStop: !!(flags & 2), randomId: r.long(), text: r.object() };
|
|
1656
|
+
},
|
|
1657
|
+
2839005118: function(r) {
|
|
1658
|
+
var flags = r.uint();
|
|
1659
|
+
return { _: "inputSendMessageRichMessageDraftAction", canStop: !!(flags & 1), keepOnStop: !!(flags & 2), randomId: r.long(), richMessage: r.object() };
|
|
1651
1660
|
},
|
|
1652
|
-
|
|
1653
|
-
|
|
1661
|
+
1381386387: function(r) {
|
|
1662
|
+
var flags = r.uint();
|
|
1663
|
+
return { _: "sendMessageRichMessageDraftAction", canStop: !!(flags & 1), keepOnStop: !!(flags & 2), randomId: r.long(), richMessage: r.object() };
|
|
1654
1664
|
},
|
|
1655
|
-
|
|
1656
|
-
return { _: "
|
|
1665
|
+
4227400368: function(r) {
|
|
1666
|
+
return { _: "sendMessageStopDraftAction", randomId: r.long() };
|
|
1657
1667
|
},
|
|
1658
1668
|
3004386717: function(r) {
|
|
1659
1669
|
return { _: "contacts.found", myResults: r.vector(r.object), results: r.vector(r.object), chats: r.vector(r.object), users: r.vector(r.object) };
|
|
@@ -1978,77 +1988,9 @@ var m = {
|
|
|
1978
1988
|
var flags = r.uint();
|
|
1979
1989
|
return { _: "botInfo", hasPreviewMedias: !!(flags & 64), userId: flags & 1 ? r.int53() : void 0, description: flags & 2 ? r.string() : void 0, descriptionPhoto: flags & 16 ? r.object() : void 0, descriptionDocument: flags & 32 ? r.object() : void 0, commands: flags & 4 ? r.vector(r.object) : void 0, menuButton: flags & 8 ? r.object() : void 0, privacyPolicyUrl: flags & 128 ? r.string() : void 0, appSettings: flags & 256 ? r.object() : void 0, verifierSettings: flags & 512 ? r.object() : void 0 };
|
|
1980
1990
|
},
|
|
1981
|
-
|
|
1982
|
-
var flags = r.uint();
|
|
1983
|
-
return { _: "keyboardButton", style: flags & 1024 ? r.object() : void 0, text: r.string() };
|
|
1984
|
-
},
|
|
1985
|
-
3624674796: function(r) {
|
|
1986
|
-
var flags = r.uint();
|
|
1987
|
-
return { _: "keyboardButtonUrl", style: flags & 1024 ? r.object() : void 0, text: r.string(), url: r.string() };
|
|
1988
|
-
},
|
|
1989
|
-
3861629280: function(r) {
|
|
1990
|
-
var flags = r.uint();
|
|
1991
|
-
return { _: "keyboardButtonCallback", requiresPassword: !!(flags & 1), style: flags & 1024 ? r.object() : void 0, text: r.string(), data: r.bytes() };
|
|
1992
|
-
},
|
|
1993
|
-
1098841487: function(r) {
|
|
1994
|
-
var flags = r.uint();
|
|
1995
|
-
return { _: "keyboardButtonRequestPhone", style: flags & 1024 ? r.object() : void 0, text: r.string() };
|
|
1996
|
-
},
|
|
1997
|
-
2856384845: function(r) {
|
|
1998
|
-
var flags = r.uint();
|
|
1999
|
-
return { _: "keyboardButtonRequestGeoLocation", style: flags & 1024 ? r.object() : void 0, text: r.string() };
|
|
2000
|
-
},
|
|
2001
|
-
2568198652: function(r) {
|
|
2002
|
-
var flags = r.uint();
|
|
2003
|
-
return { _: "keyboardButtonSwitchInline", samePeer: !!(flags & 1), style: flags & 1024 ? r.object() : void 0, text: r.string(), query: r.string(), peerTypes: flags & 2 ? r.vector(r.object) : void 0 };
|
|
2004
|
-
},
|
|
2005
|
-
2311426297: function(r) {
|
|
2006
|
-
var flags = r.uint();
|
|
2007
|
-
return { _: "keyboardButtonGame", style: flags & 1024 ? r.object() : void 0, text: r.string() };
|
|
2008
|
-
},
|
|
2009
|
-
1067792645: function(r) {
|
|
2010
|
-
var flags = r.uint();
|
|
2011
|
-
return { _: "keyboardButtonBuy", style: flags & 1024 ? r.object() : void 0, text: r.string() };
|
|
2012
|
-
},
|
|
2013
|
-
4111468281: function(r) {
|
|
2014
|
-
var flags = r.uint();
|
|
2015
|
-
return { _: "keyboardButtonUrlAuth", style: flags & 1024 ? r.object() : void 0, text: r.string(), fwdText: flags & 1 ? r.string() : void 0, url: r.string(), buttonId: r.int() };
|
|
2016
|
-
},
|
|
2017
|
-
1744911986: function(r) {
|
|
2018
|
-
var flags = r.uint();
|
|
2019
|
-
return { _: "inputKeyboardButtonUrlAuth", requestWriteAccess: !!(flags & 1), style: flags & 1024 ? r.object() : void 0, text: r.string(), fwdText: flags & 2 ? r.string() : void 0, url: r.string(), bot: r.object() };
|
|
2020
|
-
},
|
|
2021
|
-
2047989634: function(r) {
|
|
2022
|
-
var flags = r.uint();
|
|
2023
|
-
return { _: "keyboardButtonRequestPoll", style: flags & 1024 ? r.object() : void 0, quiz: flags & 1 ? r.boolean() : void 0, text: r.string() };
|
|
2024
|
-
},
|
|
2025
|
-
2103314375: function(r) {
|
|
2026
|
-
var flags = r.uint();
|
|
2027
|
-
return { _: "inputKeyboardButtonUserProfile", style: flags & 1024 ? r.object() : void 0, text: r.string(), userId: r.object() };
|
|
2028
|
-
},
|
|
2029
|
-
3237829897: function(r) {
|
|
2030
|
-
var flags = r.uint();
|
|
2031
|
-
return { _: "keyboardButtonUserProfile", style: flags & 1024 ? r.object() : void 0, text: r.string(), userId: r.int53() };
|
|
2032
|
-
},
|
|
2033
|
-
3896947104: function(r) {
|
|
1991
|
+
795322159: function(r) {
|
|
2034
1992
|
var flags = r.uint();
|
|
2035
|
-
return { _: "
|
|
2036
|
-
},
|
|
2037
|
-
3780920176: function(r) {
|
|
2038
|
-
var flags = r.uint();
|
|
2039
|
-
return { _: "keyboardButtonSimpleWebView", style: flags & 1024 ? r.object() : void 0, text: r.string(), url: r.string() };
|
|
2040
|
-
},
|
|
2041
|
-
1527715317: function(r) {
|
|
2042
|
-
var flags = r.uint();
|
|
2043
|
-
return { _: "keyboardButtonRequestPeer", style: flags & 1024 ? r.object() : void 0, text: r.string(), buttonId: r.int(), peerType: r.object(), maxQuantity: r.int() };
|
|
2044
|
-
},
|
|
2045
|
-
45580630: function(r) {
|
|
2046
|
-
var flags = r.uint();
|
|
2047
|
-
return { _: "inputKeyboardButtonRequestPeer", nameRequested: !!(flags & 1), usernameRequested: !!(flags & 2), photoRequested: !!(flags & 4), style: flags & 1024 ? r.object() : void 0, text: r.string(), buttonId: r.int(), peerType: r.object(), maxQuantity: r.int() };
|
|
2048
|
-
},
|
|
2049
|
-
3167006480: function(r) {
|
|
2050
|
-
var flags = r.uint();
|
|
2051
|
-
return { _: "keyboardButtonCopy", style: flags & 1024 ? r.object() : void 0, text: r.string(), copyText: r.string() };
|
|
1993
|
+
return { _: "keyboardButton", style: flags & 1024 ? r.object() : void 0, text: r.string(), type: r.object() };
|
|
2052
1994
|
},
|
|
2053
1995
|
2002815875: function(r) {
|
|
2054
1996
|
return { _: "keyboardButtonRow", buttons: r.vector(r.object) };
|
|
@@ -2063,10 +2005,11 @@ var m = {
|
|
|
2063
2005
|
},
|
|
2064
2006
|
2245892561: function(r) {
|
|
2065
2007
|
var flags = r.uint();
|
|
2066
|
-
return { _: "replyKeyboardMarkup", resize: !!(flags & 1), singleUse: !!(flags & 2), selective: !!(flags & 4), persistent: !!(flags & 16), rows: r.vector(r.object), placeholder: flags & 8 ? r.string() : void 0 };
|
|
2008
|
+
return { _: "replyKeyboardMarkup", resize: !!(flags & 1), singleUse: !!(flags & 2), selective: !!(flags & 4), persistent: !!(flags & 16), forceReply: !!(flags & 32), rows: r.vector(r.object), placeholder: flags & 8 ? r.string() : void 0 };
|
|
2067
2009
|
},
|
|
2068
|
-
|
|
2069
|
-
|
|
2010
|
+
2997966704: function(r) {
|
|
2011
|
+
var flags = r.uint();
|
|
2012
|
+
return { _: "replyInlineMarkup", forceReply: !!(flags & 32), rows: r.vector(r.object) };
|
|
2070
2013
|
},
|
|
2071
2014
|
3146955413: function(r) {
|
|
2072
2015
|
return { _: "messageEntityUnknown", offset: r.int(), length: r.int() };
|
|
@@ -2623,6 +2566,10 @@ var m = {
|
|
|
2623
2566
|
2525416272: function(r) {
|
|
2624
2567
|
return { _: "textDiff", text: r.object(), oldText: r.object() };
|
|
2625
2568
|
},
|
|
2569
|
+
2949094614: function(r) {
|
|
2570
|
+
var flags = r.uint();
|
|
2571
|
+
return { _: "textButton", text: r.object(), type: r.object(), style: flags & 1 ? r.object() : void 0 };
|
|
2572
|
+
},
|
|
2626
2573
|
324435594: function(r) {
|
|
2627
2574
|
return { _: "pageBlockUnsupported" };
|
|
2628
2575
|
},
|
|
@@ -2659,8 +2606,9 @@ var m = {
|
|
|
2659
2606
|
3840442385: function(r) {
|
|
2660
2607
|
return { _: "pageBlockList", items: r.vector(r.object) };
|
|
2661
2608
|
},
|
|
2662
|
-
|
|
2663
|
-
|
|
2609
|
+
1724999435: function(r) {
|
|
2610
|
+
var flags = r.uint();
|
|
2611
|
+
return { _: "pageBlockBlockquote", collapsed: !!(flags & 1), text: r.object(), caption: r.object() };
|
|
2664
2612
|
},
|
|
2665
2613
|
1329878739: function(r) {
|
|
2666
2614
|
return { _: "pageBlockPullquote", text: r.object(), caption: r.object() };
|
|
@@ -2700,7 +2648,7 @@ var m = {
|
|
|
2700
2648
|
},
|
|
2701
2649
|
3209554562: function(r) {
|
|
2702
2650
|
var flags = r.uint();
|
|
2703
|
-
return { _: "pageBlockTable", bordered: !!(flags & 1), striped: !!(flags & 2), title: r.object(), rows: r.vector(r.object) };
|
|
2651
|
+
return { _: "pageBlockTable", bordered: !!(flags & 1), striped: !!(flags & 2), compact: !!(flags & 4), title: r.object(), rows: r.vector(r.object) };
|
|
2704
2652
|
},
|
|
2705
2653
|
534181569: function(r) {
|
|
2706
2654
|
var flags = r.uint();
|
|
@@ -2746,6 +2694,13 @@ var m = {
|
|
|
2746
2694
|
242108356: function(r) {
|
|
2747
2695
|
return { _: "pageBlockBlockquoteBlocks", blocks: r.vector(r.object), caption: r.object() };
|
|
2748
2696
|
},
|
|
2697
|
+
1835270936: function(r) {
|
|
2698
|
+
var flags = r.uint();
|
|
2699
|
+
return { _: "pageBlockButtonRow", alignLeft: !!(flags & 1), alignCenter: !!(flags & 2), alignRight: !!(flags & 4), buttons: r.vector(r.object) };
|
|
2700
|
+
},
|
|
2701
|
+
955923363: function(r) {
|
|
2702
|
+
return { _: "pageBlockDocument", documentId: r.long(), caption: r.object() };
|
|
2703
|
+
},
|
|
2749
2704
|
2246320897: function(r) {
|
|
2750
2705
|
return { _: "phoneCallDiscardReasonMissed" };
|
|
2751
2706
|
},
|
|
@@ -3438,7 +3393,7 @@ var m = {
|
|
|
3438
3393
|
},
|
|
3439
3394
|
1605510357: function(r) {
|
|
3440
3395
|
var flags = r.uint();
|
|
3441
|
-
return { _: "chatAdminRights", changeInfo: !!(flags & 1), postMessages: !!(flags & 2), editMessages: !!(flags & 4), deleteMessages: !!(flags & 8), banUsers: !!(flags & 16), inviteUsers: !!(flags & 32), pinMessages: !!(flags & 128), addAdmins: !!(flags & 512), anonymous: !!(flags & 1024), manageCall: !!(flags & 2048), other: !!(flags & 4096), manageTopics: !!(flags & 8192), postStories: !!(flags & 16384), editStories: !!(flags & 32768), deleteStories: !!(flags & 65536), manageDirectMessages: !!(flags & 131072), manageRanks: !!(flags & 262144), manageLinkedPeers: !!(flags & 524288) };
|
|
3396
|
+
return { _: "chatAdminRights", changeInfo: !!(flags & 1), postMessages: !!(flags & 2), editMessages: !!(flags & 4), deleteMessages: !!(flags & 8), banUsers: !!(flags & 16), inviteUsers: !!(flags & 32), pinMessages: !!(flags & 128), addAdmins: !!(flags & 512), anonymous: !!(flags & 1024), manageCall: !!(flags & 2048), other: !!(flags & 4096), manageTopics: !!(flags & 8192), postStories: !!(flags & 16384), editStories: !!(flags & 32768), deleteStories: !!(flags & 65536), manageDirectMessages: !!(flags & 131072), manageRanks: !!(flags & 262144), manageLinkedPeers: !!(flags & 524288), manageWelcomeMessages: !!(flags & 1048576) };
|
|
3442
3397
|
},
|
|
3443
3398
|
2668758040: function(r) {
|
|
3444
3399
|
var flags = r.uint();
|
|
@@ -4048,9 +4003,9 @@ var m = {
|
|
|
4048
4003
|
4103700034: function(r) {
|
|
4049
4004
|
return { _: "inputInvoiceBusinessBotTransferStars", bot: r.object(), stars: r.long() };
|
|
4050
4005
|
},
|
|
4051
|
-
|
|
4006
|
+
3920676440: function(r) {
|
|
4052
4007
|
var flags = r.uint();
|
|
4053
|
-
return { _: "inputInvoiceStarGiftResale", ton: !!(flags & 1), slug: r.string(), toId: r.object() };
|
|
4008
|
+
return { _: "inputInvoiceStarGiftResale", ton: !!(flags & 1), showName: !!(flags & 4), slug: r.string(), toId: r.object(), message: flags & 2 ? r.object() : void 0 };
|
|
4054
4009
|
},
|
|
4055
4010
|
2584430776: function(r) {
|
|
4056
4011
|
return { _: "inputInvoiceStarGiftPrepaidUpgrade", peer: r.object(), hash: r.string() };
|
|
@@ -5394,9 +5349,9 @@ var m = {
|
|
|
5394
5349
|
var flags = r.uint();
|
|
5395
5350
|
return { _: "communities.peerLinkRequests", totalCount: r.int(), requests: r.vector(r.object), nextOffset: flags & 1 ? r.string() : void 0, chats: r.vector(r.object), users: r.vector(r.object) };
|
|
5396
5351
|
},
|
|
5397
|
-
|
|
5352
|
+
3710369513: function(r) {
|
|
5398
5353
|
var flags = r.uint();
|
|
5399
|
-
return { _: "ephemeralMessage", out: !!(flags & 1), id: r.int(), fromId: r.object(), peerId: r.object(), receiverId: r.int53(), topMsgId: flags & 2 ? r.int() : void 0, date: r.int(), message: r.string(), entities: flags & 4 ? r.vector(r.object) : void 0, media: flags & 8 ? r.object() : void 0, replyMarkup: flags & 16 ? r.object() : void 0, replyTo: flags & 64 ? r.object() : void 0 };
|
|
5354
|
+
return { _: "ephemeralMessage", out: !!(flags & 1), welcomeTemplate: !!(flags & 32), invertMedia: !!(flags & 128), noforwards: !!(flags & 4096), id: r.int(), fromId: r.object(), peerId: flags & 512 ? r.object() : void 0, receiverId: r.int53(), topMsgId: flags & 2 ? r.int() : void 0, date: r.int(), message: r.string(), entities: flags & 4 ? r.vector(r.object) : void 0, media: flags & 8 ? r.object() : void 0, replyMarkup: flags & 16 ? r.object() : void 0, replyTo: flags & 64 ? r.object() : void 0, richMessage: flags & 256 ? r.object() : void 0, chatInstance: flags & 1024 ? r.long() : void 0, anchorMsgId: flags & 2048 ? r.int() : void 0 };
|
|
5400
5355
|
},
|
|
5401
5356
|
2373472554: function(r) {
|
|
5402
5357
|
return { _: "communities.participantJoinedChats", creatorChatIds: r.vector(r.int53), joinedChatIds: r.vector(r.int53), chats: r.vector(r.object), users: r.vector(r.object) };
|
|
@@ -5407,6 +5362,94 @@ var m = {
|
|
|
5407
5362
|
1279604680: function(r) {
|
|
5408
5363
|
return { _: "messages.composedRichMessageWithAI", result: r.object() };
|
|
5409
5364
|
},
|
|
5365
|
+
3386740969: function(r) {
|
|
5366
|
+
return { _: "buttonTypeDefault" };
|
|
5367
|
+
},
|
|
5368
|
+
3745330937: function(r) {
|
|
5369
|
+
return { _: "buttonTypeRequestPhone" };
|
|
5370
|
+
},
|
|
5371
|
+
2616123712: function(r) {
|
|
5372
|
+
return { _: "buttonTypeRequestGeoLocation" };
|
|
5373
|
+
},
|
|
5374
|
+
2865758084: function(r) {
|
|
5375
|
+
var flags = r.uint();
|
|
5376
|
+
return { _: "buttonTypeRequestPoll", quiz: flags & 1 ? r.boolean() : void 0 };
|
|
5377
|
+
},
|
|
5378
|
+
1331208759: function(r) {
|
|
5379
|
+
r.uint();
|
|
5380
|
+
return { _: "buttonTypeRequestPeer", buttonId: r.int(), peerType: r.object(), maxQuantity: r.int() };
|
|
5381
|
+
},
|
|
5382
|
+
1071802622: function(r) {
|
|
5383
|
+
var flags = r.uint();
|
|
5384
|
+
return { _: "inputButtonTypeRequestPeer", nameRequested: !!(flags & 1), usernameRequested: !!(flags & 2), photoRequested: !!(flags & 4), buttonId: r.int(), peerType: r.object(), maxQuantity: r.int() };
|
|
5385
|
+
},
|
|
5386
|
+
3222952314: function(r) {
|
|
5387
|
+
return { _: "buttonTypeSimpleWebView", url: r.string() };
|
|
5388
|
+
},
|
|
5389
|
+
3970234580: function(r) {
|
|
5390
|
+
return { _: "inlineButtonTypeUrl", url: r.string() };
|
|
5391
|
+
},
|
|
5392
|
+
3218091426: function(r) {
|
|
5393
|
+
var flags = r.uint();
|
|
5394
|
+
return { _: "inlineButtonTypeUrlAuth", fwdText: flags & 1 ? r.string() : void 0, url: r.string(), buttonId: r.int() };
|
|
5395
|
+
},
|
|
5396
|
+
2573319348: function(r) {
|
|
5397
|
+
var flags = r.uint();
|
|
5398
|
+
return { _: "inputInlineButtonTypeUrlAuth", requestWriteAccess: !!(flags & 1), fwdText: flags & 2 ? r.string() : void 0, url: r.string(), bot: flags & 4 ? r.object() : void 0 };
|
|
5399
|
+
},
|
|
5400
|
+
1003140532: function(r) {
|
|
5401
|
+
return { _: "inlineButtonTypeWebView", url: r.string() };
|
|
5402
|
+
},
|
|
5403
|
+
693484600: function(r) {
|
|
5404
|
+
var flags = r.uint();
|
|
5405
|
+
return { _: "inlineButtonTypeCallback", requiresPassword: !!(flags & 1), data: r.bytes() };
|
|
5406
|
+
},
|
|
5407
|
+
1557360797: function(r) {
|
|
5408
|
+
return { _: "inlineButtonTypeGame" };
|
|
5409
|
+
},
|
|
5410
|
+
1220204453: function(r) {
|
|
5411
|
+
return { _: "inlineButtonTypeBuy" };
|
|
5412
|
+
},
|
|
5413
|
+
2474065909: function(r) {
|
|
5414
|
+
var flags = r.uint();
|
|
5415
|
+
return { _: "inlineButtonTypeSwitchInline", samePeer: !!(flags & 1), query: r.string(), peerTypes: flags & 2 ? r.vector(r.object) : void 0 };
|
|
5416
|
+
},
|
|
5417
|
+
1067663311: function(r) {
|
|
5418
|
+
return { _: "inlineButtonTypeUserProfile", userId: r.int53() };
|
|
5419
|
+
},
|
|
5420
|
+
1408487002: function(r) {
|
|
5421
|
+
return { _: "inputInlineButtonTypeUserProfile", userId: r.object() };
|
|
5422
|
+
},
|
|
5423
|
+
3021812338: function(r) {
|
|
5424
|
+
return { _: "inlineButtonTypeCopy", copyText: r.string() };
|
|
5425
|
+
},
|
|
5426
|
+
2755158429: function(r) {
|
|
5427
|
+
return { _: "inlineButtonTypeDisabled" };
|
|
5428
|
+
},
|
|
5429
|
+
297902882: function(r) {
|
|
5430
|
+
var flags = r.uint();
|
|
5431
|
+
return { _: "keyboardInlineButton", style: flags & 1024 ? r.object() : void 0, text: r.string(), type: r.object() };
|
|
5432
|
+
},
|
|
5433
|
+
423758582: function(r) {
|
|
5434
|
+
return { _: "keyboardInlineButtonRow", buttons: r.vector(r.object) };
|
|
5435
|
+
},
|
|
5436
|
+
63312061: function(r) {
|
|
5437
|
+
var flags = r.uint();
|
|
5438
|
+
return { _: "richButtonStyle", bgPrimary: !!(flags & 1), bgDanger: !!(flags & 2), bgSuccess: !!(flags & 4), link: !!(flags & 8) };
|
|
5439
|
+
},
|
|
5440
|
+
1764381832: function(r) {
|
|
5441
|
+
var flags = r.uint();
|
|
5442
|
+
return { _: "pageButton", text: r.object(), type: r.object(), style: flags & 1 ? r.object() : void 0 };
|
|
5443
|
+
},
|
|
5444
|
+
1509940017: function(r) {
|
|
5445
|
+
return { _: "ephemeral.welcomeMessagesNotModified" };
|
|
5446
|
+
},
|
|
5447
|
+
273664114: function(r) {
|
|
5448
|
+
return { _: "ephemeral.welcomeMessages", hash: r.long(), messages: r.vector(r.object) };
|
|
5449
|
+
},
|
|
5450
|
+
3747266572: function(r) {
|
|
5451
|
+
return { _: "auth.firebasePnvIntent", nonce: r.string(), digitalCredentialPayload: r.string() };
|
|
5452
|
+
},
|
|
5410
5453
|
_results: {
|
|
5411
5454
|
"contacts.getContactIDs": function(r) {
|
|
5412
5455
|
return r.vector(r.int);
|