From 608bfab829c7e674371adcbe06c2a42e4d114ec9 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Thu, 20 Jun 2024 20:24:54 +0530 Subject: [PATCH] changes for this fork --- .github/workflows/doc-import.yml | 44 + .github/workflows/update-schema.yml | 25 +- CNAME | 1 - index.html | 34 +- resources/schema.json | 33096 ++++++++++++++++---------- resources/schema.tl | 649 +- tools/docimport.js | 4 +- tools/update-schema/index.js | 42 +- 8 files changed, 20720 insertions(+), 13175 deletions(-) create mode 100644 .github/workflows/doc-import.yml delete mode 100644 CNAME diff --git a/.github/workflows/doc-import.yml b/.github/workflows/doc-import.yml new file mode 100644 index 0000000..3fcf29a --- /dev/null +++ b/.github/workflows/doc-import.yml @@ -0,0 +1,44 @@ +name: Import documentation + +on: + workflow_dispatch: {} # Allow manually kicking off builds + +jobs: + check_for_update: + name: Check for NEW documentation + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Node 14 + uses: actions/setup-node@v1 + with: + node-version: 14.x + - name: Cache npm packages + uses: actions/cache@v1 + env: + cache-name: cache-node-modules + with: + path: ~/.npm + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('tools/package-lock.json') }} + restore-keys: | + ${{ runner.os }}-build-${{ env.cache-name }}- + ${{ runner.os }}-build- + ${{ runner.os }}- + - name: Install npm packages + working-directory: ./tools/ + run: npm install request cheerio + - name: Run docimport tool + working-directory: ./ + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.SCHEMABOT_ACCESS_TOKEN }} + REPO_WORKING_DIRECTORY: ./working + GIT_NAME: schemabot + GIT_EMAIL: schemabot@horner.tj + GIT_PRIVATE_KEY_PATH: ~/.ssh/id_rsa + NODE_NO_WARNINGS: "1" + run: cd tools && node docimport.js + - name: Update and Push changes + run: | + git add -A + git -c "user.name=schemabot" -c "user.email=schemabot@horner.tj" commit -m "[chore] Import documentation from core.telegram.org" + git push origin master diff --git a/.github/workflows/update-schema.yml b/.github/workflows/update-schema.yml index b6cde53..30a61f5 100644 --- a/.github/workflows/update-schema.yml +++ b/.github/workflows/update-schema.yml @@ -5,24 +5,22 @@ on: types: update-schema schedule: - cron: "0 * * * *" + workflow_dispatch: {} # Allow manually kicking off builds jobs: check_for_update: name: Check for schema update runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Copy deploy key to ~/.ssh - env: - DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} - run: | - mkdir -p ~/.ssh - echo "$DEPLOY_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa + - uses: actions/checkout@v3 + with: + fetch-depth: 1 + - name: Set up Node 14 - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 14.x + - name: Cache npm packages uses: actions/cache@v1 env: @@ -34,16 +32,17 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- + - name: Install npm packages working-directory: ./tools/update-schema run: npm install + - name: Run update-schema tool working-directory: ./tools/update-schema env: GITHUB_ACCESS_TOKEN: ${{ secrets.SCHEMABOT_ACCESS_TOKEN }} - REPO_WORKING_DIRECTORY: ./working + REPO_WORKING_DIRECTORY: ./../../ GIT_NAME: schemabot - GIT_EMAIL: schemabot@horner.tj - GIT_PRIVATE_KEY_PATH: ~/.ssh/id_rsa + GIT_EMAIL: durov2005@gmail.com NODE_NO_WARNINGS: "1" - run: node index \ No newline at end of file + run: node index diff --git a/CNAME b/CNAME deleted file mode 100644 index 02ebab7..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -schema.horner.tj \ No newline at end of file diff --git a/index.html b/index.html index ce089e8..e8b21af 100644 --- a/index.html +++ b/index.html @@ -3,24 +3,22 @@ TL-Schema Explorer - - - - - + + + + + - - - - - - - - - + + + + + + + + + - - @@ -33,8 +31,8 @@ TL-Schema Explorer (Layer 158)
- schema.json - schema.tl + schema.json + schema.tl
diff --git a/resources/schema.json b/resources/schema.json index a2eee73..6e3d69f 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -500,7 +500,7 @@ "type": "InputMedia" }, { - "id": 2394269397, + "id": 1080028941, "predicate": "inputMediaInvoice", "params": [ { @@ -529,7 +529,7 @@ }, { "name": "provider", - "type": "string" + "type": "flags.3?string" }, { "name": "provider_data", @@ -615,6 +615,48 @@ ], "type": "InputMedia" }, + { + "id": 2315114360, + "predicate": "inputMediaStory", + "params": [ + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "int" + } + ], + "type": "InputMedia" + }, + { + "id": 3256584265, + "predicate": "inputMediaWebPage", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "force_large_media", + "type": "flags.0?true" + }, + { + "name": "force_small_media", + "type": "flags.1?true" + }, + { + "name": "optional", + "type": "flags.2?true" + }, + { + "name": "url", + "type": "string" + } + ], + "type": "InputMedia" + }, { "id": 480546647, "predicate": "inputChatPhotoEmpty", @@ -1023,7 +1065,7 @@ "type": "User" }, { - "id": 2409088552, + "id": 559694904, "predicate": "user", "params": [ { @@ -1110,6 +1152,26 @@ "name": "bot_can_edit", "type": "flags2.1?true" }, + { + "name": "close_friend", + "type": "flags2.2?true" + }, + { + "name": "stories_hidden", + "type": "flags2.3?true" + }, + { + "name": "stories_unavailable", + "type": "flags2.4?true" + }, + { + "name": "contact_require_premium", + "type": "flags2.10?true" + }, + { + "name": "bot_business", + "type": "flags2.11?true" + }, { "name": "id", "type": "long" @@ -1165,6 +1227,18 @@ { "name": "usernames", "type": "flags2.0?Vector" + }, + { + "name": "stories_max_id", + "type": "flags2.5?int" + }, + { + "name": "color", + "type": "flags2.8?PeerColor" + }, + { + "name": "profile_color", + "type": "flags2.9?PeerColor" } ], "type": "User" @@ -1235,21 +1309,48 @@ "type": "UserStatus" }, { - "id": 3798942449, + "id": 2065268168, "predicate": "userStatusRecently", - "params": [], + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "by_me", + "type": "flags.0?true" + } + ], "type": "UserStatus" }, { - "id": 129960444, + "id": 1410997530, "predicate": "userStatusLastWeek", - "params": [], + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "by_me", + "type": "flags.0?true" + } + ], "type": "UserStatus" }, { - "id": 2011940674, + "id": 1703516023, "predicate": "userStatusLastMonth", - "params": [], + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "by_me", + "type": "flags.0?true" + } + ], "type": "UserStatus" }, { @@ -1350,7 +1451,7 @@ "type": "Chat" }, { - "id": 2200278116, + "id": 179174543, "predicate": "channel", "params": [ { @@ -1441,6 +1542,18 @@ "name": "flags2", "type": "#" }, + { + "name": "stories_hidden", + "type": "flags2.1?true" + }, + { + "name": "stories_hidden_min", + "type": "flags2.2?true" + }, + { + "name": "stories_unavailable", + "type": "flags2.3?true" + }, { "name": "id", "type": "long" @@ -1488,6 +1601,26 @@ { "name": "usernames", "type": "flags2.0?Vector" + }, + { + "name": "stories_max_id", + "type": "flags2.4?int" + }, + { + "name": "color", + "type": "flags2.7?PeerColor" + }, + { + "name": "profile_color", + "type": "flags2.8?PeerColor" + }, + { + "name": "emoji_status", + "type": "flags2.9?EmojiStatus" + }, + { + "name": "level", + "type": "flags2.10?int" } ], "type": "Chat" @@ -1528,7 +1661,7 @@ "type": "Chat" }, { - "id": 3386052920, + "id": 640893467, "predicate": "chatFull", "params": [ { @@ -1610,12 +1743,16 @@ { "name": "available_reactions", "type": "flags.18?ChatReactions" + }, + { + "name": "reactions_limit", + "type": "flags.20?int" } ], "type": "ChatFull" }, { - "id": 4063581447, + "id": 3148559501, "predicate": "channelFull", "params": [ { @@ -1674,6 +1811,22 @@ "name": "translations_disabled", "type": "flags2.3?true" }, + { + "name": "stories_pinned_available", + "type": "flags2.5?true" + }, + { + "name": "view_forum_as_messages", + "type": "flags2.6?true" + }, + { + "name": "restricted_sponsored", + "type": "flags2.11?true" + }, + { + "name": "can_view_revenue", + "type": "flags2.12?true" + }, { "name": "id", "type": "long" @@ -1813,6 +1966,30 @@ { "name": "available_reactions", "type": "flags.30?ChatReactions" + }, + { + "name": "reactions_limit", + "type": "flags2.13?int" + }, + { + "name": "stories", + "type": "flags2.4?PeerStories" + }, + { + "name": "wallpaper", + "type": "flags2.7?WallPaper" + }, + { + "name": "boosts_applied", + "type": "flags2.8?int" + }, + { + "name": "boosts_unrestrict", + "type": "flags2.9?int" + }, + { + "name": "emojiset", + "type": "flags2.10?StickerSet" } ], "type": "ChatFull" @@ -1957,7 +2134,7 @@ "type": "Message" }, { - "id": 940666592, + "id": 2486456898, "predicate": "message", "params": [ { @@ -2004,6 +2181,18 @@ "name": "noforwards", "type": "flags.26?true" }, + { + "name": "invert_media", + "type": "flags.27?true" + }, + { + "name": "flags2", + "type": "#" + }, + { + "name": "offline", + "type": "flags2.1?true" + }, { "name": "id", "type": "int" @@ -2012,10 +2201,18 @@ "name": "from_id", "type": "flags.8?Peer" }, + { + "name": "from_boosts_applied", + "type": "flags.29?int" + }, { "name": "peer_id", "type": "Peer" }, + { + "name": "saved_peer_id", + "type": "flags.28?Peer" + }, { "name": "fwd_from", "type": "flags.2?MessageFwdHeader" @@ -2024,6 +2221,10 @@ "name": "via_bot_id", "type": "flags.11?long" }, + { + "name": "via_business_bot_id", + "type": "flags2.0?long" + }, { "name": "reply_to", "type": "flags.3?MessageReplyHeader" @@ -2083,6 +2284,18 @@ { "name": "ttl_period", "type": "flags.25?int" + }, + { + "name": "quick_reply_shortcut_id", + "type": "flags.30?int" + }, + { + "name": "effect", + "type": "flags2.2?long" + }, + { + "name": "factcheck", + "type": "flags2.3?FactCheck" } ], "type": "Message" @@ -2224,7 +2437,7 @@ "type": "MessageMedia" }, { - "id": 2628808919, + "id": 1291114285, "predicate": "messageMediaDocument", "params": [ { @@ -2239,10 +2452,26 @@ "name": "spoiler", "type": "flags.4?true" }, + { + "name": "video", + "type": "flags.6?true" + }, + { + "name": "round", + "type": "flags.7?true" + }, + { + "name": "voice", + "type": "flags.8?true" + }, { "name": "document", "type": "flags.0?Document" }, + { + "name": "alt_document", + "type": "flags.5?Document" + }, { "name": "ttl_seconds", "type": "flags.2?int" @@ -2251,9 +2480,29 @@ "type": "MessageMedia" }, { - "id": 2737690112, + "id": 3723562043, "predicate": "messageMediaWebPage", "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "force_large_media", + "type": "flags.0?true" + }, + { + "name": "force_small_media", + "type": "flags.1?true" + }, + { + "name": "manual", + "type": "flags.3?true" + }, + { + "name": "safe", + "type": "flags.4?true" + }, { "name": "webpage", "type": "WebPage" @@ -2412,51 +2661,176 @@ "type": "MessageMedia" }, { - "id": 3064919984, - "predicate": "messageActionEmpty", - "params": [], - "type": "MessageAction" - }, - { - "id": 3175599021, - "predicate": "messageActionChatCreate", + "id": 1758159491, + "predicate": "messageMediaStory", "params": [ { - "name": "title", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "users", - "type": "Vector" + "name": "via_mention", + "type": "flags.1?true" + }, + { + "name": "peer", + "type": "Peer" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "story", + "type": "flags.0?StoryItem" } ], - "type": "MessageAction" + "type": "MessageMedia" }, { - "id": 3047280218, - "predicate": "messageActionChatEditTitle", + "id": 3668805040, + "predicate": "messageMediaGiveaway", "params": [ { - "name": "title", - "type": "string" + "name": "flags", + "type": "#" + }, + { + "name": "only_new_subscribers", + "type": "flags.0?true" + }, + { + "name": "winners_are_visible", + "type": "flags.2?true" + }, + { + "name": "channels", + "type": "Vector" + }, + { + "name": "countries_iso2", + "type": "flags.1?Vector" + }, + { + "name": "prize_description", + "type": "flags.3?string" + }, + { + "name": "quantity", + "type": "int" + }, + { + "name": "months", + "type": "int" + }, + { + "name": "until_date", + "type": "int" } ], - "type": "MessageAction" + "type": "MessageMedia" }, { - "id": 2144015272, - "predicate": "messageActionChatEditPhoto", + "id": 3331919976, + "predicate": "messageMediaGiveawayResults", "params": [ { - "name": "photo", - "type": "Photo" - } - ], - "type": "MessageAction" - }, - { - "id": 2514746351, - "predicate": "messageActionChatDeletePhoto", + "name": "flags", + "type": "#" + }, + { + "name": "only_new_subscribers", + "type": "flags.0?true" + }, + { + "name": "refunded", + "type": "flags.2?true" + }, + { + "name": "channel_id", + "type": "long" + }, + { + "name": "additional_peers_count", + "type": "flags.3?int" + }, + { + "name": "launch_msg_id", + "type": "int" + }, + { + "name": "winners_count", + "type": "int" + }, + { + "name": "unclaimed_count", + "type": "int" + }, + { + "name": "winners", + "type": "Vector" + }, + { + "name": "months", + "type": "int" + }, + { + "name": "prize_description", + "type": "flags.1?string" + }, + { + "name": "until_date", + "type": "int" + } + ], + "type": "MessageMedia" + }, + { + "id": 3064919984, + "predicate": "messageActionEmpty", + "params": [], + "type": "MessageAction" + }, + { + "id": 3175599021, + "predicate": "messageActionChatCreate", + "params": [ + { + "name": "title", + "type": "string" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "MessageAction" + }, + { + "id": 3047280218, + "predicate": "messageActionChatEditTitle", + "params": [ + { + "name": "title", + "type": "string" + } + ], + "type": "MessageAction" + }, + { + "id": 2144015272, + "predicate": "messageActionChatEditPhoto", + "params": [ + { + "name": "photo", + "type": "Photo" + } + ], + "type": "MessageAction" + }, + { + "id": 2514746351, + "predicate": "messageActionChatDeletePhoto", "params": [], "type": "MessageAction" }, @@ -2687,6 +3061,10 @@ "name": "attach_menu", "type": "flags.1?true" }, + { + "name": "from_request", + "type": "flags.3?true" + }, { "name": "domain", "type": "flags.0?string" @@ -2953,7 +3331,7 @@ "type": "MessageAction" }, { - "id": 4269225053, + "id": 827428507, "predicate": "messageActionRequestedPeer", "params": [ { @@ -2961,16 +3339,28 @@ "type": "int" }, { - "name": "peer", - "type": "Peer" + "name": "peers", + "type": "Vector" } ], "type": "MessageAction" }, { - "id": 3158616359, + "id": 1348510708, "predicate": "messageActionSetChatWallPaper", "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "same", + "type": "flags.0?true" + }, + { + "name": "for_both", + "type": "flags.1?true" + }, { "name": "wallpaper", "type": "WallPaper" @@ -2979,12 +3369,95 @@ "type": "MessageAction" }, { - "id": 3229121901, - "predicate": "messageActionSetSameChatWallPaper", + "id": 1737240073, + "predicate": "messageActionGiftCode", "params": [ { - "name": "wallpaper", - "type": "WallPaper" + "name": "flags", + "type": "#" + }, + { + "name": "via_giveaway", + "type": "flags.0?true" + }, + { + "name": "unclaimed", + "type": "flags.2?true" + }, + { + "name": "boost_peer", + "type": "flags.1?Peer" + }, + { + "name": "months", + "type": "int" + }, + { + "name": "slug", + "type": "string" + }, + { + "name": "currency", + "type": "flags.2?string" + }, + { + "name": "amount", + "type": "flags.2?long" + }, + { + "name": "crypto_currency", + "type": "flags.3?string" + }, + { + "name": "crypto_amount", + "type": "flags.3?long" + } + ], + "type": "MessageAction" + }, + { + "id": 858499565, + "predicate": "messageActionGiveawayLaunch", + "params": [], + "type": "MessageAction" + }, + { + "id": 715107781, + "predicate": "messageActionGiveawayResults", + "params": [ + { + "name": "winners_count", + "type": "int" + }, + { + "name": "unclaimed_count", + "type": "int" + } + ], + "type": "MessageAction" + }, + { + "id": 3422726765, + "predicate": "messageActionBoostApply", + "params": [ + { + "name": "boosts", + "type": "int" + } + ], + "type": "MessageAction" + }, + { + "id": 2477987912, + "predicate": "messageActionRequestedPeerSentMe", + "params": [ + { + "name": "button_id", + "type": "int" + }, + { + "name": "peers", + "type": "Vector" } ], "type": "MessageAction" @@ -3005,6 +3478,10 @@ "name": "unread_mark", "type": "flags.3?true" }, + { + "name": "view_forum_as_messages", + "type": "flags.6?true" + }, { "name": "peer", "type": "Peer" @@ -3440,7 +3917,7 @@ "type": "InputNotifyPeer" }, { - "id": 3743350827, + "id": 3402328802, "predicate": "inputPeerNotifySettings", "params": [ { @@ -3462,12 +3939,24 @@ { "name": "sound", "type": "flags.3?NotificationSound" + }, + { + "name": "stories_muted", + "type": "flags.6?Bool" + }, + { + "name": "stories_hide_sender", + "type": "flags.7?Bool" + }, + { + "name": "stories_sound", + "type": "flags.8?NotificationSound" } ], "type": "InputPeerNotifySettings" }, { - "id": 2822439974, + "id": 2573347852, "predicate": "peerNotifySettings", "params": [ { @@ -3497,12 +3986,32 @@ { "name": "other_sound", "type": "flags.5?NotificationSound" + }, + { + "name": "stories_muted", + "type": "flags.6?Bool" + }, + { + "name": "stories_hide_sender", + "type": "flags.7?Bool" + }, + { + "name": "stories_ios_sound", + "type": "flags.8?NotificationSound" + }, + { + "name": "stories_android_sound", + "type": "flags.9?NotificationSound" + }, + { + "name": "stories_other_sound", + "type": "flags.10?NotificationSound" } ], "type": "PeerNotifySettings" }, { - "id": 2769817869, + "id": 2899733598, "predicate": "peerSettings", "params": [ { @@ -3545,6 +4054,14 @@ "name": "request_chat_broadcast", "type": "flags.10?true" }, + { + "name": "business_bot_paused", + "type": "flags.11?true" + }, + { + "name": "business_bot_can_reply", + "type": "flags.12?true" + }, { "name": "geo_distance", "type": "flags.6?int" @@ -3556,6 +4073,14 @@ { "name": "request_chat_date", "type": "flags.9?int" + }, + { + "name": "business_bot_id", + "type": "flags.13?long" + }, + { + "name": "business_bot_manage_url", + "type": "flags.13?string" } ], "type": "PeerSettings" @@ -3695,7 +4220,7 @@ "type": "ReportReason" }, { - "id": 2481642323, + "id": 3432609568, "predicate": "userFull", "params": [ { @@ -3734,6 +4259,34 @@ "name": "translations_disabled", "type": "flags.23?true" }, + { + "name": "stories_pinned_available", + "type": "flags.26?true" + }, + { + "name": "blocked_my_stories_from", + "type": "flags.27?true" + }, + { + "name": "wallpaper_overridden", + "type": "flags.28?true" + }, + { + "name": "contact_require_premium", + "type": "flags.29?true" + }, + { + "name": "read_dates_private", + "type": "flags.30?true" + }, + { + "name": "flags2", + "type": "#" + }, + { + "name": "sponsored_enabled", + "type": "flags2.7?true" + }, { "name": "id", "type": "long" @@ -3805,6 +4358,42 @@ { "name": "wallpaper", "type": "flags.24?WallPaper" + }, + { + "name": "stories", + "type": "flags.25?PeerStories" + }, + { + "name": "business_work_hours", + "type": "flags2.0?BusinessWorkHours" + }, + { + "name": "business_location", + "type": "flags2.1?BusinessLocation" + }, + { + "name": "business_greeting_message", + "type": "flags2.2?BusinessGreetingMessage" + }, + { + "name": "business_away_message", + "type": "flags2.3?BusinessAwayMessage" + }, + { + "name": "business_intro", + "type": "flags2.4?BusinessIntro" + }, + { + "name": "birthday", + "type": "flags2.5?Birthday" + }, + { + "name": "personal_channel_id", + "type": "flags2.6?long" + }, + { + "name": "personal_channel_message", + "type": "flags2.6?int" } ], "type": "UserFull" @@ -4429,19 +5018,50 @@ "type": "Update" }, { - "id": 314359194, - "predicate": "updateNewEncryptedMessage", + "id": 2303831023, + "predicate": "updateNewAuthorization", "params": [ { - "name": "message", - "type": "EncryptedMessage" + "name": "flags", + "type": "#" }, { - "name": "qts", - "type": "int" - } - ], - "type": "Update" + "name": "unconfirmed", + "type": "flags.0?true" + }, + { + "name": "hash", + "type": "long" + }, + { + "name": "date", + "type": "flags.0?int" + }, + { + "name": "device", + "type": "flags.0?string" + }, + { + "name": "location", + "type": "flags.0?string" + } + ], + "type": "Update" + }, + { + "id": 314359194, + "predicate": "updateNewEncryptedMessage", + "params": [ + { + "name": "message", + "type": "EncryptedMessage" + }, + { + "name": "qts", + "type": "int" + } + ], + "type": "Update" }, { "id": 386986326, @@ -4572,6 +5192,10 @@ "name": "popup", "type": "flags.0?true" }, + { + "name": "invert_media", + "type": "flags.2?true" + }, { "name": "inbox_date", "type": "flags.1?int" @@ -4703,9 +5327,13 @@ "type": "Update" }, { - "id": 1757493555, + "id": 4163006849, "predicate": "updateReadMessagesContents", "params": [ + { + "name": "flags", + "type": "#" + }, { "name": "messages", "type": "Vector" @@ -4717,6 +5345,10 @@ { "name": "pts_count", "type": "int" + }, + { + "name": "date", + "type": "flags.0?int" } ], "type": "Update" @@ -5570,7 +6202,7 @@ "type": "Update" }, { - "id": 274961865, + "id": 619974263, "predicate": "updateMessagePollVote", "params": [ { @@ -5578,8 +6210,8 @@ "type": "long" }, { - "name": "user_id", - "type": "long" + "name": "peer", + "type": "Peer" }, { "name": "options", @@ -5713,16 +6345,24 @@ "type": "Update" }, { - "id": 610945826, + "id": 3957356370, "predicate": "updatePeerBlocked", "params": [ { - "name": "peer_id", - "type": "Peer" + "name": "flags", + "type": "#" }, { "name": "blocked", - "type": "Bool" + "type": "flags.0?true" + }, + { + "name": "blocked_my_stories_from", + "type": "flags.1?true" + }, + { + "name": "peer_id", + "type": "Peer" } ], "type": "Update" @@ -6312,179 +6952,182 @@ "type": "Update" }, { - "id": 3438316246, - "predicate": "updateGroupInvitePrivacyForbidden", + "id": 1974712216, + "predicate": "updateStory", "params": [ { - "name": "user_id", - "type": "long" + "name": "peer", + "type": "Peer" + }, + { + "name": "story", + "type": "StoryItem" } ], "type": "Update" }, { - "id": 2775329342, - "predicate": "updates.state", + "id": 4149121835, + "predicate": "updateReadStories", "params": [ { - "name": "pts", - "type": "int" - }, - { - "name": "qts", - "type": "int" - }, - { - "name": "date", - "type": "int" - }, - { - "name": "seq", - "type": "int" + "name": "peer", + "type": "Peer" }, { - "name": "unread_count", + "name": "max_id", "type": "int" } ], - "type": "updates.State" + "type": "Update" }, { - "id": 1567990072, - "predicate": "updates.differenceEmpty", + "id": 468923833, + "predicate": "updateStoryID", "params": [ { - "name": "date", + "name": "id", "type": "int" }, { - "name": "seq", - "type": "int" + "name": "random_id", + "type": "long" } ], - "type": "updates.Difference" + "type": "Update" }, { - "id": 16030880, - "predicate": "updates.difference", + "id": 738741697, + "predicate": "updateStoriesStealthMode", "params": [ { - "name": "new_messages", - "type": "Vector" - }, - { - "name": "new_encrypted_messages", - "type": "Vector" - }, - { - "name": "other_updates", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" - }, - { - "name": "state", - "type": "updates.State" + "name": "stealth_mode", + "type": "StoriesStealthMode" } ], - "type": "updates.Difference" + "type": "Update" }, { - "id": 2835028353, - "predicate": "updates.differenceSlice", + "id": 2103604867, + "predicate": "updateSentStoryReaction", "params": [ { - "name": "new_messages", - "type": "Vector" + "name": "peer", + "type": "Peer" }, { - "name": "new_encrypted_messages", - "type": "Vector" + "name": "story_id", + "type": "int" }, { - "name": "other_updates", - "type": "Vector" - }, + "name": "reaction", + "type": "Reaction" + } + ], + "type": "Update" + }, + { + "id": 2421019804, + "predicate": "updateBotChatBoost", + "params": [ { - "name": "chats", - "type": "Vector" + "name": "peer", + "type": "Peer" }, { - "name": "users", - "type": "Vector" + "name": "boost", + "type": "Boost" }, { - "name": "intermediate_state", - "type": "updates.State" + "name": "qts", + "type": "int" } ], - "type": "updates.Difference" + "type": "Update" }, { - "id": 1258196845, - "predicate": "updates.differenceTooLong", + "id": 129403168, + "predicate": "updateChannelViewForumAsMessages", "params": [ { - "name": "pts", - "type": "int" + "name": "channel_id", + "type": "long" + }, + { + "name": "enabled", + "type": "Bool" } ], - "type": "updates.Difference" - }, - { - "id": 3809980286, - "predicate": "updatesTooLong", - "params": [], - "type": "Updates" + "type": "Update" }, { - "id": 826001400, - "predicate": "updateShortMessage", + "id": 2923368477, + "predicate": "updatePeerWallpaper", "params": [ { "name": "flags", "type": "#" }, { - "name": "out", + "name": "wallpaper_overridden", "type": "flags.1?true" }, { - "name": "mentioned", - "type": "flags.4?true" + "name": "peer", + "type": "Peer" }, { - "name": "media_unread", - "type": "flags.5?true" + "name": "wallpaper", + "type": "flags.0?WallPaper" + } + ], + "type": "Update" + }, + { + "id": 2887898062, + "predicate": "updateBotMessageReaction", + "params": [ + { + "name": "peer", + "type": "Peer" }, { - "name": "silent", - "type": "flags.13?true" + "name": "msg_id", + "type": "int" }, { - "name": "id", + "name": "date", "type": "int" }, { - "name": "user_id", - "type": "long" + "name": "actor", + "type": "Peer" }, { - "name": "message", - "type": "string" + "name": "old_reactions", + "type": "Vector" }, { - "name": "pts", + "name": "new_reactions", + "type": "Vector" + }, + { + "name": "qts", "type": "int" + } + ], + "type": "Update" + }, + { + "id": 164329305, + "predicate": "updateBotMessageReactions", + "params": [ + { + "name": "peer", + "type": "Peer" }, { - "name": "pts_count", + "name": "msg_id", "type": "int" }, { @@ -6492,6664 +7135,12525 @@ "type": "int" }, { - "name": "fwd_from", - "type": "flags.2?MessageFwdHeader" + "name": "reactions", + "type": "Vector" }, { - "name": "via_bot_id", - "type": "flags.11?long" - }, + "name": "qts", + "type": "int" + } + ], + "type": "Update" + }, + { + "id": 2930744948, + "predicate": "updateSavedDialogPinned", + "params": [ { - "name": "reply_to", - "type": "flags.3?MessageReplyHeader" + "name": "flags", + "type": "#" }, { - "name": "entities", - "type": "flags.7?Vector" + "name": "pinned", + "type": "flags.0?true" }, { - "name": "ttl_period", - "type": "flags.25?int" + "name": "peer", + "type": "DialogPeer" } ], - "type": "Updates" + "type": "Update" }, { - "id": 1299050149, - "predicate": "updateShortChatMessage", + "id": 1751942566, + "predicate": "updatePinnedSavedDialogs", "params": [ { "name": "flags", "type": "#" }, { - "name": "out", - "type": "flags.1?true" - }, + "name": "order", + "type": "flags.0?Vector" + } + ], + "type": "Update" + }, + { + "id": 969307186, + "predicate": "updateSavedReactionTags", + "params": [], + "type": "Update" + }, + { + "id": 4049758676, + "predicate": "updateSmsJob", + "params": [ { - "name": "mentioned", - "type": "flags.4?true" - }, + "name": "job_id", + "type": "string" + } + ], + "type": "Update" + }, + { + "id": 4182182578, + "predicate": "updateQuickReplies", + "params": [ { - "name": "media_unread", - "type": "flags.5?true" - }, + "name": "quick_replies", + "type": "Vector" + } + ], + "type": "Update" + }, + { + "id": 4114458391, + "predicate": "updateNewQuickReply", + "params": [ { - "name": "silent", - "type": "flags.13?true" - }, + "name": "quick_reply", + "type": "QuickReply" + } + ], + "type": "Update" + }, + { + "id": 1407644140, + "predicate": "updateDeleteQuickReply", + "params": [ { - "name": "id", + "name": "shortcut_id", "type": "int" - }, - { - "name": "from_id", - "type": "long" - }, - { - "name": "chat_id", - "type": "long" - }, + } + ], + "type": "Update" + }, + { + "id": 1040518415, + "predicate": "updateQuickReplyMessage", + "params": [ { "name": "message", - "type": "string" - }, - { - "name": "pts", - "type": "int" - }, - { - "name": "pts_count", - "type": "int" - }, + "type": "Message" + } + ], + "type": "Update" + }, + { + "id": 1450174413, + "predicate": "updateDeleteQuickReplyMessages", + "params": [ { - "name": "date", + "name": "shortcut_id", "type": "int" }, { - "name": "fwd_from", - "type": "flags.2?MessageFwdHeader" - }, - { - "name": "via_bot_id", - "type": "flags.11?long" - }, - { - "name": "reply_to", - "type": "flags.3?MessageReplyHeader" - }, - { - "name": "entities", - "type": "flags.7?Vector" - }, - { - "name": "ttl_period", - "type": "flags.25?int" + "name": "messages", + "type": "Vector" } ], - "type": "Updates" + "type": "Update" }, { - "id": 2027216577, - "predicate": "updateShort", + "id": 2330315130, + "predicate": "updateBotBusinessConnect", "params": [ { - "name": "update", - "type": "Update" + "name": "connection", + "type": "BotBusinessConnection" }, { - "name": "date", + "name": "qts", "type": "int" } ], - "type": "Updates" + "type": "Update" }, { - "id": 1918567619, - "predicate": "updatesCombined", + "id": 2648388732, + "predicate": "updateBotNewBusinessMessage", "params": [ { - "name": "updates", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "chats", - "type": "Vector" + "name": "connection_id", + "type": "string" }, { - "name": "date", - "type": "int" + "name": "message", + "type": "Message" }, { - "name": "seq_start", - "type": "int" + "name": "reply_to_message", + "type": "flags.0?Message" }, { - "name": "seq", + "name": "qts", "type": "int" } ], - "type": "Updates" + "type": "Update" }, { - "id": 1957577280, - "predicate": "updates", + "id": 132077692, + "predicate": "updateBotEditBusinessMessage", "params": [ { - "name": "updates", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "users", - "type": "Vector" + "name": "connection_id", + "type": "string" }, { - "name": "chats", - "type": "Vector" + "name": "message", + "type": "Message" }, { - "name": "date", - "type": "int" + "name": "reply_to_message", + "type": "flags.0?Message" }, { - "name": "seq", + "name": "qts", "type": "int" } ], - "type": "Updates" + "type": "Update" }, { - "id": 2417352961, - "predicate": "updateShortSentMessage", + "id": 2687146030, + "predicate": "updateBotDeleteBusinessMessage", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "out", - "type": "flags.1?true" + "name": "connection_id", + "type": "string" }, { - "name": "id", - "type": "int" + "name": "peer", + "type": "Peer" }, { - "name": "pts", - "type": "int" + "name": "messages", + "type": "Vector" }, { - "name": "pts_count", + "name": "qts", "type": "int" - }, + } + ], + "type": "Update" + }, + { + "id": 405070859, + "predicate": "updateNewStoryReaction", + "params": [ { - "name": "date", + "name": "story_id", "type": "int" }, { - "name": "media", - "type": "flags.9?MessageMedia" - }, - { - "name": "entities", - "type": "flags.7?Vector" + "name": "peer", + "type": "Peer" }, { - "name": "ttl_period", - "type": "flags.25?int" + "name": "reaction", + "type": "Reaction" } ], - "type": "Updates" + "type": "Update" }, { - "id": 2378853029, - "predicate": "photos.photos", + "id": 3755565557, + "predicate": "updateBroadcastRevenueTransactions", "params": [ { - "name": "photos", - "type": "Vector" + "name": "peer", + "type": "Peer" }, { - "name": "users", - "type": "Vector" + "name": "balances", + "type": "BroadcastRevenueBalances" } ], - "type": "photos.Photos" + "type": "Update" }, { - "id": 352657236, - "predicate": "photos.photosSlice", + "id": 263737752, + "predicate": "updateStarsBalance", "params": [ { - "name": "count", - "type": "int" - }, - { - "name": "photos", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "balance", + "type": "long" } ], - "type": "photos.Photos" + "type": "Update" }, { - "id": 539045032, - "predicate": "photos.photo", + "id": 2775329342, + "predicate": "updates.state", "params": [ { - "name": "photo", - "type": "Photo" + "name": "pts", + "type": "int" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "photos.Photo" - }, - { - "id": 157948117, - "predicate": "upload.file", - "params": [ + "name": "qts", + "type": "int" + }, { - "name": "type", - "type": "storage.FileType" + "name": "date", + "type": "int" }, { - "name": "mtime", + "name": "seq", "type": "int" }, { - "name": "bytes", - "type": "bytes" + "name": "unread_count", + "type": "int" } ], - "type": "upload.File" + "type": "updates.State" }, { - "id": 4052539972, - "predicate": "upload.fileCdnRedirect", + "id": 1567990072, + "predicate": "updates.differenceEmpty", "params": [ { - "name": "dc_id", + "name": "date", "type": "int" }, { - "name": "file_token", - "type": "bytes" - }, - { - "name": "encryption_key", - "type": "bytes" - }, - { - "name": "encryption_iv", - "type": "bytes" - }, - { - "name": "file_hashes", - "type": "Vector" + "name": "seq", + "type": "int" } ], - "type": "upload.File" + "type": "updates.Difference" }, { - "id": 414687501, - "predicate": "dcOption", + "id": 16030880, + "predicate": "updates.difference", "params": [ { - "name": "flags", - "type": "#" + "name": "new_messages", + "type": "Vector" }, { - "name": "ipv6", - "type": "flags.0?true" + "name": "new_encrypted_messages", + "type": "Vector" }, { - "name": "media_only", - "type": "flags.1?true" + "name": "other_updates", + "type": "Vector" }, { - "name": "tcpo_only", - "type": "flags.2?true" + "name": "chats", + "type": "Vector" }, { - "name": "cdn", - "type": "flags.3?true" + "name": "users", + "type": "Vector" }, { - "name": "static", - "type": "flags.4?true" + "name": "state", + "type": "updates.State" + } + ], + "type": "updates.Difference" + }, + { + "id": 2835028353, + "predicate": "updates.differenceSlice", + "params": [ + { + "name": "new_messages", + "type": "Vector" }, { - "name": "this_port_only", - "type": "flags.5?true" + "name": "new_encrypted_messages", + "type": "Vector" }, { - "name": "id", - "type": "int" + "name": "other_updates", + "type": "Vector" }, { - "name": "ip_address", - "type": "string" + "name": "chats", + "type": "Vector" }, { - "name": "port", - "type": "int" + "name": "users", + "type": "Vector" }, { - "name": "secret", - "type": "flags.10?bytes" + "name": "intermediate_state", + "type": "updates.State" } ], - "type": "DcOption" + "type": "updates.Difference" }, { - "id": 3424265246, - "predicate": "config", + "id": 1258196845, + "predicate": "updates.differenceTooLong", + "params": [ + { + "name": "pts", + "type": "int" + } + ], + "type": "updates.Difference" + }, + { + "id": 3809980286, + "predicate": "updatesTooLong", + "params": [], + "type": "Updates" + }, + { + "id": 826001400, + "predicate": "updateShortMessage", "params": [ { "name": "flags", "type": "#" }, { - "name": "default_p2p_contacts", - "type": "flags.3?true" + "name": "out", + "type": "flags.1?true" }, { - "name": "preload_featured_stickers", + "name": "mentioned", "type": "flags.4?true" }, { - "name": "revoke_pm_inbox", - "type": "flags.6?true" - }, - { - "name": "blocked_mode", - "type": "flags.8?true" + "name": "media_unread", + "type": "flags.5?true" }, { - "name": "force_try_ipv6", - "type": "flags.14?true" + "name": "silent", + "type": "flags.13?true" }, { - "name": "date", + "name": "id", "type": "int" }, { - "name": "expires", - "type": "int" + "name": "user_id", + "type": "long" }, { - "name": "test_mode", - "type": "Bool" + "name": "message", + "type": "string" }, { - "name": "this_dc", + "name": "pts", "type": "int" }, { - "name": "dc_options", - "type": "Vector" + "name": "pts_count", + "type": "int" }, { - "name": "dc_txt_domain_name", - "type": "string" + "name": "date", + "type": "int" }, { - "name": "chat_size_max", - "type": "int" + "name": "fwd_from", + "type": "flags.2?MessageFwdHeader" }, { - "name": "megagroup_size_max", - "type": "int" + "name": "via_bot_id", + "type": "flags.11?long" }, { - "name": "forwarded_count_max", - "type": "int" + "name": "reply_to", + "type": "flags.3?MessageReplyHeader" }, { - "name": "online_update_period_ms", - "type": "int" + "name": "entities", + "type": "flags.7?Vector" }, { - "name": "offline_blur_timeout_ms", - "type": "int" + "name": "ttl_period", + "type": "flags.25?int" + } + ], + "type": "Updates" + }, + { + "id": 1299050149, + "predicate": "updateShortChatMessage", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "offline_idle_timeout_ms", - "type": "int" + "name": "out", + "type": "flags.1?true" }, { - "name": "online_cloud_timeout_ms", - "type": "int" + "name": "mentioned", + "type": "flags.4?true" }, { - "name": "notify_cloud_delay_ms", - "type": "int" + "name": "media_unread", + "type": "flags.5?true" }, { - "name": "notify_default_delay_ms", - "type": "int" + "name": "silent", + "type": "flags.13?true" }, { - "name": "push_chat_period_ms", + "name": "id", "type": "int" }, { - "name": "push_chat_limit", - "type": "int" + "name": "from_id", + "type": "long" }, { - "name": "edit_time_limit", - "type": "int" + "name": "chat_id", + "type": "long" }, { - "name": "revoke_time_limit", - "type": "int" + "name": "message", + "type": "string" }, { - "name": "revoke_pm_time_limit", + "name": "pts", "type": "int" }, { - "name": "rating_e_decay", + "name": "pts_count", "type": "int" }, { - "name": "stickers_recent_limit", + "name": "date", "type": "int" }, { - "name": "channels_read_media_period", - "type": "int" + "name": "fwd_from", + "type": "flags.2?MessageFwdHeader" }, { - "name": "tmp_sessions", - "type": "flags.0?int" + "name": "via_bot_id", + "type": "flags.11?long" }, { - "name": "call_receive_timeout_ms", - "type": "int" + "name": "reply_to", + "type": "flags.3?MessageReplyHeader" }, { - "name": "call_ring_timeout_ms", - "type": "int" + "name": "entities", + "type": "flags.7?Vector" }, { - "name": "call_connect_timeout_ms", - "type": "int" + "name": "ttl_period", + "type": "flags.25?int" + } + ], + "type": "Updates" + }, + { + "id": 2027216577, + "predicate": "updateShort", + "params": [ + { + "name": "update", + "type": "Update" }, { - "name": "call_packet_timeout_ms", + "name": "date", "type": "int" + } + ], + "type": "Updates" + }, + { + "id": 1918567619, + "predicate": "updatesCombined", + "params": [ + { + "name": "updates", + "type": "Vector" }, { - "name": "me_url_prefix", - "type": "string" + "name": "users", + "type": "Vector" }, { - "name": "autoupdate_url_prefix", - "type": "flags.7?string" + "name": "chats", + "type": "Vector" }, { - "name": "gif_search_username", - "type": "flags.9?string" - }, - { - "name": "venue_search_username", - "type": "flags.10?string" - }, - { - "name": "img_search_username", - "type": "flags.11?string" - }, - { - "name": "static_maps_provider", - "type": "flags.12?string" - }, - { - "name": "caption_length_max", + "name": "date", "type": "int" }, { - "name": "message_length_max", + "name": "seq_start", "type": "int" }, { - "name": "webfile_dc_id", + "name": "seq", "type": "int" - }, - { - "name": "suggested_lang_code", - "type": "flags.2?string" - }, - { - "name": "lang_pack_version", - "type": "flags.2?int" - }, - { - "name": "base_lang_pack_version", - "type": "flags.2?int" - }, - { - "name": "reactions_default", - "type": "flags.15?Reaction" - }, - { - "name": "autologin_token", - "type": "flags.16?string" } ], - "type": "Config" + "type": "Updates" }, { - "id": 2384074613, - "predicate": "nearestDc", + "id": 1957577280, + "predicate": "updates", "params": [ { - "name": "country", - "type": "string" + "name": "updates", + "type": "Vector" }, { - "name": "this_dc", + "name": "users", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "date", "type": "int" }, { - "name": "nearest_dc", + "name": "seq", "type": "int" } ], - "type": "NearestDc" + "type": "Updates" }, { - "id": 3434860080, - "predicate": "help.appUpdate", + "id": 2417352961, + "predicate": "updateShortSentMessage", "params": [ { "name": "flags", "type": "#" }, { - "name": "can_not_skip", - "type": "flags.0?true" + "name": "out", + "type": "flags.1?true" }, { "name": "id", "type": "int" }, { - "name": "version", - "type": "string" + "name": "pts", + "type": "int" }, { - "name": "text", - "type": "string" + "name": "pts_count", + "type": "int" }, { - "name": "entities", - "type": "Vector" + "name": "date", + "type": "int" }, { - "name": "document", - "type": "flags.1?Document" + "name": "media", + "type": "flags.9?MessageMedia" }, { - "name": "url", - "type": "flags.2?string" + "name": "entities", + "type": "flags.7?Vector" }, { - "name": "sticker", - "type": "flags.3?Document" + "name": "ttl_period", + "type": "flags.25?int" } ], - "type": "help.AppUpdate" + "type": "Updates" }, { - "id": 3294258486, - "predicate": "help.noAppUpdate", - "params": [], - "type": "help.AppUpdate" + "id": 2378853029, + "predicate": "photos.photos", + "params": [ + { + "name": "photos", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "photos.Photos" }, { - "id": 415997816, - "predicate": "help.inviteText", + "id": 352657236, + "predicate": "photos.photosSlice", "params": [ { - "name": "message", - "type": "string" + "name": "count", + "type": "int" + }, + { + "name": "photos", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "help.InviteText" + "type": "photos.Photos" }, { - "id": 2877210784, - "predicate": "encryptedChatEmpty", + "id": 539045032, + "predicate": "photos.photo", "params": [ { - "name": "id", + "name": "photo", + "type": "Photo" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "photos.Photo" + }, + { + "id": 157948117, + "predicate": "upload.file", + "params": [ + { + "name": "type", + "type": "storage.FileType" + }, + { + "name": "mtime", "type": "int" + }, + { + "name": "bytes", + "type": "bytes" } ], - "type": "EncryptedChat" + "type": "upload.File" }, { - "id": 1722964307, - "predicate": "encryptedChatWaiting", + "id": 4052539972, + "predicate": "upload.fileCdnRedirect", "params": [ { - "name": "id", + "name": "dc_id", "type": "int" }, { - "name": "access_hash", - "type": "long" + "name": "file_token", + "type": "bytes" }, { - "name": "date", - "type": "int" + "name": "encryption_key", + "type": "bytes" }, { - "name": "admin_id", - "type": "long" + "name": "encryption_iv", + "type": "bytes" }, { - "name": "participant_id", - "type": "long" + "name": "file_hashes", + "type": "Vector" } ], - "type": "EncryptedChat" + "type": "upload.File" }, { - "id": 1223809356, - "predicate": "encryptedChatRequested", + "id": 414687501, + "predicate": "dcOption", "params": [ { "name": "flags", "type": "#" }, { - "name": "folder_id", - "type": "flags.0?int" + "name": "ipv6", + "type": "flags.0?true" }, { - "name": "id", - "type": "int" + "name": "media_only", + "type": "flags.1?true" }, { - "name": "access_hash", - "type": "long" + "name": "tcpo_only", + "type": "flags.2?true" }, { - "name": "date", + "name": "cdn", + "type": "flags.3?true" + }, + { + "name": "static", + "type": "flags.4?true" + }, + { + "name": "this_port_only", + "type": "flags.5?true" + }, + { + "name": "id", "type": "int" }, { - "name": "admin_id", - "type": "long" + "name": "ip_address", + "type": "string" }, { - "name": "participant_id", - "type": "long" + "name": "port", + "type": "int" }, { - "name": "g_a", - "type": "bytes" + "name": "secret", + "type": "flags.10?bytes" } ], - "type": "EncryptedChat" + "type": "DcOption" }, { - "id": 1643173063, - "predicate": "encryptedChat", + "id": 3424265246, + "predicate": "config", "params": [ { - "name": "id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "access_hash", - "type": "long" + "name": "default_p2p_contacts", + "type": "flags.3?true" }, { - "name": "date", - "type": "int" + "name": "preload_featured_stickers", + "type": "flags.4?true" }, { - "name": "admin_id", - "type": "long" + "name": "revoke_pm_inbox", + "type": "flags.6?true" }, { - "name": "participant_id", - "type": "long" + "name": "blocked_mode", + "type": "flags.8?true" }, { - "name": "g_a_or_b", - "type": "bytes" + "name": "force_try_ipv6", + "type": "flags.14?true" }, { - "name": "key_fingerprint", - "type": "long" - } - ], - "type": "EncryptedChat" - }, - { - "id": 505183301, - "predicate": "encryptedChatDiscarded", - "params": [ + "name": "date", + "type": "int" + }, { - "name": "flags", - "type": "#" + "name": "expires", + "type": "int" }, { - "name": "history_deleted", - "type": "flags.0?true" + "name": "test_mode", + "type": "Bool" }, { - "name": "id", + "name": "this_dc", "type": "int" - } - ], - "type": "EncryptedChat" - }, - { - "id": 4047615457, - "predicate": "inputEncryptedChat", - "params": [ + }, { - "name": "chat_id", - "type": "int" + "name": "dc_options", + "type": "Vector" }, { - "name": "access_hash", - "type": "long" - } - ], - "type": "InputEncryptedChat" - }, - { - "id": 3256830334, - "predicate": "encryptedFileEmpty", - "params": [], - "type": "EncryptedFile" - }, - { - "id": 2818608344, - "predicate": "encryptedFile", - "params": [ + "name": "dc_txt_domain_name", + "type": "string" + }, { - "name": "id", - "type": "long" + "name": "chat_size_max", + "type": "int" }, { - "name": "access_hash", - "type": "long" + "name": "megagroup_size_max", + "type": "int" }, { - "name": "size", - "type": "long" + "name": "forwarded_count_max", + "type": "int" }, { - "name": "dc_id", + "name": "online_update_period_ms", "type": "int" }, { - "name": "key_fingerprint", + "name": "offline_blur_timeout_ms", "type": "int" - } - ], - "type": "EncryptedFile" - }, - { - "id": 406307684, - "predicate": "inputEncryptedFileEmpty", - "params": [], - "type": "InputEncryptedFile" - }, - { - "id": 1690108678, - "predicate": "inputEncryptedFileUploaded", - "params": [ + }, { - "name": "id", - "type": "long" + "name": "offline_idle_timeout_ms", + "type": "int" }, { - "name": "parts", + "name": "online_cloud_timeout_ms", "type": "int" }, { - "name": "md5_checksum", - "type": "string" + "name": "notify_cloud_delay_ms", + "type": "int" }, { - "name": "key_fingerprint", + "name": "notify_default_delay_ms", "type": "int" - } - ], - "type": "InputEncryptedFile" - }, - { - "id": 1511503333, - "predicate": "inputEncryptedFile", - "params": [ + }, { - "name": "id", - "type": "long" + "name": "push_chat_period_ms", + "type": "int" }, { - "name": "access_hash", - "type": "long" - } - ], - "type": "InputEncryptedFile" - }, - { - "id": 767652808, - "predicate": "inputEncryptedFileBigUploaded", - "params": [ + "name": "push_chat_limit", + "type": "int" + }, { - "name": "id", - "type": "long" + "name": "edit_time_limit", + "type": "int" }, { - "name": "parts", + "name": "revoke_time_limit", "type": "int" }, { - "name": "key_fingerprint", + "name": "revoke_pm_time_limit", "type": "int" - } - ], - "type": "InputEncryptedFile" - }, - { - "id": 3977822488, - "predicate": "encryptedMessage", - "params": [ + }, { - "name": "random_id", - "type": "long" + "name": "rating_e_decay", + "type": "int" }, { - "name": "chat_id", + "name": "stickers_recent_limit", "type": "int" }, { - "name": "date", + "name": "channels_read_media_period", "type": "int" }, { - "name": "bytes", - "type": "bytes" + "name": "tmp_sessions", + "type": "flags.0?int" }, { - "name": "file", - "type": "EncryptedFile" - } - ], - "type": "EncryptedMessage" - }, - { - "id": 594758406, - "predicate": "encryptedMessageService", - "params": [ + "name": "call_receive_timeout_ms", + "type": "int" + }, { - "name": "random_id", - "type": "long" + "name": "call_ring_timeout_ms", + "type": "int" }, { - "name": "chat_id", + "name": "call_connect_timeout_ms", "type": "int" }, { - "name": "date", + "name": "call_packet_timeout_ms", "type": "int" }, { - "name": "bytes", - "type": "bytes" - } - ], - "type": "EncryptedMessage" - }, - { - "id": 3236054581, - "predicate": "messages.dhConfigNotModified", - "params": [ + "name": "me_url_prefix", + "type": "string" + }, { - "name": "random", - "type": "bytes" - } - ], - "type": "messages.DhConfig" - }, - { - "id": 740433629, - "predicate": "messages.dhConfig", - "params": [ + "name": "autoupdate_url_prefix", + "type": "flags.7?string" + }, { - "name": "g", + "name": "gif_search_username", + "type": "flags.9?string" + }, + { + "name": "venue_search_username", + "type": "flags.10?string" + }, + { + "name": "img_search_username", + "type": "flags.11?string" + }, + { + "name": "static_maps_provider", + "type": "flags.12?string" + }, + { + "name": "caption_length_max", "type": "int" }, { - "name": "p", - "type": "bytes" + "name": "message_length_max", + "type": "int" }, { - "name": "version", + "name": "webfile_dc_id", "type": "int" }, { - "name": "random", - "type": "bytes" + "name": "suggested_lang_code", + "type": "flags.2?string" + }, + { + "name": "lang_pack_version", + "type": "flags.2?int" + }, + { + "name": "base_lang_pack_version", + "type": "flags.2?int" + }, + { + "name": "reactions_default", + "type": "flags.15?Reaction" + }, + { + "name": "autologin_token", + "type": "flags.16?string" } ], - "type": "messages.DhConfig" + "type": "Config" }, { - "id": 1443858741, - "predicate": "messages.sentEncryptedMessage", + "id": 2384074613, + "predicate": "nearestDc", "params": [ { - "name": "date", + "name": "country", + "type": "string" + }, + { + "name": "this_dc", + "type": "int" + }, + { + "name": "nearest_dc", "type": "int" } ], - "type": "messages.SentEncryptedMessage" + "type": "NearestDc" }, { - "id": 2492727090, - "predicate": "messages.sentEncryptedFile", + "id": 3434860080, + "predicate": "help.appUpdate", "params": [ { - "name": "date", + "name": "flags", + "type": "#" + }, + { + "name": "can_not_skip", + "type": "flags.0?true" + }, + { + "name": "id", "type": "int" }, { - "name": "file", - "type": "EncryptedFile" + "name": "version", + "type": "string" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "entities", + "type": "Vector" + }, + { + "name": "document", + "type": "flags.1?Document" + }, + { + "name": "url", + "type": "flags.2?string" + }, + { + "name": "sticker", + "type": "flags.3?Document" } ], - "type": "messages.SentEncryptedMessage" + "type": "help.AppUpdate" }, { - "id": 1928391342, - "predicate": "inputDocumentEmpty", + "id": 3294258486, + "predicate": "help.noAppUpdate", "params": [], - "type": "InputDocument" + "type": "help.AppUpdate" }, { - "id": 448771445, - "predicate": "inputDocument", + "id": 415997816, + "predicate": "help.inviteText", "params": [ { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" - }, + "name": "message", + "type": "string" + } + ], + "type": "help.InviteText" + }, + { + "id": 2877210784, + "predicate": "encryptedChatEmpty", + "params": [ { - "name": "file_reference", - "type": "bytes" + "name": "id", + "type": "int" } ], - "type": "InputDocument" + "type": "EncryptedChat" }, { - "id": 922273905, - "predicate": "documentEmpty", + "id": 1722964307, + "predicate": "encryptedChatWaiting", "params": [ { "name": "id", + "type": "int" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "admin_id", + "type": "long" + }, + { + "name": "participant_id", "type": "long" } ], - "type": "Document" + "type": "EncryptedChat" }, { - "id": 2413085912, - "predicate": "document", + "id": 1223809356, + "predicate": "encryptedChatRequested", "params": [ { "name": "flags", "type": "#" }, + { + "name": "folder_id", + "type": "flags.0?int" + }, { "name": "id", - "type": "long" + "type": "int" }, { "name": "access_hash", "type": "long" }, - { - "name": "file_reference", - "type": "bytes" - }, { "name": "date", "type": "int" }, { - "name": "mime_type", - "type": "string" + "name": "admin_id", + "type": "long" }, { - "name": "size", + "name": "participant_id", "type": "long" }, { - "name": "thumbs", - "type": "flags.0?Vector" + "name": "g_a", + "type": "bytes" + } + ], + "type": "EncryptedChat" + }, + { + "id": 1643173063, + "predicate": "encryptedChat", + "params": [ + { + "name": "id", + "type": "int" }, { - "name": "video_thumbs", - "type": "flags.1?Vector" + "name": "access_hash", + "type": "long" }, { - "name": "dc_id", + "name": "date", "type": "int" }, { - "name": "attributes", - "type": "Vector" + "name": "admin_id", + "type": "long" + }, + { + "name": "participant_id", + "type": "long" + }, + { + "name": "g_a_or_b", + "type": "bytes" + }, + { + "name": "key_fingerprint", + "type": "long" } ], - "type": "Document" + "type": "EncryptedChat" }, { - "id": 398898678, - "predicate": "help.support", + "id": 505183301, + "predicate": "encryptedChatDiscarded", "params": [ { - "name": "phone_number", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "user", - "type": "User" + "name": "history_deleted", + "type": "flags.0?true" + }, + { + "name": "id", + "type": "int" } ], - "type": "help.Support" + "type": "EncryptedChat" }, { - "id": 2681474008, - "predicate": "notifyPeer", + "id": 4047615457, + "predicate": "inputEncryptedChat", "params": [ { - "name": "peer", - "type": "Peer" + "name": "chat_id", + "type": "int" + }, + { + "name": "access_hash", + "type": "long" } ], - "type": "NotifyPeer" - }, - { - "id": 3033021260, - "predicate": "notifyUsers", - "params": [], - "type": "NotifyPeer" - }, - { - "id": 3221737155, - "predicate": "notifyChats", - "params": [], - "type": "NotifyPeer" + "type": "InputEncryptedChat" }, { - "id": 3591563503, - "predicate": "notifyBroadcasts", + "id": 3256830334, + "predicate": "encryptedFileEmpty", "params": [], - "type": "NotifyPeer" + "type": "EncryptedFile" }, { - "id": 577659656, - "predicate": "notifyForumTopic", + "id": 2818608344, + "predicate": "encryptedFile", "params": [ { - "name": "peer", - "type": "Peer" + "name": "id", + "type": "long" }, { - "name": "top_msg_id", + "name": "access_hash", + "type": "long" + }, + { + "name": "size", + "type": "long" + }, + { + "name": "dc_id", + "type": "int" + }, + { + "name": "key_fingerprint", "type": "int" } ], - "type": "NotifyPeer" - }, - { - "id": 381645902, - "predicate": "sendMessageTypingAction", - "params": [], - "type": "SendMessageAction" + "type": "EncryptedFile" }, { - "id": 4250847477, - "predicate": "sendMessageCancelAction", + "id": 406307684, + "predicate": "inputEncryptedFileEmpty", "params": [], - "type": "SendMessageAction" + "type": "InputEncryptedFile" }, { - "id": 2710034031, - "predicate": "sendMessageRecordVideoAction", - "params": [], - "type": "SendMessageAction" - }, - { - "id": 3916839660, - "predicate": "sendMessageUploadVideoAction", + "id": 1690108678, + "predicate": "inputEncryptedFileUploaded", "params": [ { - "name": "progress", + "name": "id", + "type": "long" + }, + { + "name": "parts", + "type": "int" + }, + { + "name": "md5_checksum", + "type": "string" + }, + { + "name": "key_fingerprint", "type": "int" } ], - "type": "SendMessageAction" + "type": "InputEncryptedFile" }, { - "id": 3576656887, - "predicate": "sendMessageRecordAudioAction", - "params": [], - "type": "SendMessageAction" + "id": 1511503333, + "predicate": "inputEncryptedFile", + "params": [ + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputEncryptedFile" }, { - "id": 4082227115, - "predicate": "sendMessageUploadAudioAction", + "id": 767652808, + "predicate": "inputEncryptedFileBigUploaded", "params": [ { - "name": "progress", + "name": "id", + "type": "long" + }, + { + "name": "parts", + "type": "int" + }, + { + "name": "key_fingerprint", "type": "int" } ], - "type": "SendMessageAction" + "type": "InputEncryptedFile" }, { - "id": 3520285222, - "predicate": "sendMessageUploadPhotoAction", + "id": 3977822488, + "predicate": "encryptedMessage", "params": [ { - "name": "progress", + "name": "random_id", + "type": "long" + }, + { + "name": "chat_id", + "type": "int" + }, + { + "name": "date", "type": "int" + }, + { + "name": "bytes", + "type": "bytes" + }, + { + "name": "file", + "type": "EncryptedFile" } ], - "type": "SendMessageAction" + "type": "EncryptedMessage" }, { - "id": 2852968932, - "predicate": "sendMessageUploadDocumentAction", + "id": 594758406, + "predicate": "encryptedMessageService", "params": [ { - "name": "progress", + "name": "random_id", + "type": "long" + }, + { + "name": "chat_id", + "type": "int" + }, + { + "name": "date", "type": "int" + }, + { + "name": "bytes", + "type": "bytes" } ], - "type": "SendMessageAction" - }, - { - "id": 393186209, - "predicate": "sendMessageGeoLocationAction", - "params": [], - "type": "SendMessageAction" - }, - { - "id": 1653390447, - "predicate": "sendMessageChooseContactAction", - "params": [], - "type": "SendMessageAction" - }, - { - "id": 3714748232, - "predicate": "sendMessageGamePlayAction", - "params": [], - "type": "SendMessageAction" + "type": "EncryptedMessage" }, { - "id": 2297593788, - "predicate": "sendMessageRecordRoundAction", - "params": [], - "type": "SendMessageAction" + "id": 3236054581, + "predicate": "messages.dhConfigNotModified", + "params": [ + { + "name": "random", + "type": "bytes" + } + ], + "type": "messages.DhConfig" }, { - "id": 608050278, - "predicate": "sendMessageUploadRoundAction", + "id": 740433629, + "predicate": "messages.dhConfig", "params": [ { - "name": "progress", + "name": "g", + "type": "int" + }, + { + "name": "p", + "type": "bytes" + }, + { + "name": "version", "type": "int" + }, + { + "name": "random", + "type": "bytes" } ], - "type": "SendMessageAction" + "type": "messages.DhConfig" }, { - "id": 3643548293, - "predicate": "speakingInGroupCallAction", - "params": [], - "type": "SendMessageAction" + "id": 1443858741, + "predicate": "messages.sentEncryptedMessage", + "params": [ + { + "name": "date", + "type": "int" + } + ], + "type": "messages.SentEncryptedMessage" }, { - "id": 3688534598, - "predicate": "sendMessageHistoryImportAction", + "id": 2492727090, + "predicate": "messages.sentEncryptedFile", "params": [ { - "name": "progress", + "name": "date", "type": "int" + }, + { + "name": "file", + "type": "EncryptedFile" } ], - "type": "SendMessageAction" + "type": "messages.SentEncryptedMessage" }, { - "id": 2958739121, - "predicate": "sendMessageChooseStickerAction", + "id": 1928391342, + "predicate": "inputDocumentEmpty", "params": [], - "type": "SendMessageAction" + "type": "InputDocument" }, { - "id": 630664139, - "predicate": "sendMessageEmojiInteraction", + "id": 448771445, + "predicate": "inputDocument", "params": [ { - "name": "emoticon", - "type": "string" + "name": "id", + "type": "long" }, { - "name": "msg_id", - "type": "int" + "name": "access_hash", + "type": "long" }, { - "name": "interaction", - "type": "DataJSON" + "name": "file_reference", + "type": "bytes" } ], - "type": "SendMessageAction" + "type": "InputDocument" }, { - "id": 3060109358, - "predicate": "sendMessageEmojiInteractionSeen", + "id": 922273905, + "predicate": "documentEmpty", "params": [ { - "name": "emoticon", - "type": "string" + "name": "id", + "type": "long" } ], - "type": "SendMessageAction" + "type": "Document" }, { - "id": 3004386717, - "predicate": "contacts.found", + "id": 2413085912, + "predicate": "document", "params": [ { - "name": "my_results", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "results", - "type": "Vector" + "name": "id", + "type": "long" }, { - "name": "chats", - "type": "Vector" + "name": "access_hash", + "type": "long" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "contacts.Found" - }, - { - "id": 1335282456, - "predicate": "inputPrivacyKeyStatusTimestamp", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 3187344422, - "predicate": "inputPrivacyKeyChatInvite", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 4206550111, - "predicate": "inputPrivacyKeyPhoneCall", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 3684593874, - "predicate": "inputPrivacyKeyPhoneP2P", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 2765966344, - "predicate": "inputPrivacyKeyForwards", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 1461304012, - "predicate": "inputPrivacyKeyProfilePhoto", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 55761658, - "predicate": "inputPrivacyKeyPhoneNumber", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 3508640733, - "predicate": "inputPrivacyKeyAddedByPhone", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 2934349160, - "predicate": "inputPrivacyKeyVoiceMessages", - "params": [], - "type": "InputPrivacyKey" - }, - { - "id": 3157175088, - "predicate": "privacyKeyStatusTimestamp", - "params": [], - "type": "PrivacyKey" - }, - { - "id": 1343122938, - "predicate": "privacyKeyChatInvite", - "params": [], - "type": "PrivacyKey" + "name": "file_reference", + "type": "bytes" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "mime_type", + "type": "string" + }, + { + "name": "size", + "type": "long" + }, + { + "name": "thumbs", + "type": "flags.0?Vector" + }, + { + "name": "video_thumbs", + "type": "flags.1?Vector" + }, + { + "name": "dc_id", + "type": "int" + }, + { + "name": "attributes", + "type": "Vector" + } + ], + "type": "Document" }, { - "id": 1030105979, - "predicate": "privacyKeyPhoneCall", - "params": [], - "type": "PrivacyKey" + "id": 398898678, + "predicate": "help.support", + "params": [ + { + "name": "phone_number", + "type": "string" + }, + { + "name": "user", + "type": "User" + } + ], + "type": "help.Support" }, { - "id": 961092808, - "predicate": "privacyKeyPhoneP2P", - "params": [], - "type": "PrivacyKey" + "id": 2681474008, + "predicate": "notifyPeer", + "params": [ + { + "name": "peer", + "type": "Peer" + } + ], + "type": "NotifyPeer" }, { - "id": 1777096355, - "predicate": "privacyKeyForwards", + "id": 3033021260, + "predicate": "notifyUsers", "params": [], - "type": "PrivacyKey" + "type": "NotifyPeer" }, { - "id": 2517966829, - "predicate": "privacyKeyProfilePhoto", + "id": 3221737155, + "predicate": "notifyChats", "params": [], - "type": "PrivacyKey" + "type": "NotifyPeer" }, { - "id": 3516589165, - "predicate": "privacyKeyPhoneNumber", + "id": 3591563503, + "predicate": "notifyBroadcasts", "params": [], - "type": "PrivacyKey" + "type": "NotifyPeer" }, { - "id": 1124062251, - "predicate": "privacyKeyAddedByPhone", - "params": [], - "type": "PrivacyKey" + "id": 577659656, + "predicate": "notifyForumTopic", + "params": [ + { + "name": "peer", + "type": "Peer" + }, + { + "name": "top_msg_id", + "type": "int" + } + ], + "type": "NotifyPeer" }, { - "id": 110621716, - "predicate": "privacyKeyVoiceMessages", + "id": 381645902, + "predicate": "sendMessageTypingAction", "params": [], - "type": "PrivacyKey" + "type": "SendMessageAction" }, { - "id": 218751099, - "predicate": "inputPrivacyValueAllowContacts", + "id": 4250847477, + "predicate": "sendMessageCancelAction", "params": [], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 407582158, - "predicate": "inputPrivacyValueAllowAll", + "id": 2710034031, + "predicate": "sendMessageRecordVideoAction", "params": [], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 320652927, - "predicate": "inputPrivacyValueAllowUsers", + "id": 3916839660, + "predicate": "sendMessageUploadVideoAction", "params": [ { - "name": "users", - "type": "Vector" + "name": "progress", + "type": "int" } ], - "type": "InputPrivacyRule" - }, - { - "id": 195371015, - "predicate": "inputPrivacyValueDisallowContacts", - "params": [], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 3597362889, - "predicate": "inputPrivacyValueDisallowAll", + "id": 3576656887, + "predicate": "sendMessageRecordAudioAction", "params": [], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 2417034343, - "predicate": "inputPrivacyValueDisallowUsers", + "id": 4082227115, + "predicate": "sendMessageUploadAudioAction", "params": [ { - "name": "users", - "type": "Vector" + "name": "progress", + "type": "int" } ], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 2215004623, - "predicate": "inputPrivacyValueAllowChatParticipants", + "id": 3520285222, + "predicate": "sendMessageUploadPhotoAction", "params": [ { - "name": "chats", - "type": "Vector" + "name": "progress", + "type": "int" } ], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 3914272646, - "predicate": "inputPrivacyValueDisallowChatParticipants", + "id": 2852968932, + "predicate": "sendMessageUploadDocumentAction", "params": [ { - "name": "chats", - "type": "Vector" + "name": "progress", + "type": "int" } ], - "type": "InputPrivacyRule" + "type": "SendMessageAction" }, { - "id": 4294843308, - "predicate": "privacyValueAllowContacts", + "id": 393186209, + "predicate": "sendMessageGeoLocationAction", "params": [], - "type": "PrivacyRule" + "type": "SendMessageAction" }, { - "id": 1698855810, - "predicate": "privacyValueAllowAll", + "id": 1653390447, + "predicate": "sendMessageChooseContactAction", "params": [], - "type": "PrivacyRule" - }, - { - "id": 3096469426, - "predicate": "privacyValueAllowUsers", - "params": [ - { - "name": "users", - "type": "Vector" - } - ], - "type": "PrivacyRule" + "type": "SendMessageAction" }, { - "id": 4169726490, - "predicate": "privacyValueDisallowContacts", + "id": 3714748232, + "predicate": "sendMessageGamePlayAction", "params": [], - "type": "PrivacyRule" + "type": "SendMessageAction" }, { - "id": 2339628899, - "predicate": "privacyValueDisallowAll", + "id": 2297593788, + "predicate": "sendMessageRecordRoundAction", "params": [], - "type": "PrivacyRule" + "type": "SendMessageAction" }, { - "id": 3831632193, - "predicate": "privacyValueDisallowUsers", + "id": 608050278, + "predicate": "sendMessageUploadRoundAction", "params": [ { - "name": "users", - "type": "Vector" + "name": "progress", + "type": "int" } ], - "type": "PrivacyRule" + "type": "SendMessageAction" }, { - "id": 1796427406, - "predicate": "privacyValueAllowChatParticipants", - "params": [ - { - "name": "chats", - "type": "Vector" - } - ], - "type": "PrivacyRule" - }, - { - "id": 1103656293, - "predicate": "privacyValueDisallowChatParticipants", - "params": [ - { - "name": "chats", - "type": "Vector" - } - ], - "type": "PrivacyRule" - }, - { - "id": 1352683077, - "predicate": "account.privacyRules", - "params": [ - { - "name": "rules", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" - } - ], - "type": "account.PrivacyRules" - }, - { - "id": 3100684255, - "predicate": "accountDaysTTL", - "params": [ - { - "name": "days", - "type": "int" - } - ], - "type": "AccountDaysTTL" + "id": 3643548293, + "predicate": "speakingInGroupCallAction", + "params": [], + "type": "SendMessageAction" }, { - "id": 1815593308, - "predicate": "documentAttributeImageSize", + "id": 3688534598, + "predicate": "sendMessageHistoryImportAction", "params": [ { - "name": "w", - "type": "int" - }, - { - "name": "h", + "name": "progress", "type": "int" } ], - "type": "DocumentAttribute" + "type": "SendMessageAction" }, { - "id": 297109817, - "predicate": "documentAttributeAnimated", + "id": 2958739121, + "predicate": "sendMessageChooseStickerAction", "params": [], - "type": "DocumentAttribute" + "type": "SendMessageAction" }, { - "id": 1662637586, - "predicate": "documentAttributeSticker", + "id": 630664139, + "predicate": "sendMessageEmojiInteraction", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "mask", - "type": "flags.1?true" - }, - { - "name": "alt", + "name": "emoticon", "type": "string" }, { - "name": "stickerset", - "type": "InputStickerSet" + "name": "msg_id", + "type": "int" }, { - "name": "mask_coords", - "type": "flags.0?MaskCoords" + "name": "interaction", + "type": "DataJSON" } ], - "type": "DocumentAttribute" + "type": "SendMessageAction" }, { - "id": 250621158, - "predicate": "documentAttributeVideo", + "id": 3060109358, + "predicate": "sendMessageEmojiInteractionSeen", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "round_message", - "type": "flags.0?true" - }, - { - "name": "supports_streaming", - "type": "flags.1?true" - }, - { - "name": "duration", - "type": "int" - }, - { - "name": "w", - "type": "int" - }, - { - "name": "h", - "type": "int" + "name": "emoticon", + "type": "string" } ], - "type": "DocumentAttribute" + "type": "SendMessageAction" }, { - "id": 2555574726, - "predicate": "documentAttributeAudio", + "id": 3004386717, + "predicate": "contacts.found", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "voice", - "type": "flags.10?true" - }, - { - "name": "duration", - "type": "int" + "name": "my_results", + "type": "Vector" }, { - "name": "title", - "type": "flags.0?string" + "name": "results", + "type": "Vector" }, { - "name": "performer", - "type": "flags.1?string" + "name": "chats", + "type": "Vector" }, { - "name": "waveform", - "type": "flags.2?bytes" + "name": "users", + "type": "Vector" } ], - "type": "DocumentAttribute" + "type": "contacts.Found" }, { - "id": 358154344, - "predicate": "documentAttributeFilename", - "params": [ - { - "name": "file_name", - "type": "string" - } - ], - "type": "DocumentAttribute" + "id": 1335282456, + "predicate": "inputPrivacyKeyStatusTimestamp", + "params": [], + "type": "InputPrivacyKey" }, { - "id": 2550256375, - "predicate": "documentAttributeHasStickers", + "id": 3187344422, + "predicate": "inputPrivacyKeyChatInvite", "params": [], - "type": "DocumentAttribute" + "type": "InputPrivacyKey" }, { - "id": 4245985433, - "predicate": "documentAttributeCustomEmoji", - "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "free", - "type": "flags.0?true" - }, - { - "name": "text_color", - "type": "flags.1?true" - }, - { - "name": "alt", - "type": "string" - }, - { - "name": "stickerset", - "type": "InputStickerSet" - } - ], - "type": "DocumentAttribute" + "id": 4206550111, + "predicate": "inputPrivacyKeyPhoneCall", + "params": [], + "type": "InputPrivacyKey" }, { - "id": 4050950690, - "predicate": "messages.stickersNotModified", + "id": 3684593874, + "predicate": "inputPrivacyKeyPhoneP2P", "params": [], - "type": "messages.Stickers" + "type": "InputPrivacyKey" }, { - "id": 816245886, - "predicate": "messages.stickers", - "params": [ - { - "name": "hash", - "type": "long" - }, - { - "name": "stickers", - "type": "Vector" - } - ], - "type": "messages.Stickers" + "id": 2765966344, + "predicate": "inputPrivacyKeyForwards", + "params": [], + "type": "InputPrivacyKey" }, { - "id": 313694676, - "predicate": "stickerPack", - "params": [ - { - "name": "emoticon", - "type": "string" - }, - { - "name": "documents", - "type": "Vector" - } - ], - "type": "StickerPack" + "id": 1461304012, + "predicate": "inputPrivacyKeyProfilePhoto", + "params": [], + "type": "InputPrivacyKey" }, { - "id": 3898999491, - "predicate": "messages.allStickersNotModified", + "id": 55761658, + "predicate": "inputPrivacyKeyPhoneNumber", "params": [], - "type": "messages.AllStickers" + "type": "InputPrivacyKey" }, { - "id": 3451637435, - "predicate": "messages.allStickers", - "params": [ - { - "name": "hash", - "type": "long" - }, - { - "name": "sets", - "type": "Vector" + "id": 3508640733, + "predicate": "inputPrivacyKeyAddedByPhone", + "params": [], + "type": "InputPrivacyKey" + }, + { + "id": 2934349160, + "predicate": "inputPrivacyKeyVoiceMessages", + "params": [], + "type": "InputPrivacyKey" + }, + { + "id": 941870144, + "predicate": "inputPrivacyKeyAbout", + "params": [], + "type": "InputPrivacyKey" + }, + { + "id": 3596227020, + "predicate": "inputPrivacyKeyBirthday", + "params": [], + "type": "InputPrivacyKey" + }, + { + "id": 3157175088, + "predicate": "privacyKeyStatusTimestamp", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 1343122938, + "predicate": "privacyKeyChatInvite", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 1030105979, + "predicate": "privacyKeyPhoneCall", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 961092808, + "predicate": "privacyKeyPhoneP2P", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 1777096355, + "predicate": "privacyKeyForwards", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 2517966829, + "predicate": "privacyKeyProfilePhoto", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 3516589165, + "predicate": "privacyKeyPhoneNumber", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 1124062251, + "predicate": "privacyKeyAddedByPhone", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 110621716, + "predicate": "privacyKeyVoiceMessages", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 2760292193, + "predicate": "privacyKeyAbout", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 536913176, + "predicate": "privacyKeyBirthday", + "params": [], + "type": "PrivacyKey" + }, + { + "id": 218751099, + "predicate": "inputPrivacyValueAllowContacts", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 407582158, + "predicate": "inputPrivacyValueAllowAll", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 320652927, + "predicate": "inputPrivacyValueAllowUsers", + "params": [ + { + "name": "users", + "type": "Vector" + } + ], + "type": "InputPrivacyRule" + }, + { + "id": 195371015, + "predicate": "inputPrivacyValueDisallowContacts", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 3597362889, + "predicate": "inputPrivacyValueDisallowAll", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 2417034343, + "predicate": "inputPrivacyValueDisallowUsers", + "params": [ + { + "name": "users", + "type": "Vector" + } + ], + "type": "InputPrivacyRule" + }, + { + "id": 2215004623, + "predicate": "inputPrivacyValueAllowChatParticipants", + "params": [ + { + "name": "chats", + "type": "Vector" + } + ], + "type": "InputPrivacyRule" + }, + { + "id": 3914272646, + "predicate": "inputPrivacyValueDisallowChatParticipants", + "params": [ + { + "name": "chats", + "type": "Vector" + } + ], + "type": "InputPrivacyRule" + }, + { + "id": 793067081, + "predicate": "inputPrivacyValueAllowCloseFriends", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 2009975281, + "predicate": "inputPrivacyValueAllowPremium", + "params": [], + "type": "InputPrivacyRule" + }, + { + "id": 4294843308, + "predicate": "privacyValueAllowContacts", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 1698855810, + "predicate": "privacyValueAllowAll", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 3096469426, + "predicate": "privacyValueAllowUsers", + "params": [ + { + "name": "users", + "type": "Vector" + } + ], + "type": "PrivacyRule" + }, + { + "id": 4169726490, + "predicate": "privacyValueDisallowContacts", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 2339628899, + "predicate": "privacyValueDisallowAll", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 3831632193, + "predicate": "privacyValueDisallowUsers", + "params": [ + { + "name": "users", + "type": "Vector" + } + ], + "type": "PrivacyRule" + }, + { + "id": 1796427406, + "predicate": "privacyValueAllowChatParticipants", + "params": [ + { + "name": "chats", + "type": "Vector" + } + ], + "type": "PrivacyRule" + }, + { + "id": 1103656293, + "predicate": "privacyValueDisallowChatParticipants", + "params": [ + { + "name": "chats", + "type": "Vector" + } + ], + "type": "PrivacyRule" + }, + { + "id": 4159232155, + "predicate": "privacyValueAllowCloseFriends", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 3974725963, + "predicate": "privacyValueAllowPremium", + "params": [], + "type": "PrivacyRule" + }, + { + "id": 1352683077, + "predicate": "account.privacyRules", + "params": [ + { + "name": "rules", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "account.PrivacyRules" + }, + { + "id": 3100684255, + "predicate": "accountDaysTTL", + "params": [ + { + "name": "days", + "type": "int" + } + ], + "type": "AccountDaysTTL" + }, + { + "id": 1815593308, + "predicate": "documentAttributeImageSize", + "params": [ + { + "name": "w", + "type": "int" + }, + { + "name": "h", + "type": "int" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 297109817, + "predicate": "documentAttributeAnimated", + "params": [], + "type": "DocumentAttribute" + }, + { + "id": 1662637586, + "predicate": "documentAttributeSticker", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "mask", + "type": "flags.1?true" + }, + { + "name": "alt", + "type": "string" + }, + { + "name": "stickerset", + "type": "InputStickerSet" + }, + { + "name": "mask_coords", + "type": "flags.0?MaskCoords" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 3549426114, + "predicate": "documentAttributeVideo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "round_message", + "type": "flags.0?true" + }, + { + "name": "supports_streaming", + "type": "flags.1?true" + }, + { + "name": "nosound", + "type": "flags.3?true" + }, + { + "name": "duration", + "type": "double" + }, + { + "name": "w", + "type": "int" + }, + { + "name": "h", + "type": "int" + }, + { + "name": "preload_prefix_size", + "type": "flags.2?int" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 2555574726, + "predicate": "documentAttributeAudio", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "voice", + "type": "flags.10?true" + }, + { + "name": "duration", + "type": "int" + }, + { + "name": "title", + "type": "flags.0?string" + }, + { + "name": "performer", + "type": "flags.1?string" + }, + { + "name": "waveform", + "type": "flags.2?bytes" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 358154344, + "predicate": "documentAttributeFilename", + "params": [ + { + "name": "file_name", + "type": "string" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 2550256375, + "predicate": "documentAttributeHasStickers", + "params": [], + "type": "DocumentAttribute" + }, + { + "id": 4245985433, + "predicate": "documentAttributeCustomEmoji", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "free", + "type": "flags.0?true" + }, + { + "name": "text_color", + "type": "flags.1?true" + }, + { + "name": "alt", + "type": "string" + }, + { + "name": "stickerset", + "type": "InputStickerSet" + } + ], + "type": "DocumentAttribute" + }, + { + "id": 4050950690, + "predicate": "messages.stickersNotModified", + "params": [], + "type": "messages.Stickers" + }, + { + "id": 816245886, + "predicate": "messages.stickers", + "params": [ + { + "name": "hash", + "type": "long" + }, + { + "name": "stickers", + "type": "Vector" + } + ], + "type": "messages.Stickers" + }, + { + "id": 313694676, + "predicate": "stickerPack", + "params": [ + { + "name": "emoticon", + "type": "string" + }, + { + "name": "documents", + "type": "Vector" + } + ], + "type": "StickerPack" + }, + { + "id": 3898999491, + "predicate": "messages.allStickersNotModified", + "params": [], + "type": "messages.AllStickers" + }, + { + "id": 3451637435, + "predicate": "messages.allStickers", + "params": [ + { + "name": "hash", + "type": "long" + }, + { + "name": "sets", + "type": "Vector" + } + ], + "type": "messages.AllStickers" + }, + { + "id": 2228326789, + "predicate": "messages.affectedMessages", + "params": [ + { + "name": "pts", + "type": "int" + }, + { + "name": "pts_count", + "type": "int" + } + ], + "type": "messages.AffectedMessages" + }, + { + "id": 555358088, + "predicate": "webPageEmpty", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "url", + "type": "flags.0?string" + } + ], + "type": "WebPage" + }, + { + "id": 2966502983, + "predicate": "webPagePending", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "url", + "type": "flags.0?string" + }, + { + "name": "date", + "type": "int" + } + ], + "type": "WebPage" + }, + { + "id": 3902555570, + "predicate": "webPage", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "has_large_media", + "type": "flags.13?true" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "display_url", + "type": "string" + }, + { + "name": "hash", + "type": "int" + }, + { + "name": "type", + "type": "flags.0?string" + }, + { + "name": "site_name", + "type": "flags.1?string" + }, + { + "name": "title", + "type": "flags.2?string" + }, + { + "name": "description", + "type": "flags.3?string" + }, + { + "name": "photo", + "type": "flags.4?Photo" + }, + { + "name": "embed_url", + "type": "flags.5?string" + }, + { + "name": "embed_type", + "type": "flags.5?string" + }, + { + "name": "embed_width", + "type": "flags.6?int" + }, + { + "name": "embed_height", + "type": "flags.6?int" + }, + { + "name": "duration", + "type": "flags.7?int" + }, + { + "name": "author", + "type": "flags.8?string" + }, + { + "name": "document", + "type": "flags.9?Document" + }, + { + "name": "cached_page", + "type": "flags.10?Page" + }, + { + "name": "attributes", + "type": "flags.12?Vector" + } + ], + "type": "WebPage" + }, + { + "id": 1930545681, + "predicate": "webPageNotModified", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "cached_page_views", + "type": "flags.0?int" + } + ], + "type": "WebPage" + }, + { + "id": 2902578717, + "predicate": "authorization", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "current", + "type": "flags.0?true" + }, + { + "name": "official_app", + "type": "flags.1?true" + }, + { + "name": "password_pending", + "type": "flags.2?true" + }, + { + "name": "encrypted_requests_disabled", + "type": "flags.3?true" + }, + { + "name": "call_requests_disabled", + "type": "flags.4?true" + }, + { + "name": "unconfirmed", + "type": "flags.5?true" + }, + { + "name": "hash", + "type": "long" + }, + { + "name": "device_model", + "type": "string" + }, + { + "name": "platform", + "type": "string" + }, + { + "name": "system_version", + "type": "string" + }, + { + "name": "api_id", + "type": "int" + }, + { + "name": "app_name", + "type": "string" + }, + { + "name": "app_version", + "type": "string" + }, + { + "name": "date_created", + "type": "int" + }, + { + "name": "date_active", + "type": "int" + }, + { + "name": "ip", + "type": "string" + }, + { + "name": "country", + "type": "string" + }, + { + "name": "region", + "type": "string" + } + ], + "type": "Authorization" + }, + { + "id": 1275039392, + "predicate": "account.authorizations", + "params": [ + { + "name": "authorization_ttl_days", + "type": "int" + }, + { + "name": "authorizations", + "type": "Vector" + } + ], + "type": "account.Authorizations" + }, + { + "id": 2507886843, + "predicate": "account.password", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "has_recovery", + "type": "flags.0?true" + }, + { + "name": "has_secure_values", + "type": "flags.1?true" + }, + { + "name": "has_password", + "type": "flags.2?true" + }, + { + "name": "current_algo", + "type": "flags.2?PasswordKdfAlgo" + }, + { + "name": "srp_B", + "type": "flags.2?bytes" + }, + { + "name": "srp_id", + "type": "flags.2?long" + }, + { + "name": "hint", + "type": "flags.3?string" + }, + { + "name": "email_unconfirmed_pattern", + "type": "flags.4?string" + }, + { + "name": "new_algo", + "type": "PasswordKdfAlgo" + }, + { + "name": "new_secure_algo", + "type": "SecurePasswordKdfAlgo" + }, + { + "name": "secure_random", + "type": "bytes" + }, + { + "name": "pending_reset_date", + "type": "flags.5?int" + }, + { + "name": "login_email_pattern", + "type": "flags.6?string" + } + ], + "type": "account.Password" + }, + { + "id": 2589733861, + "predicate": "account.passwordSettings", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "email", + "type": "flags.0?string" + }, + { + "name": "secure_settings", + "type": "flags.1?SecureSecretSettings" + } + ], + "type": "account.PasswordSettings" + }, + { + "id": 3258394569, + "predicate": "account.passwordInputSettings", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "new_algo", + "type": "flags.0?PasswordKdfAlgo" + }, + { + "name": "new_password_hash", + "type": "flags.0?bytes" + }, + { + "name": "hint", + "type": "flags.0?string" + }, + { + "name": "email", + "type": "flags.1?string" + }, + { + "name": "new_secure_settings", + "type": "flags.2?SecureSecretSettings" + } + ], + "type": "account.PasswordInputSettings" + }, + { + "id": 326715557, + "predicate": "auth.passwordRecovery", + "params": [ + { + "name": "email_pattern", + "type": "string" + } + ], + "type": "auth.PasswordRecovery" + }, + { + "id": 2743383929, + "predicate": "receivedNotifyMessage", + "params": [ + { + "name": "id", + "type": "int" + }, + { + "name": "flags", + "type": "int" + } + ], + "type": "ReceivedNotifyMessage" + }, + { + "id": 179611673, + "predicate": "chatInviteExported", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "revoked", + "type": "flags.0?true" + }, + { + "name": "permanent", + "type": "flags.5?true" + }, + { + "name": "request_needed", + "type": "flags.6?true" + }, + { + "name": "link", + "type": "string" + }, + { + "name": "admin_id", + "type": "long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "start_date", + "type": "flags.4?int" + }, + { + "name": "expire_date", + "type": "flags.1?int" + }, + { + "name": "usage_limit", + "type": "flags.2?int" + }, + { + "name": "usage", + "type": "flags.3?int" + }, + { + "name": "requested", + "type": "flags.7?int" + }, + { + "name": "title", + "type": "flags.8?string" + } + ], + "type": "ExportedChatInvite" + }, + { + "id": 3977280183, + "predicate": "chatInvitePublicJoinRequests", + "params": [], + "type": "ExportedChatInvite" + }, + { + "id": 1516793212, + "predicate": "chatInviteAlready", + "params": [ + { + "name": "chat", + "type": "Chat" + } + ], + "type": "ChatInvite" + }, + { + "id": 3454069824, + "predicate": "chatInvite", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "channel", + "type": "flags.0?true" + }, + { + "name": "broadcast", + "type": "flags.1?true" + }, + { + "name": "public", + "type": "flags.2?true" + }, + { + "name": "megagroup", + "type": "flags.3?true" + }, + { + "name": "request_needed", + "type": "flags.6?true" + }, + { + "name": "verified", + "type": "flags.7?true" + }, + { + "name": "scam", + "type": "flags.8?true" + }, + { + "name": "fake", + "type": "flags.9?true" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "about", + "type": "flags.5?string" + }, + { + "name": "photo", + "type": "Photo" + }, + { + "name": "participants_count", + "type": "int" + }, + { + "name": "participants", + "type": "flags.4?Vector" + }, + { + "name": "color", + "type": "int" + } + ], + "type": "ChatInvite" + }, + { + "id": 1634294960, + "predicate": "chatInvitePeek", + "params": [ + { + "name": "chat", + "type": "Chat" + }, + { + "name": "expires", + "type": "int" + } + ], + "type": "ChatInvite" + }, + { + "id": 4290128789, + "predicate": "inputStickerSetEmpty", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 2649203305, + "predicate": "inputStickerSetID", + "params": [ + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputStickerSet" + }, + { + "id": 2250033312, + "predicate": "inputStickerSetShortName", + "params": [ + { + "name": "short_name", + "type": "string" + } + ], + "type": "InputStickerSet" + }, + { + "id": 42402760, + "predicate": "inputStickerSetAnimatedEmoji", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 3867103758, + "predicate": "inputStickerSetDice", + "params": [ + { + "name": "emoticon", + "type": "string" + } + ], + "type": "InputStickerSet" + }, + { + "id": 215889721, + "predicate": "inputStickerSetAnimatedEmojiAnimations", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 3364567810, + "predicate": "inputStickerSetPremiumGifts", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 80008398, + "predicate": "inputStickerSetEmojiGenericAnimations", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 701560302, + "predicate": "inputStickerSetEmojiDefaultStatuses", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 1153562857, + "predicate": "inputStickerSetEmojiDefaultTopicIcons", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 1232373075, + "predicate": "inputStickerSetEmojiChannelDefaultStatuses", + "params": [], + "type": "InputStickerSet" + }, + { + "id": 768691932, + "predicate": "stickerSet", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "archived", + "type": "flags.1?true" + }, + { + "name": "official", + "type": "flags.2?true" + }, + { + "name": "masks", + "type": "flags.3?true" + }, + { + "name": "emojis", + "type": "flags.7?true" + }, + { + "name": "text_color", + "type": "flags.9?true" + }, + { + "name": "channel_emoji_status", + "type": "flags.10?true" + }, + { + "name": "creator", + "type": "flags.11?true" + }, + { + "name": "installed_date", + "type": "flags.0?int" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "short_name", + "type": "string" + }, + { + "name": "thumbs", + "type": "flags.4?Vector" + }, + { + "name": "thumb_dc_id", + "type": "flags.4?int" + }, + { + "name": "thumb_version", + "type": "flags.4?int" + }, + { + "name": "thumb_document_id", + "type": "flags.8?long" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "hash", + "type": "int" + } + ], + "type": "StickerSet" + }, + { + "id": 1846886166, + "predicate": "messages.stickerSet", + "params": [ + { + "name": "set", + "type": "StickerSet" + }, + { + "name": "packs", + "type": "Vector" + }, + { + "name": "keywords", + "type": "Vector" + }, + { + "name": "documents", + "type": "Vector" + } + ], + "type": "messages.StickerSet" + }, + { + "id": 3556320491, + "predicate": "messages.stickerSetNotModified", + "params": [], + "type": "messages.StickerSet" + }, + { + "id": 3262826695, + "predicate": "botCommand", + "params": [ + { + "name": "command", + "type": "string" + }, + { + "name": "description", + "type": "string" + } + ], + "type": "BotCommand" + }, + { + "id": 2402290519, + "predicate": "botInfo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "user_id", + "type": "flags.0?long" + }, + { + "name": "description", + "type": "flags.1?string" + }, + { + "name": "description_photo", + "type": "flags.4?Photo" + }, + { + "name": "description_document", + "type": "flags.5?Document" + }, + { + "name": "commands", + "type": "flags.2?Vector" + }, + { + "name": "menu_button", + "type": "flags.3?BotMenuButton" + } + ], + "type": "BotInfo" + }, + { + "id": 2734311552, + "predicate": "keyboardButton", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 629866245, + "predicate": "keyboardButtonUrl", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "url", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 901503851, + "predicate": "keyboardButtonCallback", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "requires_password", + "type": "flags.0?true" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "data", + "type": "bytes" + } + ], + "type": "KeyboardButton" + }, + { + "id": 2976541737, + "predicate": "keyboardButtonRequestPhone", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 4235815743, + "predicate": "keyboardButtonRequestGeoLocation", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 2478439349, + "predicate": "keyboardButtonSwitchInline", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "same_peer", + "type": "flags.0?true" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "query", + "type": "string" + }, + { + "name": "peer_types", + "type": "flags.1?Vector" + } + ], + "type": "KeyboardButton" + }, + { + "id": 1358175439, + "predicate": "keyboardButtonGame", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 2950250427, + "predicate": "keyboardButtonBuy", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 280464681, + "predicate": "keyboardButtonUrlAuth", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "fwd_text", + "type": "flags.0?string" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "button_id", + "type": "int" + } + ], + "type": "KeyboardButton" + }, + { + "id": 3492708308, + "predicate": "inputKeyboardButtonUrlAuth", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "request_write_access", + "type": "flags.0?true" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "fwd_text", + "type": "flags.1?string" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "bot", + "type": "InputUser" + } + ], + "type": "KeyboardButton" + }, + { + "id": 3150401885, + "predicate": "keyboardButtonRequestPoll", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "quiz", + "type": "flags.0?Bool" + }, + { + "name": "text", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 3918005115, + "predicate": "inputKeyboardButtonUserProfile", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "user_id", + "type": "InputUser" + } + ], + "type": "KeyboardButton" + }, + { + "id": 814112961, + "predicate": "keyboardButtonUserProfile", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "user_id", + "type": "long" + } + ], + "type": "KeyboardButton" + }, + { + "id": 326529584, + "predicate": "keyboardButtonWebView", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "url", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 2696958044, + "predicate": "keyboardButtonSimpleWebView", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "url", + "type": "string" + } + ], + "type": "KeyboardButton" + }, + { + "id": 1406648280, + "predicate": "keyboardButtonRequestPeer", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "button_id", + "type": "int" + }, + { + "name": "peer_type", + "type": "RequestPeerType" + }, + { + "name": "max_quantity", + "type": "int" + } + ], + "type": "KeyboardButton" + }, + { + "id": 3378916613, + "predicate": "inputKeyboardButtonRequestPeer", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "name_requested", + "type": "flags.0?true" + }, + { + "name": "username_requested", + "type": "flags.1?true" + }, + { + "name": "photo_requested", + "type": "flags.2?true" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "button_id", + "type": "int" + }, + { + "name": "peer_type", + "type": "RequestPeerType" + }, + { + "name": "max_quantity", + "type": "int" + } + ], + "type": "KeyboardButton" + }, + { + "id": 2002815875, + "predicate": "keyboardButtonRow", + "params": [ + { + "name": "buttons", + "type": "Vector" + } + ], + "type": "KeyboardButtonRow" + }, + { + "id": 2688441221, + "predicate": "replyKeyboardHide", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "selective", + "type": "flags.2?true" + } + ], + "type": "ReplyMarkup" + }, + { + "id": 2259946248, + "predicate": "replyKeyboardForceReply", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "single_use", + "type": "flags.1?true" + }, + { + "name": "selective", + "type": "flags.2?true" + }, + { + "name": "placeholder", + "type": "flags.3?string" + } + ], + "type": "ReplyMarkup" + }, + { + "id": 2245892561, + "predicate": "replyKeyboardMarkup", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "resize", + "type": "flags.0?true" + }, + { + "name": "single_use", + "type": "flags.1?true" + }, + { + "name": "selective", + "type": "flags.2?true" + }, + { + "name": "persistent", + "type": "flags.4?true" + }, + { + "name": "rows", + "type": "Vector" + }, + { + "name": "placeholder", + "type": "flags.3?string" + } + ], + "type": "ReplyMarkup" + }, + { + "id": 1218642516, + "predicate": "replyInlineMarkup", + "params": [ + { + "name": "rows", + "type": "Vector" + } + ], + "type": "ReplyMarkup" + }, + { + "id": 3146955413, + "predicate": "messageEntityUnknown", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 4194588573, + "predicate": "messageEntityMention", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1868782349, + "predicate": "messageEntityHashtag", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1827637959, + "predicate": "messageEntityBotCommand", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1859134776, + "predicate": "messageEntityUrl", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1692693954, + "predicate": "messageEntityEmail", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 3177253833, + "predicate": "messageEntityBold", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 2188348256, + "predicate": "messageEntityItalic", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 681706865, + "predicate": "messageEntityCode", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1938967520, + "predicate": "messageEntityPre", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "language", + "type": "string" + } + ], + "type": "MessageEntity" + }, + { + "id": 1990644519, + "predicate": "messageEntityTextUrl", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "url", + "type": "string" + } + ], + "type": "MessageEntity" + }, + { + "id": 3699052864, + "predicate": "messageEntityMentionName", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "user_id", + "type": "long" + } + ], + "type": "MessageEntity" + }, + { + "id": 546203849, + "predicate": "inputMessageEntityMentionName", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "user_id", + "type": "InputUser" + } + ], + "type": "MessageEntity" + }, + { + "id": 2607407947, + "predicate": "messageEntityPhone", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1280209983, + "predicate": "messageEntityCashtag", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 2622389899, + "predicate": "messageEntityUnderline", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 3204879316, + "predicate": "messageEntityStrike", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 1981704948, + "predicate": "messageEntityBankCard", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 852137487, + "predicate": "messageEntitySpoiler", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 3369010680, + "predicate": "messageEntityCustomEmoji", + "params": [ + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "document_id", + "type": "long" + } + ], + "type": "MessageEntity" + }, + { + "id": 4056722092, + "predicate": "messageEntityBlockquote", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "collapsed", + "type": "flags.0?true" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "MessageEntity" + }, + { + "id": 4002160262, + "predicate": "inputChannelEmpty", + "params": [], + "type": "InputChannel" + }, + { + "id": 4082822184, + "predicate": "inputChannel", + "params": [ + { + "name": "channel_id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputChannel" + }, + { + "id": 1536380829, + "predicate": "inputChannelFromMessage", + "params": [ + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "msg_id", + "type": "int" + }, + { + "name": "channel_id", + "type": "long" + } + ], + "type": "InputChannel" + }, + { + "id": 2131196633, + "predicate": "contacts.resolvedPeer", + "params": [ + { + "name": "peer", + "type": "Peer" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "contacts.ResolvedPeer" + }, + { + "id": 182649427, + "predicate": "messageRange", + "params": [ + { + "name": "min_id", + "type": "int" + }, + { + "name": "max_id", + "type": "int" + } + ], + "type": "MessageRange" + }, + { + "id": 1041346555, + "predicate": "updates.channelDifferenceEmpty", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "final", + "type": "flags.0?true" + }, + { + "name": "pts", + "type": "int" + }, + { + "name": "timeout", + "type": "flags.1?int" + } + ], + "type": "updates.ChannelDifference" + }, + { + "id": 2763835134, + "predicate": "updates.channelDifferenceTooLong", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "final", + "type": "flags.0?true" + }, + { + "name": "timeout", + "type": "flags.1?int" + }, + { + "name": "dialog", + "type": "Dialog" + }, + { + "name": "messages", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "updates.ChannelDifference" + }, + { + "id": 543450958, + "predicate": "updates.channelDifference", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "final", + "type": "flags.0?true" + }, + { + "name": "pts", + "type": "int" + }, + { + "name": "timeout", + "type": "flags.1?int" + }, + { + "name": "new_messages", + "type": "Vector" + }, + { + "name": "other_updates", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "updates.ChannelDifference" + }, + { + "id": 2496933607, + "predicate": "channelMessagesFilterEmpty", + "params": [], + "type": "ChannelMessagesFilter" + }, + { + "id": 3447183703, + "predicate": "channelMessagesFilter", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "exclude_new_messages", + "type": "flags.1?true" + }, + { + "name": "ranges", + "type": "Vector" + } + ], + "type": "ChannelMessagesFilter" + }, + { + "id": 3222013888, + "predicate": "channelParticipant", + "params": [ + { + "name": "user_id", + "type": "long" + }, + { + "name": "date", + "type": "int" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 900251559, + "predicate": "channelParticipantSelf", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "via_request", + "type": "flags.0?true" + }, + { + "name": "user_id", + "type": "long" + }, + { + "name": "inviter_id", + "type": "long" + }, + { + "name": "date", + "type": "int" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 803602899, + "predicate": "channelParticipantCreator", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "user_id", + "type": "long" + }, + { + "name": "admin_rights", + "type": "ChatAdminRights" + }, + { + "name": "rank", + "type": "flags.0?string" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 885242707, + "predicate": "channelParticipantAdmin", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "can_edit", + "type": "flags.0?true" + }, + { + "name": "self", + "type": "flags.1?true" + }, + { + "name": "user_id", + "type": "long" + }, + { + "name": "inviter_id", + "type": "flags.1?long" + }, + { + "name": "promoted_by", + "type": "long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "admin_rights", + "type": "ChatAdminRights" + }, + { + "name": "rank", + "type": "flags.2?string" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 1844969806, + "predicate": "channelParticipantBanned", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "left", + "type": "flags.0?true" + }, + { + "name": "peer", + "type": "Peer" + }, + { + "name": "kicked_by", + "type": "long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "banned_rights", + "type": "ChatBannedRights" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 453242886, + "predicate": "channelParticipantLeft", + "params": [ + { + "name": "peer", + "type": "Peer" + } + ], + "type": "ChannelParticipant" + }, + { + "id": 3728686201, + "predicate": "channelParticipantsRecent", + "params": [], + "type": "ChannelParticipantsFilter" + }, + { + "id": 3026225513, + "predicate": "channelParticipantsAdmins", + "params": [], + "type": "ChannelParticipantsFilter" + }, + { + "id": 2746567045, + "predicate": "channelParticipantsKicked", + "params": [ + { + "name": "q", + "type": "string" + } + ], + "type": "ChannelParticipantsFilter" + }, + { + "id": 2966521435, + "predicate": "channelParticipantsBots", + "params": [], + "type": "ChannelParticipantsFilter" + }, + { + "id": 338142689, + "predicate": "channelParticipantsBanned", + "params": [ + { + "name": "q", + "type": "string" + } + ], + "type": "ChannelParticipantsFilter" + }, + { + "id": 106343499, + "predicate": "channelParticipantsSearch", + "params": [ + { + "name": "q", + "type": "string" + } + ], + "type": "ChannelParticipantsFilter" + }, + { + "id": 3144345741, + "predicate": "channelParticipantsContacts", + "params": [ + { + "name": "q", + "type": "string" + } + ], + "type": "ChannelParticipantsFilter" + }, + { + "id": 3763035371, + "predicate": "channelParticipantsMentions", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "q", + "type": "flags.0?string" + }, + { + "name": "top_msg_id", + "type": "flags.1?int" + } + ], + "type": "ChannelParticipantsFilter" + }, + { + "id": 2595290799, + "predicate": "channels.channelParticipants", + "params": [ + { + "name": "count", + "type": "int" + }, + { + "name": "participants", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "channels.ChannelParticipants" + }, + { + "id": 4028055529, + "predicate": "channels.channelParticipantsNotModified", + "params": [], + "type": "channels.ChannelParticipants" + }, + { + "id": 3753378583, + "predicate": "channels.channelParticipant", + "params": [ + { + "name": "participant", + "type": "ChannelParticipant" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "channels.ChannelParticipant" + }, + { + "id": 2013922064, + "predicate": "help.termsOfService", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "popup", + "type": "flags.0?true" + }, + { + "name": "id", + "type": "DataJSON" + }, + { + "name": "text", + "type": "string" + }, + { + "name": "entities", + "type": "Vector" + }, + { + "name": "min_age_confirm", + "type": "flags.1?int" + } + ], + "type": "help.TermsOfService" + }, + { + "id": 3892468898, + "predicate": "messages.savedGifsNotModified", + "params": [], + "type": "messages.SavedGifs" + }, + { + "id": 2225089037, + "predicate": "messages.savedGifs", + "params": [ + { + "name": "hash", + "type": "long" + }, + { + "name": "gifs", + "type": "Vector" + } + ], + "type": "messages.SavedGifs" + }, + { + "id": 864077702, + "predicate": "inputBotInlineMessageMediaAuto", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 1036876423, + "predicate": "inputBotInlineMessageText", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.0?true" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 2526190213, + "predicate": "inputBotInlineMessageMediaGeo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "geo_point", + "type": "InputGeoPoint" + }, + { + "name": "heading", + "type": "flags.0?int" + }, + { + "name": "period", + "type": "flags.1?int" + }, + { + "name": "proximity_notification_radius", + "type": "flags.3?int" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 1098628881, + "predicate": "inputBotInlineMessageMediaVenue", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "geo_point", + "type": "InputGeoPoint" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "address", + "type": "string" + }, + { + "name": "provider", + "type": "string" + }, + { + "name": "venue_id", + "type": "string" + }, + { + "name": "venue_type", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 2800599037, + "predicate": "inputBotInlineMessageMediaContact", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "phone_number", + "type": "string" + }, + { + "name": "first_name", + "type": "string" + }, + { + "name": "last_name", + "type": "string" + }, + { + "name": "vcard", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 1262639204, + "predicate": "inputBotInlineMessageGame", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 3622273573, + "predicate": "inputBotInlineMessageMediaInvoice", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.0?InputWebDocument" + }, + { + "name": "invoice", + "type": "Invoice" + }, + { + "name": "payload", + "type": "bytes" + }, + { + "name": "provider", + "type": "string" + }, + { + "name": "provider_data", + "type": "DataJSON" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 3185362192, + "predicate": "inputBotInlineMessageMediaWebPage", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "force_large_media", + "type": "flags.4?true" + }, + { + "name": "force_small_media", + "type": "flags.5?true" + }, + { + "name": "optional", + "type": "flags.6?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "InputBotInlineMessage" + }, + { + "id": 2294256409, + "predicate": "inputBotInlineResult", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "title", + "type": "flags.1?string" + }, + { + "name": "description", + "type": "flags.2?string" + }, + { + "name": "url", + "type": "flags.3?string" + }, + { + "name": "thumb", + "type": "flags.4?InputWebDocument" + }, + { + "name": "content", + "type": "flags.5?InputWebDocument" + }, + { + "name": "send_message", + "type": "InputBotInlineMessage" + } + ], + "type": "InputBotInlineResult" + }, + { + "id": 2832753831, + "predicate": "inputBotInlineResultPhoto", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "photo", + "type": "InputPhoto" + }, + { + "name": "send_message", + "type": "InputBotInlineMessage" + } + ], + "type": "InputBotInlineResult" + }, + { + "id": 4294507972, + "predicate": "inputBotInlineResultDocument", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "title", + "type": "flags.1?string" + }, + { + "name": "description", + "type": "flags.2?string" + }, + { + "name": "document", + "type": "InputDocument" + }, + { + "name": "send_message", + "type": "InputBotInlineMessage" + } + ], + "type": "InputBotInlineResult" + }, + { + "id": 1336154098, + "predicate": "inputBotInlineResultGame", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "short_name", + "type": "string" + }, + { + "name": "send_message", + "type": "InputBotInlineMessage" + } + ], + "type": "InputBotInlineResult" + }, + { + "id": 1984755728, + "predicate": "botInlineMessageMediaAuto", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 2357159394, + "predicate": "botInlineMessageText", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.0?true" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 85477117, + "predicate": "botInlineMessageMediaGeo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "geo", + "type": "GeoPoint" + }, + { + "name": "heading", + "type": "flags.0?int" + }, + { + "name": "period", + "type": "flags.1?int" + }, + { + "name": "proximity_notification_radius", + "type": "flags.3?int" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 2324063644, + "predicate": "botInlineMessageMediaVenue", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "geo", + "type": "GeoPoint" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "address", + "type": "string" + }, + { + "name": "provider", + "type": "string" + }, + { + "name": "venue_id", + "type": "string" + }, + { + "name": "venue_type", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 416402882, + "predicate": "botInlineMessageMediaContact", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "phone_number", + "type": "string" + }, + { + "name": "first_name", + "type": "string" + }, + { + "name": "last_name", + "type": "string" + }, + { + "name": "vcard", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 894081801, + "predicate": "botInlineMessageMediaInvoice", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "shipping_address_requested", + "type": "flags.1?true" + }, + { + "name": "test", + "type": "flags.3?true" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.0?WebDocument" + }, + { + "name": "currency", + "type": "string" + }, + { + "name": "total_amount", + "type": "long" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 2157631910, + "predicate": "botInlineMessageMediaWebPage", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "invert_media", + "type": "flags.3?true" + }, + { + "name": "force_large_media", + "type": "flags.4?true" + }, + { + "name": "force_small_media", + "type": "flags.5?true" + }, + { + "name": "manual", + "type": "flags.7?true" + }, + { + "name": "safe", + "type": "flags.8?true" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.1?Vector" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + } + ], + "type": "BotInlineMessage" + }, + { + "id": 295067450, + "predicate": "botInlineResult", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "title", + "type": "flags.1?string" + }, + { + "name": "description", + "type": "flags.2?string" + }, + { + "name": "url", + "type": "flags.3?string" + }, + { + "name": "thumb", + "type": "flags.4?WebDocument" + }, + { + "name": "content", + "type": "flags.5?WebDocument" + }, + { + "name": "send_message", + "type": "BotInlineMessage" + } + ], + "type": "BotInlineResult" + }, + { + "id": 400266251, + "predicate": "botInlineMediaResult", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "photo", + "type": "flags.0?Photo" + }, + { + "name": "document", + "type": "flags.1?Document" + }, + { + "name": "title", + "type": "flags.2?string" + }, + { + "name": "description", + "type": "flags.3?string" + }, + { + "name": "send_message", + "type": "BotInlineMessage" + } + ], + "type": "BotInlineResult" + }, + { + "id": 3760321270, + "predicate": "messages.botResults", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "gallery", + "type": "flags.0?true" + }, + { + "name": "query_id", + "type": "long" + }, + { + "name": "next_offset", + "type": "flags.1?string" + }, + { + "name": "switch_pm", + "type": "flags.2?InlineBotSwitchPM" + }, + { + "name": "switch_webview", + "type": "flags.3?InlineBotWebView" + }, + { + "name": "results", + "type": "Vector" + }, + { + "name": "cache_time", + "type": "int" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "messages.BotResults" + }, + { + "id": 1571494644, + "predicate": "exportedMessageLink", + "params": [ + { + "name": "link", + "type": "string" + }, + { + "name": "html", + "type": "string" + } + ], + "type": "ExportedMessageLink" + }, + { + "id": 1313731771, + "predicate": "messageFwdHeader", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "imported", + "type": "flags.7?true" + }, + { + "name": "saved_out", + "type": "flags.11?true" + }, + { + "name": "from_id", + "type": "flags.0?Peer" + }, + { + "name": "from_name", + "type": "flags.5?string" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "channel_post", + "type": "flags.2?int" + }, + { + "name": "post_author", + "type": "flags.3?string" + }, + { + "name": "saved_from_peer", + "type": "flags.4?Peer" + }, + { + "name": "saved_from_msg_id", + "type": "flags.4?int" + }, + { + "name": "saved_from_id", + "type": "flags.8?Peer" + }, + { + "name": "saved_from_name", + "type": "flags.9?string" + }, + { + "name": "saved_date", + "type": "flags.10?int" + }, + { + "name": "psa_type", + "type": "flags.6?string" + } + ], + "type": "MessageFwdHeader" + }, + { + "id": 1923290508, + "predicate": "auth.codeTypeSms", + "params": [], + "type": "auth.CodeType" + }, + { + "id": 1948046307, + "predicate": "auth.codeTypeCall", + "params": [], + "type": "auth.CodeType" + }, + { + "id": 577556219, + "predicate": "auth.codeTypeFlashCall", + "params": [], + "type": "auth.CodeType" + }, + { + "id": 3592083182, + "predicate": "auth.codeTypeMissedCall", + "params": [], + "type": "auth.CodeType" + }, + { + "id": 116234636, + "predicate": "auth.codeTypeFragmentSms", + "params": [], + "type": "auth.CodeType" + }, + { + "id": 1035688326, + "predicate": "auth.sentCodeTypeApp", + "params": [ + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 3221273506, + "predicate": "auth.sentCodeTypeSms", + "params": [ + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 1398007207, + "predicate": "auth.sentCodeTypeCall", + "params": [ + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 2869151449, + "predicate": "auth.sentCodeTypeFlashCall", + "params": [ + { + "name": "pattern", + "type": "string" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 2181063812, + "predicate": "auth.sentCodeTypeMissedCall", + "params": [ + { + "name": "prefix", + "type": "string" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 4098946459, + "predicate": "auth.sentCodeTypeEmailCode", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "apple_signin_allowed", + "type": "flags.0?true" + }, + { + "name": "google_signin_allowed", + "type": "flags.1?true" + }, + { + "name": "email_pattern", + "type": "string" + }, + { + "name": "length", + "type": "int" + }, + { + "name": "reset_available_period", + "type": "flags.3?int" + }, + { + "name": "reset_pending_date", + "type": "flags.4?int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 2773032426, + "predicate": "auth.sentCodeTypeSetUpEmailRequired", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "apple_signin_allowed", + "type": "flags.0?true" + }, + { + "name": "google_signin_allowed", + "type": "flags.1?true" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 3646315577, + "predicate": "auth.sentCodeTypeFragmentSms", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 331943703, + "predicate": "auth.sentCodeTypeFirebaseSms", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "nonce", + "type": "flags.0?bytes" + }, + { + "name": "play_integrity_nonce", + "type": "flags.2?bytes" + }, + { + "name": "receipt", + "type": "flags.1?string" + }, + { + "name": "push_timeout", + "type": "flags.1?int" + }, + { + "name": "length", + "type": "int" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 2752949377, + "predicate": "auth.sentCodeTypeSmsWord", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "beginning", + "type": "flags.0?string" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 3010958511, + "predicate": "auth.sentCodeTypeSmsPhrase", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "beginning", + "type": "flags.0?string" + } + ], + "type": "auth.SentCodeType" + }, + { + "id": 911761060, + "predicate": "messages.botCallbackAnswer", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "alert", + "type": "flags.1?true" + }, + { + "name": "has_url", + "type": "flags.3?true" + }, + { + "name": "native_ui", + "type": "flags.4?true" + }, + { + "name": "message", + "type": "flags.0?string" + }, + { + "name": "url", + "type": "flags.2?string" + }, + { + "name": "cache_time", + "type": "int" + } + ], + "type": "messages.BotCallbackAnswer" + }, + { + "id": 649453030, + "predicate": "messages.messageEditData", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "caption", + "type": "flags.0?true" + } + ], + "type": "messages.MessageEditData" + }, + { + "id": 2299280777, + "predicate": "inputBotInlineMessageID", + "params": [ + { + "name": "dc_id", + "type": "int" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputBotInlineMessageID" + }, + { + "id": 3067680215, + "predicate": "inputBotInlineMessageID64", + "params": [ + { + "name": "dc_id", + "type": "int" + }, + { + "name": "owner_id", + "type": "long" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputBotInlineMessageID" + }, + { + "id": 1008755359, + "predicate": "inlineBotSwitchPM", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "start_param", + "type": "string" + } + ], + "type": "InlineBotSwitchPM" + }, + { + "id": 863093588, + "predicate": "messages.peerDialogs", + "params": [ + { + "name": "dialogs", + "type": "Vector" + }, + { + "name": "messages", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + }, + { + "name": "state", + "type": "updates.State" + } + ], + "type": "messages.PeerDialogs" + }, + { + "id": 3989684315, + "predicate": "topPeer", + "params": [ + { + "name": "peer", + "type": "Peer" + }, + { + "name": "rating", + "type": "double" + } + ], + "type": "TopPeer" + }, + { + "id": 2875595611, + "predicate": "topPeerCategoryBotsPM", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 344356834, + "predicate": "topPeerCategoryBotsInline", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 104314861, + "predicate": "topPeerCategoryCorrespondents", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 3172442442, + "predicate": "topPeerCategoryGroups", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 371037736, + "predicate": "topPeerCategoryChannels", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 511092620, + "predicate": "topPeerCategoryPhoneCalls", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 2822794409, + "predicate": "topPeerCategoryForwardUsers", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 4226728176, + "predicate": "topPeerCategoryForwardChats", + "params": [], + "type": "TopPeerCategory" + }, + { + "id": 4219683473, + "predicate": "topPeerCategoryPeers", + "params": [ + { + "name": "category", + "type": "TopPeerCategory" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "peers", + "type": "Vector" + } + ], + "type": "TopPeerCategoryPeers" + }, + { + "id": 3727060725, + "predicate": "contacts.topPeersNotModified", + "params": [], + "type": "contacts.TopPeers" + }, + { + "id": 1891070632, + "predicate": "contacts.topPeers", + "params": [ + { + "name": "categories", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "contacts.TopPeers" + }, + { + "id": 3039597469, + "predicate": "contacts.topPeersDisabled", + "params": [], + "type": "contacts.TopPeers" + }, + { + "id": 453805082, + "predicate": "draftMessageEmpty", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "date", + "type": "flags.0?int" + } + ], + "type": "DraftMessage" + }, + { + "id": 1070397423, + "predicate": "draftMessage", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.1?true" + }, + { + "name": "invert_media", + "type": "flags.6?true" + }, + { + "name": "reply_to", + "type": "flags.4?InputReplyTo" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.3?Vector" + }, + { + "name": "media", + "type": "flags.5?InputMedia" + }, + { + "name": "date", + "type": "int" + } + ], + "type": "DraftMessage" + }, + { + "id": 3336309862, + "predicate": "messages.featuredStickersNotModified", + "params": [ + { + "name": "count", + "type": "int" + } + ], + "type": "messages.FeaturedStickers" + }, + { + "id": 3191351558, + "predicate": "messages.featuredStickers", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "premium", + "type": "flags.0?true" + }, + { + "name": "hash", + "type": "long" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "sets", + "type": "Vector" + }, + { + "name": "unread", + "type": "Vector" + } + ], + "type": "messages.FeaturedStickers" + }, + { + "id": 186120336, + "predicate": "messages.recentStickersNotModified", + "params": [], + "type": "messages.RecentStickers" + }, + { + "id": 2295561302, + "predicate": "messages.recentStickers", + "params": [ + { + "name": "hash", + "type": "long" + }, + { + "name": "packs", + "type": "Vector" + }, + { + "name": "stickers", + "type": "Vector" + }, + { + "name": "dates", + "type": "Vector" + } + ], + "type": "messages.RecentStickers" + }, + { + "id": 1338747336, + "predicate": "messages.archivedStickers", + "params": [ + { + "name": "count", + "type": "int" + }, + { + "name": "sets", + "type": "Vector" + } + ], + "type": "messages.ArchivedStickers" + }, + { + "id": 946083368, + "predicate": "messages.stickerSetInstallResultSuccess", + "params": [], + "type": "messages.StickerSetInstallResult" + }, + { + "id": 904138920, + "predicate": "messages.stickerSetInstallResultArchive", + "params": [ + { + "name": "sets", + "type": "Vector" + } + ], + "type": "messages.StickerSetInstallResult" + }, + { + "id": 1678812626, + "predicate": "stickerSetCovered", + "params": [ + { + "name": "set", + "type": "StickerSet" + }, + { + "name": "cover", + "type": "Document" + } + ], + "type": "StickerSetCovered" + }, + { + "id": 872932635, + "predicate": "stickerSetMultiCovered", + "params": [ + { + "name": "set", + "type": "StickerSet" + }, + { + "name": "covers", + "type": "Vector" + } + ], + "type": "StickerSetCovered" + }, + { + "id": 1087454222, + "predicate": "stickerSetFullCovered", + "params": [ + { + "name": "set", + "type": "StickerSet" + }, + { + "name": "packs", + "type": "Vector" + }, + { + "name": "keywords", + "type": "Vector" + }, + { + "name": "documents", + "type": "Vector" + } + ], + "type": "StickerSetCovered" + }, + { + "id": 2008112412, + "predicate": "stickerSetNoCovered", + "params": [ + { + "name": "set", + "type": "StickerSet" + } + ], + "type": "StickerSetCovered" + }, + { + "id": 2933316530, + "predicate": "maskCoords", + "params": [ + { + "name": "n", + "type": "int" + }, + { + "name": "x", + "type": "double" + }, + { + "name": "y", + "type": "double" + }, + { + "name": "zoom", + "type": "double" + } + ], + "type": "MaskCoords" + }, + { + "id": 1251549527, + "predicate": "inputStickeredMediaPhoto", + "params": [ + { + "name": "id", + "type": "InputPhoto" + } + ], + "type": "InputStickeredMedia" + }, + { + "id": 70813275, + "predicate": "inputStickeredMediaDocument", + "params": [ + { + "name": "id", + "type": "InputDocument" + } + ], + "type": "InputStickeredMedia" + }, + { + "id": 3187238203, + "predicate": "game", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "short_name", + "type": "string" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "Photo" + }, + { + "name": "document", + "type": "flags.0?Document" + } + ], + "type": "Game" + }, + { + "id": 53231223, + "predicate": "inputGameID", + "params": [ + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputGame" + }, + { + "id": 3274827786, + "predicate": "inputGameShortName", + "params": [ + { + "name": "bot_id", + "type": "InputUser" + }, + { + "name": "short_name", + "type": "string" + } + ], + "type": "InputGame" + }, + { + "id": 1940093419, + "predicate": "highScore", + "params": [ + { + "name": "pos", + "type": "int" + }, + { + "name": "user_id", + "type": "long" + }, + { + "name": "score", + "type": "int" + } + ], + "type": "HighScore" + }, + { + "id": 2587622809, + "predicate": "messages.highScores", + "params": [ + { + "name": "scores", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "messages.HighScores" + }, + { + "id": 3695018575, + "predicate": "textEmpty", + "params": [], + "type": "RichText" + }, + { + "id": 1950782688, + "predicate": "textPlain", + "params": [ + { + "name": "text", + "type": "string" + } + ], + "type": "RichText" + }, + { + "id": 1730456516, + "predicate": "textBold", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 3641877916, + "predicate": "textItalic", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 3240501956, + "predicate": "textUnderline", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 2616769429, + "predicate": "textStrike", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 1816074681, + "predicate": "textFixed", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 1009288385, + "predicate": "textUrl", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "webpage_id", + "type": "long" + } + ], + "type": "RichText" + }, + { + "id": 3730443734, + "predicate": "textEmail", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "email", + "type": "string" + } + ], + "type": "RichText" + }, + { + "id": 2120376535, + "predicate": "textConcat", + "params": [ + { + "name": "texts", + "type": "Vector" + } + ], + "type": "RichText" + }, + { + "id": 3983181060, + "predicate": "textSubscript", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 3355139585, + "predicate": "textSuperscript", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 55281185, + "predicate": "textMarked", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "RichText" + }, + { + "id": 483104362, + "predicate": "textPhone", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "phone", + "type": "string" + } + ], + "type": "RichText" + }, + { + "id": 136105807, + "predicate": "textImage", + "params": [ + { + "name": "document_id", + "type": "long" + }, + { + "name": "w", + "type": "int" + }, + { + "name": "h", + "type": "int" + } + ], + "type": "RichText" + }, + { + "id": 894777186, + "predicate": "textAnchor", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "name", + "type": "string" + } + ], + "type": "RichText" + }, + { + "id": 324435594, + "predicate": "pageBlockUnsupported", + "params": [], + "type": "PageBlock" + }, + { + "id": 1890305021, + "predicate": "pageBlockTitle", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 2415565343, + "predicate": "pageBlockSubtitle", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 3132089824, + "predicate": "pageBlockAuthorDate", + "params": [ + { + "name": "author", + "type": "RichText" + }, + { + "name": "published_date", + "type": "int" + } + ], + "type": "PageBlock" + }, + { + "id": 3218105580, + "predicate": "pageBlockHeader", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 4046173921, + "predicate": "pageBlockSubheader", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 1182402406, + "predicate": "pageBlockParagraph", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 3228621118, + "predicate": "pageBlockPreformatted", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "language", + "type": "string" + } + ], + "type": "PageBlock" + }, + { + "id": 1216809369, + "predicate": "pageBlockFooter", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 3676352904, + "predicate": "pageBlockDivider", + "params": [], + "type": "PageBlock" + }, + { + "id": 3456972720, + "predicate": "pageBlockAnchor", + "params": [ + { + "name": "name", + "type": "string" + } + ], + "type": "PageBlock" + }, + { + "id": 3840442385, + "predicate": "pageBlockList", + "params": [ + { + "name": "items", + "type": "Vector" + } + ], + "type": "PageBlock" + }, + { + "id": 641563686, + "predicate": "pageBlockBlockquote", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "caption", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 1329878739, + "predicate": "pageBlockPullquote", + "params": [ + { + "name": "text", + "type": "RichText" + }, + { + "name": "caption", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 391759200, + "predicate": "pageBlockPhoto", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "photo_id", + "type": "long" + }, + { + "name": "caption", + "type": "PageCaption" + }, + { + "name": "url", + "type": "flags.0?string" + }, + { + "name": "webpage_id", + "type": "flags.0?long" + } + ], + "type": "PageBlock" + }, + { + "id": 2089805750, + "predicate": "pageBlockVideo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "autoplay", + "type": "flags.0?true" + }, + { + "name": "loop", + "type": "flags.1?true" + }, + { + "name": "video_id", + "type": "long" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 972174080, + "predicate": "pageBlockCover", + "params": [ + { + "name": "cover", + "type": "PageBlock" + } + ], + "type": "PageBlock" + }, + { + "id": 2826014149, + "predicate": "pageBlockEmbed", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "full_width", + "type": "flags.0?true" + }, + { + "name": "allow_scrolling", + "type": "flags.3?true" + }, + { + "name": "url", + "type": "flags.1?string" + }, + { + "name": "html", + "type": "flags.2?string" + }, + { + "name": "poster_photo_id", + "type": "flags.4?long" + }, + { + "name": "w", + "type": "flags.5?int" + }, + { + "name": "h", + "type": "flags.5?int" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 4065961995, + "predicate": "pageBlockEmbedPost", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "webpage_id", + "type": "long" + }, + { + "name": "author_photo_id", + "type": "long" + }, + { + "name": "author", + "type": "string" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "blocks", + "type": "Vector" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 1705048653, + "predicate": "pageBlockCollage", + "params": [ + { + "name": "items", + "type": "Vector" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 52401552, + "predicate": "pageBlockSlideshow", + "params": [ + { + "name": "items", + "type": "Vector" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 4011282869, + "predicate": "pageBlockChannel", + "params": [ + { + "name": "channel", + "type": "Chat" + } + ], + "type": "PageBlock" + }, + { + "id": 2151899626, + "predicate": "pageBlockAudio", + "params": [ + { + "name": "audio_id", + "type": "long" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 504660880, + "predicate": "pageBlockKicker", + "params": [ + { + "name": "text", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 3209554562, + "predicate": "pageBlockTable", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "bordered", + "type": "flags.0?true" + }, + { + "name": "striped", + "type": "flags.1?true" + }, + { + "name": "title", + "type": "RichText" + }, + { + "name": "rows", + "type": "Vector" + } + ], + "type": "PageBlock" + }, + { + "id": 2592793057, + "predicate": "pageBlockOrderedList", + "params": [ + { + "name": "items", + "type": "Vector" + } + ], + "type": "PageBlock" + }, + { + "id": 1987480557, + "predicate": "pageBlockDetails", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "open", + "type": "flags.0?true" + }, + { + "name": "blocks", + "type": "Vector" + }, + { + "name": "title", + "type": "RichText" + } + ], + "type": "PageBlock" + }, + { + "id": 370236054, + "predicate": "pageBlockRelatedArticles", + "params": [ + { + "name": "title", + "type": "RichText" + }, + { + "name": "articles", + "type": "Vector" + } + ], + "type": "PageBlock" + }, + { + "id": 2756656886, + "predicate": "pageBlockMap", + "params": [ + { + "name": "geo", + "type": "GeoPoint" + }, + { + "name": "zoom", + "type": "int" + }, + { + "name": "w", + "type": "int" + }, + { + "name": "h", + "type": "int" + }, + { + "name": "caption", + "type": "PageCaption" + } + ], + "type": "PageBlock" + }, + { + "id": 2246320897, + "predicate": "phoneCallDiscardReasonMissed", + "params": [], + "type": "PhoneCallDiscardReason" + }, + { + "id": 3767910816, + "predicate": "phoneCallDiscardReasonDisconnect", + "params": [], + "type": "PhoneCallDiscardReason" + }, + { + "id": 1471006352, + "predicate": "phoneCallDiscardReasonHangup", + "params": [], + "type": "PhoneCallDiscardReason" + }, + { + "id": 4210550985, + "predicate": "phoneCallDiscardReasonBusy", + "params": [], + "type": "PhoneCallDiscardReason" + }, + { + "id": 2104790276, + "predicate": "dataJSON", + "params": [ + { + "name": "data", + "type": "string" + } + ], + "type": "DataJSON" + }, + { + "id": 3408489464, + "predicate": "labeledPrice", + "params": [ + { + "name": "label", + "type": "string" + }, + { + "name": "amount", + "type": "long" + } + ], + "type": "LabeledPrice" + }, + { + "id": 1572428309, + "predicate": "invoice", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "test", + "type": "flags.0?true" + }, + { + "name": "name_requested", + "type": "flags.1?true" + }, + { + "name": "phone_requested", + "type": "flags.2?true" + }, + { + "name": "email_requested", + "type": "flags.3?true" + }, + { + "name": "shipping_address_requested", + "type": "flags.4?true" + }, + { + "name": "flexible", + "type": "flags.5?true" + }, + { + "name": "phone_to_provider", + "type": "flags.6?true" + }, + { + "name": "email_to_provider", + "type": "flags.7?true" + }, + { + "name": "recurring", + "type": "flags.9?true" + }, + { + "name": "currency", + "type": "string" + }, + { + "name": "prices", + "type": "Vector" + }, + { + "name": "max_tip_amount", + "type": "flags.8?long" + }, + { + "name": "suggested_tip_amounts", + "type": "flags.8?Vector" + }, + { + "name": "terms_url", + "type": "flags.10?string" + } + ], + "type": "Invoice" + }, + { + "id": 3926049406, + "predicate": "paymentCharge", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "provider_charge_id", + "type": "string" + } + ], + "type": "PaymentCharge" + }, + { + "id": 512535275, + "predicate": "postAddress", + "params": [ + { + "name": "street_line1", + "type": "string" + }, + { + "name": "street_line2", + "type": "string" + }, + { + "name": "city", + "type": "string" + }, + { + "name": "state", + "type": "string" + }, + { + "name": "country_iso2", + "type": "string" + }, + { + "name": "post_code", + "type": "string" + } + ], + "type": "PostAddress" + }, + { + "id": 2426158996, + "predicate": "paymentRequestedInfo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "name", + "type": "flags.0?string" + }, + { + "name": "phone", + "type": "flags.1?string" + }, + { + "name": "email", + "type": "flags.2?string" + }, + { + "name": "shipping_address", + "type": "flags.3?PostAddress" + } + ], + "type": "PaymentRequestedInfo" + }, + { + "id": 3452074527, + "predicate": "paymentSavedCredentialsCard", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "title", + "type": "string" + } + ], + "type": "PaymentSavedCredentials" + }, + { + "id": 475467473, + "predicate": "webDocument", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "mime_type", + "type": "string" + }, + { + "name": "attributes", + "type": "Vector" + } + ], + "type": "WebDocument" + }, + { + "id": 4190682310, + "predicate": "webDocumentNoProxy", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "mime_type", + "type": "string" + }, + { + "name": "attributes", + "type": "Vector" + } + ], + "type": "WebDocument" + }, + { + "id": 2616017741, + "predicate": "inputWebDocument", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "mime_type", + "type": "string" + }, + { + "name": "attributes", + "type": "Vector" + } + ], + "type": "InputWebDocument" + }, + { + "id": 3258570374, + "predicate": "inputWebFileLocation", + "params": [ + { + "name": "url", + "type": "string" + }, + { + "name": "access_hash", + "type": "long" + } + ], + "type": "InputWebFileLocation" + }, + { + "id": 2669814217, + "predicate": "inputWebFileGeoPointLocation", + "params": [ + { + "name": "geo_point", + "type": "InputGeoPoint" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "w", + "type": "int" + }, + { + "name": "h", + "type": "int" + }, + { + "name": "zoom", + "type": "int" + }, + { + "name": "scale", + "type": "int" + } + ], + "type": "InputWebFileLocation" + }, + { + "id": 4100974884, + "predicate": "inputWebFileAudioAlbumThumbLocation", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "small", + "type": "flags.2?true" + }, + { + "name": "document", + "type": "flags.0?InputDocument" + }, + { + "name": "title", + "type": "flags.1?string" + }, + { + "name": "performer", + "type": "flags.1?string" + } + ], + "type": "InputWebFileLocation" + }, + { + "id": 568808380, + "predicate": "upload.webFile", + "params": [ + { + "name": "size", + "type": "int" + }, + { + "name": "mime_type", + "type": "string" + }, + { + "name": "file_type", + "type": "storage.FileType" + }, + { + "name": "mtime", + "type": "int" + }, + { + "name": "bytes", + "type": "bytes" + } + ], + "type": "upload.WebFile" + }, + { + "id": 2684716881, + "predicate": "payments.paymentForm", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "can_save_credentials", + "type": "flags.2?true" + }, + { + "name": "password_missing", + "type": "flags.3?true" + }, + { + "name": "form_id", + "type": "long" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.5?WebDocument" + }, + { + "name": "invoice", + "type": "Invoice" + }, + { + "name": "provider_id", + "type": "long" + }, + { + "name": "url", + "type": "string" + }, + { + "name": "native_provider", + "type": "flags.4?string" + }, + { + "name": "native_params", + "type": "flags.4?DataJSON" + }, + { + "name": "additional_methods", + "type": "flags.6?Vector" + }, + { + "name": "saved_info", + "type": "flags.0?PaymentRequestedInfo" + }, + { + "name": "saved_credentials", + "type": "flags.1?Vector" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "payments.PaymentForm" + }, + { + "id": 2079764828, + "predicate": "payments.paymentFormStars", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "form_id", + "type": "long" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.5?WebDocument" + }, + { + "name": "invoice", + "type": "Invoice" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "payments.PaymentForm" + }, + { + "id": 3510966403, + "predicate": "payments.validatedRequestedInfo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "id", + "type": "flags.0?string" + }, + { + "name": "shipping_options", + "type": "flags.1?Vector" + } + ], + "type": "payments.ValidatedRequestedInfo" + }, + { + "id": 1314881805, + "predicate": "payments.paymentResult", + "params": [ + { + "name": "updates", + "type": "Updates" + } + ], + "type": "payments.PaymentResult" + }, + { + "id": 3628142905, + "predicate": "payments.paymentVerificationNeeded", + "params": [ + { + "name": "url", + "type": "string" + } + ], + "type": "payments.PaymentResult" + }, + { + "id": 1891958275, + "predicate": "payments.paymentReceipt", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "provider_id", + "type": "long" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.2?WebDocument" + }, + { + "name": "invoice", + "type": "Invoice" + }, + { + "name": "info", + "type": "flags.0?PaymentRequestedInfo" + }, + { + "name": "shipping", + "type": "flags.1?ShippingOption" + }, + { + "name": "tip_amount", + "type": "flags.3?long" + }, + { + "name": "currency", + "type": "string" + }, + { + "name": "total_amount", + "type": "long" + }, + { + "name": "credentials_title", + "type": "string" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "payments.PaymentReceipt" + }, + { + "id": 3669751866, + "predicate": "payments.paymentReceiptStars", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "flags.2?WebDocument" + }, + { + "name": "invoice", + "type": "Invoice" + }, + { + "name": "currency", + "type": "string" + }, + { + "name": "total_amount", + "type": "long" + }, + { + "name": "transaction_id", + "type": "string" + }, + { + "name": "users", + "type": "Vector" + } + ], + "type": "payments.PaymentReceipt" + }, + { + "id": 4220511292, + "predicate": "payments.savedInfo", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "has_saved_credentials", + "type": "flags.1?true" + }, + { + "name": "saved_info", + "type": "flags.0?PaymentRequestedInfo" + } + ], + "type": "payments.SavedInfo" + }, + { + "id": 3238965967, + "predicate": "inputPaymentCredentialsSaved", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "tmp_password", + "type": "bytes" + } + ], + "type": "InputPaymentCredentials" + }, + { + "id": 873977640, + "predicate": "inputPaymentCredentials", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "save", + "type": "flags.0?true" + }, + { + "name": "data", + "type": "DataJSON" } ], - "type": "messages.AllStickers" + "type": "InputPaymentCredentials" }, { - "id": 2228326789, - "predicate": "messages.affectedMessages", + "id": 178373535, + "predicate": "inputPaymentCredentialsApplePay", "params": [ { - "name": "pts", - "type": "int" + "name": "payment_data", + "type": "DataJSON" + } + ], + "type": "InputPaymentCredentials" + }, + { + "id": 2328045569, + "predicate": "inputPaymentCredentialsGooglePay", + "params": [ + { + "name": "payment_token", + "type": "DataJSON" + } + ], + "type": "InputPaymentCredentials" + }, + { + "id": 3680828724, + "predicate": "account.tmpPassword", + "params": [ + { + "name": "tmp_password", + "type": "bytes" }, { - "name": "pts_count", + "name": "valid_until", "type": "int" } ], - "type": "messages.AffectedMessages" + "type": "account.TmpPassword" }, { - "id": 3943987176, - "predicate": "webPageEmpty", + "id": 3055631583, + "predicate": "shippingOption", + "params": [ + { + "name": "id", + "type": "string" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "prices", + "type": "Vector" + } + ], + "type": "ShippingOption" + }, + { + "id": 853188252, + "predicate": "inputStickerSetItem", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "document", + "type": "InputDocument" + }, + { + "name": "emoji", + "type": "string" + }, + { + "name": "mask_coords", + "type": "flags.0?MaskCoords" + }, + { + "name": "keywords", + "type": "flags.1?string" + } + ], + "type": "InputStickerSetItem" + }, + { + "id": 506920429, + "predicate": "inputPhoneCall", "params": [ { "name": "id", "type": "long" + }, + { + "name": "access_hash", + "type": "long" } ], - "type": "WebPage" + "type": "InputPhoneCall" }, { - "id": 3313949212, - "predicate": "webPagePending", + "id": 1399245077, + "predicate": "phoneCallEmpty", + "params": [ + { + "name": "id", + "type": "long" + } + ], + "type": "PhoneCall" + }, + { + "id": 3307368215, + "predicate": "phoneCallWaiting", "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "video", + "type": "flags.6?true" + }, { "name": "id", "type": "long" }, + { + "name": "access_hash", + "type": "long" + }, { "name": "date", "type": "int" + }, + { + "name": "admin_id", + "type": "long" + }, + { + "name": "participant_id", + "type": "long" + }, + { + "name": "protocol", + "type": "PhoneCallProtocol" + }, + { + "name": "receive_date", + "type": "flags.0?int" } ], - "type": "WebPage" + "type": "PhoneCall" }, { - "id": 3902555570, - "predicate": "webPage", + "id": 347139340, + "predicate": "phoneCallRequested", "params": [ { "name": "flags", "type": "#" }, + { + "name": "video", + "type": "flags.6?true" + }, { "name": "id", "type": "long" }, { - "name": "url", - "type": "string" + "name": "access_hash", + "type": "long" }, { - "name": "display_url", - "type": "string" + "name": "date", + "type": "int" }, { - "name": "hash", + "name": "admin_id", + "type": "long" + }, + { + "name": "participant_id", + "type": "long" + }, + { + "name": "g_a_hash", + "type": "bytes" + }, + { + "name": "protocol", + "type": "PhoneCallProtocol" + } + ], + "type": "PhoneCall" + }, + { + "id": 912311057, + "predicate": "phoneCallAccepted", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "video", + "type": "flags.6?true" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "date", "type": "int" }, { - "name": "type", - "type": "flags.0?string" + "name": "admin_id", + "type": "long" }, { - "name": "site_name", - "type": "flags.1?string" + "name": "participant_id", + "type": "long" }, { - "name": "title", - "type": "flags.2?string" + "name": "g_b", + "type": "bytes" }, { - "name": "description", - "type": "flags.3?string" + "name": "protocol", + "type": "PhoneCallProtocol" + } + ], + "type": "PhoneCall" + }, + { + "id": 810769141, + "predicate": "phoneCall", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "photo", - "type": "flags.4?Photo" + "name": "p2p_allowed", + "type": "flags.5?true" }, { - "name": "embed_url", - "type": "flags.5?string" + "name": "video", + "type": "flags.6?true" }, { - "name": "embed_type", - "type": "flags.5?string" + "name": "id", + "type": "long" }, { - "name": "embed_width", - "type": "flags.6?int" + "name": "access_hash", + "type": "long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "admin_id", + "type": "long" + }, + { + "name": "participant_id", + "type": "long" }, { - "name": "embed_height", - "type": "flags.6?int" + "name": "g_a_or_b", + "type": "bytes" }, { - "name": "duration", - "type": "flags.7?int" + "name": "key_fingerprint", + "type": "long" }, { - "name": "author", - "type": "flags.8?string" + "name": "protocol", + "type": "PhoneCallProtocol" }, { - "name": "document", - "type": "flags.9?Document" + "name": "connections", + "type": "Vector" }, { - "name": "cached_page", - "type": "flags.10?Page" + "name": "start_date", + "type": "int" }, { - "name": "attributes", - "type": "flags.12?Vector" + "name": "custom_parameters", + "type": "flags.7?DataJSON" } ], - "type": "WebPage" + "type": "PhoneCall" }, { - "id": 1930545681, - "predicate": "webPageNotModified", + "id": 1355435489, + "predicate": "phoneCallDiscarded", "params": [ { "name": "flags", "type": "#" }, { - "name": "cached_page_views", - "type": "flags.0?int" - } - ], - "type": "WebPage" - }, - { - "id": 2902578717, - "predicate": "authorization", - "params": [ - { - "name": "flags", - "type": "#" + "name": "need_rating", + "type": "flags.2?true" }, { - "name": "current", - "type": "flags.0?true" + "name": "need_debug", + "type": "flags.3?true" }, { - "name": "official_app", - "type": "flags.1?true" + "name": "video", + "type": "flags.6?true" }, { - "name": "password_pending", - "type": "flags.2?true" + "name": "id", + "type": "long" }, { - "name": "encrypted_requests_disabled", - "type": "flags.3?true" + "name": "reason", + "type": "flags.0?PhoneCallDiscardReason" }, { - "name": "call_requests_disabled", - "type": "flags.4?true" + "name": "duration", + "type": "flags.1?int" + } + ], + "type": "PhoneCall" + }, + { + "id": 2629903303, + "predicate": "phoneConnection", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "hash", - "type": "long" + "name": "tcp", + "type": "flags.0?true" }, { - "name": "device_model", - "type": "string" + "name": "id", + "type": "long" }, { - "name": "platform", + "name": "ip", "type": "string" }, { - "name": "system_version", + "name": "ipv6", "type": "string" }, { - "name": "api_id", + "name": "port", "type": "int" }, { - "name": "app_name", - "type": "string" + "name": "peer_tag", + "type": "bytes" + } + ], + "type": "PhoneConnection" + }, + { + "id": 1667228533, + "predicate": "phoneConnectionWebrtc", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "app_version", - "type": "string" + "name": "turn", + "type": "flags.0?true" }, { - "name": "date_created", - "type": "int" + "name": "stun", + "type": "flags.1?true" }, { - "name": "date_active", - "type": "int" + "name": "id", + "type": "long" }, { "name": "ip", "type": "string" }, { - "name": "country", + "name": "ipv6", "type": "string" }, { - "name": "region", - "type": "string" - } - ], - "type": "Authorization" - }, - { - "id": 1275039392, - "predicate": "account.authorizations", - "params": [ - { - "name": "authorization_ttl_days", + "name": "port", "type": "int" }, { - "name": "authorizations", - "type": "Vector" + "name": "username", + "type": "string" + }, + { + "name": "password", + "type": "string" } ], - "type": "account.Authorizations" + "type": "PhoneConnection" }, { - "id": 2507886843, - "predicate": "account.password", + "id": 4236742600, + "predicate": "phoneCallProtocol", "params": [ { "name": "flags", "type": "#" }, { - "name": "has_recovery", + "name": "udp_p2p", "type": "flags.0?true" }, { - "name": "has_secure_values", + "name": "udp_reflector", "type": "flags.1?true" }, { - "name": "has_password", - "type": "flags.2?true" - }, - { - "name": "current_algo", - "type": "flags.2?PasswordKdfAlgo" - }, - { - "name": "srp_B", - "type": "flags.2?bytes" + "name": "min_layer", + "type": "int" }, { - "name": "srp_id", - "type": "flags.2?long" + "name": "max_layer", + "type": "int" }, { - "name": "hint", - "type": "flags.3?string" - }, + "name": "library_versions", + "type": "Vector" + } + ], + "type": "PhoneCallProtocol" + }, + { + "id": 3968000320, + "predicate": "phone.phoneCall", + "params": [ { - "name": "email_unconfirmed_pattern", - "type": "flags.4?string" + "name": "phone_call", + "type": "PhoneCall" }, { - "name": "new_algo", - "type": "PasswordKdfAlgo" - }, + "name": "users", + "type": "Vector" + } + ], + "type": "phone.PhoneCall" + }, + { + "id": 4004045934, + "predicate": "upload.cdnFileReuploadNeeded", + "params": [ { - "name": "new_secure_algo", - "type": "SecurePasswordKdfAlgo" - }, + "name": "request_token", + "type": "bytes" + } + ], + "type": "upload.CdnFile" + }, + { + "id": 2845821519, + "predicate": "upload.cdnFile", + "params": [ { - "name": "secure_random", + "name": "bytes", "type": "bytes" - }, + } + ], + "type": "upload.CdnFile" + }, + { + "id": 3380800186, + "predicate": "cdnPublicKey", + "params": [ { - "name": "pending_reset_date", - "type": "flags.5?int" + "name": "dc_id", + "type": "int" }, { - "name": "login_email_pattern", - "type": "flags.6?string" + "name": "public_key", + "type": "string" } ], - "type": "account.Password" + "type": "CdnPublicKey" }, { - "id": 2589733861, - "predicate": "account.passwordSettings", + "id": 1462101002, + "predicate": "cdnConfig", "params": [ { - "name": "flags", - "type": "#" - }, + "name": "public_keys", + "type": "Vector" + } + ], + "type": "CdnConfig" + }, + { + "id": 3402727926, + "predicate": "langPackString", + "params": [ { - "name": "email", - "type": "flags.0?string" + "name": "key", + "type": "string" }, { - "name": "secure_settings", - "type": "flags.1?SecureSecretSettings" + "name": "value", + "type": "string" } ], - "type": "account.PasswordSettings" + "type": "LangPackString" }, { - "id": 3258394569, - "predicate": "account.passwordInputSettings", + "id": 1816636575, + "predicate": "langPackStringPluralized", "params": [ { "name": "flags", "type": "#" }, { - "name": "new_algo", - "type": "flags.0?PasswordKdfAlgo" - }, - { - "name": "new_password_hash", - "type": "flags.0?bytes" + "name": "key", + "type": "string" }, { - "name": "hint", + "name": "zero_value", "type": "flags.0?string" }, { - "name": "email", + "name": "one_value", "type": "flags.1?string" }, { - "name": "new_secure_settings", - "type": "flags.2?SecureSecretSettings" + "name": "two_value", + "type": "flags.2?string" + }, + { + "name": "few_value", + "type": "flags.3?string" + }, + { + "name": "many_value", + "type": "flags.4?string" + }, + { + "name": "other_value", + "type": "string" } ], - "type": "account.PasswordInputSettings" + "type": "LangPackString" }, { - "id": 326715557, - "predicate": "auth.passwordRecovery", + "id": 695856818, + "predicate": "langPackStringDeleted", "params": [ { - "name": "email_pattern", + "name": "key", "type": "string" } ], - "type": "auth.PasswordRecovery" + "type": "LangPackString" }, { - "id": 2743383929, - "predicate": "receivedNotifyMessage", + "id": 4085629430, + "predicate": "langPackDifference", "params": [ { - "name": "id", + "name": "lang_code", + "type": "string" + }, + { + "name": "from_version", "type": "int" }, { - "name": "flags", + "name": "version", "type": "int" + }, + { + "name": "strings", + "type": "Vector" } ], - "type": "ReceivedNotifyMessage" + "type": "LangPackDifference" }, { - "id": 179611673, - "predicate": "chatInviteExported", + "id": 4006239459, + "predicate": "langPackLanguage", "params": [ { "name": "flags", "type": "#" }, { - "name": "revoked", + "name": "official", "type": "flags.0?true" }, { - "name": "permanent", - "type": "flags.5?true" + "name": "rtl", + "type": "flags.2?true" }, { - "name": "request_needed", - "type": "flags.6?true" + "name": "beta", + "type": "flags.3?true" }, { - "name": "link", + "name": "name", "type": "string" }, { - "name": "admin_id", - "type": "long" - }, - { - "name": "date", - "type": "int" + "name": "native_name", + "type": "string" }, { - "name": "start_date", - "type": "flags.4?int" + "name": "lang_code", + "type": "string" }, { - "name": "expire_date", - "type": "flags.1?int" + "name": "base_lang_code", + "type": "flags.1?string" }, { - "name": "usage_limit", - "type": "flags.2?int" + "name": "plural_code", + "type": "string" }, { - "name": "usage", - "type": "flags.3?int" + "name": "strings_count", + "type": "int" }, { - "name": "requested", - "type": "flags.7?int" + "name": "translated_count", + "type": "int" }, { - "name": "title", - "type": "flags.8?string" + "name": "translations_url", + "type": "string" } ], - "type": "ExportedChatInvite" - }, - { - "id": 3977280183, - "predicate": "chatInvitePublicJoinRequests", - "params": [], - "type": "ExportedChatInvite" + "type": "LangPackLanguage" }, { - "id": 1516793212, - "predicate": "chatInviteAlready", + "id": 3873421349, + "predicate": "channelAdminLogEventActionChangeTitle", "params": [ { - "name": "chat", - "type": "Chat" + "name": "prev_value", + "type": "string" + }, + { + "name": "new_value", + "type": "string" } ], - "type": "ChatInvite" + "type": "ChannelAdminLogEventAction" }, { - "id": 806110401, - "predicate": "chatInvite", + "id": 1427671598, + "predicate": "channelAdminLogEventActionChangeAbout", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "channel", - "type": "flags.0?true" - }, - { - "name": "broadcast", - "type": "flags.1?true" - }, - { - "name": "public", - "type": "flags.2?true" - }, - { - "name": "megagroup", - "type": "flags.3?true" - }, - { - "name": "request_needed", - "type": "flags.6?true" - }, - { - "name": "title", + "name": "prev_value", "type": "string" }, { - "name": "about", - "type": "flags.5?string" - }, - { - "name": "photo", - "type": "Photo" - }, + "name": "new_value", + "type": "string" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 1783299128, + "predicate": "channelAdminLogEventActionChangeUsername", + "params": [ { - "name": "participants_count", - "type": "int" + "name": "prev_value", + "type": "string" }, { - "name": "participants", - "type": "flags.4?Vector" + "name": "new_value", + "type": "string" } ], - "type": "ChatInvite" + "type": "ChannelAdminLogEventAction" }, { - "id": 1634294960, - "predicate": "chatInvitePeek", + "id": 1129042607, + "predicate": "channelAdminLogEventActionChangePhoto", "params": [ { - "name": "chat", - "type": "Chat" + "name": "prev_photo", + "type": "Photo" }, { - "name": "expires", - "type": "int" + "name": "new_photo", + "type": "Photo" } ], - "type": "ChatInvite" + "type": "ChannelAdminLogEventAction" }, { - "id": 4290128789, - "predicate": "inputStickerSetEmpty", - "params": [], - "type": "InputStickerSet" + "id": 460916654, + "predicate": "channelAdminLogEventActionToggleInvites", + "params": [ + { + "name": "new_value", + "type": "Bool" + } + ], + "type": "ChannelAdminLogEventAction" }, { - "id": 2649203305, - "predicate": "inputStickerSetID", + "id": 648939889, + "predicate": "channelAdminLogEventActionToggleSignatures", "params": [ { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" + "name": "new_value", + "type": "Bool" } ], - "type": "InputStickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 2250033312, - "predicate": "inputStickerSetShortName", + "id": 3924306968, + "predicate": "channelAdminLogEventActionUpdatePinned", "params": [ { - "name": "short_name", - "type": "string" + "name": "message", + "type": "Message" } ], - "type": "InputStickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 42402760, - "predicate": "inputStickerSetAnimatedEmoji", - "params": [], - "type": "InputStickerSet" + "id": 1889215493, + "predicate": "channelAdminLogEventActionEditMessage", + "params": [ + { + "name": "prev_message", + "type": "Message" + }, + { + "name": "new_message", + "type": "Message" + } + ], + "type": "ChannelAdminLogEventAction" }, { - "id": 3867103758, - "predicate": "inputStickerSetDice", + "id": 1121994683, + "predicate": "channelAdminLogEventActionDeleteMessage", "params": [ { - "name": "emoticon", - "type": "string" + "name": "message", + "type": "Message" } ], - "type": "InputStickerSet" - }, - { - "id": 215889721, - "predicate": "inputStickerSetAnimatedEmojiAnimations", - "params": [], - "type": "InputStickerSet" - }, - { - "id": 3364567810, - "predicate": "inputStickerSetPremiumGifts", - "params": [], - "type": "InputStickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 80008398, - "predicate": "inputStickerSetEmojiGenericAnimations", + "id": 405815507, + "predicate": "channelAdminLogEventActionParticipantJoin", "params": [], - "type": "InputStickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 701560302, - "predicate": "inputStickerSetEmojiDefaultStatuses", + "id": 4170676210, + "predicate": "channelAdminLogEventActionParticipantLeave", "params": [], - "type": "InputStickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 1153562857, - "predicate": "inputStickerSetEmojiDefaultTopicIcons", - "params": [], - "type": "InputStickerSet" + "id": 3810276568, + "predicate": "channelAdminLogEventActionParticipantInvite", + "params": [ + { + "name": "participant", + "type": "ChannelParticipant" + } + ], + "type": "ChannelAdminLogEventAction" }, { - "id": 768691932, - "predicate": "stickerSet", + "id": 3872931198, + "predicate": "channelAdminLogEventActionParticipantToggleBan", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "archived", - "type": "flags.1?true" - }, - { - "name": "official", - "type": "flags.2?true" - }, - { - "name": "masks", - "type": "flags.3?true" - }, - { - "name": "animated", - "type": "flags.5?true" - }, - { - "name": "videos", - "type": "flags.6?true" - }, - { - "name": "emojis", - "type": "flags.7?true" - }, - { - "name": "installed_date", - "type": "flags.0?int" - }, - { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" - }, - { - "name": "title", - "type": "string" - }, - { - "name": "short_name", - "type": "string" - }, - { - "name": "thumbs", - "type": "flags.4?Vector" - }, - { - "name": "thumb_dc_id", - "type": "flags.4?int" - }, - { - "name": "thumb_version", - "type": "flags.4?int" - }, - { - "name": "thumb_document_id", - "type": "flags.8?long" - }, - { - "name": "count", - "type": "int" + "name": "prev_participant", + "type": "ChannelParticipant" }, { - "name": "hash", - "type": "int" + "name": "new_participant", + "type": "ChannelParticipant" } ], - "type": "StickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 1846886166, - "predicate": "messages.stickerSet", + "id": 3580323600, + "predicate": "channelAdminLogEventActionParticipantToggleAdmin", "params": [ { - "name": "set", - "type": "StickerSet" + "name": "prev_participant", + "type": "ChannelParticipant" }, { - "name": "packs", - "type": "Vector" - }, + "name": "new_participant", + "type": "ChannelParticipant" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 2982398631, + "predicate": "channelAdminLogEventActionChangeStickerSet", + "params": [ { - "name": "keywords", - "type": "Vector" + "name": "prev_stickerset", + "type": "InputStickerSet" }, { - "name": "documents", - "type": "Vector" + "name": "new_stickerset", + "type": "InputStickerSet" } ], - "type": "messages.StickerSet" + "type": "ChannelAdminLogEventAction" }, { - "id": 3556320491, - "predicate": "messages.stickerSetNotModified", - "params": [], - "type": "messages.StickerSet" + "id": 1599903217, + "predicate": "channelAdminLogEventActionTogglePreHistoryHidden", + "params": [ + { + "name": "new_value", + "type": "Bool" + } + ], + "type": "ChannelAdminLogEventAction" }, { - "id": 3262826695, - "predicate": "botCommand", + "id": 771095562, + "predicate": "channelAdminLogEventActionDefaultBannedRights", "params": [ { - "name": "command", - "type": "string" + "name": "prev_banned_rights", + "type": "ChatBannedRights" }, { - "name": "description", - "type": "string" + "name": "new_banned_rights", + "type": "ChatBannedRights" } ], - "type": "BotCommand" + "type": "ChannelAdminLogEventAction" }, { - "id": 2402290519, - "predicate": "botInfo", + "id": 2399639107, + "predicate": "channelAdminLogEventActionStopPoll", "params": [ { - "name": "flags", - "type": "#" - }, + "name": "message", + "type": "Message" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 84703944, + "predicate": "channelAdminLogEventActionChangeLinkedChat", + "params": [ { - "name": "user_id", - "type": "flags.0?long" + "name": "prev_value", + "type": "long" }, { - "name": "description", - "type": "flags.1?string" - }, + "name": "new_value", + "type": "long" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 241923758, + "predicate": "channelAdminLogEventActionChangeLocation", + "params": [ { - "name": "description_photo", - "type": "flags.4?Photo" + "name": "prev_value", + "type": "ChannelLocation" }, { - "name": "description_document", - "type": "flags.5?Document" - }, + "name": "new_value", + "type": "ChannelLocation" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 1401984889, + "predicate": "channelAdminLogEventActionToggleSlowMode", + "params": [ { - "name": "commands", - "type": "flags.2?Vector" + "name": "prev_value", + "type": "int" }, { - "name": "menu_button", - "type": "flags.3?BotMenuButton" + "name": "new_value", + "type": "int" } ], - "type": "BotInfo" + "type": "ChannelAdminLogEventAction" }, { - "id": 2734311552, - "predicate": "keyboardButton", + "id": 589338437, + "predicate": "channelAdminLogEventActionStartGroupCall", "params": [ { - "name": "text", - "type": "string" + "name": "call", + "type": "InputGroupCall" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 629866245, - "predicate": "keyboardButtonUrl", + "id": 3684667712, + "predicate": "channelAdminLogEventActionDiscardGroupCall", "params": [ { - "name": "text", - "type": "string" - }, - { - "name": "url", - "type": "string" + "name": "call", + "type": "InputGroupCall" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 901503851, - "predicate": "keyboardButtonCallback", + "id": 4179895506, + "predicate": "channelAdminLogEventActionParticipantMute", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "requires_password", - "type": "flags.0?true" - }, - { - "name": "text", - "type": "string" - }, - { - "name": "data", - "type": "bytes" + "name": "participant", + "type": "GroupCallParticipant" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 2976541737, - "predicate": "keyboardButtonRequestPhone", + "id": 3863226816, + "predicate": "channelAdminLogEventActionParticipantUnmute", "params": [ { - "name": "text", - "type": "string" + "name": "participant", + "type": "GroupCallParticipant" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 4235815743, - "predicate": "keyboardButtonRequestGeoLocation", + "id": 1456906823, + "predicate": "channelAdminLogEventActionToggleGroupCallSetting", "params": [ { - "name": "text", - "type": "string" + "name": "join_muted", + "type": "Bool" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 2478439349, - "predicate": "keyboardButtonSwitchInline", + "id": 4271882584, + "predicate": "channelAdminLogEventActionParticipantJoinByInvite", "params": [ { "name": "flags", "type": "#" }, { - "name": "same_peer", + "name": "via_chatlist", "type": "flags.0?true" }, { - "name": "text", - "type": "string" - }, - { - "name": "query", - "type": "string" - }, - { - "name": "peer_types", - "type": "flags.1?Vector" + "name": "invite", + "type": "ExportedChatInvite" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 1358175439, - "predicate": "keyboardButtonGame", + "id": 1515256996, + "predicate": "channelAdminLogEventActionExportedInviteDelete", "params": [ { - "name": "text", - "type": "string" + "name": "invite", + "type": "ExportedChatInvite" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 2950250427, - "predicate": "keyboardButtonBuy", + "id": 1091179342, + "predicate": "channelAdminLogEventActionExportedInviteRevoke", "params": [ { - "name": "text", - "type": "string" + "name": "invite", + "type": "ExportedChatInvite" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 280464681, - "predicate": "keyboardButtonUrlAuth", + "id": 3910056793, + "predicate": "channelAdminLogEventActionExportedInviteEdit", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "text", - "type": "string" - }, - { - "name": "fwd_text", - "type": "flags.0?string" - }, - { - "name": "url", - "type": "string" + "name": "prev_invite", + "type": "ExportedChatInvite" }, { - "name": "button_id", - "type": "int" + "name": "new_invite", + "type": "ExportedChatInvite" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 3492708308, - "predicate": "inputKeyboardButtonUrlAuth", + "id": 1048537159, + "predicate": "channelAdminLogEventActionParticipantVolume", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "request_write_access", - "type": "flags.0?true" - }, - { - "name": "text", - "type": "string" - }, - { - "name": "fwd_text", - "type": "flags.1?string" - }, - { - "name": "url", - "type": "string" - }, - { - "name": "bot", - "type": "InputUser" + "name": "participant", + "type": "GroupCallParticipant" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 3150401885, - "predicate": "keyboardButtonRequestPoll", + "id": 1855199800, + "predicate": "channelAdminLogEventActionChangeHistoryTTL", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "quiz", - "type": "flags.0?Bool" + "name": "prev_value", + "type": "int" }, { - "name": "text", - "type": "string" + "name": "new_value", + "type": "int" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 3918005115, - "predicate": "inputKeyboardButtonUserProfile", + "id": 2947945546, + "predicate": "channelAdminLogEventActionParticipantJoinByRequest", "params": [ { - "name": "text", - "type": "string" + "name": "invite", + "type": "ExportedChatInvite" }, { - "name": "user_id", - "type": "InputUser" + "name": "approved_by", + "type": "long" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 814112961, - "predicate": "keyboardButtonUserProfile", + "id": 3408578406, + "predicate": "channelAdminLogEventActionToggleNoForwards", "params": [ { - "name": "text", - "type": "string" - }, - { - "name": "user_id", - "type": "long" + "name": "new_value", + "type": "Bool" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 326529584, - "predicate": "keyboardButtonWebView", + "id": 663693416, + "predicate": "channelAdminLogEventActionSendMessage", "params": [ { - "name": "text", - "type": "string" - }, - { - "name": "url", - "type": "string" + "name": "message", + "type": "Message" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 2696958044, - "predicate": "keyboardButtonSimpleWebView", + "id": 3192786680, + "predicate": "channelAdminLogEventActionChangeAvailableReactions", "params": [ { - "name": "text", - "type": "string" + "name": "prev_value", + "type": "ChatReactions" }, { - "name": "url", - "type": "string" + "name": "new_value", + "type": "ChatReactions" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 218842764, - "predicate": "keyboardButtonRequestPeer", + "id": 4031755177, + "predicate": "channelAdminLogEventActionChangeUsernames", "params": [ { - "name": "text", - "type": "string" - }, - { - "name": "button_id", - "type": "int" + "name": "prev_value", + "type": "Vector" }, { - "name": "peer_type", - "type": "RequestPeerType" + "name": "new_value", + "type": "Vector" } ], - "type": "KeyboardButton" + "type": "ChannelAdminLogEventAction" }, { - "id": 2002815875, - "predicate": "keyboardButtonRow", + "id": 46949251, + "predicate": "channelAdminLogEventActionToggleForum", "params": [ { - "name": "buttons", - "type": "Vector" + "name": "new_value", + "type": "Bool" + } + ], + "type": "ChannelAdminLogEventAction" + }, + { + "id": 1483767080, + "predicate": "channelAdminLogEventActionCreateTopic", + "params": [ + { + "name": "topic", + "type": "ForumTopic" } ], - "type": "KeyboardButtonRow" + "type": "ChannelAdminLogEventAction" }, { - "id": 2688441221, - "predicate": "replyKeyboardHide", + "id": 4033864200, + "predicate": "channelAdminLogEventActionEditTopic", "params": [ { - "name": "flags", - "type": "#" + "name": "prev_topic", + "type": "ForumTopic" }, { - "name": "selective", - "type": "flags.2?true" + "name": "new_topic", + "type": "ForumTopic" } ], - "type": "ReplyMarkup" + "type": "ChannelAdminLogEventAction" }, { - "id": 2259946248, - "predicate": "replyKeyboardForceReply", + "id": 2920712457, + "predicate": "channelAdminLogEventActionDeleteTopic", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "single_use", - "type": "flags.1?true" - }, - { - "name": "selective", - "type": "flags.2?true" - }, - { - "name": "placeholder", - "type": "flags.3?string" + "name": "topic", + "type": "ForumTopic" } ], - "type": "ReplyMarkup" + "type": "ChannelAdminLogEventAction" }, { - "id": 2245892561, - "predicate": "replyKeyboardMarkup", + "id": 1569535291, + "predicate": "channelAdminLogEventActionPinTopic", "params": [ { "name": "flags", "type": "#" }, { - "name": "resize", - "type": "flags.0?true" - }, - { - "name": "single_use", - "type": "flags.1?true" - }, - { - "name": "selective", - "type": "flags.2?true" - }, - { - "name": "persistent", - "type": "flags.4?true" - }, - { - "name": "rows", - "type": "Vector" + "name": "prev_topic", + "type": "flags.0?ForumTopic" }, { - "name": "placeholder", - "type": "flags.3?string" + "name": "new_topic", + "type": "flags.1?ForumTopic" } ], - "type": "ReplyMarkup" + "type": "ChannelAdminLogEventAction" }, { - "id": 1218642516, - "predicate": "replyInlineMarkup", + "id": 1693675004, + "predicate": "channelAdminLogEventActionToggleAntiSpam", "params": [ { - "name": "rows", - "type": "Vector" + "name": "new_value", + "type": "Bool" } ], - "type": "ReplyMarkup" + "type": "ChannelAdminLogEventAction" }, { - "id": 3146955413, - "predicate": "messageEntityUnknown", + "id": 1469507456, + "predicate": "channelAdminLogEventActionChangePeerColor", "params": [ { - "name": "offset", - "type": "int" + "name": "prev_value", + "type": "PeerColor" }, { - "name": "length", - "type": "int" + "name": "new_value", + "type": "PeerColor" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventAction" }, { - "id": 4194588573, - "predicate": "messageEntityMention", + "id": 1581742885, + "predicate": "channelAdminLogEventActionChangeProfilePeerColor", "params": [ { - "name": "offset", - "type": "int" + "name": "prev_value", + "type": "PeerColor" }, { - "name": "length", - "type": "int" + "name": "new_value", + "type": "PeerColor" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventAction" }, { - "id": 1868782349, - "predicate": "messageEntityHashtag", + "id": 834362706, + "predicate": "channelAdminLogEventActionChangeWallpaper", "params": [ { - "name": "offset", - "type": "int" + "name": "prev_value", + "type": "WallPaper" }, { - "name": "length", - "type": "int" + "name": "new_value", + "type": "WallPaper" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventAction" }, { - "id": 1827637959, - "predicate": "messageEntityBotCommand", + "id": 1051328177, + "predicate": "channelAdminLogEventActionChangeEmojiStatus", "params": [ { - "name": "offset", - "type": "int" + "name": "prev_value", + "type": "EmojiStatus" }, { - "name": "length", - "type": "int" + "name": "new_value", + "type": "EmojiStatus" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventAction" }, { - "id": 1859134776, - "predicate": "messageEntityUrl", + "id": 1188577451, + "predicate": "channelAdminLogEventActionChangeEmojiStickerSet", "params": [ { - "name": "offset", - "type": "int" + "name": "prev_stickerset", + "type": "InputStickerSet" }, { - "name": "length", - "type": "int" + "name": "new_stickerset", + "type": "InputStickerSet" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventAction" }, { - "id": 1692693954, - "predicate": "messageEntityEmail", + "id": 531458253, + "predicate": "channelAdminLogEvent", "params": [ { - "name": "offset", - "type": "int" + "name": "id", + "type": "long" }, { - "name": "length", + "name": "date", "type": "int" + }, + { + "name": "user_id", + "type": "long" + }, + { + "name": "action", + "type": "ChannelAdminLogEventAction" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEvent" }, { - "id": 3177253833, - "predicate": "messageEntityBold", + "id": 3985307469, + "predicate": "channels.adminLogResults", "params": [ { - "name": "offset", - "type": "int" + "name": "events", + "type": "Vector" }, { - "name": "length", - "type": "int" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "MessageEntity" + "type": "channels.AdminLogResults" }, { - "id": 2188348256, - "predicate": "messageEntityItalic", + "id": 3926948580, + "predicate": "channelAdminLogEventsFilter", "params": [ { - "name": "offset", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "length", - "type": "int" + "name": "join", + "type": "flags.0?true" + }, + { + "name": "leave", + "type": "flags.1?true" + }, + { + "name": "invite", + "type": "flags.2?true" + }, + { + "name": "ban", + "type": "flags.3?true" + }, + { + "name": "unban", + "type": "flags.4?true" + }, + { + "name": "kick", + "type": "flags.5?true" + }, + { + "name": "unkick", + "type": "flags.6?true" + }, + { + "name": "promote", + "type": "flags.7?true" + }, + { + "name": "demote", + "type": "flags.8?true" + }, + { + "name": "info", + "type": "flags.9?true" + }, + { + "name": "settings", + "type": "flags.10?true" + }, + { + "name": "pinned", + "type": "flags.11?true" + }, + { + "name": "edit", + "type": "flags.12?true" + }, + { + "name": "delete", + "type": "flags.13?true" + }, + { + "name": "group_call", + "type": "flags.14?true" + }, + { + "name": "invites", + "type": "flags.15?true" + }, + { + "name": "send", + "type": "flags.16?true" + }, + { + "name": "forums", + "type": "flags.17?true" } ], - "type": "MessageEntity" + "type": "ChannelAdminLogEventsFilter" }, { - "id": 681706865, - "predicate": "messageEntityCode", + "id": 1558266229, + "predicate": "popularContact", "params": [ { - "name": "offset", - "type": "int" + "name": "client_id", + "type": "long" }, { - "name": "length", + "name": "importers", "type": "int" } ], - "type": "MessageEntity" + "type": "PopularContact" }, { - "id": 1938967520, - "predicate": "messageEntityPre", + "id": 2660214483, + "predicate": "messages.favedStickersNotModified", + "params": [], + "type": "messages.FavedStickers" + }, + { + "id": 750063767, + "predicate": "messages.favedStickers", "params": [ { - "name": "offset", - "type": "int" + "name": "hash", + "type": "long" }, { - "name": "length", - "type": "int" + "name": "packs", + "type": "Vector" }, { - "name": "language", - "type": "string" + "name": "stickers", + "type": "Vector" } ], - "type": "MessageEntity" + "type": "messages.FavedStickers" }, { - "id": 1990644519, - "predicate": "messageEntityTextUrl", + "id": 1189204285, + "predicate": "recentMeUrlUnknown", "params": [ - { - "name": "offset", - "type": "int" - }, - { - "name": "length", - "type": "int" - }, { "name": "url", "type": "string" } ], - "type": "MessageEntity" + "type": "RecentMeUrl" }, { - "id": 3699052864, - "predicate": "messageEntityMentionName", + "id": 3106671074, + "predicate": "recentMeUrlUser", "params": [ { - "name": "offset", - "type": "int" - }, - { - "name": "length", - "type": "int" + "name": "url", + "type": "string" }, { "name": "user_id", "type": "long" } ], - "type": "MessageEntity" + "type": "RecentMeUrl" }, { - "id": 546203849, - "predicate": "inputMessageEntityMentionName", + "id": 3000660434, + "predicate": "recentMeUrlChat", "params": [ { - "name": "offset", - "type": "int" - }, - { - "name": "length", - "type": "int" + "name": "url", + "type": "string" }, { - "name": "user_id", - "type": "InputUser" + "name": "chat_id", + "type": "long" } ], - "type": "MessageEntity" + "type": "RecentMeUrl" }, { - "id": 2607407947, - "predicate": "messageEntityPhone", + "id": 3947431965, + "predicate": "recentMeUrlChatInvite", "params": [ { - "name": "offset", - "type": "int" + "name": "url", + "type": "string" }, { - "name": "length", - "type": "int" + "name": "chat_invite", + "type": "ChatInvite" } ], - "type": "MessageEntity" + "type": "RecentMeUrl" }, { - "id": 1280209983, - "predicate": "messageEntityCashtag", + "id": 3154794460, + "predicate": "recentMeUrlStickerSet", "params": [ { - "name": "offset", - "type": "int" + "name": "url", + "type": "string" }, { - "name": "length", - "type": "int" + "name": "set", + "type": "StickerSetCovered" } ], - "type": "MessageEntity" + "type": "RecentMeUrl" }, { - "id": 2622389899, - "predicate": "messageEntityUnderline", + "id": 235081943, + "predicate": "help.recentMeUrls", "params": [ { - "name": "offset", - "type": "int" + "name": "urls", + "type": "Vector" }, { - "name": "length", - "type": "int" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "MessageEntity" + "type": "help.RecentMeUrls" }, { - "id": 3204879316, - "predicate": "messageEntityStrike", + "id": 482797855, + "predicate": "inputSingleMedia", "params": [ { - "name": "offset", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "length", - "type": "int" + "name": "media", + "type": "InputMedia" + }, + { + "name": "random_id", + "type": "long" + }, + { + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.0?Vector" } ], - "type": "MessageEntity" + "type": "InputSingleMedia" }, { - "id": 34469328, - "predicate": "messageEntityBlockquote", + "id": 2801333330, + "predicate": "webAuthorization", "params": [ { - "name": "offset", + "name": "hash", + "type": "long" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "domain", + "type": "string" + }, + { + "name": "browser", + "type": "string" + }, + { + "name": "platform", + "type": "string" + }, + { + "name": "date_created", "type": "int" }, { - "name": "length", + "name": "date_active", "type": "int" + }, + { + "name": "ip", + "type": "string" + }, + { + "name": "region", + "type": "string" } ], - "type": "MessageEntity" + "type": "WebAuthorization" }, { - "id": 1981704948, - "predicate": "messageEntityBankCard", + "id": 3981887996, + "predicate": "account.webAuthorizations", "params": [ { - "name": "offset", - "type": "int" + "name": "authorizations", + "type": "Vector" }, { - "name": "length", - "type": "int" + "name": "users", + "type": "Vector" } ], - "type": "MessageEntity" + "type": "account.WebAuthorizations" }, { - "id": 852137487, - "predicate": "messageEntitySpoiler", + "id": 2792792866, + "predicate": "inputMessageID", "params": [ { - "name": "offset", - "type": "int" - }, - { - "name": "length", + "name": "id", "type": "int" } ], - "type": "MessageEntity" + "type": "InputMessage" }, { - "id": 3369010680, - "predicate": "messageEntityCustomEmoji", + "id": 3134751637, + "predicate": "inputMessageReplyTo", "params": [ { - "name": "offset", - "type": "int" - }, - { - "name": "length", + "name": "id", "type": "int" - }, - { - "name": "document_id", - "type": "long" } ], - "type": "MessageEntity" + "type": "InputMessage" }, { - "id": 4002160262, - "predicate": "inputChannelEmpty", + "id": 2257003832, + "predicate": "inputMessagePinned", "params": [], - "type": "InputChannel" + "type": "InputMessage" }, { - "id": 4082822184, - "predicate": "inputChannel", + "id": 2902071934, + "predicate": "inputMessageCallbackQuery", "params": [ { - "name": "channel_id", - "type": "long" + "name": "id", + "type": "int" }, { - "name": "access_hash", + "name": "query_id", "type": "long" } ], - "type": "InputChannel" + "type": "InputMessage" }, { - "id": 1536380829, - "predicate": "inputChannelFromMessage", + "id": 4239064759, + "predicate": "inputDialogPeer", "params": [ { "name": "peer", "type": "InputPeer" - }, + } + ], + "type": "InputDialogPeer" + }, + { + "id": 1684014375, + "predicate": "inputDialogPeerFolder", + "params": [ { - "name": "msg_id", + "name": "folder_id", "type": "int" - }, - { - "name": "channel_id", - "type": "long" } ], - "type": "InputChannel" + "type": "InputDialogPeer" }, { - "id": 2131196633, - "predicate": "contacts.resolvedPeer", + "id": 3849174789, + "predicate": "dialogPeer", "params": [ { "name": "peer", "type": "Peer" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" } ], - "type": "contacts.ResolvedPeer" + "type": "DialogPeer" }, { - "id": 182649427, - "predicate": "messageRange", + "id": 1363483106, + "predicate": "dialogPeerFolder", "params": [ { - "name": "min_id", - "type": "int" - }, - { - "name": "max_id", + "name": "folder_id", "type": "int" } ], - "type": "MessageRange" + "type": "DialogPeer" }, { - "id": 1041346555, - "predicate": "updates.channelDifferenceEmpty", + "id": 223655517, + "predicate": "messages.foundStickerSetsNotModified", + "params": [], + "type": "messages.FoundStickerSets" + }, + { + "id": 2331024850, + "predicate": "messages.foundStickerSets", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "final", - "type": "flags.0?true" - }, - { - "name": "pts", - "type": "int" + "name": "hash", + "type": "long" }, { - "name": "timeout", - "type": "flags.1?int" + "name": "sets", + "type": "Vector" } ], - "type": "updates.ChannelDifference" + "type": "messages.FoundStickerSets" }, { - "id": 2763835134, - "predicate": "updates.channelDifferenceTooLong", + "id": 4087022428, + "predicate": "fileHash", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "final", - "type": "flags.0?true" - }, - { - "name": "timeout", - "type": "flags.1?int" - }, - { - "name": "dialog", - "type": "Dialog" - }, - { - "name": "messages", - "type": "Vector" + "name": "offset", + "type": "long" }, { - "name": "chats", - "type": "Vector" + "name": "limit", + "type": "int" }, { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "bytes" } ], - "type": "updates.ChannelDifference" + "type": "FileHash" }, { - "id": 543450958, - "predicate": "updates.channelDifference", + "id": 1968737087, + "predicate": "inputClientProxy", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "final", - "type": "flags.0?true" + "name": "address", + "type": "string" }, { - "name": "pts", + "name": "port", "type": "int" - }, - { - "name": "timeout", - "type": "flags.1?int" - }, - { - "name": "new_messages", - "type": "Vector" - }, - { - "name": "other_updates", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" } ], - "type": "updates.ChannelDifference" - }, - { - "id": 2496933607, - "predicate": "channelMessagesFilterEmpty", - "params": [], - "type": "ChannelMessagesFilter" + "type": "InputClientProxy" }, { - "id": 3447183703, - "predicate": "channelMessagesFilter", + "id": 3811614591, + "predicate": "help.termsOfServiceUpdateEmpty", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "exclude_new_messages", - "type": "flags.1?true" - }, - { - "name": "ranges", - "type": "Vector" + "name": "expires", + "type": "int" } ], - "type": "ChannelMessagesFilter" + "type": "help.TermsOfServiceUpdate" }, { - "id": 3222013888, - "predicate": "channelParticipant", + "id": 686618977, + "predicate": "help.termsOfServiceUpdate", "params": [ { - "name": "user_id", - "type": "long" + "name": "expires", + "type": "int" }, { - "name": "date", - "type": "int" + "name": "terms_of_service", + "type": "help.TermsOfService" } ], - "type": "ChannelParticipant" + "type": "help.TermsOfServiceUpdate" }, { - "id": 900251559, - "predicate": "channelParticipantSelf", + "id": 859091184, + "predicate": "inputSecureFileUploaded", "params": [ { - "name": "flags", - "type": "#" + "name": "id", + "type": "long" }, { - "name": "via_request", - "type": "flags.0?true" + "name": "parts", + "type": "int" }, { - "name": "user_id", - "type": "long" + "name": "md5_checksum", + "type": "string" }, { - "name": "inviter_id", - "type": "long" + "name": "file_hash", + "type": "bytes" }, { - "name": "date", - "type": "int" + "name": "secret", + "type": "bytes" } ], - "type": "ChannelParticipant" + "type": "InputSecureFile" }, { - "id": 803602899, - "predicate": "channelParticipantCreator", + "id": 1399317950, + "predicate": "inputSecureFile", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "user_id", + "name": "id", "type": "long" }, { - "name": "admin_rights", - "type": "ChatAdminRights" - }, - { - "name": "rank", - "type": "flags.0?string" + "name": "access_hash", + "type": "long" } ], - "type": "ChannelParticipant" + "type": "InputSecureFile" }, { - "id": 885242707, - "predicate": "channelParticipantAdmin", + "id": 1679398724, + "predicate": "secureFileEmpty", + "params": [], + "type": "SecureFile" + }, + { + "id": 2097791614, + "predicate": "secureFile", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "can_edit", - "type": "flags.0?true" - }, - { - "name": "self", - "type": "flags.1?true" + "name": "id", + "type": "long" }, { - "name": "user_id", + "name": "access_hash", "type": "long" }, { - "name": "inviter_id", - "type": "flags.1?long" + "name": "size", + "type": "long" }, { - "name": "promoted_by", - "type": "long" + "name": "dc_id", + "type": "int" }, { "name": "date", "type": "int" }, { - "name": "admin_rights", - "type": "ChatAdminRights" + "name": "file_hash", + "type": "bytes" }, { - "name": "rank", - "type": "flags.2?string" + "name": "secret", + "type": "bytes" } ], - "type": "ChannelParticipant" + "type": "SecureFile" }, { - "id": 1844969806, - "predicate": "channelParticipantBanned", + "id": 2330640067, + "predicate": "secureData", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "left", - "type": "flags.0?true" - }, - { - "name": "peer", - "type": "Peer" + "name": "data", + "type": "bytes" }, { - "name": "kicked_by", - "type": "long" + "name": "data_hash", + "type": "bytes" }, { - "name": "date", - "type": "int" - }, + "name": "secret", + "type": "bytes" + } + ], + "type": "SecureData" + }, + { + "id": 2103482845, + "predicate": "securePlainPhone", + "params": [ { - "name": "banned_rights", - "type": "ChatBannedRights" + "name": "phone", + "type": "string" } ], - "type": "ChannelParticipant" + "type": "SecurePlainData" }, { - "id": 453242886, - "predicate": "channelParticipantLeft", + "id": 569137759, + "predicate": "securePlainEmail", "params": [ { - "name": "peer", - "type": "Peer" + "name": "email", + "type": "string" } ], - "type": "ChannelParticipant" + "type": "SecurePlainData" }, { - "id": 3728686201, - "predicate": "channelParticipantsRecent", + "id": 2636808675, + "predicate": "secureValueTypePersonalDetails", "params": [], - "type": "ChannelParticipantsFilter" + "type": "SecureValueType" }, { - "id": 3026225513, - "predicate": "channelParticipantsAdmins", + "id": 1034709504, + "predicate": "secureValueTypePassport", "params": [], - "type": "ChannelParticipantsFilter" + "type": "SecureValueType" }, { - "id": 2746567045, - "predicate": "channelParticipantsKicked", - "params": [ - { - "name": "q", - "type": "string" - } - ], - "type": "ChannelParticipantsFilter" + "id": 115615172, + "predicate": "secureValueTypeDriverLicense", + "params": [], + "type": "SecureValueType" }, { - "id": 2966521435, - "predicate": "channelParticipantsBots", + "id": 2698015819, + "predicate": "secureValueTypeIdentityCard", "params": [], - "type": "ChannelParticipantsFilter" + "type": "SecureValueType" }, { - "id": 338142689, - "predicate": "channelParticipantsBanned", - "params": [ - { - "name": "q", - "type": "string" - } - ], - "type": "ChannelParticipantsFilter" + "id": 2577698595, + "predicate": "secureValueTypeInternalPassport", + "params": [], + "type": "SecureValueType" }, { - "id": 106343499, - "predicate": "channelParticipantsSearch", - "params": [ - { - "name": "q", - "type": "string" - } - ], - "type": "ChannelParticipantsFilter" + "id": 3420659238, + "predicate": "secureValueTypeAddress", + "params": [], + "type": "SecureValueType" }, { - "id": 3144345741, - "predicate": "channelParticipantsContacts", - "params": [ - { - "name": "q", - "type": "string" - } - ], - "type": "ChannelParticipantsFilter" + "id": 4231435598, + "predicate": "secureValueTypeUtilityBill", + "params": [], + "type": "SecureValueType" }, { - "id": 3763035371, - "predicate": "channelParticipantsMentions", + "id": 2299755533, + "predicate": "secureValueTypeBankStatement", + "params": [], + "type": "SecureValueType" + }, + { + "id": 2340959368, + "predicate": "secureValueTypeRentalAgreement", + "params": [], + "type": "SecureValueType" + }, + { + "id": 2581823594, + "predicate": "secureValueTypePassportRegistration", + "params": [], + "type": "SecureValueType" + }, + { + "id": 3926060083, + "predicate": "secureValueTypeTemporaryRegistration", + "params": [], + "type": "SecureValueType" + }, + { + "id": 3005262555, + "predicate": "secureValueTypePhone", + "params": [], + "type": "SecureValueType" + }, + { + "id": 2386339822, + "predicate": "secureValueTypeEmail", + "params": [], + "type": "SecureValueType" + }, + { + "id": 411017418, + "predicate": "secureValue", "params": [ { "name": "flags", "type": "#" }, { - "name": "q", - "type": "flags.0?string" + "name": "type", + "type": "SecureValueType" }, { - "name": "top_msg_id", - "type": "flags.1?int" - } - ], - "type": "ChannelParticipantsFilter" - }, - { - "id": 2595290799, - "predicate": "channels.channelParticipants", - "params": [ + "name": "data", + "type": "flags.0?SecureData" + }, { - "name": "count", - "type": "int" + "name": "front_side", + "type": "flags.1?SecureFile" }, { - "name": "participants", - "type": "Vector" + "name": "reverse_side", + "type": "flags.2?SecureFile" }, { - "name": "chats", - "type": "Vector" + "name": "selfie", + "type": "flags.3?SecureFile" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "channels.ChannelParticipants" - }, - { - "id": 4028055529, - "predicate": "channels.channelParticipantsNotModified", - "params": [], - "type": "channels.ChannelParticipants" - }, - { - "id": 3753378583, - "predicate": "channels.channelParticipant", - "params": [ + "name": "translation", + "type": "flags.6?Vector" + }, { - "name": "participant", - "type": "ChannelParticipant" + "name": "files", + "type": "flags.4?Vector" }, { - "name": "chats", - "type": "Vector" + "name": "plain_data", + "type": "flags.5?SecurePlainData" }, { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "bytes" } ], - "type": "channels.ChannelParticipant" + "type": "SecureValue" }, { - "id": 2013922064, - "predicate": "help.termsOfService", + "id": 3676426407, + "predicate": "inputSecureValue", "params": [ { "name": "flags", "type": "#" }, { - "name": "popup", - "type": "flags.0?true" + "name": "type", + "type": "SecureValueType" }, { - "name": "id", - "type": "DataJSON" + "name": "data", + "type": "flags.0?SecureData" + }, + { + "name": "front_side", + "type": "flags.1?InputSecureFile" + }, + { + "name": "reverse_side", + "type": "flags.2?InputSecureFile" + }, + { + "name": "selfie", + "type": "flags.3?InputSecureFile" }, { - "name": "text", - "type": "string" + "name": "translation", + "type": "flags.6?Vector" }, { - "name": "entities", - "type": "Vector" + "name": "files", + "type": "flags.4?Vector" }, { - "name": "min_age_confirm", - "type": "flags.1?int" + "name": "plain_data", + "type": "flags.5?SecurePlainData" } ], - "type": "help.TermsOfService" - }, - { - "id": 3892468898, - "predicate": "messages.savedGifsNotModified", - "params": [], - "type": "messages.SavedGifs" + "type": "InputSecureValue" }, { - "id": 2225089037, - "predicate": "messages.savedGifs", + "id": 3978218928, + "predicate": "secureValueHash", "params": [ { - "name": "hash", - "type": "long" + "name": "type", + "type": "SecureValueType" }, { - "name": "gifs", - "type": "Vector" + "name": "hash", + "type": "bytes" } ], - "type": "messages.SavedGifs" + "type": "SecureValueHash" }, { - "id": 864077702, - "predicate": "inputBotInlineMessageMediaAuto", + "id": 3903065049, + "predicate": "secureValueErrorData", "params": [ { - "name": "flags", - "type": "#" + "name": "type", + "type": "SecureValueType" }, { - "name": "message", - "type": "string" + "name": "data_hash", + "type": "bytes" }, { - "name": "entities", - "type": "flags.1?Vector" + "name": "field", + "type": "string" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "text", + "type": "string" } ], - "type": "InputBotInlineMessage" + "type": "SecureValueError" }, { - "id": 1036876423, - "predicate": "inputBotInlineMessageText", + "id": 12467706, + "predicate": "secureValueErrorFrontSide", "params": [ { - "name": "flags", - "type": "#" + "name": "type", + "type": "SecureValueType" }, { - "name": "no_webpage", - "type": "flags.0?true" + "name": "file_hash", + "type": "bytes" }, { - "name": "message", + "name": "text", "type": "string" - }, - { - "name": "entities", - "type": "flags.1?Vector" - }, - { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" } ], - "type": "InputBotInlineMessage" + "type": "SecureValueError" }, { - "id": 2526190213, - "predicate": "inputBotInlineMessageMediaGeo", + "id": 2257201829, + "predicate": "secureValueErrorReverseSide", "params": [ { - "name": "flags", - "type": "#" + "name": "type", + "type": "SecureValueType" }, { - "name": "geo_point", - "type": "InputGeoPoint" + "name": "file_hash", + "type": "bytes" }, { - "name": "heading", - "type": "flags.0?int" - }, + "name": "text", + "type": "string" + } + ], + "type": "SecureValueError" + }, + { + "id": 3845639894, + "predicate": "secureValueErrorSelfie", + "params": [ { - "name": "period", - "type": "flags.1?int" + "name": "type", + "type": "SecureValueType" }, { - "name": "proximity_notification_radius", - "type": "flags.3?int" + "name": "file_hash", + "type": "bytes" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "text", + "type": "string" } ], - "type": "InputBotInlineMessage" + "type": "SecureValueError" }, { - "id": 1098628881, - "predicate": "inputBotInlineMessageMediaVenue", + "id": 2054162547, + "predicate": "secureValueErrorFile", "params": [ { - "name": "flags", - "type": "#" + "name": "type", + "type": "SecureValueType" }, { - "name": "geo_point", - "type": "InputGeoPoint" + "name": "file_hash", + "type": "bytes" }, { - "name": "title", + "name": "text", "type": "string" - }, + } + ], + "type": "SecureValueError" + }, + { + "id": 1717706985, + "predicate": "secureValueErrorFiles", + "params": [ { - "name": "address", - "type": "string" + "name": "type", + "type": "SecureValueType" }, { - "name": "provider", - "type": "string" + "name": "file_hash", + "type": "Vector" }, { - "name": "venue_id", + "name": "text", "type": "string" + } + ], + "type": "SecureValueError" + }, + { + "id": 2258466191, + "predicate": "secureValueError", + "params": [ + { + "name": "type", + "type": "SecureValueType" }, { - "name": "venue_type", - "type": "string" + "name": "hash", + "type": "bytes" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "text", + "type": "string" } ], - "type": "InputBotInlineMessage" + "type": "SecureValueError" }, { - "id": 2800599037, - "predicate": "inputBotInlineMessageMediaContact", + "id": 2702460784, + "predicate": "secureValueErrorTranslationFile", "params": [ { - "name": "flags", - "type": "#" + "name": "type", + "type": "SecureValueType" }, { - "name": "phone_number", - "type": "string" + "name": "file_hash", + "type": "bytes" }, { - "name": "first_name", + "name": "text", "type": "string" - }, + } + ], + "type": "SecureValueError" + }, + { + "id": 878931416, + "predicate": "secureValueErrorTranslationFiles", + "params": [ { - "name": "last_name", - "type": "string" + "name": "type", + "type": "SecureValueType" }, { - "name": "vcard", - "type": "string" + "name": "file_hash", + "type": "Vector" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "text", + "type": "string" } ], - "type": "InputBotInlineMessage" + "type": "SecureValueError" }, { - "id": 1262639204, - "predicate": "inputBotInlineMessageGame", + "id": 871426631, + "predicate": "secureCredentialsEncrypted", "params": [ { - "name": "flags", - "type": "#" + "name": "data", + "type": "bytes" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "hash", + "type": "bytes" + }, + { + "name": "secret", + "type": "bytes" } ], - "type": "InputBotInlineMessage" + "type": "SecureCredentialsEncrypted" }, { - "id": 3622273573, - "predicate": "inputBotInlineMessageMediaInvoice", + "id": 2905480408, + "predicate": "account.authorizationForm", "params": [ { "name": "flags", "type": "#" }, { - "name": "title", - "type": "string" - }, - { - "name": "description", - "type": "string" - }, - { - "name": "photo", - "type": "flags.0?InputWebDocument" - }, - { - "name": "invoice", - "type": "Invoice" + "name": "required_types", + "type": "Vector" }, { - "name": "payload", - "type": "bytes" + "name": "values", + "type": "Vector" }, { - "name": "provider", - "type": "string" + "name": "errors", + "type": "Vector" }, { - "name": "provider_data", - "type": "DataJSON" + "name": "users", + "type": "Vector" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "privacy_policy_url", + "type": "flags.0?string" } ], - "type": "InputBotInlineMessage" + "type": "account.AuthorizationForm" }, { - "id": 2294256409, - "predicate": "inputBotInlineResult", + "id": 2166326607, + "predicate": "account.sentEmailCode", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "type", + "name": "email_pattern", "type": "string" }, { - "name": "title", - "type": "flags.1?string" - }, - { - "name": "description", - "type": "flags.2?string" - }, + "name": "length", + "type": "int" + } + ], + "type": "account.SentEmailCode" + }, + { + "id": 1722786150, + "predicate": "help.deepLinkInfoEmpty", + "params": [], + "type": "help.DeepLinkInfo" + }, + { + "id": 1783556146, + "predicate": "help.deepLinkInfo", + "params": [ { - "name": "url", - "type": "flags.3?string" + "name": "flags", + "type": "#" }, { - "name": "thumb", - "type": "flags.4?InputWebDocument" + "name": "update_app", + "type": "flags.0?true" }, { - "name": "content", - "type": "flags.5?InputWebDocument" + "name": "message", + "type": "string" }, { - "name": "send_message", - "type": "InputBotInlineMessage" + "name": "entities", + "type": "flags.1?Vector" } ], - "type": "InputBotInlineResult" + "type": "help.DeepLinkInfo" }, { - "id": 2832753831, - "predicate": "inputBotInlineResultPhoto", + "id": 289586518, + "predicate": "savedPhoneContact", "params": [ { - "name": "id", + "name": "phone", "type": "string" }, { - "name": "type", + "name": "first_name", "type": "string" }, { - "name": "photo", - "type": "InputPhoto" + "name": "last_name", + "type": "string" }, { - "name": "send_message", - "type": "InputBotInlineMessage" + "name": "date", + "type": "int" } ], - "type": "InputBotInlineResult" + "type": "SavedContact" }, { - "id": 4294507972, - "predicate": "inputBotInlineResultDocument", + "id": 1304052993, + "predicate": "account.takeout", "params": [ - { - "name": "flags", - "type": "#" - }, { "name": "id", - "type": "string" - }, + "type": "long" + } + ], + "type": "account.Takeout" + }, + { + "id": 3562713238, + "predicate": "passwordKdfAlgoUnknown", + "params": [], + "type": "PasswordKdfAlgo" + }, + { + "id": 982592842, + "predicate": "passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow", + "params": [ { - "name": "type", - "type": "string" + "name": "salt1", + "type": "bytes" }, { - "name": "title", - "type": "flags.1?string" + "name": "salt2", + "type": "bytes" }, { - "name": "description", - "type": "flags.2?string" + "name": "g", + "type": "int" }, { - "name": "document", - "type": "InputDocument" - }, + "name": "p", + "type": "bytes" + } + ], + "type": "PasswordKdfAlgo" + }, + { + "id": 4883767, + "predicate": "securePasswordKdfAlgoUnknown", + "params": [], + "type": "SecurePasswordKdfAlgo" + }, + { + "id": 3153255840, + "predicate": "securePasswordKdfAlgoPBKDF2HMACSHA512iter100000", + "params": [ { - "name": "send_message", - "type": "InputBotInlineMessage" + "name": "salt", + "type": "bytes" } ], - "type": "InputBotInlineResult" + "type": "SecurePasswordKdfAlgo" }, { - "id": 1336154098, - "predicate": "inputBotInlineResultGame", + "id": 2252807570, + "predicate": "securePasswordKdfAlgoSHA512", "params": [ { - "name": "id", - "type": "string" + "name": "salt", + "type": "bytes" + } + ], + "type": "SecurePasswordKdfAlgo" + }, + { + "id": 354925740, + "predicate": "secureSecretSettings", + "params": [ + { + "name": "secure_algo", + "type": "SecurePasswordKdfAlgo" }, { - "name": "short_name", - "type": "string" + "name": "secure_secret", + "type": "bytes" }, { - "name": "send_message", - "type": "InputBotInlineMessage" + "name": "secure_secret_id", + "type": "long" } ], - "type": "InputBotInlineResult" + "type": "SecureSecretSettings" }, { - "id": 1984755728, - "predicate": "botInlineMessageMediaAuto", + "id": 2558588504, + "predicate": "inputCheckPasswordEmpty", + "params": [], + "type": "InputCheckPasswordSRP" + }, + { + "id": 3531600002, + "predicate": "inputCheckPasswordSRP", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "message", - "type": "string" + "name": "srp_id", + "type": "long" }, { - "name": "entities", - "type": "flags.1?Vector" + "name": "A", + "type": "bytes" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "M1", + "type": "bytes" } ], - "type": "BotInlineMessage" + "type": "InputCheckPasswordSRP" }, { - "id": 2357159394, - "predicate": "botInlineMessageText", + "id": 2191366618, + "predicate": "secureRequiredType", "params": [ { "name": "flags", "type": "#" }, { - "name": "no_webpage", + "name": "native_names", "type": "flags.0?true" }, { - "name": "message", - "type": "string" + "name": "selfie_required", + "type": "flags.1?true" }, { - "name": "entities", - "type": "flags.1?Vector" + "name": "translation_required", + "type": "flags.2?true" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "type", + "type": "SecureValueType" } ], - "type": "BotInlineMessage" + "type": "SecureRequiredType" }, { - "id": 85477117, - "predicate": "botInlineMessageMediaGeo", + "id": 41187252, + "predicate": "secureRequiredTypeOneOf", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "geo", - "type": "GeoPoint" - }, - { - "name": "heading", - "type": "flags.0?int" - }, - { - "name": "period", - "type": "flags.1?int" - }, + "name": "types", + "type": "Vector" + } + ], + "type": "SecureRequiredType" + }, + { + "id": 3216634967, + "predicate": "help.passportConfigNotModified", + "params": [], + "type": "help.PassportConfig" + }, + { + "id": 2694370991, + "predicate": "help.passportConfig", + "params": [ { - "name": "proximity_notification_radius", - "type": "flags.3?int" + "name": "hash", + "type": "int" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "countries_langs", + "type": "DataJSON" } ], - "type": "BotInlineMessage" + "type": "help.PassportConfig" }, { - "id": 2324063644, - "predicate": "botInlineMessageMediaVenue", + "id": 488313413, + "predicate": "inputAppEvent", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "geo", - "type": "GeoPoint" - }, - { - "name": "title", - "type": "string" + "name": "time", + "type": "double" }, { - "name": "address", + "name": "type", "type": "string" }, { - "name": "provider", - "type": "string" + "name": "peer", + "type": "long" }, { - "name": "venue_id", - "type": "string" - }, + "name": "data", + "type": "JSONValue" + } + ], + "type": "InputAppEvent" + }, + { + "id": 3235781593, + "predicate": "jsonObjectValue", + "params": [ { - "name": "venue_type", + "name": "key", "type": "string" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "value", + "type": "JSONValue" } ], - "type": "BotInlineMessage" + "type": "JSONObjectValue" }, { - "id": 416402882, - "predicate": "botInlineMessageMediaContact", + "id": 1064139624, + "predicate": "jsonNull", + "params": [], + "type": "JSONValue" + }, + { + "id": 3342098026, + "predicate": "jsonBool", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "phone_number", - "type": "string" - }, + "name": "value", + "type": "Bool" + } + ], + "type": "JSONValue" + }, + { + "id": 736157604, + "predicate": "jsonNumber", + "params": [ { - "name": "first_name", - "type": "string" - }, + "name": "value", + "type": "double" + } + ], + "type": "JSONValue" + }, + { + "id": 3072226938, + "predicate": "jsonString", + "params": [ { - "name": "last_name", + "name": "value", "type": "string" - }, + } + ], + "type": "JSONValue" + }, + { + "id": 4148447075, + "predicate": "jsonArray", + "params": [ { - "name": "vcard", - "type": "string" - }, + "name": "value", + "type": "Vector" + } + ], + "type": "JSONValue" + }, + { + "id": 2579616925, + "predicate": "jsonObject", + "params": [ { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "value", + "type": "Vector" } ], - "type": "BotInlineMessage" + "type": "JSONValue" }, { - "id": 894081801, - "predicate": "botInlineMessageMediaInvoice", + "id": 878078826, + "predicate": "pageTableCell", "params": [ { "name": "flags", "type": "#" }, { - "name": "shipping_address_requested", - "type": "flags.1?true" + "name": "header", + "type": "flags.0?true" }, { - "name": "test", + "name": "align_center", "type": "flags.3?true" }, { - "name": "title", - "type": "string" + "name": "align_right", + "type": "flags.4?true" }, { - "name": "description", - "type": "string" + "name": "valign_middle", + "type": "flags.5?true" }, { - "name": "photo", - "type": "flags.0?WebDocument" + "name": "valign_bottom", + "type": "flags.6?true" }, { - "name": "currency", - "type": "string" + "name": "text", + "type": "flags.7?RichText" }, { - "name": "total_amount", - "type": "long" + "name": "colspan", + "type": "flags.1?int" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "rowspan", + "type": "flags.2?int" } ], - "type": "BotInlineMessage" + "type": "PageTableCell" }, { - "id": 295067450, - "predicate": "botInlineResult", + "id": 3770729957, + "predicate": "pageTableRow", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "title", - "type": "flags.1?string" - }, - { - "name": "description", - "type": "flags.2?string" - }, - { - "name": "url", - "type": "flags.3?string" - }, - { - "name": "thumb", - "type": "flags.4?WebDocument" - }, + "name": "cells", + "type": "Vector" + } + ], + "type": "PageTableRow" + }, + { + "id": 1869903447, + "predicate": "pageCaption", + "params": [ { - "name": "content", - "type": "flags.5?WebDocument" + "name": "text", + "type": "RichText" }, { - "name": "send_message", - "type": "BotInlineMessage" + "name": "credit", + "type": "RichText" } ], - "type": "BotInlineResult" + "type": "PageCaption" }, { - "id": 400266251, - "predicate": "botInlineMediaResult", + "id": 3106911949, + "predicate": "pageListItemText", "params": [ { - "name": "flags", - "type": "#" - }, + "name": "text", + "type": "RichText" + } + ], + "type": "PageListItem" + }, + { + "id": 635466748, + "predicate": "pageListItemBlocks", + "params": [ { - "name": "id", - "type": "string" - }, + "name": "blocks", + "type": "Vector" + } + ], + "type": "PageListItem" + }, + { + "id": 1577484359, + "predicate": "pageListOrderedItemText", + "params": [ { - "name": "type", + "name": "num", "type": "string" }, { - "name": "photo", - "type": "flags.0?Photo" - }, - { - "name": "document", - "type": "flags.1?Document" - }, - { - "name": "title", - "type": "flags.2?string" - }, + "name": "text", + "type": "RichText" + } + ], + "type": "PageListOrderedItem" + }, + { + "id": 2564655414, + "predicate": "pageListOrderedItemBlocks", + "params": [ { - "name": "description", - "type": "flags.3?string" + "name": "num", + "type": "string" }, { - "name": "send_message", - "type": "BotInlineMessage" + "name": "blocks", + "type": "Vector" } ], - "type": "BotInlineResult" + "type": "PageListOrderedItem" }, { - "id": 3760321270, - "predicate": "messages.botResults", + "id": 3012615176, + "predicate": "pageRelatedArticle", "params": [ { "name": "flags", "type": "#" }, { - "name": "gallery", - "type": "flags.0?true" + "name": "url", + "type": "string" }, { - "name": "query_id", + "name": "webpage_id", "type": "long" }, { - "name": "next_offset", - "type": "flags.1?string" - }, - { - "name": "switch_pm", - "type": "flags.2?InlineBotSwitchPM" - }, - { - "name": "switch_webview", - "type": "flags.3?InlineBotWebView" + "name": "title", + "type": "flags.0?string" }, { - "name": "results", - "type": "Vector" + "name": "description", + "type": "flags.1?string" }, { - "name": "cache_time", - "type": "int" + "name": "photo_id", + "type": "flags.2?long" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "messages.BotResults" - }, - { - "id": 1571494644, - "predicate": "exportedMessageLink", - "params": [ - { - "name": "link", - "type": "string" + "name": "author", + "type": "flags.3?string" }, { - "name": "html", - "type": "string" + "name": "published_date", + "type": "flags.4?int" } ], - "type": "ExportedMessageLink" + "type": "PageRelatedArticle" }, { - "id": 1601666510, - "predicate": "messageFwdHeader", + "id": 2556788493, + "predicate": "page", "params": [ { "name": "flags", "type": "#" }, { - "name": "imported", - "type": "flags.7?true" - }, - { - "name": "from_id", - "type": "flags.0?Peer" + "name": "part", + "type": "flags.0?true" }, { - "name": "from_name", - "type": "flags.5?string" + "name": "rtl", + "type": "flags.1?true" }, { - "name": "date", - "type": "int" + "name": "v2", + "type": "flags.2?true" }, { - "name": "channel_post", - "type": "flags.2?int" + "name": "url", + "type": "string" }, { - "name": "post_author", - "type": "flags.3?string" + "name": "blocks", + "type": "Vector" }, { - "name": "saved_from_peer", - "type": "flags.4?Peer" + "name": "photos", + "type": "Vector" }, { - "name": "saved_from_msg_id", - "type": "flags.4?int" + "name": "documents", + "type": "Vector" }, { - "name": "psa_type", - "type": "flags.6?string" + "name": "views", + "type": "flags.3?int" } ], - "type": "MessageFwdHeader" - }, - { - "id": 1923290508, - "predicate": "auth.codeTypeSms", - "params": [], - "type": "auth.CodeType" - }, - { - "id": 1948046307, - "predicate": "auth.codeTypeCall", - "params": [], - "type": "auth.CodeType" - }, - { - "id": 577556219, - "predicate": "auth.codeTypeFlashCall", - "params": [], - "type": "auth.CodeType" - }, - { - "id": 3592083182, - "predicate": "auth.codeTypeMissedCall", - "params": [], - "type": "auth.CodeType" - }, - { - "id": 116234636, - "predicate": "auth.codeTypeFragmentSms", - "params": [], - "type": "auth.CodeType" + "type": "Page" }, { - "id": 1035688326, - "predicate": "auth.sentCodeTypeApp", + "id": 2349199817, + "predicate": "help.supportName", "params": [ { - "name": "length", - "type": "int" + "name": "name", + "type": "string" } ], - "type": "auth.SentCodeType" + "type": "help.SupportName" }, { - "id": 3221273506, - "predicate": "auth.sentCodeTypeSms", - "params": [ - { - "name": "length", - "type": "int" - } - ], - "type": "auth.SentCodeType" + "id": 4088278765, + "predicate": "help.userInfoEmpty", + "params": [], + "type": "help.UserInfo" }, { - "id": 1398007207, - "predicate": "auth.sentCodeTypeCall", + "id": 32192344, + "predicate": "help.userInfo", "params": [ { - "name": "length", - "type": "int" - } - ], - "type": "auth.SentCodeType" - }, - { - "id": 2869151449, - "predicate": "auth.sentCodeTypeFlashCall", - "params": [ + "name": "message", + "type": "string" + }, { - "name": "pattern", + "name": "entities", + "type": "Vector" + }, + { + "name": "author", "type": "string" + }, + { + "name": "date", + "type": "int" } ], - "type": "auth.SentCodeType" + "type": "help.UserInfo" }, { - "id": 2181063812, - "predicate": "auth.sentCodeTypeMissedCall", + "id": 4279689930, + "predicate": "pollAnswer", "params": [ { - "name": "prefix", - "type": "string" + "name": "text", + "type": "TextWithEntities" }, { - "name": "length", - "type": "int" + "name": "option", + "type": "bytes" } ], - "type": "auth.SentCodeType" + "type": "PollAnswer" }, { - "id": 4098946459, - "predicate": "auth.sentCodeTypeEmailCode", + "id": 1484026161, + "predicate": "poll", "params": [ + { + "name": "id", + "type": "long" + }, { "name": "flags", "type": "#" }, { - "name": "apple_signin_allowed", + "name": "closed", "type": "flags.0?true" }, { - "name": "google_signin_allowed", + "name": "public_voters", "type": "flags.1?true" }, { - "name": "email_pattern", - "type": "string" - }, - { - "name": "length", - "type": "int" + "name": "multiple_choice", + "type": "flags.2?true" }, { - "name": "reset_available_period", - "type": "flags.3?int" + "name": "quiz", + "type": "flags.3?true" }, { - "name": "reset_pending_date", - "type": "flags.4?int" - } - ], - "type": "auth.SentCodeType" - }, - { - "id": 2773032426, - "predicate": "auth.sentCodeTypeSetUpEmailRequired", - "params": [ - { - "name": "flags", - "type": "#" + "name": "question", + "type": "TextWithEntities" }, { - "name": "apple_signin_allowed", - "type": "flags.0?true" + "name": "answers", + "type": "Vector" }, { - "name": "google_signin_allowed", - "type": "flags.1?true" - } - ], - "type": "auth.SentCodeType" - }, - { - "id": 3646315577, - "predicate": "auth.sentCodeTypeFragmentSms", - "params": [ - { - "name": "url", - "type": "string" + "name": "close_period", + "type": "flags.4?int" }, { - "name": "length", - "type": "int" + "name": "close_date", + "type": "flags.5?int" } ], - "type": "auth.SentCodeType" + "type": "Poll" }, { - "id": 3850048562, - "predicate": "auth.sentCodeTypeFirebaseSms", + "id": 997055186, + "predicate": "pollAnswerVoters", "params": [ { "name": "flags", "type": "#" }, { - "name": "nonce", - "type": "flags.0?bytes" + "name": "chosen", + "type": "flags.0?true" }, { - "name": "receipt", - "type": "flags.1?string" + "name": "correct", + "type": "flags.1?true" }, { - "name": "push_timeout", - "type": "flags.1?int" + "name": "option", + "type": "bytes" }, { - "name": "length", + "name": "voters", "type": "int" } ], - "type": "auth.SentCodeType" + "type": "PollAnswerVoters" }, { - "id": 911761060, - "predicate": "messages.botCallbackAnswer", + "id": 2061444128, + "predicate": "pollResults", "params": [ { "name": "flags", "type": "#" }, { - "name": "alert", - "type": "flags.1?true" + "name": "min", + "type": "flags.0?true" }, { - "name": "has_url", - "type": "flags.3?true" + "name": "results", + "type": "flags.1?Vector" }, { - "name": "native_ui", - "type": "flags.4?true" + "name": "total_voters", + "type": "flags.2?int" }, { - "name": "message", - "type": "flags.0?string" + "name": "recent_voters", + "type": "flags.3?Vector" }, { - "name": "url", - "type": "flags.2?string" + "name": "solution", + "type": "flags.4?string" }, { - "name": "cache_time", - "type": "int" + "name": "solution_entities", + "type": "flags.4?Vector" } ], - "type": "messages.BotCallbackAnswer" + "type": "PollResults" }, { - "id": 649453030, - "predicate": "messages.messageEditData", + "id": 4030849616, + "predicate": "chatOnlines", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "caption", - "type": "flags.0?true" + "name": "onlines", + "type": "int" } ], - "type": "messages.MessageEditData" + "type": "ChatOnlines" }, { - "id": 2299280777, - "predicate": "inputBotInlineMessageID", + "id": 1202287072, + "predicate": "statsURL", "params": [ { - "name": "dc_id", - "type": "int" - }, - { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" + "name": "url", + "type": "string" } ], - "type": "InputBotInlineMessageID" + "type": "StatsURL" }, { - "id": 3067680215, - "predicate": "inputBotInlineMessageID64", + "id": 1605510357, + "predicate": "chatAdminRights", "params": [ { - "name": "dc_id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "owner_id", - "type": "long" + "name": "change_info", + "type": "flags.0?true" }, { - "name": "id", - "type": "int" + "name": "post_messages", + "type": "flags.1?true" }, { - "name": "access_hash", - "type": "long" - } - ], - "type": "InputBotInlineMessageID" - }, - { - "id": 1008755359, - "predicate": "inlineBotSwitchPM", - "params": [ - { - "name": "text", - "type": "string" + "name": "edit_messages", + "type": "flags.2?true" }, { - "name": "start_param", - "type": "string" - } - ], - "type": "InlineBotSwitchPM" - }, - { - "id": 863093588, - "predicate": "messages.peerDialogs", - "params": [ - { - "name": "dialogs", - "type": "Vector" + "name": "delete_messages", + "type": "flags.3?true" }, { - "name": "messages", - "type": "Vector" + "name": "ban_users", + "type": "flags.4?true" }, { - "name": "chats", - "type": "Vector" + "name": "invite_users", + "type": "flags.5?true" }, { - "name": "users", - "type": "Vector" + "name": "pin_messages", + "type": "flags.7?true" }, { - "name": "state", - "type": "updates.State" - } - ], - "type": "messages.PeerDialogs" - }, - { - "id": 3989684315, - "predicate": "topPeer", - "params": [ - { - "name": "peer", - "type": "Peer" + "name": "add_admins", + "type": "flags.9?true" }, { - "name": "rating", - "type": "double" - } - ], - "type": "TopPeer" - }, - { - "id": 2875595611, - "predicate": "topPeerCategoryBotsPM", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 344356834, - "predicate": "topPeerCategoryBotsInline", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 104314861, - "predicate": "topPeerCategoryCorrespondents", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 3172442442, - "predicate": "topPeerCategoryGroups", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 371037736, - "predicate": "topPeerCategoryChannels", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 511092620, - "predicate": "topPeerCategoryPhoneCalls", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 2822794409, - "predicate": "topPeerCategoryForwardUsers", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 4226728176, - "predicate": "topPeerCategoryForwardChats", - "params": [], - "type": "TopPeerCategory" - }, - { - "id": 4219683473, - "predicate": "topPeerCategoryPeers", - "params": [ + "name": "anonymous", + "type": "flags.10?true" + }, { - "name": "category", - "type": "TopPeerCategory" + "name": "manage_call", + "type": "flags.11?true" }, { - "name": "count", - "type": "int" + "name": "other", + "type": "flags.12?true" }, { - "name": "peers", - "type": "Vector" - } - ], - "type": "TopPeerCategoryPeers" - }, - { - "id": 3727060725, - "predicate": "contacts.topPeersNotModified", - "params": [], - "type": "contacts.TopPeers" - }, - { - "id": 1891070632, - "predicate": "contacts.topPeers", - "params": [ + "name": "manage_topics", + "type": "flags.13?true" + }, { - "name": "categories", - "type": "Vector" + "name": "post_stories", + "type": "flags.14?true" }, { - "name": "chats", - "type": "Vector" + "name": "edit_stories", + "type": "flags.15?true" }, { - "name": "users", - "type": "Vector" + "name": "delete_stories", + "type": "flags.16?true" } ], - "type": "contacts.TopPeers" - }, - { - "id": 3039597469, - "predicate": "contacts.topPeersDisabled", - "params": [], - "type": "contacts.TopPeers" + "type": "ChatAdminRights" }, { - "id": 453805082, - "predicate": "draftMessageEmpty", + "id": 2668758040, + "predicate": "chatBannedRights", "params": [ { "name": "flags", "type": "#" }, { - "name": "date", - "type": "flags.0?int" - } - ], - "type": "DraftMessage" - }, - { - "id": 4253970719, - "predicate": "draftMessage", - "params": [ - { - "name": "flags", - "type": "#" + "name": "view_messages", + "type": "flags.0?true" }, { - "name": "no_webpage", + "name": "send_messages", "type": "flags.1?true" }, { - "name": "reply_to_msg_id", - "type": "flags.0?int" + "name": "send_media", + "type": "flags.2?true" }, { - "name": "message", - "type": "string" + "name": "send_stickers", + "type": "flags.3?true" }, { - "name": "entities", - "type": "flags.3?Vector" + "name": "send_gifs", + "type": "flags.4?true" }, { - "name": "date", - "type": "int" - } - ], - "type": "DraftMessage" - }, - { - "id": 3336309862, - "predicate": "messages.featuredStickersNotModified", - "params": [ + "name": "send_games", + "type": "flags.5?true" + }, { - "name": "count", - "type": "int" - } - ], - "type": "messages.FeaturedStickers" - }, - { - "id": 3191351558, - "predicate": "messages.featuredStickers", - "params": [ + "name": "send_inline", + "type": "flags.6?true" + }, { - "name": "flags", - "type": "#" + "name": "embed_links", + "type": "flags.7?true" }, { - "name": "premium", - "type": "flags.0?true" + "name": "send_polls", + "type": "flags.8?true" }, { - "name": "hash", - "type": "long" + "name": "change_info", + "type": "flags.10?true" }, { - "name": "count", - "type": "int" + "name": "invite_users", + "type": "flags.15?true" }, { - "name": "sets", - "type": "Vector" + "name": "pin_messages", + "type": "flags.17?true" }, { - "name": "unread", - "type": "Vector" - } - ], - "type": "messages.FeaturedStickers" - }, - { - "id": 186120336, - "predicate": "messages.recentStickersNotModified", - "params": [], - "type": "messages.RecentStickers" - }, - { - "id": 2295561302, - "predicate": "messages.recentStickers", - "params": [ + "name": "manage_topics", + "type": "flags.18?true" + }, { - "name": "hash", - "type": "long" + "name": "send_photos", + "type": "flags.19?true" }, { - "name": "packs", - "type": "Vector" + "name": "send_videos", + "type": "flags.20?true" }, { - "name": "stickers", - "type": "Vector" + "name": "send_roundvideos", + "type": "flags.21?true" }, { - "name": "dates", - "type": "Vector" + "name": "send_audios", + "type": "flags.22?true" + }, + { + "name": "send_voices", + "type": "flags.23?true" + }, + { + "name": "send_docs", + "type": "flags.24?true" + }, + { + "name": "send_plain", + "type": "flags.25?true" + }, + { + "name": "until_date", + "type": "int" } ], - "type": "messages.RecentStickers" + "type": "ChatBannedRights" }, { - "id": 1338747336, - "predicate": "messages.archivedStickers", + "id": 3861952889, + "predicate": "inputWallPaper", "params": [ { - "name": "count", - "type": "int" + "name": "id", + "type": "long" }, { - "name": "sets", - "type": "Vector" + "name": "access_hash", + "type": "long" } ], - "type": "messages.ArchivedStickers" - }, - { - "id": 946083368, - "predicate": "messages.stickerSetInstallResultSuccess", - "params": [], - "type": "messages.StickerSetInstallResult" + "type": "InputWallPaper" }, { - "id": 904138920, - "predicate": "messages.stickerSetInstallResultArchive", + "id": 1913199744, + "predicate": "inputWallPaperSlug", "params": [ { - "name": "sets", - "type": "Vector" + "name": "slug", + "type": "string" } ], - "type": "messages.StickerSetInstallResult" + "type": "InputWallPaper" }, { - "id": 1678812626, - "predicate": "stickerSetCovered", + "id": 2524595758, + "predicate": "inputWallPaperNoFile", "params": [ { - "name": "set", - "type": "StickerSet" - }, - { - "name": "cover", - "type": "Document" + "name": "id", + "type": "long" } ], - "type": "StickerSetCovered" + "type": "InputWallPaper" }, { - "id": 872932635, - "predicate": "stickerSetMultiCovered", + "id": 471437699, + "predicate": "account.wallPapersNotModified", + "params": [], + "type": "account.WallPapers" + }, + { + "id": 3452142988, + "predicate": "account.wallPapers", "params": [ { - "name": "set", - "type": "StickerSet" + "name": "hash", + "type": "long" }, { - "name": "covers", - "type": "Vector" + "name": "wallpapers", + "type": "Vector" } ], - "type": "StickerSetCovered" + "type": "account.WallPapers" }, { - "id": 1087454222, - "predicate": "stickerSetFullCovered", + "id": 2904898936, + "predicate": "codeSettings", "params": [ { - "name": "set", - "type": "StickerSet" + "name": "flags", + "type": "#" }, { - "name": "packs", - "type": "Vector" + "name": "allow_flashcall", + "type": "flags.0?true" }, { - "name": "keywords", - "type": "Vector" + "name": "current_number", + "type": "flags.1?true" }, { - "name": "documents", - "type": "Vector" - } - ], - "type": "StickerSetCovered" - }, - { - "id": 2008112412, - "predicate": "stickerSetNoCovered", - "params": [ + "name": "allow_app_hash", + "type": "flags.4?true" + }, { - "name": "set", - "type": "StickerSet" + "name": "allow_missed_call", + "type": "flags.5?true" + }, + { + "name": "allow_firebase", + "type": "flags.7?true" + }, + { + "name": "unknown_number", + "type": "flags.9?true" + }, + { + "name": "logout_tokens", + "type": "flags.6?Vector" + }, + { + "name": "token", + "type": "flags.8?string" + }, + { + "name": "app_sandbox", + "type": "flags.8?Bool" } ], - "type": "StickerSetCovered" + "type": "CodeSettings" }, { - "id": 2933316530, - "predicate": "maskCoords", + "id": 925826256, + "predicate": "wallPaperSettings", "params": [ { - "name": "n", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "x", - "type": "double" + "name": "blur", + "type": "flags.1?true" }, { - "name": "y", - "type": "double" + "name": "motion", + "type": "flags.2?true" }, { - "name": "zoom", - "type": "double" - } - ], - "type": "MaskCoords" - }, - { - "id": 1251549527, - "predicate": "inputStickeredMediaPhoto", - "params": [ + "name": "background_color", + "type": "flags.0?int" + }, { - "name": "id", - "type": "InputPhoto" - } - ], - "type": "InputStickeredMedia" - }, - { - "id": 70813275, - "predicate": "inputStickeredMediaDocument", - "params": [ + "name": "second_background_color", + "type": "flags.4?int" + }, { - "name": "id", - "type": "InputDocument" + "name": "third_background_color", + "type": "flags.5?int" + }, + { + "name": "fourth_background_color", + "type": "flags.6?int" + }, + { + "name": "intensity", + "type": "flags.3?int" + }, + { + "name": "rotation", + "type": "flags.4?int" + }, + { + "name": "emoticon", + "type": "flags.7?string" } ], - "type": "InputStickeredMedia" + "type": "WallPaperSettings" }, { - "id": 3187238203, - "predicate": "game", + "id": 3131405864, + "predicate": "autoDownloadSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "id", - "type": "long" + "name": "disabled", + "type": "flags.0?true" }, { - "name": "access_hash", - "type": "long" + "name": "video_preload_large", + "type": "flags.1?true" }, { - "name": "short_name", - "type": "string" + "name": "audio_preload_next", + "type": "flags.2?true" }, { - "name": "title", - "type": "string" + "name": "phonecalls_less_data", + "type": "flags.3?true" }, { - "name": "description", - "type": "string" + "name": "stories_preload", + "type": "flags.4?true" }, { - "name": "photo", - "type": "Photo" + "name": "photo_size_max", + "type": "int" }, { - "name": "document", - "type": "flags.0?Document" - } - ], - "type": "Game" - }, - { - "id": 53231223, - "predicate": "inputGameID", - "params": [ - { - "name": "id", + "name": "video_size_max", "type": "long" }, { - "name": "access_hash", + "name": "file_size_max", "type": "long" - } - ], - "type": "InputGame" - }, - { - "id": 3274827786, - "predicate": "inputGameShortName", - "params": [ - { - "name": "bot_id", - "type": "InputUser" }, { - "name": "short_name", - "type": "string" - } - ], - "type": "InputGame" - }, - { - "id": 1940093419, - "predicate": "highScore", - "params": [ - { - "name": "pos", + "name": "video_upload_maxbitrate", "type": "int" }, { - "name": "user_id", - "type": "long" + "name": "small_queue_active_operations_max", + "type": "int" }, { - "name": "score", + "name": "large_queue_active_operations_max", "type": "int" } ], - "type": "HighScore" + "type": "AutoDownloadSettings" }, { - "id": 2587622809, - "predicate": "messages.highScores", + "id": 1674235686, + "predicate": "account.autoDownloadSettings", "params": [ { - "name": "scores", - "type": "Vector" + "name": "low", + "type": "AutoDownloadSettings" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "messages.HighScores" - }, - { - "id": 3695018575, - "predicate": "textEmpty", - "params": [], - "type": "RichText" - }, - { - "id": 1950782688, - "predicate": "textPlain", - "params": [ + "name": "medium", + "type": "AutoDownloadSettings" + }, { - "name": "text", - "type": "string" + "name": "high", + "type": "AutoDownloadSettings" } ], - "type": "RichText" + "type": "account.AutoDownloadSettings" }, { - "id": 1730456516, - "predicate": "textBold", + "id": 3585325561, + "predicate": "emojiKeyword", "params": [ { - "name": "text", - "type": "RichText" - } - ], - "type": "RichText" - }, - { - "id": 3641877916, - "predicate": "textItalic", - "params": [ + "name": "keyword", + "type": "string" + }, { - "name": "text", - "type": "RichText" + "name": "emoticons", + "type": "Vector" } ], - "type": "RichText" + "type": "EmojiKeyword" }, { - "id": 3240501956, - "predicate": "textUnderline", + "id": 594408994, + "predicate": "emojiKeywordDeleted", "params": [ { - "name": "text", - "type": "RichText" - } - ], - "type": "RichText" - }, - { - "id": 2616769429, - "predicate": "textStrike", - "params": [ + "name": "keyword", + "type": "string" + }, { - "name": "text", - "type": "RichText" + "name": "emoticons", + "type": "Vector" } ], - "type": "RichText" + "type": "EmojiKeyword" }, { - "id": 1816074681, - "predicate": "textFixed", + "id": 1556570557, + "predicate": "emojiKeywordsDifference", "params": [ { - "name": "text", - "type": "RichText" - } - ], - "type": "RichText" - }, - { - "id": 1009288385, - "predicate": "textUrl", - "params": [ + "name": "lang_code", + "type": "string" + }, { - "name": "text", - "type": "RichText" + "name": "from_version", + "type": "int" }, { - "name": "url", - "type": "string" + "name": "version", + "type": "int" }, { - "name": "webpage_id", - "type": "long" + "name": "keywords", + "type": "Vector" } ], - "type": "RichText" + "type": "EmojiKeywordsDifference" }, { - "id": 3730443734, - "predicate": "textEmail", + "id": 2775937949, + "predicate": "emojiURL", "params": [ { - "name": "text", - "type": "RichText" - }, - { - "name": "email", + "name": "url", "type": "string" } ], - "type": "RichText" + "type": "EmojiURL" }, { - "id": 2120376535, - "predicate": "textConcat", + "id": 3019592545, + "predicate": "emojiLanguage", "params": [ { - "name": "texts", - "type": "Vector" + "name": "lang_code", + "type": "string" } ], - "type": "RichText" + "type": "EmojiLanguage" }, { - "id": 3983181060, - "predicate": "textSubscript", + "id": 4283715173, + "predicate": "folder", "params": [ { - "name": "text", - "type": "RichText" + "name": "flags", + "type": "#" + }, + { + "name": "autofill_new_broadcasts", + "type": "flags.0?true" + }, + { + "name": "autofill_public_groups", + "type": "flags.1?true" + }, + { + "name": "autofill_new_correspondents", + "type": "flags.2?true" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "photo", + "type": "flags.3?ChatPhoto" } ], - "type": "RichText" + "type": "Folder" }, { - "id": 3355139585, - "predicate": "textSuperscript", + "id": 4224893590, + "predicate": "inputFolderPeer", "params": [ { - "name": "text", - "type": "RichText" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "folder_id", + "type": "int" } ], - "type": "RichText" + "type": "InputFolderPeer" }, { - "id": 55281185, - "predicate": "textMarked", + "id": 3921323624, + "predicate": "folderPeer", "params": [ { - "name": "text", - "type": "RichText" + "name": "peer", + "type": "Peer" + }, + { + "name": "folder_id", + "type": "int" } ], - "type": "RichText" + "type": "FolderPeer" }, { - "id": 483104362, - "predicate": "textPhone", + "id": 3896830975, + "predicate": "messages.searchCounter", "params": [ { - "name": "text", - "type": "RichText" + "name": "flags", + "type": "#" }, { - "name": "phone", - "type": "string" + "name": "inexact", + "type": "flags.1?true" + }, + { + "name": "filter", + "type": "MessagesFilter" + }, + { + "name": "count", + "type": "int" } ], - "type": "RichText" + "type": "messages.SearchCounter" }, { - "id": 136105807, - "predicate": "textImage", + "id": 2463316494, + "predicate": "urlAuthResultRequest", "params": [ { - "name": "document_id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "w", - "type": "int" + "name": "request_write_access", + "type": "flags.0?true" }, { - "name": "h", - "type": "int" + "name": "bot", + "type": "User" + }, + { + "name": "domain", + "type": "string" } ], - "type": "RichText" + "type": "UrlAuthResult" }, { - "id": 894777186, - "predicate": "textAnchor", + "id": 2408320590, + "predicate": "urlAuthResultAccepted", "params": [ { - "name": "text", - "type": "RichText" - }, - { - "name": "name", + "name": "url", "type": "string" } ], - "type": "RichText" + "type": "UrlAuthResult" }, { - "id": 324435594, - "predicate": "pageBlockUnsupported", + "id": 2849430303, + "predicate": "urlAuthResultDefault", "params": [], - "type": "PageBlock" + "type": "UrlAuthResult" }, { - "id": 1890305021, - "predicate": "pageBlockTitle", + "id": 3216354699, + "predicate": "channelLocationEmpty", + "params": [], + "type": "ChannelLocation" + }, + { + "id": 547062491, + "predicate": "channelLocation", "params": [ { - "name": "text", - "type": "RichText" + "name": "geo_point", + "type": "GeoPoint" + }, + { + "name": "address", + "type": "string" } ], - "type": "PageBlock" + "type": "ChannelLocation" }, { - "id": 2415565343, - "predicate": "pageBlockSubtitle", + "id": 3393592157, + "predicate": "peerLocated", "params": [ { - "name": "text", - "type": "RichText" + "name": "peer", + "type": "Peer" + }, + { + "name": "expires", + "type": "int" + }, + { + "name": "distance", + "type": "int" } ], - "type": "PageBlock" + "type": "PeerLocated" }, { - "id": 3132089824, - "predicate": "pageBlockAuthorDate", + "id": 4176226379, + "predicate": "peerSelfLocated", "params": [ { - "name": "author", - "type": "RichText" - }, - { - "name": "published_date", + "name": "expires", "type": "int" } ], - "type": "PageBlock" + "type": "PeerLocated" }, { - "id": 3218105580, - "predicate": "pageBlockHeader", + "id": 3497176244, + "predicate": "restrictionReason", "params": [ + { + "name": "platform", + "type": "string" + }, + { + "name": "reason", + "type": "string" + }, { "name": "text", - "type": "RichText" + "type": "string" } ], - "type": "PageBlock" + "type": "RestrictionReason" }, { - "id": 4046173921, - "predicate": "pageBlockSubheader", + "id": 1012306921, + "predicate": "inputTheme", "params": [ { - "name": "text", - "type": "RichText" + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" } ], - "type": "PageBlock" + "type": "InputTheme" }, { - "id": 1182402406, - "predicate": "pageBlockParagraph", + "id": 4119399921, + "predicate": "inputThemeSlug", "params": [ { - "name": "text", - "type": "RichText" + "name": "slug", + "type": "string" } ], - "type": "PageBlock" + "type": "InputTheme" }, { - "id": 3228621118, - "predicate": "pageBlockPreformatted", + "id": 2685298646, + "predicate": "theme", "params": [ { - "name": "text", - "type": "RichText" + "name": "flags", + "type": "#" + }, + { + "name": "creator", + "type": "flags.0?true" + }, + { + "name": "default", + "type": "flags.1?true" + }, + { + "name": "for_chat", + "type": "flags.5?true" + }, + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "slug", + "type": "string" }, { - "name": "language", + "name": "title", "type": "string" - } - ], - "type": "PageBlock" - }, - { - "id": 1216809369, - "predicate": "pageBlockFooter", - "params": [ + }, { - "name": "text", - "type": "RichText" + "name": "document", + "type": "flags.2?Document" + }, + { + "name": "settings", + "type": "flags.3?Vector" + }, + { + "name": "emoticon", + "type": "flags.6?string" + }, + { + "name": "installs_count", + "type": "flags.4?int" } ], - "type": "PageBlock" + "type": "Theme" }, { - "id": 3676352904, - "predicate": "pageBlockDivider", + "id": 4095653410, + "predicate": "account.themesNotModified", "params": [], - "type": "PageBlock" + "type": "account.Themes" }, { - "id": 3456972720, - "predicate": "pageBlockAnchor", + "id": 2587724909, + "predicate": "account.themes", "params": [ { - "name": "name", - "type": "string" + "name": "hash", + "type": "long" + }, + { + "name": "themes", + "type": "Vector" } ], - "type": "PageBlock" + "type": "account.Themes" }, { - "id": 3840442385, - "predicate": "pageBlockList", + "id": 1654593920, + "predicate": "auth.loginToken", "params": [ { - "name": "items", - "type": "Vector" + "name": "expires", + "type": "int" + }, + { + "name": "token", + "type": "bytes" } ], - "type": "PageBlock" + "type": "auth.LoginToken" }, { - "id": 641563686, - "predicate": "pageBlockBlockquote", + "id": 110008598, + "predicate": "auth.loginTokenMigrateTo", "params": [ { - "name": "text", - "type": "RichText" + "name": "dc_id", + "type": "int" }, { - "name": "caption", - "type": "RichText" + "name": "token", + "type": "bytes" } ], - "type": "PageBlock" + "type": "auth.LoginToken" }, { - "id": 1329878739, - "predicate": "pageBlockPullquote", + "id": 957176926, + "predicate": "auth.loginTokenSuccess", "params": [ { - "name": "text", - "type": "RichText" - }, - { - "name": "caption", - "type": "RichText" + "name": "authorization", + "type": "auth.Authorization" } ], - "type": "PageBlock" + "type": "auth.LoginToken" }, { - "id": 391759200, - "predicate": "pageBlockPhoto", + "id": 1474462241, + "predicate": "account.contentSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "photo_id", - "type": "long" - }, - { - "name": "caption", - "type": "PageCaption" - }, - { - "name": "url", - "type": "flags.0?string" + "name": "sensitive_enabled", + "type": "flags.0?true" }, { - "name": "webpage_id", - "type": "flags.0?long" + "name": "sensitive_can_change", + "type": "flags.1?true" } ], - "type": "PageBlock" + "type": "account.ContentSettings" }, { - "id": 2089805750, - "predicate": "pageBlockVideo", + "id": 2837970629, + "predicate": "messages.inactiveChats", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "autoplay", - "type": "flags.0?true" - }, - { - "name": "loop", - "type": "flags.1?true" + "name": "dates", + "type": "Vector" }, { - "name": "video_id", - "type": "long" + "name": "chats", + "type": "Vector" }, { - "name": "caption", - "type": "PageCaption" + "name": "users", + "type": "Vector" } ], - "type": "PageBlock" + "type": "messages.InactiveChats" }, { - "id": 972174080, - "predicate": "pageBlockCover", - "params": [ - { - "name": "cover", - "type": "PageBlock" - } - ], - "type": "PageBlock" + "id": 3282117730, + "predicate": "baseThemeClassic", + "params": [], + "type": "BaseTheme" }, { - "id": 2826014149, - "predicate": "pageBlockEmbed", + "id": 4225242760, + "predicate": "baseThemeDay", + "params": [], + "type": "BaseTheme" + }, + { + "id": 3081969320, + "predicate": "baseThemeNight", + "params": [], + "type": "BaseTheme" + }, + { + "id": 1834973166, + "predicate": "baseThemeTinted", + "params": [], + "type": "BaseTheme" + }, + { + "id": 1527845466, + "predicate": "baseThemeArctic", + "params": [], + "type": "BaseTheme" + }, + { + "id": 2413711439, + "predicate": "inputThemeSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "full_width", - "type": "flags.0?true" - }, - { - "name": "allow_scrolling", - "type": "flags.3?true" + "name": "message_colors_animated", + "type": "flags.2?true" }, { - "name": "url", - "type": "flags.1?string" + "name": "base_theme", + "type": "BaseTheme" }, { - "name": "html", - "type": "flags.2?string" + "name": "accent_color", + "type": "int" }, { - "name": "poster_photo_id", - "type": "flags.4?long" + "name": "outbox_accent_color", + "type": "flags.3?int" }, { - "name": "w", - "type": "flags.5?int" + "name": "message_colors", + "type": "flags.0?Vector" }, { - "name": "h", - "type": "flags.5?int" + "name": "wallpaper", + "type": "flags.1?InputWallPaper" }, { - "name": "caption", - "type": "PageCaption" + "name": "wallpaper_settings", + "type": "flags.1?WallPaperSettings" } ], - "type": "PageBlock" + "type": "InputThemeSettings" }, { - "id": 4065961995, - "predicate": "pageBlockEmbedPost", + "id": 4200117972, + "predicate": "themeSettings", "params": [ { - "name": "url", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "webpage_id", - "type": "long" + "name": "message_colors_animated", + "type": "flags.2?true" }, { - "name": "author_photo_id", - "type": "long" + "name": "base_theme", + "type": "BaseTheme" }, { - "name": "author", - "type": "string" + "name": "accent_color", + "type": "int" + }, + { + "name": "outbox_accent_color", + "type": "flags.3?int" + }, + { + "name": "message_colors", + "type": "flags.0?Vector" }, { - "name": "date", - "type": "int" + "name": "wallpaper", + "type": "flags.1?WallPaper" + } + ], + "type": "ThemeSettings" + }, + { + "id": 1421174295, + "predicate": "webPageAttributeTheme", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "blocks", - "type": "Vector" + "name": "documents", + "type": "flags.0?Vector" }, { - "name": "caption", - "type": "PageCaption" + "name": "settings", + "type": "flags.1?ThemeSettings" } ], - "type": "PageBlock" + "type": "WebPageAttribute" }, { - "id": 1705048653, - "predicate": "pageBlockCollage", + "id": 781501415, + "predicate": "webPageAttributeStory", "params": [ { - "name": "items", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "caption", - "type": "PageCaption" + "name": "peer", + "type": "Peer" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "story", + "type": "flags.0?StoryItem" } ], - "type": "PageBlock" + "type": "WebPageAttribute" }, { - "id": 52401552, - "predicate": "pageBlockSlideshow", + "id": 1355547603, + "predicate": "webPageAttributeStickerSet", "params": [ { - "name": "items", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "caption", - "type": "PageCaption" + "name": "emojis", + "type": "flags.0?true" + }, + { + "name": "text_color", + "type": "flags.1?true" + }, + { + "name": "stickers", + "type": "Vector" } ], - "type": "PageBlock" + "type": "WebPageAttribute" }, { - "id": 4011282869, - "predicate": "pageBlockChannel", + "id": 1218005070, + "predicate": "messages.votesList", "params": [ { - "name": "channel", - "type": "Chat" + "name": "flags", + "type": "#" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "votes", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + }, + { + "name": "next_offset", + "type": "flags.0?string" } ], - "type": "PageBlock" + "type": "messages.VotesList" }, { - "id": 2151899626, - "predicate": "pageBlockAudio", + "id": 4117234314, + "predicate": "bankCardOpenUrl", "params": [ { - "name": "audio_id", - "type": "long" + "name": "url", + "type": "string" }, { - "name": "caption", - "type": "PageCaption" + "name": "name", + "type": "string" } ], - "type": "PageBlock" + "type": "BankCardOpenUrl" }, { - "id": 504660880, - "predicate": "pageBlockKicker", + "id": 1042605427, + "predicate": "payments.bankCardData", "params": [ { - "name": "text", - "type": "RichText" + "name": "title", + "type": "string" + }, + { + "name": "open_urls", + "type": "Vector" } ], - "type": "PageBlock" + "type": "payments.BankCardData" }, { - "id": 3209554562, - "predicate": "pageBlockTable", + "id": 1605718587, + "predicate": "dialogFilter", "params": [ { "name": "flags", "type": "#" }, { - "name": "bordered", + "name": "contacts", "type": "flags.0?true" }, { - "name": "striped", + "name": "non_contacts", "type": "flags.1?true" }, + { + "name": "groups", + "type": "flags.2?true" + }, + { + "name": "broadcasts", + "type": "flags.3?true" + }, + { + "name": "bots", + "type": "flags.4?true" + }, + { + "name": "exclude_muted", + "type": "flags.11?true" + }, + { + "name": "exclude_read", + "type": "flags.12?true" + }, + { + "name": "exclude_archived", + "type": "flags.13?true" + }, + { + "name": "id", + "type": "int" + }, { "name": "title", - "type": "RichText" + "type": "string" }, { - "name": "rows", - "type": "Vector" + "name": "emoticon", + "type": "flags.25?string" + }, + { + "name": "color", + "type": "flags.27?int" + }, + { + "name": "pinned_peers", + "type": "Vector" + }, + { + "name": "include_peers", + "type": "Vector" + }, + { + "name": "exclude_peers", + "type": "Vector" } ], - "type": "PageBlock" + "type": "DialogFilter" }, { - "id": 2592793057, - "predicate": "pageBlockOrderedList", - "params": [ - { - "name": "items", - "type": "Vector" - } - ], - "type": "PageBlock" + "id": 909284270, + "predicate": "dialogFilterDefault", + "params": [], + "type": "DialogFilter" }, { - "id": 1987480557, - "predicate": "pageBlockDetails", + "id": 2682424996, + "predicate": "dialogFilterChatlist", "params": [ { "name": "flags", "type": "#" }, { - "name": "open", - "type": "flags.0?true" + "name": "has_my_invites", + "type": "flags.26?true" }, { - "name": "blocks", - "type": "Vector" + "name": "id", + "type": "int" }, { "name": "title", - "type": "RichText" + "type": "string" + }, + { + "name": "emoticon", + "type": "flags.25?string" + }, + { + "name": "color", + "type": "flags.27?int" + }, + { + "name": "pinned_peers", + "type": "Vector" + }, + { + "name": "include_peers", + "type": "Vector" } ], - "type": "PageBlock" + "type": "DialogFilter" }, { - "id": 370236054, - "predicate": "pageBlockRelatedArticles", + "id": 2004110666, + "predicate": "dialogFilterSuggested", "params": [ { - "name": "title", - "type": "RichText" + "name": "filter", + "type": "DialogFilter" }, { - "name": "articles", - "type": "Vector" + "name": "description", + "type": "string" } ], - "type": "PageBlock" + "type": "DialogFilterSuggested" }, { - "id": 2756656886, - "predicate": "pageBlockMap", + "id": 3057118639, + "predicate": "statsDateRangeDays", "params": [ { - "name": "geo", - "type": "GeoPoint" - }, - { - "name": "zoom", + "name": "min_date", "type": "int" }, { - "name": "w", + "name": "max_date", "type": "int" + } + ], + "type": "StatsDateRangeDays" + }, + { + "id": 3410210014, + "predicate": "statsAbsValueAndPrev", + "params": [ + { + "name": "current", + "type": "double" }, { - "name": "h", - "type": "int" + "name": "previous", + "type": "double" + } + ], + "type": "StatsAbsValueAndPrev" + }, + { + "id": 3419287520, + "predicate": "statsPercentValue", + "params": [ + { + "name": "part", + "type": "double" }, { - "name": "caption", - "type": "PageCaption" + "name": "total", + "type": "double" } ], - "type": "PageBlock" - }, - { - "id": 2246320897, - "predicate": "phoneCallDiscardReasonMissed", - "params": [], - "type": "PhoneCallDiscardReason" - }, - { - "id": 3767910816, - "predicate": "phoneCallDiscardReasonDisconnect", - "params": [], - "type": "PhoneCallDiscardReason" - }, - { - "id": 1471006352, - "predicate": "phoneCallDiscardReasonHangup", - "params": [], - "type": "PhoneCallDiscardReason" + "type": "StatsPercentValue" }, { - "id": 4210550985, - "predicate": "phoneCallDiscardReasonBusy", - "params": [], - "type": "PhoneCallDiscardReason" + "id": 1244130093, + "predicate": "statsGraphAsync", + "params": [ + { + "name": "token", + "type": "string" + } + ], + "type": "StatsGraph" }, { - "id": 2104790276, - "predicate": "dataJSON", + "id": 3202127906, + "predicate": "statsGraphError", "params": [ { - "name": "data", + "name": "error", "type": "string" } ], - "type": "DataJSON" + "type": "StatsGraph" }, { - "id": 3408489464, - "predicate": "labeledPrice", + "id": 2393138358, + "predicate": "statsGraph", "params": [ { - "name": "label", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "amount", - "type": "long" + "name": "json", + "type": "DataJSON" + }, + { + "name": "zoom_token", + "type": "flags.0?string" } ], - "type": "LabeledPrice" + "type": "StatsGraph" }, { - "id": 1048946971, - "predicate": "invoice", + "id": 963421692, + "predicate": "stats.broadcastStats", "params": [ { - "name": "flags", - "type": "#" + "name": "period", + "type": "StatsDateRangeDays" }, { - "name": "test", - "type": "flags.0?true" + "name": "followers", + "type": "StatsAbsValueAndPrev" }, { - "name": "name_requested", - "type": "flags.1?true" + "name": "views_per_post", + "type": "StatsAbsValueAndPrev" }, { - "name": "phone_requested", - "type": "flags.2?true" + "name": "shares_per_post", + "type": "StatsAbsValueAndPrev" }, { - "name": "email_requested", - "type": "flags.3?true" + "name": "reactions_per_post", + "type": "StatsAbsValueAndPrev" }, { - "name": "shipping_address_requested", - "type": "flags.4?true" + "name": "views_per_story", + "type": "StatsAbsValueAndPrev" }, { - "name": "flexible", - "type": "flags.5?true" + "name": "shares_per_story", + "type": "StatsAbsValueAndPrev" }, { - "name": "phone_to_provider", - "type": "flags.6?true" + "name": "reactions_per_story", + "type": "StatsAbsValueAndPrev" }, { - "name": "email_to_provider", - "type": "flags.7?true" + "name": "enabled_notifications", + "type": "StatsPercentValue" }, { - "name": "recurring", - "type": "flags.9?true" + "name": "growth_graph", + "type": "StatsGraph" }, { - "name": "currency", - "type": "string" + "name": "followers_graph", + "type": "StatsGraph" }, { - "name": "prices", - "type": "Vector" + "name": "mute_graph", + "type": "StatsGraph" }, { - "name": "max_tip_amount", - "type": "flags.8?long" + "name": "top_hours_graph", + "type": "StatsGraph" }, { - "name": "suggested_tip_amounts", - "type": "flags.8?Vector" + "name": "interactions_graph", + "type": "StatsGraph" }, { - "name": "recurring_terms_url", - "type": "flags.9?string" + "name": "iv_interactions_graph", + "type": "StatsGraph" + }, + { + "name": "views_by_source_graph", + "type": "StatsGraph" + }, + { + "name": "new_followers_by_source_graph", + "type": "StatsGraph" + }, + { + "name": "languages_graph", + "type": "StatsGraph" + }, + { + "name": "reactions_by_emotion_graph", + "type": "StatsGraph" + }, + { + "name": "story_interactions_graph", + "type": "StatsGraph" + }, + { + "name": "story_reactions_by_emotion_graph", + "type": "StatsGraph" + }, + { + "name": "recent_posts_interactions", + "type": "Vector" } ], - "type": "Invoice" + "type": "stats.BroadcastStats" }, { - "id": 3926049406, - "predicate": "paymentCharge", + "id": 2566302837, + "predicate": "help.promoDataEmpty", "params": [ { - "name": "id", - "type": "string" - }, - { - "name": "provider_charge_id", - "type": "string" + "name": "expires", + "type": "int" } ], - "type": "PaymentCharge" + "type": "help.PromoData" }, { - "id": 512535275, - "predicate": "postAddress", + "id": 2352576831, + "predicate": "help.promoData", "params": [ { - "name": "street_line1", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "street_line2", - "type": "string" + "name": "proxy", + "type": "flags.0?true" }, { - "name": "city", - "type": "string" + "name": "expires", + "type": "int" }, { - "name": "state", - "type": "string" + "name": "peer", + "type": "Peer" }, { - "name": "country_iso2", - "type": "string" + "name": "chats", + "type": "Vector" }, { - "name": "post_code", - "type": "string" + "name": "users", + "type": "Vector" + }, + { + "name": "psa_type", + "type": "flags.1?string" + }, + { + "name": "psa_message", + "type": "flags.2?string" } ], - "type": "PostAddress" + "type": "help.PromoData" }, { - "id": 2426158996, - "predicate": "paymentRequestedInfo", + "id": 3727929492, + "predicate": "videoSize", "params": [ { "name": "flags", "type": "#" }, { - "name": "name", - "type": "flags.0?string" + "name": "type", + "type": "string" }, { - "name": "phone", - "type": "flags.1?string" + "name": "w", + "type": "int" }, { - "name": "email", - "type": "flags.2?string" + "name": "h", + "type": "int" }, { - "name": "shipping_address", - "type": "flags.3?PostAddress" - } - ], - "type": "PaymentRequestedInfo" - }, - { - "id": 3452074527, - "predicate": "paymentSavedCredentialsCard", - "params": [ - { - "name": "id", - "type": "string" + "name": "size", + "type": "int" }, { - "name": "title", - "type": "string" + "name": "video_start_ts", + "type": "flags.0?double" } ], - "type": "PaymentSavedCredentials" + "type": "VideoSize" }, { - "id": 475467473, - "predicate": "webDocument", + "id": 4166795580, + "predicate": "videoSizeEmojiMarkup", "params": [ { - "name": "url", - "type": "string" - }, - { - "name": "access_hash", + "name": "emoji_id", "type": "long" }, { - "name": "size", - "type": "int" + "name": "background_colors", + "type": "Vector" + } + ], + "type": "VideoSize" + }, + { + "id": 228623102, + "predicate": "videoSizeStickerMarkup", + "params": [ + { + "name": "stickerset", + "type": "InputStickerSet" }, { - "name": "mime_type", - "type": "string" + "name": "sticker_id", + "type": "long" }, { - "name": "attributes", - "type": "Vector" + "name": "background_colors", + "type": "Vector" } ], - "type": "WebDocument" + "type": "VideoSize" }, { - "id": 4190682310, - "predicate": "webDocumentNoProxy", + "id": 2634330011, + "predicate": "statsGroupTopPoster", "params": [ { - "name": "url", - "type": "string" + "name": "user_id", + "type": "long" }, { - "name": "size", + "name": "messages", "type": "int" }, { - "name": "mime_type", - "type": "string" - }, - { - "name": "attributes", - "type": "Vector" + "name": "avg_chars", + "type": "int" } ], - "type": "WebDocument" + "type": "StatsGroupTopPoster" }, { - "id": 2616017741, - "predicate": "inputWebDocument", + "id": 3612888199, + "predicate": "statsGroupTopAdmin", "params": [ { - "name": "url", - "type": "string" + "name": "user_id", + "type": "long" }, { - "name": "size", + "name": "deleted", "type": "int" }, { - "name": "mime_type", - "type": "string" + "name": "kicked", + "type": "int" }, { - "name": "attributes", - "type": "Vector" + "name": "banned", + "type": "int" } ], - "type": "InputWebDocument" + "type": "StatsGroupTopAdmin" }, { - "id": 3258570374, - "predicate": "inputWebFileLocation", + "id": 1398765469, + "predicate": "statsGroupTopInviter", "params": [ { - "name": "url", - "type": "string" + "name": "user_id", + "type": "long" }, { - "name": "access_hash", - "type": "long" + "name": "invitations", + "type": "int" } ], - "type": "InputWebFileLocation" + "type": "StatsGroupTopInviter" }, { - "id": 2669814217, - "predicate": "inputWebFileGeoPointLocation", + "id": 4018141462, + "predicate": "stats.megagroupStats", "params": [ { - "name": "geo_point", - "type": "InputGeoPoint" + "name": "period", + "type": "StatsDateRangeDays" }, { - "name": "access_hash", - "type": "long" + "name": "members", + "type": "StatsAbsValueAndPrev" }, { - "name": "w", - "type": "int" + "name": "messages", + "type": "StatsAbsValueAndPrev" }, { - "name": "h", - "type": "int" + "name": "viewers", + "type": "StatsAbsValueAndPrev" }, { - "name": "zoom", - "type": "int" + "name": "posters", + "type": "StatsAbsValueAndPrev" }, { - "name": "scale", - "type": "int" - } - ], - "type": "InputWebFileLocation" - }, - { - "id": 4100974884, - "predicate": "inputWebFileAudioAlbumThumbLocation", - "params": [ + "name": "growth_graph", + "type": "StatsGraph" + }, { - "name": "flags", - "type": "#" + "name": "members_graph", + "type": "StatsGraph" }, { - "name": "small", - "type": "flags.2?true" + "name": "new_members_by_source_graph", + "type": "StatsGraph" }, { - "name": "document", - "type": "flags.0?InputDocument" + "name": "languages_graph", + "type": "StatsGraph" }, { - "name": "title", - "type": "flags.1?string" + "name": "messages_graph", + "type": "StatsGraph" }, { - "name": "performer", - "type": "flags.1?string" - } - ], - "type": "InputWebFileLocation" - }, - { - "id": 568808380, - "predicate": "upload.webFile", - "params": [ + "name": "actions_graph", + "type": "StatsGraph" + }, { - "name": "size", - "type": "int" + "name": "top_hours_graph", + "type": "StatsGraph" }, { - "name": "mime_type", - "type": "string" + "name": "weekdays_graph", + "type": "StatsGraph" }, { - "name": "file_type", - "type": "storage.FileType" + "name": "top_posters", + "type": "Vector" }, { - "name": "mtime", - "type": "int" + "name": "top_admins", + "type": "Vector" }, { - "name": "bytes", - "type": "bytes" + "name": "top_inviters", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "upload.WebFile" + "type": "stats.MegagroupStats" }, { - "id": 2684716881, - "predicate": "payments.paymentForm", + "id": 1934380235, + "predicate": "globalPrivacySettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "can_save_credentials", - "type": "flags.2?true" + "name": "archive_and_mute_new_noncontact_peers", + "type": "flags.0?true" }, { - "name": "password_missing", - "type": "flags.3?true" + "name": "keep_archived_unmuted", + "type": "flags.1?true" }, { - "name": "form_id", - "type": "long" + "name": "keep_archived_folders", + "type": "flags.2?true" }, { - "name": "bot_id", - "type": "long" + "name": "hide_read_marks", + "type": "flags.3?true" }, { - "name": "title", - "type": "string" + "name": "new_noncontact_peers_require_premium", + "type": "flags.4?true" + } + ], + "type": "GlobalPrivacySettings" + }, + { + "id": 1107543535, + "predicate": "help.countryCode", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "description", + "name": "country_code", "type": "string" }, { - "name": "photo", - "type": "flags.5?WebDocument" + "name": "prefixes", + "type": "flags.0?Vector" }, { - "name": "invoice", - "type": "Invoice" - }, + "name": "patterns", + "type": "flags.1?Vector" + } + ], + "type": "help.CountryCode" + }, + { + "id": 3280440867, + "predicate": "help.country", + "params": [ { - "name": "provider_id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "url", - "type": "string" + "name": "hidden", + "type": "flags.0?true" }, { - "name": "native_provider", - "type": "flags.4?string" + "name": "iso2", + "type": "string" }, { - "name": "native_params", - "type": "flags.4?DataJSON" + "name": "default_name", + "type": "string" }, { - "name": "additional_methods", - "type": "flags.6?Vector" + "name": "name", + "type": "flags.1?string" }, { - "name": "saved_info", - "type": "flags.0?PaymentRequestedInfo" - }, + "name": "country_codes", + "type": "Vector" + } + ], + "type": "help.Country" + }, + { + "id": 2479628082, + "predicate": "help.countriesListNotModified", + "params": [], + "type": "help.CountriesList" + }, + { + "id": 2278585758, + "predicate": "help.countriesList", + "params": [ { - "name": "saved_credentials", - "type": "flags.1?Vector" + "name": "countries", + "type": "Vector" }, { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "int" } ], - "type": "payments.PaymentForm" + "type": "help.CountriesList" }, { - "id": 3510966403, - "predicate": "payments.validatedRequestedInfo", + "id": 1163625789, + "predicate": "messageViews", "params": [ { "name": "flags", "type": "#" }, { - "name": "id", - "type": "flags.0?string" + "name": "views", + "type": "flags.0?int" }, { - "name": "shipping_options", - "type": "flags.1?Vector" - } - ], - "type": "payments.ValidatedRequestedInfo" - }, - { - "id": 1314881805, - "predicate": "payments.paymentResult", - "params": [ + "name": "forwards", + "type": "flags.1?int" + }, { - "name": "updates", - "type": "Updates" + "name": "replies", + "type": "flags.2?MessageReplies" } ], - "type": "payments.PaymentResult" + "type": "MessageViews" }, { - "id": 3628142905, - "predicate": "payments.paymentVerificationNeeded", + "id": 3066361155, + "predicate": "messages.messageViews", "params": [ { - "name": "url", - "type": "string" + "name": "views", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "payments.PaymentResult" + "type": "messages.MessageViews" }, { - "id": 1891958275, - "predicate": "payments.paymentReceipt", + "id": 2788431746, + "predicate": "messages.discussionMessage", "params": [ { "name": "flags", "type": "#" }, { - "name": "date", - "type": "int" + "name": "messages", + "type": "Vector" }, { - "name": "bot_id", - "type": "long" + "name": "max_id", + "type": "flags.0?int" }, { - "name": "provider_id", - "type": "long" + "name": "read_inbox_max_id", + "type": "flags.1?int" }, { - "name": "title", - "type": "string" + "name": "read_outbox_max_id", + "type": "flags.2?int" }, { - "name": "description", - "type": "string" + "name": "unread_count", + "type": "int" }, { - "name": "photo", - "type": "flags.2?WebDocument" + "name": "chats", + "type": "Vector" }, { - "name": "invoice", - "type": "Invoice" + "name": "users", + "type": "Vector" + } + ], + "type": "messages.DiscussionMessage" + }, + { + "id": 2948336091, + "predicate": "messageReplyHeader", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "info", - "type": "flags.0?PaymentRequestedInfo" + "name": "reply_to_scheduled", + "type": "flags.2?true" }, { - "name": "shipping", - "type": "flags.1?ShippingOption" + "name": "forum_topic", + "type": "flags.3?true" }, { - "name": "tip_amount", - "type": "flags.3?long" + "name": "quote", + "type": "flags.9?true" }, { - "name": "currency", - "type": "string" + "name": "reply_to_msg_id", + "type": "flags.4?int" }, { - "name": "total_amount", - "type": "long" + "name": "reply_to_peer_id", + "type": "flags.0?Peer" }, { - "name": "credentials_title", - "type": "string" + "name": "reply_from", + "type": "flags.5?MessageFwdHeader" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "payments.PaymentReceipt" - }, - { - "id": 4220511292, - "predicate": "payments.savedInfo", - "params": [ + "name": "reply_media", + "type": "flags.8?MessageMedia" + }, { - "name": "flags", - "type": "#" + "name": "reply_to_top_id", + "type": "flags.1?int" }, { - "name": "has_saved_credentials", - "type": "flags.1?true" + "name": "quote_text", + "type": "flags.6?string" }, { - "name": "saved_info", - "type": "flags.0?PaymentRequestedInfo" + "name": "quote_entities", + "type": "flags.7?Vector" + }, + { + "name": "quote_offset", + "type": "flags.10?int" } ], - "type": "payments.SavedInfo" + "type": "MessageReplyHeader" }, { - "id": 3238965967, - "predicate": "inputPaymentCredentialsSaved", + "id": 240843065, + "predicate": "messageReplyStoryHeader", "params": [ { - "name": "id", - "type": "string" + "name": "peer", + "type": "Peer" }, { - "name": "tmp_password", - "type": "bytes" + "name": "story_id", + "type": "int" } ], - "type": "InputPaymentCredentials" + "type": "MessageReplyHeader" }, { - "id": 873977640, - "predicate": "inputPaymentCredentials", + "id": 2211844034, + "predicate": "messageReplies", "params": [ { "name": "flags", "type": "#" }, { - "name": "save", + "name": "comments", "type": "flags.0?true" }, { - "name": "data", - "type": "DataJSON" + "name": "replies", + "type": "int" + }, + { + "name": "replies_pts", + "type": "int" + }, + { + "name": "recent_repliers", + "type": "flags.1?Vector" + }, + { + "name": "channel_id", + "type": "flags.0?long" + }, + { + "name": "max_id", + "type": "flags.2?int" + }, + { + "name": "read_max_id", + "type": "flags.3?int" } ], - "type": "InputPaymentCredentials" + "type": "MessageReplies" }, { - "id": 178373535, - "predicate": "inputPaymentCredentialsApplePay", + "id": 3908927508, + "predicate": "peerBlocked", "params": [ { - "name": "payment_data", - "type": "DataJSON" + "name": "peer_id", + "type": "Peer" + }, + { + "name": "date", + "type": "int" } ], - "type": "InputPaymentCredentials" + "type": "PeerBlocked" }, { - "id": 2328045569, - "predicate": "inputPaymentCredentialsGooglePay", + "id": 2145983508, + "predicate": "stats.messageStats", "params": [ { - "name": "payment_token", - "type": "DataJSON" + "name": "views_graph", + "type": "StatsGraph" + }, + { + "name": "reactions_by_emotion_graph", + "type": "StatsGraph" } ], - "type": "InputPaymentCredentials" + "type": "stats.MessageStats" }, { - "id": 3680828724, - "predicate": "account.tmpPassword", + "id": 2004925620, + "predicate": "groupCallDiscarded", + "params": [ + { + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "duration", + "type": "int" + } + ], + "type": "GroupCall" + }, + { + "id": 3583468812, + "predicate": "groupCall", "params": [ { - "name": "tmp_password", - "type": "bytes" + "name": "flags", + "type": "#" + }, + { + "name": "join_muted", + "type": "flags.1?true" + }, + { + "name": "can_change_join_muted", + "type": "flags.2?true" + }, + { + "name": "join_date_asc", + "type": "flags.6?true" + }, + { + "name": "schedule_start_subscribed", + "type": "flags.8?true" + }, + { + "name": "can_start_video", + "type": "flags.9?true" + }, + { + "name": "record_video_active", + "type": "flags.11?true" }, { - "name": "valid_until", - "type": "int" - } - ], - "type": "account.TmpPassword" - }, - { - "id": 3055631583, - "predicate": "shippingOption", - "params": [ + "name": "rtmp_stream", + "type": "flags.12?true" + }, + { + "name": "listeners_hidden", + "type": "flags.13?true" + }, { "name": "id", - "type": "string" + "type": "long" + }, + { + "name": "access_hash", + "type": "long" + }, + { + "name": "participants_count", + "type": "int" }, { "name": "title", - "type": "string" + "type": "flags.3?string" }, { - "name": "prices", - "type": "Vector" - } - ], - "type": "ShippingOption" - }, - { - "id": 853188252, - "predicate": "inputStickerSetItem", - "params": [ + "name": "stream_dc_id", + "type": "flags.4?int" + }, { - "name": "flags", - "type": "#" + "name": "record_start_date", + "type": "flags.5?int" }, { - "name": "document", - "type": "InputDocument" + "name": "schedule_date", + "type": "flags.7?int" }, { - "name": "emoji", - "type": "string" + "name": "unmuted_video_count", + "type": "flags.10?int" }, { - "name": "mask_coords", - "type": "flags.0?MaskCoords" + "name": "unmuted_video_limit", + "type": "int" }, { - "name": "keywords", - "type": "flags.1?string" + "name": "version", + "type": "int" } ], - "type": "InputStickerSetItem" + "type": "GroupCall" }, { - "id": 506920429, - "predicate": "inputPhoneCall", + "id": 3635053583, + "predicate": "inputGroupCall", "params": [ { "name": "id", @@ -13160,170 +19664,264 @@ "type": "long" } ], - "type": "InputPhoneCall" - }, - { - "id": 1399245077, - "predicate": "phoneCallEmpty", - "params": [ - { - "name": "id", - "type": "long" - } - ], - "type": "PhoneCall" + "type": "InputGroupCall" }, { - "id": 3307368215, - "predicate": "phoneCallWaiting", + "id": 3953538814, + "predicate": "groupCallParticipant", "params": [ { "name": "flags", "type": "#" }, { - "name": "video", - "type": "flags.6?true" + "name": "muted", + "type": "flags.0?true" }, { - "name": "id", - "type": "long" + "name": "left", + "type": "flags.1?true" }, { - "name": "access_hash", - "type": "long" + "name": "can_self_unmute", + "type": "flags.2?true" + }, + { + "name": "just_joined", + "type": "flags.4?true" + }, + { + "name": "versioned", + "type": "flags.5?true" + }, + { + "name": "min", + "type": "flags.8?true" + }, + { + "name": "muted_by_you", + "type": "flags.9?true" + }, + { + "name": "volume_by_admin", + "type": "flags.10?true" + }, + { + "name": "self", + "type": "flags.12?true" + }, + { + "name": "video_joined", + "type": "flags.15?true" + }, + { + "name": "peer", + "type": "Peer" }, { "name": "date", "type": "int" }, { - "name": "admin_id", - "type": "long" + "name": "active_date", + "type": "flags.3?int" }, { - "name": "participant_id", - "type": "long" + "name": "source", + "type": "int" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "volume", + "type": "flags.7?int" }, { - "name": "receive_date", - "type": "flags.0?int" + "name": "about", + "type": "flags.11?string" + }, + { + "name": "raise_hand_rating", + "type": "flags.13?long" + }, + { + "name": "video", + "type": "flags.6?GroupCallParticipantVideo" + }, + { + "name": "presentation", + "type": "flags.14?GroupCallParticipantVideo" } ], - "type": "PhoneCall" + "type": "GroupCallParticipant" }, { - "id": 347139340, - "predicate": "phoneCallRequested", + "id": 2658302637, + "predicate": "phone.groupCall", "params": [ { - "name": "flags", - "type": "#" + "name": "call", + "type": "GroupCall" }, { - "name": "video", - "type": "flags.6?true" + "name": "participants", + "type": "Vector" }, { - "name": "id", - "type": "long" + "name": "participants_next_offset", + "type": "string" }, { - "name": "access_hash", - "type": "long" + "name": "chats", + "type": "Vector" }, { - "name": "date", + "name": "users", + "type": "Vector" + } + ], + "type": "phone.GroupCall" + }, + { + "id": 4101460406, + "predicate": "phone.groupParticipants", + "params": [ + { + "name": "count", "type": "int" }, { - "name": "admin_id", - "type": "long" + "name": "participants", + "type": "Vector" }, { - "name": "participant_id", - "type": "long" + "name": "next_offset", + "type": "string" }, { - "name": "g_a_hash", - "type": "bytes" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "version", + "type": "int" + } + ], + "type": "phone.GroupParticipants" + }, + { + "id": 813821341, + "predicate": "inlineQueryPeerTypeSameBotPM", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 2201751468, + "predicate": "inlineQueryPeerTypePM", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 3613836554, + "predicate": "inlineQueryPeerTypeChat", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 1589952067, + "predicate": "inlineQueryPeerTypeMegagroup", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 1664413338, + "predicate": "inlineQueryPeerTypeBroadcast", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 238759180, + "predicate": "inlineQueryPeerTypeBotPM", + "params": [], + "type": "InlineQueryPeerType" + }, + { + "id": 375566091, + "predicate": "messages.historyImport", + "params": [ + { + "name": "id", + "type": "long" } ], - "type": "PhoneCall" + "type": "messages.HistoryImport" }, { - "id": 912311057, - "predicate": "phoneCallAccepted", + "id": 1578088377, + "predicate": "messages.historyImportParsed", "params": [ { "name": "flags", "type": "#" }, { - "name": "video", - "type": "flags.6?true" + "name": "pm", + "type": "flags.0?true" }, { - "name": "id", - "type": "long" + "name": "group", + "type": "flags.1?true" }, { - "name": "access_hash", - "type": "long" - }, + "name": "title", + "type": "flags.2?string" + } + ], + "type": "messages.HistoryImportParsed" + }, + { + "id": 4019011180, + "predicate": "messages.affectedFoundMessages", + "params": [ { - "name": "date", + "name": "pts", "type": "int" }, { - "name": "admin_id", - "type": "long" - }, - { - "name": "participant_id", - "type": "long" + "name": "pts_count", + "type": "int" }, { - "name": "g_b", - "type": "bytes" + "name": "offset", + "type": "int" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "messages", + "type": "Vector" } ], - "type": "PhoneCall" + "type": "messages.AffectedFoundMessages" }, { - "id": 2524937319, - "predicate": "phoneCall", + "id": 2354765785, + "predicate": "chatInviteImporter", "params": [ { "name": "flags", "type": "#" }, { - "name": "p2p_allowed", - "type": "flags.5?true" - }, - { - "name": "video", - "type": "flags.6?true" + "name": "requested", + "type": "flags.0?true" }, { - "name": "id", - "type": "long" + "name": "via_chatlist", + "type": "flags.3?true" }, { - "name": "access_hash", + "name": "user_id", "type": "long" }, { @@ -13331,3505 +19929,3597 @@ "type": "int" }, { - "name": "admin_id", - "type": "long" + "name": "about", + "type": "flags.2?string" }, { - "name": "participant_id", - "type": "long" - }, + "name": "approved_by", + "type": "flags.1?long" + } + ], + "type": "ChatInviteImporter" + }, + { + "id": 3183881676, + "predicate": "messages.exportedChatInvites", + "params": [ { - "name": "g_a_or_b", - "type": "bytes" + "name": "count", + "type": "int" }, { - "name": "key_fingerprint", - "type": "long" + "name": "invites", + "type": "Vector" }, { - "name": "protocol", - "type": "PhoneCallProtocol" - }, + "name": "users", + "type": "Vector" + } + ], + "type": "messages.ExportedChatInvites" + }, + { + "id": 410107472, + "predicate": "messages.exportedChatInvite", + "params": [ { - "name": "connections", - "type": "Vector" + "name": "invite", + "type": "ExportedChatInvite" }, { - "name": "start_date", - "type": "int" + "name": "users", + "type": "Vector" } ], - "type": "PhoneCall" + "type": "messages.ExportedChatInvite" }, { - "id": 1355435489, - "predicate": "phoneCallDiscarded", + "id": 572915951, + "predicate": "messages.exportedChatInviteReplaced", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "need_rating", - "type": "flags.2?true" + "name": "invite", + "type": "ExportedChatInvite" }, { - "name": "need_debug", - "type": "flags.3?true" + "name": "new_invite", + "type": "ExportedChatInvite" }, { - "name": "video", - "type": "flags.6?true" - }, + "name": "users", + "type": "Vector" + } + ], + "type": "messages.ExportedChatInvite" + }, + { + "id": 2176233482, + "predicate": "messages.chatInviteImporters", + "params": [ { - "name": "id", - "type": "long" + "name": "count", + "type": "int" }, { - "name": "reason", - "type": "flags.0?PhoneCallDiscardReason" + "name": "importers", + "type": "Vector" }, { - "name": "duration", - "type": "flags.1?int" + "name": "users", + "type": "Vector" } ], - "type": "PhoneCall" + "type": "messages.ChatInviteImporters" }, { - "id": 2629903303, - "predicate": "phoneConnection", + "id": 4075613987, + "predicate": "chatAdminWithInvites", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "tcp", - "type": "flags.0?true" - }, - { - "name": "id", + "name": "admin_id", "type": "long" }, { - "name": "ip", - "type": "string" - }, - { - "name": "ipv6", - "type": "string" - }, - { - "name": "port", + "name": "invites_count", "type": "int" }, { - "name": "peer_tag", - "type": "bytes" + "name": "revoked_invites_count", + "type": "int" } ], - "type": "PhoneConnection" + "type": "ChatAdminWithInvites" }, { - "id": 1667228533, - "predicate": "phoneConnectionWebrtc", + "id": 3063640791, + "predicate": "messages.chatAdminsWithInvites", "params": [ { - "name": "flags", - "type": "#" + "name": "admins", + "type": "Vector" }, { - "name": "turn", - "type": "flags.0?true" - }, + "name": "users", + "type": "Vector" + } + ], + "type": "messages.ChatAdminsWithInvites" + }, + { + "id": 2723014423, + "predicate": "messages.checkedHistoryImportPeer", + "params": [ { - "name": "stun", - "type": "flags.1?true" - }, + "name": "confirm_text", + "type": "string" + } + ], + "type": "messages.CheckedHistoryImportPeer" + }, + { + "id": 2951045695, + "predicate": "phone.joinAsPeers", + "params": [ { - "name": "id", - "type": "long" + "name": "peers", + "type": "Vector" }, { - "name": "ip", - "type": "string" + "name": "chats", + "type": "Vector" }, { - "name": "ipv6", - "type": "string" - }, + "name": "users", + "type": "Vector" + } + ], + "type": "phone.JoinAsPeers" + }, + { + "id": 541839704, + "predicate": "phone.exportedGroupCallInvite", + "params": [ { - "name": "port", - "type": "int" - }, + "name": "link", + "type": "string" + } + ], + "type": "phone.ExportedGroupCallInvite" + }, + { + "id": 3702593719, + "predicate": "groupCallParticipantVideoSourceGroup", + "params": [ { - "name": "username", + "name": "semantics", "type": "string" }, { - "name": "password", - "type": "string" + "name": "sources", + "type": "Vector" } ], - "type": "PhoneConnection" + "type": "GroupCallParticipantVideoSourceGroup" }, { - "id": 4236742600, - "predicate": "phoneCallProtocol", + "id": 1735736008, + "predicate": "groupCallParticipantVideo", "params": [ { "name": "flags", "type": "#" }, { - "name": "udp_p2p", + "name": "paused", "type": "flags.0?true" }, { - "name": "udp_reflector", - "type": "flags.1?true" - }, - { - "name": "min_layer", - "type": "int" + "name": "endpoint", + "type": "string" }, { - "name": "max_layer", - "type": "int" + "name": "source_groups", + "type": "Vector" }, { - "name": "library_versions", - "type": "Vector" + "name": "audio_source", + "type": "flags.1?int" } ], - "type": "PhoneCallProtocol" + "type": "GroupCallParticipantVideo" }, { - "id": 3968000320, - "predicate": "phone.phoneCall", + "id": 2248056895, + "predicate": "stickers.suggestedShortName", "params": [ { - "name": "phone_call", - "type": "PhoneCall" - }, - { - "name": "users", - "type": "Vector" + "name": "short_name", + "type": "string" } ], - "type": "phone.PhoneCall" + "type": "stickers.SuggestedShortName" }, { - "id": 4004045934, - "predicate": "upload.cdnFileReuploadNeeded", + "id": 795652779, + "predicate": "botCommandScopeDefault", + "params": [], + "type": "BotCommandScope" + }, + { + "id": 1011811544, + "predicate": "botCommandScopeUsers", + "params": [], + "type": "BotCommandScope" + }, + { + "id": 1877059713, + "predicate": "botCommandScopeChats", + "params": [], + "type": "BotCommandScope" + }, + { + "id": 3114950762, + "predicate": "botCommandScopeChatAdmins", + "params": [], + "type": "BotCommandScope" + }, + { + "id": 3684534653, + "predicate": "botCommandScopePeer", "params": [ { - "name": "request_token", - "type": "bytes" + "name": "peer", + "type": "InputPeer" } ], - "type": "upload.CdnFile" + "type": "BotCommandScope" }, { - "id": 2845821519, - "predicate": "upload.cdnFile", + "id": 1071145937, + "predicate": "botCommandScopePeerAdmins", "params": [ { - "name": "bytes", - "type": "bytes" + "name": "peer", + "type": "InputPeer" } ], - "type": "upload.CdnFile" + "type": "BotCommandScope" }, { - "id": 3380800186, - "predicate": "cdnPublicKey", + "id": 169026035, + "predicate": "botCommandScopePeerUser", "params": [ { - "name": "dc_id", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "public_key", - "type": "string" + "name": "user_id", + "type": "InputUser" } ], - "type": "CdnPublicKey" + "type": "BotCommandScope" }, { - "id": 1462101002, - "predicate": "cdnConfig", + "id": 3816265825, + "predicate": "account.resetPasswordFailedWait", "params": [ { - "name": "public_keys", - "type": "Vector" + "name": "retry_date", + "type": "int" } ], - "type": "CdnConfig" + "type": "account.ResetPasswordResult" }, { - "id": 3402727926, - "predicate": "langPackString", + "id": 3924819069, + "predicate": "account.resetPasswordRequestedWait", "params": [ { - "name": "key", - "type": "string" - }, - { - "name": "value", - "type": "string" + "name": "until_date", + "type": "int" } ], - "type": "LangPackString" + "type": "account.ResetPasswordResult" }, { - "id": 1816636575, - "predicate": "langPackStringPluralized", + "id": 3911636542, + "predicate": "account.resetPasswordOk", + "params": [], + "type": "account.ResetPasswordResult" + }, + { + "id": 3186488678, + "predicate": "sponsoredMessage", "params": [ { "name": "flags", "type": "#" }, { - "name": "key", + "name": "recommended", + "type": "flags.5?true" + }, + { + "name": "can_report", + "type": "flags.12?true" + }, + { + "name": "random_id", + "type": "bytes" + }, + { + "name": "url", "type": "string" }, { - "name": "zero_value", - "type": "flags.0?string" + "name": "title", + "type": "string" }, { - "name": "one_value", - "type": "flags.1?string" + "name": "message", + "type": "string" }, { - "name": "two_value", - "type": "flags.2?string" + "name": "entities", + "type": "flags.1?Vector" }, { - "name": "few_value", - "type": "flags.3?string" + "name": "photo", + "type": "flags.6?Photo" }, { - "name": "many_value", - "type": "flags.4?string" + "name": "color", + "type": "flags.13?PeerColor" }, { - "name": "other_value", + "name": "button_text", "type": "string" + }, + { + "name": "sponsor_info", + "type": "flags.7?string" + }, + { + "name": "additional_info", + "type": "flags.8?string" } ], - "type": "LangPackString" + "type": "SponsoredMessage" }, { - "id": 695856818, - "predicate": "langPackStringDeleted", + "id": 3387825543, + "predicate": "messages.sponsoredMessages", "params": [ { - "name": "key", - "type": "string" + "name": "flags", + "type": "#" + }, + { + "name": "posts_between", + "type": "flags.0?int" + }, + { + "name": "messages", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "LangPackString" + "type": "messages.SponsoredMessages" }, { - "id": 4085629430, - "predicate": "langPackDifference", + "id": 406407439, + "predicate": "messages.sponsoredMessagesEmpty", + "params": [], + "type": "messages.SponsoredMessages" + }, + { + "id": 3383776159, + "predicate": "searchResultsCalendarPeriod", "params": [ { - "name": "lang_code", - "type": "string" + "name": "date", + "type": "int" }, { - "name": "from_version", + "name": "min_msg_id", "type": "int" }, { - "name": "version", + "name": "max_msg_id", "type": "int" }, { - "name": "strings", - "type": "Vector" + "name": "count", + "type": "int" } ], - "type": "LangPackDifference" + "type": "SearchResultsCalendarPeriod" }, { - "id": 4006239459, - "predicate": "langPackLanguage", + "id": 343859772, + "predicate": "messages.searchResultsCalendar", "params": [ { "name": "flags", "type": "#" }, { - "name": "official", + "name": "inexact", "type": "flags.0?true" }, { - "name": "rtl", - "type": "flags.2?true" - }, - { - "name": "beta", - "type": "flags.3?true" - }, - { - "name": "name", - "type": "string" + "name": "count", + "type": "int" }, { - "name": "native_name", - "type": "string" + "name": "min_date", + "type": "int" }, { - "name": "lang_code", - "type": "string" + "name": "min_msg_id", + "type": "int" }, { - "name": "base_lang_code", - "type": "flags.1?string" + "name": "offset_id_offset", + "type": "flags.1?int" }, { - "name": "plural_code", - "type": "string" + "name": "periods", + "type": "Vector" }, { - "name": "strings_count", - "type": "int" + "name": "messages", + "type": "Vector" }, { - "name": "translated_count", - "type": "int" + "name": "chats", + "type": "Vector" }, { - "name": "translations_url", - "type": "string" + "name": "users", + "type": "Vector" } ], - "type": "LangPackLanguage" + "type": "messages.SearchResultsCalendar" }, { - "id": 3873421349, - "predicate": "channelAdminLogEventActionChangeTitle", + "id": 2137295719, + "predicate": "searchResultPosition", "params": [ { - "name": "prev_value", - "type": "string" + "name": "msg_id", + "type": "int" }, { - "name": "new_value", - "type": "string" + "name": "date", + "type": "int" + }, + { + "name": "offset", + "type": "int" } ], - "type": "ChannelAdminLogEventAction" + "type": "SearchResultsPosition" }, { - "id": 1427671598, - "predicate": "channelAdminLogEventActionChangeAbout", + "id": 1404185519, + "predicate": "messages.searchResultsPositions", "params": [ { - "name": "prev_value", - "type": "string" + "name": "count", + "type": "int" }, { - "name": "new_value", - "type": "string" + "name": "positions", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "messages.SearchResultsPositions" }, { - "id": 1783299128, - "predicate": "channelAdminLogEventActionChangeUsername", + "id": 4103516358, + "predicate": "channels.sendAsPeers", "params": [ { - "name": "prev_value", - "type": "string" + "name": "peers", + "type": "Vector" }, { - "name": "new_value", - "type": "string" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "channels.SendAsPeers" }, { - "id": 1129042607, - "predicate": "channelAdminLogEventActionChangePhoto", + "id": 997004590, + "predicate": "users.userFull", "params": [ { - "name": "prev_photo", - "type": "Photo" + "name": "full_user", + "type": "UserFull" }, { - "name": "new_photo", - "type": "Photo" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 460916654, - "predicate": "channelAdminLogEventActionToggleInvites", - "params": [ + "name": "chats", + "type": "Vector" + }, { - "name": "new_value", - "type": "Bool" + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "users.UserFull" }, { - "id": 648939889, - "predicate": "channelAdminLogEventActionToggleSignatures", + "id": 1753266509, + "predicate": "messages.peerSettings", "params": [ { - "name": "new_value", - "type": "Bool" + "name": "settings", + "type": "PeerSettings" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "messages.PeerSettings" }, { - "id": 3924306968, - "predicate": "channelAdminLogEventActionUpdatePinned", + "id": 3282207583, + "predicate": "auth.loggedOut", "params": [ { - "name": "message", - "type": "Message" + "name": "flags", + "type": "#" + }, + { + "name": "future_auth_token", + "type": "flags.0?bytes" } ], - "type": "ChannelAdminLogEventAction" + "type": "auth.LoggedOut" }, { - "id": 1889215493, - "predicate": "channelAdminLogEventActionEditMessage", + "id": 2748435328, + "predicate": "reactionCount", "params": [ { - "name": "prev_message", - "type": "Message" + "name": "flags", + "type": "#" }, { - "name": "new_message", - "type": "Message" + "name": "chosen_order", + "type": "flags.0?int" + }, + { + "name": "reaction", + "type": "Reaction" + }, + { + "name": "count", + "type": "int" } ], - "type": "ChannelAdminLogEventAction" + "type": "ReactionCount" }, { - "id": 1121994683, - "predicate": "channelAdminLogEventActionDeleteMessage", + "id": 1328256121, + "predicate": "messageReactions", "params": [ { - "name": "message", - "type": "Message" + "name": "flags", + "type": "#" + }, + { + "name": "min", + "type": "flags.0?true" + }, + { + "name": "can_see_list", + "type": "flags.2?true" + }, + { + "name": "reactions_as_tags", + "type": "flags.3?true" + }, + { + "name": "results", + "type": "Vector" + }, + { + "name": "recent_reactions", + "type": "flags.1?Vector" } ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 405815507, - "predicate": "channelAdminLogEventActionParticipantJoin", - "params": [], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 4170676210, - "predicate": "channelAdminLogEventActionParticipantLeave", - "params": [], - "type": "ChannelAdminLogEventAction" + "type": "MessageReactions" }, { - "id": 3810276568, - "predicate": "channelAdminLogEventActionParticipantInvite", + "id": 834488621, + "predicate": "messages.messageReactionsList", "params": [ { - "name": "participant", - "type": "ChannelParticipant" + "name": "flags", + "type": "#" + }, + { + "name": "count", + "type": "int" + }, + { + "name": "reactions", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + }, + { + "name": "next_offset", + "type": "flags.0?string" } ], - "type": "ChannelAdminLogEventAction" + "type": "messages.MessageReactionsList" }, { - "id": 3872931198, - "predicate": "channelAdminLogEventActionParticipantToggleBan", + "id": 3229084673, + "predicate": "availableReaction", "params": [ { - "name": "prev_participant", - "type": "ChannelParticipant" + "name": "flags", + "type": "#" + }, + { + "name": "inactive", + "type": "flags.0?true" + }, + { + "name": "premium", + "type": "flags.2?true" + }, + { + "name": "reaction", + "type": "string" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "static_icon", + "type": "Document" + }, + { + "name": "appear_animation", + "type": "Document" }, { - "name": "new_participant", - "type": "ChannelParticipant" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 3580323600, - "predicate": "channelAdminLogEventActionParticipantToggleAdmin", - "params": [ + "name": "select_animation", + "type": "Document" + }, { - "name": "prev_participant", - "type": "ChannelParticipant" + "name": "activate_animation", + "type": "Document" }, { - "name": "new_participant", - "type": "ChannelParticipant" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 2982398631, - "predicate": "channelAdminLogEventActionChangeStickerSet", - "params": [ + "name": "effect_animation", + "type": "Document" + }, { - "name": "prev_stickerset", - "type": "InputStickerSet" + "name": "around_animation", + "type": "flags.1?Document" }, { - "name": "new_stickerset", - "type": "InputStickerSet" + "name": "center_icon", + "type": "flags.1?Document" } ], - "type": "ChannelAdminLogEventAction" + "type": "AvailableReaction" }, { - "id": 1599903217, - "predicate": "channelAdminLogEventActionTogglePreHistoryHidden", - "params": [ - { - "name": "new_value", - "type": "Bool" - } - ], - "type": "ChannelAdminLogEventAction" + "id": 2668042583, + "predicate": "messages.availableReactionsNotModified", + "params": [], + "type": "messages.AvailableReactions" }, { - "id": 771095562, - "predicate": "channelAdminLogEventActionDefaultBannedRights", + "id": 1989032621, + "predicate": "messages.availableReactions", "params": [ { - "name": "prev_banned_rights", - "type": "ChatBannedRights" + "name": "hash", + "type": "int" }, { - "name": "new_banned_rights", - "type": "ChatBannedRights" + "name": "reactions", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "messages.AvailableReactions" }, { - "id": 2399639107, - "predicate": "channelAdminLogEventActionStopPoll", + "id": 2356786748, + "predicate": "messagePeerReaction", "params": [ { - "name": "message", - "type": "Message" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 84703944, - "predicate": "channelAdminLogEventActionChangeLinkedChat", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "prev_value", - "type": "long" + "name": "big", + "type": "flags.0?true" }, { - "name": "new_value", - "type": "long" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 241923758, - "predicate": "channelAdminLogEventActionChangeLocation", - "params": [ + "name": "unread", + "type": "flags.1?true" + }, { - "name": "prev_value", - "type": "ChannelLocation" + "name": "my", + "type": "flags.2?true" }, { - "name": "new_value", - "type": "ChannelLocation" + "name": "peer_id", + "type": "Peer" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "reaction", + "type": "Reaction" } ], - "type": "ChannelAdminLogEventAction" + "type": "MessagePeerReaction" }, { - "id": 1401984889, - "predicate": "channelAdminLogEventActionToggleSlowMode", + "id": 2162903215, + "predicate": "groupCallStreamChannel", "params": [ { - "name": "prev_value", + "name": "channel", "type": "int" }, { - "name": "new_value", + "name": "scale", "type": "int" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 589338437, - "predicate": "channelAdminLogEventActionStartGroupCall", - "params": [ + }, { - "name": "call", - "type": "InputGroupCall" + "name": "last_timestamp_ms", + "type": "long" } ], - "type": "ChannelAdminLogEventAction" + "type": "GroupCallStreamChannel" }, { - "id": 3684667712, - "predicate": "channelAdminLogEventActionDiscardGroupCall", + "id": 3504636594, + "predicate": "phone.groupCallStreamChannels", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "channels", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "phone.GroupCallStreamChannels" }, { - "id": 4179895506, - "predicate": "channelAdminLogEventActionParticipantMute", + "id": 767505458, + "predicate": "phone.groupCallStreamRtmpUrl", "params": [ { - "name": "participant", - "type": "GroupCallParticipant" + "name": "url", + "type": "string" + }, + { + "name": "key", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "phone.GroupCallStreamRtmpUrl" }, { - "id": 3863226816, - "predicate": "channelAdminLogEventActionParticipantUnmute", + "id": 1165423600, + "predicate": "attachMenuBotIconColor", "params": [ { - "name": "participant", - "type": "GroupCallParticipant" + "name": "name", + "type": "string" + }, + { + "name": "color", + "type": "int" } ], - "type": "ChannelAdminLogEventAction" + "type": "AttachMenuBotIconColor" }, { - "id": 1456906823, - "predicate": "channelAdminLogEventActionToggleGroupCallSetting", + "id": 2997303403, + "predicate": "attachMenuBotIcon", "params": [ { - "name": "join_muted", - "type": "Bool" + "name": "flags", + "type": "#" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "icon", + "type": "Document" + }, + { + "name": "colors", + "type": "flags.0?Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "AttachMenuBotIcon" }, { - "id": 4271882584, - "predicate": "channelAdminLogEventActionParticipantJoinByInvite", + "id": 3641544190, + "predicate": "attachMenuBot", "params": [ { "name": "flags", "type": "#" }, { - "name": "via_chatlist", + "name": "inactive", "type": "flags.0?true" }, { - "name": "invite", - "type": "ExportedChatInvite" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 1515256996, - "predicate": "channelAdminLogEventActionExportedInviteDelete", - "params": [ + "name": "has_settings", + "type": "flags.1?true" + }, { - "name": "invite", - "type": "ExportedChatInvite" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 1091179342, - "predicate": "channelAdminLogEventActionExportedInviteRevoke", - "params": [ + "name": "request_write_access", + "type": "flags.2?true" + }, + { + "name": "show_in_attach_menu", + "type": "flags.3?true" + }, + { + "name": "show_in_side_menu", + "type": "flags.4?true" + }, + { + "name": "side_menu_disclaimer_needed", + "type": "flags.5?true" + }, + { + "name": "bot_id", + "type": "long" + }, + { + "name": "short_name", + "type": "string" + }, + { + "name": "peer_types", + "type": "flags.3?Vector" + }, { - "name": "invite", - "type": "ExportedChatInvite" + "name": "icons", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "AttachMenuBot" }, { - "id": 3910056793, - "predicate": "channelAdminLogEventActionExportedInviteEdit", + "id": 4057500252, + "predicate": "attachMenuBotsNotModified", + "params": [], + "type": "AttachMenuBots" + }, + { + "id": 1011024320, + "predicate": "attachMenuBots", "params": [ { - "name": "prev_invite", - "type": "ExportedChatInvite" + "name": "hash", + "type": "long" }, { - "name": "new_invite", - "type": "ExportedChatInvite" - } - ], - "type": "ChannelAdminLogEventAction" - }, - { - "id": 1048537159, - "predicate": "channelAdminLogEventActionParticipantVolume", - "params": [ + "name": "bots", + "type": "Vector" + }, { - "name": "participant", - "type": "GroupCallParticipant" + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "AttachMenuBots" }, { - "id": 1855199800, - "predicate": "channelAdminLogEventActionChangeHistoryTTL", + "id": 2478794367, + "predicate": "attachMenuBotsBot", "params": [ { - "name": "prev_value", - "type": "int" + "name": "bot", + "type": "AttachMenuBot" }, { - "name": "new_value", - "type": "int" + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "AttachMenuBotsBot" }, { - "id": 2947945546, - "predicate": "channelAdminLogEventActionParticipantJoinByRequest", + "id": 202659196, + "predicate": "webViewResultUrl", "params": [ { - "name": "invite", - "type": "ExportedChatInvite" + "name": "query_id", + "type": "long" }, { - "name": "approved_by", - "type": "long" + "name": "url", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "WebViewResult" }, { - "id": 3408578406, - "predicate": "channelAdminLogEventActionToggleNoForwards", + "id": 2284811963, + "predicate": "simpleWebViewResultUrl", "params": [ { - "name": "new_value", - "type": "Bool" + "name": "url", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "SimpleWebViewResult" }, { - "id": 663693416, - "predicate": "channelAdminLogEventActionSendMessage", + "id": 211046684, + "predicate": "webViewMessageSent", "params": [ { - "name": "message", - "type": "Message" + "name": "flags", + "type": "#" + }, + { + "name": "msg_id", + "type": "flags.0?InputBotInlineMessageID" } ], - "type": "ChannelAdminLogEventAction" + "type": "WebViewMessageSent" }, { - "id": 3192786680, - "predicate": "channelAdminLogEventActionChangeAvailableReactions", + "id": 1966318984, + "predicate": "botMenuButtonDefault", + "params": [], + "type": "BotMenuButton" + }, + { + "id": 1113113093, + "predicate": "botMenuButtonCommands", + "params": [], + "type": "BotMenuButton" + }, + { + "id": 3350559974, + "predicate": "botMenuButton", "params": [ { - "name": "prev_value", - "type": "ChatReactions" + "name": "text", + "type": "string" }, { - "name": "new_value", - "type": "ChatReactions" + "name": "url", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "BotMenuButton" }, { - "id": 4031755177, - "predicate": "channelAdminLogEventActionChangeUsernames", + "id": 4227262641, + "predicate": "account.savedRingtonesNotModified", + "params": [], + "type": "account.SavedRingtones" + }, + { + "id": 3253284037, + "predicate": "account.savedRingtones", "params": [ { - "name": "prev_value", - "type": "Vector" + "name": "hash", + "type": "long" }, { - "name": "new_value", - "type": "Vector" + "name": "ringtones", + "type": "Vector" } ], - "type": "ChannelAdminLogEventAction" + "type": "account.SavedRingtones" }, { - "id": 46949251, - "predicate": "channelAdminLogEventActionToggleForum", - "params": [ - { - "name": "new_value", - "type": "Bool" - } - ], - "type": "ChannelAdminLogEventAction" + "id": 2548612798, + "predicate": "notificationSoundDefault", + "params": [], + "type": "NotificationSound" }, { - "id": 1483767080, - "predicate": "channelAdminLogEventActionCreateTopic", + "id": 1863070943, + "predicate": "notificationSoundNone", + "params": [], + "type": "NotificationSound" + }, + { + "id": 2198575844, + "predicate": "notificationSoundLocal", "params": [ { - "name": "topic", - "type": "ForumTopic" + "name": "title", + "type": "string" + }, + { + "name": "data", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "NotificationSound" }, { - "id": 4033864200, - "predicate": "channelAdminLogEventActionEditTopic", + "id": 4285300809, + "predicate": "notificationSoundRingtone", "params": [ { - "name": "prev_topic", - "type": "ForumTopic" - }, - { - "name": "new_topic", - "type": "ForumTopic" + "name": "id", + "type": "long" } ], - "type": "ChannelAdminLogEventAction" + "type": "NotificationSound" }, { - "id": 2920712457, - "predicate": "channelAdminLogEventActionDeleteTopic", + "id": 3072737133, + "predicate": "account.savedRingtone", + "params": [], + "type": "account.SavedRingtone" + }, + { + "id": 523271863, + "predicate": "account.savedRingtoneConverted", "params": [ { - "name": "topic", - "type": "ForumTopic" + "name": "document", + "type": "Document" } ], - "type": "ChannelAdminLogEventAction" + "type": "account.SavedRingtone" }, { - "id": 1569535291, - "predicate": "channelAdminLogEventActionPinTopic", + "id": 2104224014, + "predicate": "attachMenuPeerTypeSameBotPM", + "params": [], + "type": "AttachMenuPeerType" + }, + { + "id": 3274439194, + "predicate": "attachMenuPeerTypeBotPM", + "params": [], + "type": "AttachMenuPeerType" + }, + { + "id": 4047950623, + "predicate": "attachMenuPeerTypePM", + "params": [], + "type": "AttachMenuPeerType" + }, + { + "id": 84480319, + "predicate": "attachMenuPeerTypeChat", + "params": [], + "type": "AttachMenuPeerType" + }, + { + "id": 2080104188, + "predicate": "attachMenuPeerTypeBroadcast", + "params": [], + "type": "AttachMenuPeerType" + }, + { + "id": 3317000281, + "predicate": "inputInvoiceMessage", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "prev_topic", - "type": "flags.0?ForumTopic" + "name": "peer", + "type": "InputPeer" }, { - "name": "new_topic", - "type": "flags.1?ForumTopic" + "name": "msg_id", + "type": "int" } ], - "type": "ChannelAdminLogEventAction" + "type": "InputInvoice" }, { - "id": 1693675004, - "predicate": "channelAdminLogEventActionToggleAntiSpam", + "id": 3274099439, + "predicate": "inputInvoiceSlug", "params": [ { - "name": "new_value", - "type": "Bool" + "name": "slug", + "type": "string" } ], - "type": "ChannelAdminLogEventAction" + "type": "InputInvoice" }, { - "id": 531458253, - "predicate": "channelAdminLogEvent", + "id": 2560125965, + "predicate": "inputInvoicePremiumGiftCode", "params": [ { - "name": "id", - "type": "long" - }, - { - "name": "date", - "type": "int" - }, - { - "name": "user_id", - "type": "long" + "name": "purpose", + "type": "InputStorePaymentPurpose" }, { - "name": "action", - "type": "ChannelAdminLogEventAction" + "name": "option", + "type": "PremiumGiftCodeOption" } ], - "type": "ChannelAdminLogEvent" + "type": "InputInvoice" }, { - "id": 3985307469, - "predicate": "channels.adminLogResults", + "id": 497236696, + "predicate": "inputInvoiceStars", "params": [ { - "name": "events", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, + "name": "option", + "type": "StarsTopupOption" + } + ], + "type": "InputInvoice" + }, + { + "id": 2932919257, + "predicate": "payments.exportedInvoice", + "params": [ { - "name": "users", - "type": "Vector" + "name": "url", + "type": "string" } ], - "type": "channels.AdminLogResults" + "type": "payments.ExportedInvoice" }, { - "id": 3926948580, - "predicate": "channelAdminLogEventsFilter", + "id": 3485063511, + "predicate": "messages.transcribedAudio", "params": [ { "name": "flags", "type": "#" }, { - "name": "join", + "name": "pending", "type": "flags.0?true" }, { - "name": "leave", - "type": "flags.1?true" - }, - { - "name": "invite", - "type": "flags.2?true" - }, - { - "name": "ban", - "type": "flags.3?true" - }, - { - "name": "unban", - "type": "flags.4?true" - }, - { - "name": "kick", - "type": "flags.5?true" - }, - { - "name": "unkick", - "type": "flags.6?true" - }, - { - "name": "promote", - "type": "flags.7?true" - }, - { - "name": "demote", - "type": "flags.8?true" + "name": "transcription_id", + "type": "long" }, { - "name": "info", - "type": "flags.9?true" + "name": "text", + "type": "string" }, { - "name": "settings", - "type": "flags.10?true" + "name": "trial_remains_num", + "type": "flags.1?int" }, { - "name": "pinned", - "type": "flags.11?true" - }, + "name": "trial_remains_until_date", + "type": "flags.1?int" + } + ], + "type": "messages.TranscribedAudio" + }, + { + "id": 1395946908, + "predicate": "help.premiumPromo", + "params": [ { - "name": "edit", - "type": "flags.12?true" + "name": "status_text", + "type": "string" }, { - "name": "delete", - "type": "flags.13?true" + "name": "status_entities", + "type": "Vector" }, { - "name": "group_call", - "type": "flags.14?true" + "name": "video_sections", + "type": "Vector" }, { - "name": "invites", - "type": "flags.15?true" + "name": "videos", + "type": "Vector" }, { - "name": "send", - "type": "flags.16?true" + "name": "period_options", + "type": "Vector" }, { - "name": "forums", - "type": "flags.17?true" + "name": "users", + "type": "Vector" } ], - "type": "ChannelAdminLogEventsFilter" + "type": "help.PremiumPromo" }, { - "id": 1558266229, - "predicate": "popularContact", + "id": 2792693350, + "predicate": "inputStorePaymentPremiumSubscription", "params": [ { - "name": "client_id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "importers", - "type": "int" + "name": "restore", + "type": "flags.0?true" + }, + { + "name": "upgrade", + "type": "flags.1?true" } ], - "type": "PopularContact" - }, - { - "id": 2660214483, - "predicate": "messages.favedStickersNotModified", - "params": [], - "type": "messages.FavedStickers" + "type": "InputStorePaymentPurpose" }, { - "id": 750063767, - "predicate": "messages.favedStickers", + "id": 1634697192, + "predicate": "inputStorePaymentGiftPremium", "params": [ { - "name": "hash", - "type": "long" + "name": "user_id", + "type": "InputUser" }, { - "name": "packs", - "type": "Vector" + "name": "currency", + "type": "string" }, { - "name": "stickers", - "type": "Vector" + "name": "amount", + "type": "long" } ], - "type": "messages.FavedStickers" + "type": "InputStorePaymentPurpose" }, { - "id": 1189204285, - "predicate": "recentMeUrlUnknown", + "id": 2743099199, + "predicate": "inputStorePaymentPremiumGiftCode", "params": [ { - "name": "url", - "type": "string" - } - ], - "type": "RecentMeUrl" - }, - { - "id": 3106671074, - "predicate": "recentMeUrlUser", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "url", - "type": "string" + "name": "users", + "type": "Vector" }, { - "name": "user_id", - "type": "long" - } - ], - "type": "RecentMeUrl" - }, - { - "id": 3000660434, - "predicate": "recentMeUrlChat", - "params": [ + "name": "boost_peer", + "type": "flags.0?InputPeer" + }, { - "name": "url", + "name": "currency", "type": "string" }, { - "name": "chat_id", + "name": "amount", "type": "long" } ], - "type": "RecentMeUrl" + "type": "InputStorePaymentPurpose" }, { - "id": 3947431965, - "predicate": "recentMeUrlChatInvite", + "id": 369444042, + "predicate": "inputStorePaymentPremiumGiveaway", "params": [ { - "name": "url", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "chat_invite", - "type": "ChatInvite" - } - ], - "type": "RecentMeUrl" - }, - { - "id": 3154794460, - "predicate": "recentMeUrlStickerSet", - "params": [ + "name": "only_new_subscribers", + "type": "flags.0?true" + }, { - "name": "url", - "type": "string" + "name": "winners_are_visible", + "type": "flags.3?true" }, { - "name": "set", - "type": "StickerSetCovered" - } - ], - "type": "RecentMeUrl" - }, - { - "id": 235081943, - "predicate": "help.recentMeUrls", - "params": [ + "name": "boost_peer", + "type": "InputPeer" + }, { - "name": "urls", - "type": "Vector" + "name": "additional_peers", + "type": "flags.1?Vector" + }, + { + "name": "countries_iso2", + "type": "flags.2?Vector" + }, + { + "name": "prize_description", + "type": "flags.4?string" + }, + { + "name": "random_id", + "type": "long" + }, + { + "name": "until_date", + "type": "int" }, { - "name": "chats", - "type": "Vector" + "name": "currency", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "amount", + "type": "long" } ], - "type": "help.RecentMeUrls" + "type": "InputStorePaymentPurpose" }, { - "id": 482797855, - "predicate": "inputSingleMedia", + "id": 1326377183, + "predicate": "inputStorePaymentStars", "params": [ { "name": "flags", "type": "#" }, { - "name": "media", - "type": "InputMedia" - }, - { - "name": "random_id", + "name": "stars", "type": "long" }, { - "name": "message", + "name": "currency", "type": "string" }, { - "name": "entities", - "type": "flags.0?Vector" + "name": "amount", + "type": "long" } ], - "type": "InputSingleMedia" + "type": "InputStorePaymentPurpose" }, { - "id": 2801333330, - "predicate": "webAuthorization", + "id": 1958953753, + "predicate": "premiumGiftOption", "params": [ { - "name": "hash", - "type": "long" - }, - { - "name": "bot_id", - "type": "long" - }, - { - "name": "domain", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "browser", - "type": "string" + "name": "months", + "type": "int" }, { - "name": "platform", + "name": "currency", "type": "string" }, { - "name": "date_created", - "type": "int" - }, - { - "name": "date_active", - "type": "int" + "name": "amount", + "type": "long" }, { - "name": "ip", + "name": "bot_url", "type": "string" }, { - "name": "region", - "type": "string" + "name": "store_product", + "type": "flags.0?string" } ], - "type": "WebAuthorization" + "type": "PremiumGiftOption" }, { - "id": 3981887996, - "predicate": "account.webAuthorizations", + "id": 2298016283, + "predicate": "paymentFormMethod", "params": [ { - "name": "authorizations", - "type": "Vector" + "name": "url", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "title", + "type": "string" } ], - "type": "account.WebAuthorizations" + "type": "PaymentFormMethod" }, { - "id": 2792792866, - "predicate": "inputMessageID", + "id": 769727150, + "predicate": "emojiStatusEmpty", + "params": [], + "type": "EmojiStatus" + }, + { + "id": 2459656605, + "predicate": "emojiStatus", "params": [ { - "name": "id", - "type": "int" + "name": "document_id", + "type": "long" } ], - "type": "InputMessage" + "type": "EmojiStatus" }, { - "id": 3134751637, - "predicate": "inputMessageReplyTo", + "id": 4197492935, + "predicate": "emojiStatusUntil", "params": [ { - "name": "id", + "name": "document_id", + "type": "long" + }, + { + "name": "until", "type": "int" } ], - "type": "InputMessage" + "type": "EmojiStatus" }, { - "id": 2257003832, - "predicate": "inputMessagePinned", + "id": 3498894917, + "predicate": "account.emojiStatusesNotModified", "params": [], - "type": "InputMessage" + "type": "account.EmojiStatuses" }, { - "id": 2902071934, - "predicate": "inputMessageCallbackQuery", + "id": 2428790737, + "predicate": "account.emojiStatuses", "params": [ { - "name": "id", - "type": "int" + "name": "hash", + "type": "long" }, { - "name": "query_id", - "type": "long" + "name": "statuses", + "type": "Vector" } ], - "type": "InputMessage" + "type": "account.EmojiStatuses" }, { - "id": 4239064759, - "predicate": "inputDialogPeer", + "id": 2046153753, + "predicate": "reactionEmpty", + "params": [], + "type": "Reaction" + }, + { + "id": 455247544, + "predicate": "reactionEmoji", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "emoticon", + "type": "string" } ], - "type": "InputDialogPeer" + "type": "Reaction" }, { - "id": 1684014375, - "predicate": "inputDialogPeerFolder", + "id": 2302016627, + "predicate": "reactionCustomEmoji", "params": [ { - "name": "folder_id", - "type": "int" + "name": "document_id", + "type": "long" } ], - "type": "InputDialogPeer" + "type": "Reaction" }, { - "id": 3849174789, - "predicate": "dialogPeer", + "id": 3942396604, + "predicate": "chatReactionsNone", + "params": [], + "type": "ChatReactions" + }, + { + "id": 1385335754, + "predicate": "chatReactionsAll", "params": [ { - "name": "peer", - "type": "Peer" + "name": "flags", + "type": "#" + }, + { + "name": "allow_custom", + "type": "flags.0?true" } ], - "type": "DialogPeer" + "type": "ChatReactions" }, { - "id": 1363483106, - "predicate": "dialogPeerFolder", + "id": 1713193015, + "predicate": "chatReactionsSome", "params": [ { - "name": "folder_id", - "type": "int" + "name": "reactions", + "type": "Vector" } ], - "type": "DialogPeer" + "type": "ChatReactions" }, { - "id": 223655517, - "predicate": "messages.foundStickerSetsNotModified", + "id": 2960120799, + "predicate": "messages.reactionsNotModified", "params": [], - "type": "messages.FoundStickerSets" + "type": "messages.Reactions" }, { - "id": 2331024850, - "predicate": "messages.foundStickerSets", + "id": 3942512406, + "predicate": "messages.reactions", "params": [ { "name": "hash", "type": "long" }, { - "name": "sets", - "type": "Vector" + "name": "reactions", + "type": "Vector" } ], - "type": "messages.FoundStickerSets" + "type": "messages.Reactions" }, { - "id": 4087022428, - "predicate": "fileHash", + "id": 1128644211, + "predicate": "emailVerifyPurposeLoginSetup", "params": [ { - "name": "offset", - "type": "long" + "name": "phone_number", + "type": "string" }, { - "name": "limit", - "type": "int" - }, + "name": "phone_code_hash", + "type": "string" + } + ], + "type": "EmailVerifyPurpose" + }, + { + "id": 1383932651, + "predicate": "emailVerifyPurposeLoginChange", + "params": [], + "type": "EmailVerifyPurpose" + }, + { + "id": 3153401477, + "predicate": "emailVerifyPurposePassport", + "params": [], + "type": "EmailVerifyPurpose" + }, + { + "id": 2452510121, + "predicate": "emailVerificationCode", + "params": [ { - "name": "hash", - "type": "bytes" + "name": "code", + "type": "string" } ], - "type": "FileHash" + "type": "EmailVerification" }, { - "id": 1968737087, - "predicate": "inputClientProxy", + "id": 3683688130, + "predicate": "emailVerificationGoogle", "params": [ { - "name": "address", + "name": "token", "type": "string" - }, + } + ], + "type": "EmailVerification" + }, + { + "id": 2530243837, + "predicate": "emailVerificationApple", + "params": [ { - "name": "port", - "type": "int" + "name": "token", + "type": "string" } ], - "type": "InputClientProxy" + "type": "EmailVerification" }, { - "id": 3811614591, - "predicate": "help.termsOfServiceUpdateEmpty", + "id": 731303195, + "predicate": "account.emailVerified", "params": [ { - "name": "expires", - "type": "int" + "name": "email", + "type": "string" } ], - "type": "help.TermsOfServiceUpdate" + "type": "account.EmailVerified" }, { - "id": 686618977, - "predicate": "help.termsOfServiceUpdate", + "id": 3787132257, + "predicate": "account.emailVerifiedLogin", "params": [ { - "name": "expires", - "type": "int" + "name": "email", + "type": "string" }, { - "name": "terms_of_service", - "type": "help.TermsOfService" + "name": "sent_code", + "type": "auth.SentCode" } ], - "type": "help.TermsOfServiceUpdate" + "type": "account.EmailVerified" }, { - "id": 859091184, - "predicate": "inputSecureFileUploaded", + "id": 1596792306, + "predicate": "premiumSubscriptionOption", "params": [ { - "name": "id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "parts", + "name": "current", + "type": "flags.1?true" + }, + { + "name": "can_purchase_upgrade", + "type": "flags.2?true" + }, + { + "name": "transaction", + "type": "flags.3?string" + }, + { + "name": "months", "type": "int" }, { - "name": "md5_checksum", + "name": "currency", "type": "string" }, { - "name": "file_hash", - "type": "bytes" + "name": "amount", + "type": "long" }, { - "name": "secret", - "type": "bytes" + "name": "bot_url", + "type": "string" + }, + { + "name": "store_product", + "type": "flags.0?string" } ], - "type": "InputSecureFile" + "type": "PremiumSubscriptionOption" }, { - "id": 1399317950, - "predicate": "inputSecureFile", + "id": 3088871476, + "predicate": "sendAsPeer", "params": [ { - "name": "id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "access_hash", - "type": "long" + "name": "premium_required", + "type": "flags.0?true" + }, + { + "name": "peer", + "type": "Peer" } ], - "type": "InputSecureFile" - }, - { - "id": 1679398724, - "predicate": "secureFileEmpty", - "params": [], - "type": "SecureFile" + "type": "SendAsPeer" }, { - "id": 2097791614, - "predicate": "secureFile", + "id": 2908916936, + "predicate": "messageExtendedMediaPreview", "params": [ { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" - }, - { - "name": "size", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "dc_id", - "type": "int" + "name": "w", + "type": "flags.0?int" }, { - "name": "date", - "type": "int" + "name": "h", + "type": "flags.0?int" }, { - "name": "file_hash", - "type": "bytes" + "name": "thumb", + "type": "flags.1?PhotoSize" }, { - "name": "secret", - "type": "bytes" + "name": "video_duration", + "type": "flags.2?int" } ], - "type": "SecureFile" + "type": "MessageExtendedMedia" }, { - "id": 2330640067, - "predicate": "secureData", + "id": 3997670500, + "predicate": "messageExtendedMedia", "params": [ { - "name": "data", - "type": "bytes" - }, - { - "name": "data_hash", - "type": "bytes" - }, - { - "name": "secret", - "type": "bytes" + "name": "media", + "type": "MessageMedia" } ], - "type": "SecureData" + "type": "MessageExtendedMedia" }, { - "id": 2103482845, - "predicate": "securePlainPhone", + "id": 4244550300, + "predicate": "stickerKeyword", "params": [ { - "name": "phone", - "type": "string" + "name": "document_id", + "type": "long" + }, + { + "name": "keyword", + "type": "Vector" } ], - "type": "SecurePlainData" + "type": "StickerKeyword" }, { - "id": 569137759, - "predicate": "securePlainEmail", + "id": 3020371527, + "predicate": "username", "params": [ { - "name": "email", + "name": "flags", + "type": "#" + }, + { + "name": "editable", + "type": "flags.0?true" + }, + { + "name": "active", + "type": "flags.1?true" + }, + { + "name": "username", "type": "string" } ], - "type": "SecurePlainData" - }, - { - "id": 2636808675, - "predicate": "secureValueTypePersonalDetails", - "params": [], - "type": "SecureValueType" - }, - { - "id": 1034709504, - "predicate": "secureValueTypePassport", - "params": [], - "type": "SecureValueType" - }, - { - "id": 115615172, - "predicate": "secureValueTypeDriverLicense", - "params": [], - "type": "SecureValueType" - }, - { - "id": 2698015819, - "predicate": "secureValueTypeIdentityCard", - "params": [], - "type": "SecureValueType" - }, - { - "id": 2577698595, - "predicate": "secureValueTypeInternalPassport", - "params": [], - "type": "SecureValueType" - }, - { - "id": 3420659238, - "predicate": "secureValueTypeAddress", - "params": [], - "type": "SecureValueType" - }, - { - "id": 4231435598, - "predicate": "secureValueTypeUtilityBill", - "params": [], - "type": "SecureValueType" - }, - { - "id": 2299755533, - "predicate": "secureValueTypeBankStatement", - "params": [], - "type": "SecureValueType" - }, - { - "id": 2340959368, - "predicate": "secureValueTypeRentalAgreement", - "params": [], - "type": "SecureValueType" - }, - { - "id": 2581823594, - "predicate": "secureValueTypePassportRegistration", - "params": [], - "type": "SecureValueType" - }, - { - "id": 3926060083, - "predicate": "secureValueTypeTemporaryRegistration", - "params": [], - "type": "SecureValueType" - }, - { - "id": 3005262555, - "predicate": "secureValueTypePhone", - "params": [], - "type": "SecureValueType" + "type": "Username" }, { - "id": 2386339822, - "predicate": "secureValueTypeEmail", - "params": [], - "type": "SecureValueType" + "id": 37687451, + "predicate": "forumTopicDeleted", + "params": [ + { + "name": "id", + "type": "int" + } + ], + "type": "ForumTopic" }, { - "id": 411017418, - "predicate": "secureValue", + "id": 1903173033, + "predicate": "forumTopic", "params": [ { "name": "flags", "type": "#" }, { - "name": "type", - "type": "SecureValueType" + "name": "my", + "type": "flags.1?true" }, { - "name": "data", - "type": "flags.0?SecureData" + "name": "closed", + "type": "flags.2?true" }, { - "name": "front_side", - "type": "flags.1?SecureFile" + "name": "pinned", + "type": "flags.3?true" }, { - "name": "reverse_side", - "type": "flags.2?SecureFile" + "name": "short", + "type": "flags.5?true" }, { - "name": "selfie", - "type": "flags.3?SecureFile" + "name": "hidden", + "type": "flags.6?true" }, { - "name": "translation", - "type": "flags.6?Vector" + "name": "id", + "type": "int" }, { - "name": "files", - "type": "flags.4?Vector" + "name": "date", + "type": "int" }, { - "name": "plain_data", - "type": "flags.5?SecurePlainData" + "name": "title", + "type": "string" }, { - "name": "hash", - "type": "bytes" - } - ], - "type": "SecureValue" - }, - { - "id": 3676426407, - "predicate": "inputSecureValue", - "params": [ + "name": "icon_color", + "type": "int" + }, { - "name": "flags", - "type": "#" + "name": "icon_emoji_id", + "type": "flags.0?long" }, { - "name": "type", - "type": "SecureValueType" + "name": "top_message", + "type": "int" }, { - "name": "data", - "type": "flags.0?SecureData" + "name": "read_inbox_max_id", + "type": "int" }, { - "name": "front_side", - "type": "flags.1?InputSecureFile" + "name": "read_outbox_max_id", + "type": "int" }, { - "name": "reverse_side", - "type": "flags.2?InputSecureFile" + "name": "unread_count", + "type": "int" }, { - "name": "selfie", - "type": "flags.3?InputSecureFile" + "name": "unread_mentions_count", + "type": "int" }, { - "name": "translation", - "type": "flags.6?Vector" + "name": "unread_reactions_count", + "type": "int" }, { - "name": "files", - "type": "flags.4?Vector" + "name": "from_id", + "type": "Peer" }, { - "name": "plain_data", - "type": "flags.5?SecurePlainData" + "name": "notify_settings", + "type": "PeerNotifySettings" + }, + { + "name": "draft", + "type": "flags.4?DraftMessage" } ], - "type": "InputSecureValue" + "type": "ForumTopic" }, { - "id": 3978218928, - "predicate": "secureValueHash", + "id": 913709011, + "predicate": "messages.forumTopics", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "flags", + "type": "#" }, { - "name": "hash", - "type": "bytes" - } - ], - "type": "SecureValueHash" - }, - { - "id": 3903065049, - "predicate": "secureValueErrorData", - "params": [ + "name": "order_by_create_date", + "type": "flags.0?true" + }, { - "name": "type", - "type": "SecureValueType" + "name": "count", + "type": "int" }, { - "name": "data_hash", - "type": "bytes" + "name": "topics", + "type": "Vector" }, { - "name": "field", - "type": "string" + "name": "messages", + "type": "Vector" }, { - "name": "text", - "type": "string" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" + }, + { + "name": "pts", + "type": "int" } ], - "type": "SecureValueError" + "type": "messages.ForumTopics" }, { - "id": 12467706, - "predicate": "secureValueErrorFrontSide", + "id": 1135897376, + "predicate": "defaultHistoryTTL", "params": [ { - "name": "type", - "type": "SecureValueType" - }, - { - "name": "file_hash", - "type": "bytes" - }, - { - "name": "text", - "type": "string" + "name": "period", + "type": "int" } ], - "type": "SecureValueError" + "type": "DefaultHistoryTTL" }, { - "id": 2257201829, - "predicate": "secureValueErrorReverseSide", + "id": 1103040667, + "predicate": "exportedContactToken", "params": [ { - "name": "type", - "type": "SecureValueType" - }, - { - "name": "file_hash", - "type": "bytes" + "name": "url", + "type": "string" }, { - "name": "text", - "type": "string" + "name": "expires", + "type": "int" } ], - "type": "SecureValueError" + "type": "ExportedContactToken" }, { - "id": 3845639894, - "predicate": "secureValueErrorSelfie", + "id": 1597737472, + "predicate": "requestPeerTypeUser", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "flags", + "type": "#" }, { - "name": "file_hash", - "type": "bytes" + "name": "bot", + "type": "flags.0?Bool" }, { - "name": "text", - "type": "string" + "name": "premium", + "type": "flags.1?Bool" } ], - "type": "SecureValueError" + "type": "RequestPeerType" }, { - "id": 2054162547, - "predicate": "secureValueErrorFile", + "id": 3387977243, + "predicate": "requestPeerTypeChat", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "flags", + "type": "#" }, { - "name": "file_hash", - "type": "bytes" + "name": "creator", + "type": "flags.0?true" }, { - "name": "text", - "type": "string" + "name": "bot_participant", + "type": "flags.5?true" + }, + { + "name": "has_username", + "type": "flags.3?Bool" + }, + { + "name": "forum", + "type": "flags.4?Bool" + }, + { + "name": "user_admin_rights", + "type": "flags.1?ChatAdminRights" + }, + { + "name": "bot_admin_rights", + "type": "flags.2?ChatAdminRights" } ], - "type": "SecureValueError" + "type": "RequestPeerType" }, { - "id": 1717706985, - "predicate": "secureValueErrorFiles", + "id": 865857388, + "predicate": "requestPeerTypeBroadcast", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "flags", + "type": "#" }, { - "name": "file_hash", - "type": "Vector" + "name": "creator", + "type": "flags.0?true" }, { - "name": "text", - "type": "string" + "name": "has_username", + "type": "flags.3?Bool" + }, + { + "name": "user_admin_rights", + "type": "flags.1?ChatAdminRights" + }, + { + "name": "bot_admin_rights", + "type": "flags.2?ChatAdminRights" } ], - "type": "SecureValueError" + "type": "RequestPeerType" + }, + { + "id": 1209970170, + "predicate": "emojiListNotModified", + "params": [], + "type": "EmojiList" }, { - "id": 2258466191, - "predicate": "secureValueError", + "id": 2048790993, + "predicate": "emojiList", "params": [ - { - "name": "type", - "type": "SecureValueType" - }, { "name": "hash", - "type": "bytes" + "type": "long" }, { - "name": "text", - "type": "string" + "name": "document_id", + "type": "Vector" } ], - "type": "SecureValueError" + "type": "EmojiList" }, { - "id": 2702460784, - "predicate": "secureValueErrorTranslationFile", + "id": 2056961449, + "predicate": "emojiGroup", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "title", + "type": "string" }, { - "name": "file_hash", - "type": "bytes" + "name": "icon_emoji_id", + "type": "long" }, { - "name": "text", - "type": "string" + "name": "emoticons", + "type": "Vector" } ], - "type": "SecureValueError" + "type": "EmojiGroup" }, { - "id": 878931416, - "predicate": "secureValueErrorTranslationFiles", + "id": 2161274055, + "predicate": "emojiGroupGreeting", "params": [ { - "name": "type", - "type": "SecureValueType" + "name": "title", + "type": "string" }, { - "name": "file_hash", - "type": "Vector" + "name": "icon_emoji_id", + "type": "long" }, { - "name": "text", - "type": "string" + "name": "emoticons", + "type": "Vector" } ], - "type": "SecureValueError" + "type": "EmojiGroup" }, { - "id": 871426631, - "predicate": "secureCredentialsEncrypted", + "id": 154914612, + "predicate": "emojiGroupPremium", "params": [ { - "name": "data", - "type": "bytes" - }, - { - "name": "hash", - "type": "bytes" + "name": "title", + "type": "string" }, { - "name": "secret", - "type": "bytes" + "name": "icon_emoji_id", + "type": "long" } ], - "type": "SecureCredentialsEncrypted" + "type": "EmojiGroup" }, { - "id": 2905480408, - "predicate": "account.authorizationForm", + "id": 1874111879, + "predicate": "messages.emojiGroupsNotModified", + "params": [], + "type": "messages.EmojiGroups" + }, + { + "id": 2283780427, + "predicate": "messages.emojiGroups", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "required_types", - "type": "Vector" - }, - { - "name": "values", - "type": "Vector" - }, - { - "name": "errors", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "int" }, { - "name": "privacy_policy_url", - "type": "flags.0?string" + "name": "groups", + "type": "Vector" } ], - "type": "account.AuthorizationForm" + "type": "messages.EmojiGroups" }, { - "id": 2166326607, - "predicate": "account.sentEmailCode", + "id": 1964978502, + "predicate": "textWithEntities", "params": [ { - "name": "email_pattern", + "name": "text", "type": "string" }, { - "name": "length", - "type": "int" + "name": "entities", + "type": "Vector" } ], - "type": "account.SentEmailCode" + "type": "TextWithEntities" }, { - "id": 1722786150, - "predicate": "help.deepLinkInfoEmpty", - "params": [], - "type": "help.DeepLinkInfo" + "id": 870003448, + "predicate": "messages.translateResult", + "params": [ + { + "name": "result", + "type": "Vector" + } + ], + "type": "messages.TranslatedText" }, { - "id": 1783556146, - "predicate": "help.deepLinkInfo", + "id": 3360175310, + "predicate": "autoSaveSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "update_app", + "name": "photos", "type": "flags.0?true" }, { - "name": "message", - "type": "string" + "name": "videos", + "type": "flags.1?true" }, { - "name": "entities", - "type": "flags.1?Vector" + "name": "video_max_size", + "type": "flags.2?long" } ], - "type": "help.DeepLinkInfo" + "type": "AutoSaveSettings" }, { - "id": 289586518, - "predicate": "savedPhoneContact", + "id": 2170563911, + "predicate": "autoSaveException", "params": [ { - "name": "phone", - "type": "string" - }, - { - "name": "first_name", - "type": "string" - }, - { - "name": "last_name", - "type": "string" + "name": "peer", + "type": "Peer" }, { - "name": "date", - "type": "int" + "name": "settings", + "type": "AutoSaveSettings" } ], - "type": "SavedContact" + "type": "AutoSaveException" }, { - "id": 1304052993, - "predicate": "account.takeout", + "id": 1279133341, + "predicate": "account.autoSaveSettings", "params": [ { - "name": "id", - "type": "long" - } - ], - "type": "account.Takeout" - }, - { - "id": 3562713238, - "predicate": "passwordKdfAlgoUnknown", - "params": [], - "type": "PasswordKdfAlgo" - }, - { - "id": 982592842, - "predicate": "passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow", - "params": [ + "name": "users_settings", + "type": "AutoSaveSettings" + }, { - "name": "salt1", - "type": "bytes" + "name": "chats_settings", + "type": "AutoSaveSettings" }, { - "name": "salt2", - "type": "bytes" + "name": "broadcasts_settings", + "type": "AutoSaveSettings" }, { - "name": "g", - "type": "int" + "name": "exceptions", + "type": "Vector" }, { - "name": "p", - "type": "bytes" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "PasswordKdfAlgo" + "type": "account.AutoSaveSettings" }, { - "id": 4883767, - "predicate": "securePasswordKdfAlgoUnknown", + "id": 2094949405, + "predicate": "help.appConfigNotModified", "params": [], - "type": "SecurePasswordKdfAlgo" + "type": "help.AppConfig" }, { - "id": 3153255840, - "predicate": "securePasswordKdfAlgoPBKDF2HMACSHA512iter100000", + "id": 3709368366, + "predicate": "help.appConfig", "params": [ { - "name": "salt", - "type": "bytes" + "name": "hash", + "type": "int" + }, + { + "name": "config", + "type": "JSONValue" } ], - "type": "SecurePasswordKdfAlgo" + "type": "help.AppConfig" }, { - "id": 2252807570, - "predicate": "securePasswordKdfAlgoSHA512", + "id": 2837495162, + "predicate": "inputBotAppID", "params": [ { - "name": "salt", - "type": "bytes" + "name": "id", + "type": "long" + }, + { + "name": "access_hash", + "type": "long" } ], - "type": "SecurePasswordKdfAlgo" + "type": "InputBotApp" }, { - "id": 354925740, - "predicate": "secureSecretSettings", - "params": [ - { - "name": "secure_algo", - "type": "SecurePasswordKdfAlgo" - }, + "id": 2425095175, + "predicate": "inputBotAppShortName", + "params": [ { - "name": "secure_secret", - "type": "bytes" + "name": "bot_id", + "type": "InputUser" }, { - "name": "secure_secret_id", - "type": "long" + "name": "short_name", + "type": "string" } ], - "type": "SecureSecretSettings" + "type": "InputBotApp" }, { - "id": 2558588504, - "predicate": "inputCheckPasswordEmpty", + "id": 1571189943, + "predicate": "botAppNotModified", "params": [], - "type": "InputCheckPasswordSRP" + "type": "BotApp" }, { - "id": 3531600002, - "predicate": "inputCheckPasswordSRP", + "id": 2516373974, + "predicate": "botApp", "params": [ { - "name": "srp_id", + "name": "flags", + "type": "#" + }, + { + "name": "id", "type": "long" }, { - "name": "A", - "type": "bytes" + "name": "access_hash", + "type": "long" }, { - "name": "M1", - "type": "bytes" + "name": "short_name", + "type": "string" + }, + { + "name": "title", + "type": "string" + }, + { + "name": "description", + "type": "string" + }, + { + "name": "photo", + "type": "Photo" + }, + { + "name": "document", + "type": "flags.0?Document" + }, + { + "name": "hash", + "type": "long" } ], - "type": "InputCheckPasswordSRP" + "type": "BotApp" }, { - "id": 2191366618, - "predicate": "secureRequiredType", + "id": 3947933173, + "predicate": "messages.botApp", "params": [ { "name": "flags", "type": "#" }, { - "name": "native_names", + "name": "inactive", "type": "flags.0?true" }, { - "name": "selfie_required", + "name": "request_write_access", "type": "flags.1?true" }, { - "name": "translation_required", + "name": "has_settings", "type": "flags.2?true" }, { - "name": "type", - "type": "SecureValueType" + "name": "app", + "type": "BotApp" } ], - "type": "SecureRequiredType" + "type": "messages.BotApp" }, { - "id": 41187252, - "predicate": "secureRequiredTypeOneOf", + "id": 1008422669, + "predicate": "appWebViewResultUrl", "params": [ { - "name": "types", - "type": "Vector" + "name": "url", + "type": "string" } ], - "type": "SecureRequiredType" - }, - { - "id": 3216634967, - "predicate": "help.passportConfigNotModified", - "params": [], - "type": "help.PassportConfig" + "type": "AppWebViewResult" }, { - "id": 2694370991, - "predicate": "help.passportConfig", + "id": 3044185557, + "predicate": "inlineBotWebView", "params": [ { - "name": "hash", - "type": "int" + "name": "text", + "type": "string" }, { - "name": "countries_langs", - "type": "DataJSON" + "name": "url", + "type": "string" } ], - "type": "help.PassportConfig" + "type": "InlineBotWebView" }, { - "id": 488313413, - "predicate": "inputAppEvent", + "id": 1246753138, + "predicate": "readParticipantDate", "params": [ { - "name": "time", - "type": "double" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "peer", + "name": "user_id", "type": "long" }, { - "name": "data", - "type": "JSONValue" + "name": "date", + "type": "int" } ], - "type": "InputAppEvent" + "type": "ReadParticipantDate" }, { - "id": 3235781593, - "predicate": "jsonObjectValue", + "id": 4091599411, + "predicate": "inputChatlistDialogFilter", "params": [ { - "name": "key", - "type": "string" - }, - { - "name": "value", - "type": "JSONValue" + "name": "filter_id", + "type": "int" } ], - "type": "JSONObjectValue" - }, - { - "id": 1064139624, - "predicate": "jsonNull", - "params": [], - "type": "JSONValue" + "type": "InputChatlist" }, { - "id": 3342098026, - "predicate": "jsonBool", + "id": 206668204, + "predicate": "exportedChatlistInvite", "params": [ { - "name": "value", - "type": "Bool" - } - ], - "type": "JSONValue" - }, - { - "id": 736157604, - "predicate": "jsonNumber", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "value", - "type": "double" - } - ], - "type": "JSONValue" - }, - { - "id": 3072226938, - "predicate": "jsonString", - "params": [ + "name": "title", + "type": "string" + }, { - "name": "value", + "name": "url", "type": "string" + }, + { + "name": "peers", + "type": "Vector" } ], - "type": "JSONValue" + "type": "ExportedChatlistInvite" }, { - "id": 4148447075, - "predicate": "jsonArray", + "id": 283567014, + "predicate": "chatlists.exportedChatlistInvite", "params": [ { - "name": "value", - "type": "Vector" + "name": "filter", + "type": "DialogFilter" + }, + { + "name": "invite", + "type": "ExportedChatlistInvite" } ], - "type": "JSONValue" + "type": "chatlists.ExportedChatlistInvite" }, { - "id": 2579616925, - "predicate": "jsonObject", + "id": 279670215, + "predicate": "chatlists.exportedInvites", "params": [ { - "name": "value", - "type": "Vector" + "name": "invites", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "JSONValue" + "type": "chatlists.ExportedInvites" }, { - "id": 878078826, - "predicate": "pageTableCell", + "id": 4203214425, + "predicate": "chatlists.chatlistInviteAlready", "params": [ { - "name": "flags", - "type": "#" + "name": "filter_id", + "type": "int" }, { - "name": "header", - "type": "flags.0?true" + "name": "missing_peers", + "type": "Vector" }, { - "name": "align_center", - "type": "flags.3?true" + "name": "already_peers", + "type": "Vector" }, { - "name": "align_right", - "type": "flags.4?true" + "name": "chats", + "type": "Vector" }, { - "name": "valign_middle", - "type": "flags.5?true" + "name": "users", + "type": "Vector" + } + ], + "type": "chatlists.ChatlistInvite" + }, + { + "id": 500007837, + "predicate": "chatlists.chatlistInvite", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "valign_bottom", - "type": "flags.6?true" + "name": "title", + "type": "string" + }, + { + "name": "emoticon", + "type": "flags.0?string" }, { - "name": "text", - "type": "flags.7?RichText" + "name": "peers", + "type": "Vector" }, { - "name": "colspan", - "type": "flags.1?int" + "name": "chats", + "type": "Vector" }, { - "name": "rowspan", - "type": "flags.2?int" + "name": "users", + "type": "Vector" } ], - "type": "PageTableCell" + "type": "chatlists.ChatlistInvite" }, { - "id": 3770729957, - "predicate": "pageTableRow", + "id": 2478671757, + "predicate": "chatlists.chatlistUpdates", "params": [ { - "name": "cells", - "type": "Vector" - } - ], - "type": "PageTableRow" - }, - { - "id": 1869903447, - "predicate": "pageCaption", - "params": [ + "name": "missing_peers", + "type": "Vector" + }, { - "name": "text", - "type": "RichText" + "name": "chats", + "type": "Vector" }, { - "name": "credit", - "type": "RichText" + "name": "users", + "type": "Vector" } ], - "type": "PageCaption" + "type": "chatlists.ChatlistUpdates" }, { - "id": 3106911949, - "predicate": "pageListItemText", + "id": 3903288752, + "predicate": "bots.botInfo", "params": [ { - "name": "text", - "type": "RichText" - } - ], - "type": "PageListItem" - }, - { - "id": 635466748, - "predicate": "pageListItemBlocks", - "params": [ + "name": "name", + "type": "string" + }, { - "name": "blocks", - "type": "Vector" + "name": "about", + "type": "string" + }, + { + "name": "description", + "type": "string" } ], - "type": "PageListItem" + "type": "bots.BotInfo" }, { - "id": 1577484359, - "predicate": "pageListOrderedItemText", + "id": 3066834268, + "predicate": "messagePeerVote", "params": [ { - "name": "num", - "type": "string" + "name": "peer", + "type": "Peer" }, { - "name": "text", - "type": "RichText" + "name": "option", + "type": "bytes" + }, + { + "name": "date", + "type": "int" } ], - "type": "PageListOrderedItem" + "type": "MessagePeerVote" }, { - "id": 2564655414, - "predicate": "pageListOrderedItemBlocks", + "id": 1959634180, + "predicate": "messagePeerVoteInputOption", "params": [ { - "name": "num", - "type": "string" + "name": "peer", + "type": "Peer" }, { - "name": "blocks", - "type": "Vector" + "name": "date", + "type": "int" } ], - "type": "PageListOrderedItem" + "type": "MessagePeerVote" }, { - "id": 3012615176, - "predicate": "pageRelatedArticle", + "id": 1177089766, + "predicate": "messagePeerVoteMultiple", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "url", - "type": "string" - }, - { - "name": "webpage_id", - "type": "long" - }, - { - "name": "title", - "type": "flags.0?string" - }, - { - "name": "description", - "type": "flags.1?string" - }, - { - "name": "photo_id", - "type": "flags.2?long" + "name": "peer", + "type": "Peer" }, { - "name": "author", - "type": "flags.3?string" + "name": "options", + "type": "Vector" }, { - "name": "published_date", - "type": "flags.4?int" + "name": "date", + "type": "int" } ], - "type": "PageRelatedArticle" + "type": "MessagePeerVote" }, { - "id": 2556788493, - "predicate": "page", + "id": 2371443926, + "predicate": "storyViews", "params": [ { "name": "flags", "type": "#" }, { - "name": "part", - "type": "flags.0?true" - }, - { - "name": "rtl", + "name": "has_viewers", "type": "flags.1?true" }, { - "name": "v2", - "type": "flags.2?true" - }, - { - "name": "url", - "type": "string" + "name": "views_count", + "type": "int" }, { - "name": "blocks", - "type": "Vector" + "name": "forwards_count", + "type": "flags.2?int" }, { - "name": "photos", - "type": "Vector" + "name": "reactions", + "type": "flags.3?Vector" }, { - "name": "documents", - "type": "Vector" + "name": "reactions_count", + "type": "flags.4?int" }, { - "name": "views", - "type": "flags.3?int" + "name": "recent_viewers", + "type": "flags.0?Vector" } ], - "type": "Page" + "type": "StoryViews" }, { - "id": 2349199817, - "predicate": "help.supportName", + "id": 1374088783, + "predicate": "storyItemDeleted", "params": [ { - "name": "name", - "type": "string" + "name": "id", + "type": "int" } ], - "type": "help.SupportName" - }, - { - "id": 4088278765, - "predicate": "help.userInfoEmpty", - "params": [], - "type": "help.UserInfo" + "type": "StoryItem" }, { - "id": 32192344, - "predicate": "help.userInfo", + "id": 4289579283, + "predicate": "storyItemSkipped", "params": [ { - "name": "message", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "entities", - "type": "Vector" + "name": "close_friends", + "type": "flags.8?true" }, { - "name": "author", - "type": "string" + "name": "id", + "type": "int" }, { "name": "date", "type": "int" - } - ], - "type": "help.UserInfo" - }, - { - "id": 1823064809, - "predicate": "pollAnswer", - "params": [ - { - "name": "text", - "type": "string" }, { - "name": "option", - "type": "bytes" + "name": "expire_date", + "type": "int" } ], - "type": "PollAnswer" + "type": "StoryItem" }, { - "id": 2262925665, - "predicate": "poll", + "id": 2041735716, + "predicate": "storyItem", "params": [ - { - "name": "id", - "type": "long" - }, { "name": "flags", "type": "#" }, { - "name": "closed", - "type": "flags.0?true" + "name": "pinned", + "type": "flags.5?true" }, { - "name": "public_voters", - "type": "flags.1?true" + "name": "public", + "type": "flags.7?true" }, { - "name": "multiple_choice", - "type": "flags.2?true" + "name": "close_friends", + "type": "flags.8?true" }, { - "name": "quiz", - "type": "flags.3?true" + "name": "min", + "type": "flags.9?true" }, { - "name": "question", - "type": "string" + "name": "noforwards", + "type": "flags.10?true" }, { - "name": "answers", - "type": "Vector" + "name": "edited", + "type": "flags.11?true" }, { - "name": "close_period", - "type": "flags.4?int" + "name": "contacts", + "type": "flags.12?true" }, { - "name": "close_date", - "type": "flags.5?int" - } - ], - "type": "Poll" - }, - { - "id": 997055186, - "predicate": "pollAnswerVoters", - "params": [ + "name": "selected_contacts", + "type": "flags.13?true" + }, { - "name": "flags", - "type": "#" + "name": "out", + "type": "flags.16?true" }, { - "name": "chosen", - "type": "flags.0?true" + "name": "id", + "type": "int" }, { - "name": "correct", - "type": "flags.1?true" + "name": "date", + "type": "int" }, { - "name": "option", - "type": "bytes" + "name": "from_id", + "type": "flags.18?Peer" + }, + { + "name": "fwd_from", + "type": "flags.17?StoryFwdHeader" }, { - "name": "voters", + "name": "expire_date", "type": "int" - } - ], - "type": "PollAnswerVoters" - }, - { - "id": 3703058083, - "predicate": "pollResults", - "params": [ + }, { - "name": "flags", - "type": "#" + "name": "caption", + "type": "flags.0?string" }, { - "name": "min", - "type": "flags.0?true" + "name": "entities", + "type": "flags.1?Vector" }, { - "name": "results", - "type": "flags.1?Vector" + "name": "media", + "type": "MessageMedia" }, { - "name": "total_voters", - "type": "flags.2?int" + "name": "media_areas", + "type": "flags.14?Vector" }, { - "name": "recent_voters", - "type": "flags.3?Vector" + "name": "privacy", + "type": "flags.2?Vector" }, { - "name": "solution", - "type": "flags.4?string" + "name": "views", + "type": "flags.3?StoryViews" }, { - "name": "solution_entities", - "type": "flags.4?Vector" + "name": "sent_reaction", + "type": "flags.15?Reaction" } ], - "type": "PollResults" + "type": "StoryItem" }, { - "id": 4030849616, - "predicate": "chatOnlines", + "id": 291044926, + "predicate": "stories.allStoriesNotModified", "params": [ { - "name": "onlines", - "type": "int" - } - ], - "type": "ChatOnlines" - }, - { - "id": 1202287072, - "predicate": "statsURL", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "url", + "name": "state", "type": "string" + }, + { + "name": "stealth_mode", + "type": "StoriesStealthMode" } ], - "type": "StatsURL" + "type": "stories.AllStories" }, { - "id": 1605510357, - "predicate": "chatAdminRights", + "id": 1862033025, + "predicate": "stories.allStories", "params": [ { "name": "flags", "type": "#" }, { - "name": "change_info", + "name": "has_more", "type": "flags.0?true" }, { - "name": "post_messages", - "type": "flags.1?true" + "name": "count", + "type": "int" }, { - "name": "edit_messages", - "type": "flags.2?true" + "name": "state", + "type": "string" }, { - "name": "delete_messages", - "type": "flags.3?true" + "name": "peer_stories", + "type": "Vector" }, { - "name": "ban_users", - "type": "flags.4?true" + "name": "chats", + "type": "Vector" }, { - "name": "invite_users", - "type": "flags.5?true" + "name": "users", + "type": "Vector" }, { - "name": "pin_messages", - "type": "flags.7?true" + "name": "stealth_mode", + "type": "StoriesStealthMode" + } + ], + "type": "stories.AllStories" + }, + { + "id": 1673780490, + "predicate": "stories.stories", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "add_admins", - "type": "flags.9?true" + "name": "count", + "type": "int" }, { - "name": "anonymous", - "type": "flags.10?true" + "name": "stories", + "type": "Vector" }, { - "name": "manage_call", - "type": "flags.11?true" + "name": "pinned_to_top", + "type": "flags.0?Vector" }, { - "name": "other", - "type": "flags.12?true" + "name": "chats", + "type": "Vector" }, { - "name": "manage_topics", - "type": "flags.13?true" + "name": "users", + "type": "Vector" } ], - "type": "ChatAdminRights" + "type": "stories.Stories" }, { - "id": 2668758040, - "predicate": "chatBannedRights", + "id": 2965236421, + "predicate": "storyView", "params": [ { "name": "flags", "type": "#" }, { - "name": "view_messages", + "name": "blocked", "type": "flags.0?true" }, { - "name": "send_messages", + "name": "blocked_my_stories_from", "type": "flags.1?true" }, { - "name": "send_media", - "type": "flags.2?true" + "name": "user_id", + "type": "long" }, { - "name": "send_stickers", - "type": "flags.3?true" + "name": "date", + "type": "int" }, { - "name": "send_gifs", - "type": "flags.4?true" - }, + "name": "reaction", + "type": "flags.2?Reaction" + } + ], + "type": "StoryView" + }, + { + "id": 2424530699, + "predicate": "storyViewPublicForward", + "params": [ { - "name": "send_games", - "type": "flags.5?true" + "name": "flags", + "type": "#" }, { - "name": "send_inline", - "type": "flags.6?true" + "name": "blocked", + "type": "flags.0?true" }, { - "name": "embed_links", - "type": "flags.7?true" + "name": "blocked_my_stories_from", + "type": "flags.1?true" }, { - "name": "send_polls", - "type": "flags.8?true" - }, + "name": "message", + "type": "Message" + } + ], + "type": "StoryView" + }, + { + "id": 3178549065, + "predicate": "storyViewPublicRepost", + "params": [ { - "name": "change_info", - "type": "flags.10?true" + "name": "flags", + "type": "#" }, { - "name": "invite_users", - "type": "flags.15?true" + "name": "blocked", + "type": "flags.0?true" }, { - "name": "pin_messages", - "type": "flags.17?true" + "name": "blocked_my_stories_from", + "type": "flags.1?true" }, { - "name": "manage_topics", - "type": "flags.18?true" + "name": "peer_id", + "type": "Peer" }, { - "name": "send_photos", - "type": "flags.19?true" - }, + "name": "story", + "type": "StoryItem" + } + ], + "type": "StoryView" + }, + { + "id": 1507299269, + "predicate": "stories.storyViewsList", + "params": [ { - "name": "send_videos", - "type": "flags.20?true" + "name": "flags", + "type": "#" }, { - "name": "send_roundvideos", - "type": "flags.21?true" + "name": "count", + "type": "int" }, { - "name": "send_audios", - "type": "flags.22?true" + "name": "views_count", + "type": "int" }, { - "name": "send_voices", - "type": "flags.23?true" + "name": "forwards_count", + "type": "int" }, { - "name": "send_docs", - "type": "flags.24?true" + "name": "reactions_count", + "type": "int" }, { - "name": "send_plain", - "type": "flags.25?true" + "name": "views", + "type": "Vector" }, { - "name": "until_date", - "type": "int" - } - ], - "type": "ChatBannedRights" - }, - { - "id": 3861952889, - "predicate": "inputWallPaper", - "params": [ - { - "name": "id", - "type": "long" + "name": "chats", + "type": "Vector" }, { - "name": "access_hash", - "type": "long" - } - ], - "type": "InputWallPaper" - }, - { - "id": 1913199744, - "predicate": "inputWallPaperSlug", - "params": [ - { - "name": "slug", - "type": "string" - } - ], - "type": "InputWallPaper" - }, - { - "id": 2524595758, - "predicate": "inputWallPaperNoFile", - "params": [ + "name": "users", + "type": "Vector" + }, { - "name": "id", - "type": "long" + "name": "next_offset", + "type": "flags.0?string" } ], - "type": "InputWallPaper" - }, - { - "id": 471437699, - "predicate": "account.wallPapersNotModified", - "params": [], - "type": "account.WallPapers" + "type": "stories.StoryViewsList" }, { - "id": 3452142988, - "predicate": "account.wallPapers", + "id": 3734957341, + "predicate": "stories.storyViews", "params": [ { - "name": "hash", - "type": "long" + "name": "views", + "type": "Vector" }, { - "name": "wallpapers", - "type": "Vector" + "name": "users", + "type": "Vector" } ], - "type": "account.WallPapers" + "type": "stories.StoryViews" }, { - "id": 2904898936, - "predicate": "codeSettings", + "id": 583071445, + "predicate": "inputReplyToMessage", "params": [ { "name": "flags", - "type": "#" - }, - { - "name": "allow_flashcall", - "type": "flags.0?true" + "type": "#" }, { - "name": "current_number", - "type": "flags.1?true" + "name": "reply_to_msg_id", + "type": "int" }, { - "name": "allow_app_hash", - "type": "flags.4?true" + "name": "top_msg_id", + "type": "flags.0?int" }, { - "name": "allow_missed_call", - "type": "flags.5?true" + "name": "reply_to_peer_id", + "type": "flags.1?InputPeer" }, { - "name": "allow_firebase", - "type": "flags.7?true" + "name": "quote_text", + "type": "flags.2?string" }, { - "name": "logout_tokens", - "type": "flags.6?Vector" + "name": "quote_entities", + "type": "flags.3?Vector" }, { - "name": "token", - "type": "flags.8?string" + "name": "quote_offset", + "type": "flags.4?int" + } + ], + "type": "InputReplyTo" + }, + { + "id": 1484862010, + "predicate": "inputReplyToStory", + "params": [ + { + "name": "peer", + "type": "InputPeer" }, { - "name": "app_sandbox", - "type": "flags.8?Bool" + "name": "story_id", + "type": "int" } ], - "type": "CodeSettings" + "type": "InputReplyTo" }, { - "id": 499236004, - "predicate": "wallPaperSettings", + "id": 1070138683, + "predicate": "exportedStoryLink", + "params": [ + { + "name": "link", + "type": "string" + } + ], + "type": "ExportedStoryLink" + }, + { + "id": 1898850301, + "predicate": "storiesStealthMode", "params": [ { "name": "flags", "type": "#" }, { - "name": "blur", - "type": "flags.1?true" - }, - { - "name": "motion", - "type": "flags.2?true" - }, - { - "name": "background_color", + "name": "active_until_date", "type": "flags.0?int" }, { - "name": "second_background_color", - "type": "flags.4?int" + "name": "cooldown_until_date", + "type": "flags.1?int" + } + ], + "type": "StoriesStealthMode" + }, + { + "id": 64088654, + "predicate": "mediaAreaCoordinates", + "params": [ + { + "name": "x", + "type": "double" }, { - "name": "third_background_color", - "type": "flags.5?int" + "name": "y", + "type": "double" }, { - "name": "fourth_background_color", - "type": "flags.6?int" + "name": "w", + "type": "double" }, { - "name": "intensity", - "type": "flags.3?int" + "name": "h", + "type": "double" }, { "name": "rotation", - "type": "flags.4?int" + "type": "double" } ], - "type": "WallPaperSettings" + "type": "MediaAreaCoordinates" }, { - "id": 2398796115, - "predicate": "autoDownloadSettings", + "id": 3196246940, + "predicate": "mediaAreaVenue", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "disabled", - "type": "flags.0?true" - }, - { - "name": "video_preload_large", - "type": "flags.1?true" + "name": "coordinates", + "type": "MediaAreaCoordinates" }, { - "name": "audio_preload_next", - "type": "flags.2?true" + "name": "geo", + "type": "GeoPoint" }, { - "name": "phonecalls_less_data", - "type": "flags.3?true" + "name": "title", + "type": "string" }, { - "name": "photo_size_max", - "type": "int" + "name": "address", + "type": "string" }, { - "name": "video_size_max", - "type": "long" + "name": "provider", + "type": "string" }, { - "name": "file_size_max", - "type": "long" + "name": "venue_id", + "type": "string" }, { - "name": "video_upload_maxbitrate", - "type": "int" + "name": "venue_type", + "type": "string" } ], - "type": "AutoDownloadSettings" + "type": "MediaArea" }, { - "id": 1674235686, - "predicate": "account.autoDownloadSettings", + "id": 2994872703, + "predicate": "inputMediaAreaVenue", "params": [ { - "name": "low", - "type": "AutoDownloadSettings" + "name": "coordinates", + "type": "MediaAreaCoordinates" }, { - "name": "medium", - "type": "AutoDownloadSettings" + "name": "query_id", + "type": "long" }, { - "name": "high", - "type": "AutoDownloadSettings" + "name": "result_id", + "type": "string" } ], - "type": "account.AutoDownloadSettings" + "type": "MediaArea" }, { - "id": 3585325561, - "predicate": "emojiKeyword", + "id": 3750443810, + "predicate": "mediaAreaGeoPoint", "params": [ { - "name": "keyword", - "type": "string" + "name": "coordinates", + "type": "MediaAreaCoordinates" }, { - "name": "emoticons", - "type": "Vector" + "name": "geo", + "type": "GeoPoint" } ], - "type": "EmojiKeyword" + "type": "MediaArea" }, { - "id": 594408994, - "predicate": "emojiKeywordDeleted", + "id": 340088945, + "predicate": "mediaAreaSuggestedReaction", "params": [ { - "name": "keyword", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "emoticons", - "type": "Vector" - } - ], - "type": "EmojiKeyword" - }, - { - "id": 1556570557, - "predicate": "emojiKeywordsDifference", - "params": [ - { - "name": "lang_code", - "type": "string" + "name": "dark", + "type": "flags.0?true" }, { - "name": "from_version", - "type": "int" + "name": "flipped", + "type": "flags.1?true" }, { - "name": "version", - "type": "int" + "name": "coordinates", + "type": "MediaAreaCoordinates" }, { - "name": "keywords", - "type": "Vector" + "name": "reaction", + "type": "Reaction" } ], - "type": "EmojiKeywordsDifference" + "type": "MediaArea" }, { - "id": 2775937949, - "predicate": "emojiURL", + "id": 1996756655, + "predicate": "mediaAreaChannelPost", "params": [ { - "name": "url", - "type": "string" + "name": "coordinates", + "type": "MediaAreaCoordinates" + }, + { + "name": "channel_id", + "type": "long" + }, + { + "name": "msg_id", + "type": "int" } ], - "type": "EmojiURL" + "type": "MediaArea" }, { - "id": 3019592545, - "predicate": "emojiLanguage", + "id": 577893055, + "predicate": "inputMediaAreaChannelPost", "params": [ { - "name": "lang_code", - "type": "string" + "name": "coordinates", + "type": "MediaAreaCoordinates" + }, + { + "name": "channel", + "type": "InputChannel" + }, + { + "name": "msg_id", + "type": "int" } ], - "type": "EmojiLanguage" + "type": "MediaArea" }, { - "id": 4283715173, - "predicate": "folder", + "id": 2587224473, + "predicate": "peerStories", "params": [ { "name": "flags", "type": "#" }, { - "name": "autofill_new_broadcasts", - "type": "flags.0?true" + "name": "peer", + "type": "Peer" }, { - "name": "autofill_public_groups", - "type": "flags.1?true" + "name": "max_read_id", + "type": "flags.0?int" }, { - "name": "autofill_new_correspondents", - "type": "flags.2?true" - }, + "name": "stories", + "type": "Vector" + } + ], + "type": "PeerStories" + }, + { + "id": 3404105576, + "predicate": "stories.peerStories", + "params": [ { - "name": "id", - "type": "int" + "name": "stories", + "type": "PeerStories" }, { - "name": "title", - "type": "string" + "name": "chats", + "type": "Vector" }, { - "name": "photo", - "type": "flags.3?ChatPhoto" + "name": "users", + "type": "Vector" } ], - "type": "Folder" + "type": "stories.PeerStories" }, { - "id": 4224893590, - "predicate": "inputFolderPeer", + "id": 4250800829, + "predicate": "messages.webPage", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "webpage", + "type": "WebPage" }, { - "name": "folder_id", - "type": "int" + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "InputFolderPeer" + "type": "messages.WebPage" }, { - "id": 3921323624, - "predicate": "folderPeer", + "id": 629052971, + "predicate": "premiumGiftCodeOption", "params": [ { - "name": "peer", - "type": "Peer" + "name": "flags", + "type": "#" + }, + { + "name": "users", + "type": "int" + }, + { + "name": "months", + "type": "int" + }, + { + "name": "store_product", + "type": "flags.0?string" + }, + { + "name": "store_quantity", + "type": "flags.1?int" + }, + { + "name": "currency", + "type": "string" }, { - "name": "folder_id", - "type": "int" + "name": "amount", + "type": "long" } ], - "type": "FolderPeer" + "type": "PremiumGiftCodeOption" }, { - "id": 3896830975, - "predicate": "messages.searchCounter", + "id": 675942550, + "predicate": "payments.checkedGiftCode", "params": [ { "name": "flags", "type": "#" }, { - "name": "inexact", - "type": "flags.1?true" + "name": "via_giveaway", + "type": "flags.2?true" }, { - "name": "filter", - "type": "MessagesFilter" + "name": "from_id", + "type": "flags.4?Peer" }, { - "name": "count", + "name": "giveaway_msg_id", + "type": "flags.3?int" + }, + { + "name": "to_id", + "type": "flags.0?long" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "months", "type": "int" + }, + { + "name": "used_date", + "type": "flags.1?int" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "messages.SearchCounter" + "type": "payments.CheckedGiftCode" }, { - "id": 2463316494, - "predicate": "urlAuthResultRequest", + "id": 1130879648, + "predicate": "payments.giveawayInfo", "params": [ { "name": "flags", "type": "#" }, { - "name": "request_write_access", + "name": "participating", "type": "flags.0?true" }, { - "name": "bot", - "type": "User" + "name": "preparing_results", + "type": "flags.3?true" }, { - "name": "domain", - "type": "string" - } - ], - "type": "UrlAuthResult" - }, - { - "id": 2408320590, - "predicate": "urlAuthResultAccepted", - "params": [ + "name": "start_date", + "type": "int" + }, { - "name": "url", - "type": "string" - } - ], - "type": "UrlAuthResult" - }, - { - "id": 2849430303, - "predicate": "urlAuthResultDefault", - "params": [], - "type": "UrlAuthResult" - }, - { - "id": 3216354699, - "predicate": "channelLocationEmpty", - "params": [], - "type": "ChannelLocation" - }, - { - "id": 547062491, - "predicate": "channelLocation", - "params": [ + "name": "joined_too_early_date", + "type": "flags.1?int" + }, { - "name": "geo_point", - "type": "GeoPoint" + "name": "admin_disallowed_chat_id", + "type": "flags.2?long" }, { - "name": "address", - "type": "string" + "name": "disallowed_country", + "type": "flags.4?string" } ], - "type": "ChannelLocation" + "type": "payments.GiveawayInfo" }, { - "id": 3393592157, - "predicate": "peerLocated", + "id": 13456752, + "predicate": "payments.giveawayInfoResults", "params": [ { - "name": "peer", - "type": "Peer" + "name": "flags", + "type": "#" }, { - "name": "expires", - "type": "int" + "name": "winner", + "type": "flags.0?true" }, { - "name": "distance", - "type": "int" - } - ], - "type": "PeerLocated" - }, - { - "id": 4176226379, - "predicate": "peerSelfLocated", - "params": [ + "name": "refunded", + "type": "flags.1?true" + }, { - "name": "expires", + "name": "start_date", "type": "int" - } - ], - "type": "PeerLocated" - }, - { - "id": 3497176244, - "predicate": "restrictionReason", - "params": [ + }, { - "name": "platform", - "type": "string" + "name": "gift_code_slug", + "type": "flags.0?string" }, { - "name": "reason", - "type": "string" + "name": "finish_date", + "type": "int" }, { - "name": "text", - "type": "string" + "name": "winners_count", + "type": "int" + }, + { + "name": "activated_count", + "type": "int" } ], - "type": "RestrictionReason" + "type": "payments.GiveawayInfo" }, { - "id": 1012306921, - "predicate": "inputTheme", + "id": 2991824212, + "predicate": "prepaidGiveaway", "params": [ { "name": "id", "type": "long" }, { - "name": "access_hash", - "type": "long" - } - ], - "type": "InputTheme" - }, - { - "id": 4119399921, - "predicate": "inputThemeSlug", - "params": [ + "name": "months", + "type": "int" + }, { - "name": "slug", - "type": "string" + "name": "quantity", + "type": "int" + }, + { + "name": "date", + "type": "int" } ], - "type": "InputTheme" + "type": "PrepaidGiveaway" }, { - "id": 2685298646, - "predicate": "theme", + "id": 706514033, + "predicate": "boost", "params": [ { "name": "flags", "type": "#" }, { - "name": "creator", - "type": "flags.0?true" - }, - { - "name": "default", + "name": "gift", "type": "flags.1?true" }, { - "name": "for_chat", - "type": "flags.5?true" + "name": "giveaway", + "type": "flags.2?true" }, { - "name": "id", - "type": "long" + "name": "unclaimed", + "type": "flags.3?true" }, { - "name": "access_hash", - "type": "long" + "name": "id", + "type": "string" }, { - "name": "slug", - "type": "string" + "name": "user_id", + "type": "flags.0?long" }, { - "name": "title", - "type": "string" + "name": "giveaway_msg_id", + "type": "flags.2?int" }, { - "name": "document", - "type": "flags.2?Document" + "name": "date", + "type": "int" }, { - "name": "settings", - "type": "flags.3?Vector" + "name": "expires", + "type": "int" }, { - "name": "emoticon", - "type": "flags.6?string" + "name": "used_gift_slug", + "type": "flags.4?string" }, { - "name": "installs_count", - "type": "flags.4?int" + "name": "multiplier", + "type": "flags.5?int" } ], - "type": "Theme" + "type": "Boost" }, { - "id": 4095653410, - "predicate": "account.themesNotModified", - "params": [], - "type": "account.Themes" - }, - { - "id": 2587724909, - "predicate": "account.themes", + "id": 2264424764, + "predicate": "premium.boostsList", "params": [ { - "name": "hash", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "themes", - "type": "Vector" - } - ], - "type": "account.Themes" - }, - { - "id": 1654593920, - "predicate": "auth.loginToken", - "params": [ - { - "name": "expires", + "name": "count", "type": "int" }, { - "name": "token", - "type": "bytes" - } - ], - "type": "auth.LoginToken" - }, - { - "id": 110008598, - "predicate": "auth.loginTokenMigrateTo", - "params": [ - { - "name": "dc_id", - "type": "int" + "name": "boosts", + "type": "Vector" }, { - "name": "token", - "type": "bytes" - } - ], - "type": "auth.LoginToken" - }, - { - "id": 957176926, - "predicate": "auth.loginTokenSuccess", - "params": [ + "name": "next_offset", + "type": "flags.0?string" + }, { - "name": "authorization", - "type": "auth.Authorization" + "name": "users", + "type": "Vector" } ], - "type": "auth.LoginToken" + "type": "premium.BoostsList" }, { - "id": 1474462241, - "predicate": "account.contentSettings", + "id": 3293069660, + "predicate": "myBoost", "params": [ { "name": "flags", "type": "#" }, { - "name": "sensitive_enabled", - "type": "flags.0?true" + "name": "slot", + "type": "int" }, { - "name": "sensitive_can_change", - "type": "flags.1?true" + "name": "peer", + "type": "flags.0?Peer" + }, + { + "name": "date", + "type": "int" + }, + { + "name": "expires", + "type": "int" + }, + { + "name": "cooldown_until_date", + "type": "flags.1?int" } ], - "type": "account.ContentSettings" + "type": "MyBoost" }, { - "id": 2837970629, - "predicate": "messages.inactiveChats", + "id": 2598512866, + "predicate": "premium.myBoosts", "params": [ { - "name": "dates", - "type": "Vector" + "name": "my_boosts", + "type": "Vector" }, { "name": "chats", @@ -16840,187 +23530,176 @@ "type": "Vector" } ], - "type": "messages.InactiveChats" - }, - { - "id": 3282117730, - "predicate": "baseThemeClassic", - "params": [], - "type": "BaseTheme" + "type": "premium.MyBoosts" }, { - "id": 4225242760, - "predicate": "baseThemeDay", - "params": [], - "type": "BaseTheme" - }, - { - "id": 3081969320, - "predicate": "baseThemeNight", - "params": [], - "type": "BaseTheme" - }, - { - "id": 1834973166, - "predicate": "baseThemeTinted", - "params": [], - "type": "BaseTheme" - }, - { - "id": 1527845466, - "predicate": "baseThemeArctic", - "params": [], - "type": "BaseTheme" - }, - { - "id": 2413711439, - "predicate": "inputThemeSettings", + "id": 1230586490, + "predicate": "premium.boostsStatus", "params": [ { "name": "flags", "type": "#" }, { - "name": "message_colors_animated", + "name": "my_boost", "type": "flags.2?true" }, { - "name": "base_theme", - "type": "BaseTheme" + "name": "level", + "type": "int" }, { - "name": "accent_color", + "name": "current_level_boosts", "type": "int" }, { - "name": "outbox_accent_color", - "type": "flags.3?int" + "name": "boosts", + "type": "int" }, { - "name": "message_colors", - "type": "flags.0?Vector" + "name": "gift_boosts", + "type": "flags.4?int" }, { - "name": "wallpaper", - "type": "flags.1?InputWallPaper" + "name": "next_level_boosts", + "type": "flags.0?int" }, { - "name": "wallpaper_settings", - "type": "flags.1?WallPaperSettings" + "name": "premium_audience", + "type": "flags.1?StatsPercentValue" + }, + { + "name": "boost_url", + "type": "string" + }, + { + "name": "prepaid_giveaways", + "type": "flags.3?Vector" + }, + { + "name": "my_boost_slots", + "type": "flags.2?Vector" } ], - "type": "InputThemeSettings" + "type": "premium.BoostsStatus" }, { - "id": 4200117972, - "predicate": "themeSettings", + "id": 3089555792, + "predicate": "storyFwdHeader", "params": [ { "name": "flags", "type": "#" }, { - "name": "message_colors_animated", - "type": "flags.2?true" - }, - { - "name": "base_theme", - "type": "BaseTheme" - }, - { - "name": "accent_color", - "type": "int" + "name": "modified", + "type": "flags.3?true" }, { - "name": "outbox_accent_color", - "type": "flags.3?int" + "name": "from", + "type": "flags.0?Peer" }, { - "name": "message_colors", - "type": "flags.0?Vector" + "name": "from_name", + "type": "flags.1?string" }, { - "name": "wallpaper", - "type": "flags.1?WallPaper" + "name": "story_id", + "type": "flags.2?int" } ], - "type": "ThemeSettings" + "type": "StoryFwdHeader" }, { - "id": 1421174295, - "predicate": "webPageAttributeTheme", + "id": 3875901055, + "predicate": "postInteractionCountersMessage", "params": [ { - "name": "flags", - "type": "#" + "name": "msg_id", + "type": "int" }, { - "name": "documents", - "type": "flags.0?Vector" + "name": "views", + "type": "int" }, { - "name": "settings", - "type": "flags.1?ThemeSettings" + "name": "forwards", + "type": "int" + }, + { + "name": "reactions", + "type": "int" } ], - "type": "WebPageAttribute" + "type": "PostInteractionCounters" }, { - "id": 886196148, - "predicate": "messageUserVote", + "id": 2319978023, + "predicate": "postInteractionCountersStory", "params": [ { - "name": "user_id", - "type": "long" + "name": "story_id", + "type": "int" }, { - "name": "option", - "type": "bytes" + "name": "views", + "type": "int" }, { - "name": "date", + "name": "forwards", + "type": "int" + }, + { + "name": "reactions", "type": "int" } ], - "type": "MessageUserVote" + "type": "PostInteractionCounters" }, { - "id": 1017491692, - "predicate": "messageUserVoteInputOption", + "id": 1355613820, + "predicate": "stats.storyStats", "params": [ { - "name": "user_id", - "type": "long" + "name": "views_graph", + "type": "StatsGraph" }, { - "name": "date", - "type": "int" + "name": "reactions_by_emotion_graph", + "type": "StatsGraph" } ], - "type": "MessageUserVote" + "type": "stats.StoryStats" }, { - "id": 2321933655, - "predicate": "messageUserVoteMultiple", + "id": 32685898, + "predicate": "publicForwardMessage", "params": [ { - "name": "user_id", - "type": "long" - }, + "name": "message", + "type": "Message" + } + ], + "type": "PublicForward" + }, + { + "id": 3992169936, + "predicate": "publicForwardStory", + "params": [ { - "name": "options", - "type": "Vector" + "name": "peer", + "type": "Peer" }, { - "name": "date", - "type": "int" + "name": "story", + "type": "StoryItem" } ], - "type": "MessageUserVote" + "type": "PublicForward" }, { - "id": 136574537, - "predicate": "messages.votesList", + "id": 2466479648, + "predicate": "stats.publicForwards", "params": [ { "name": "flags", @@ -17031,1232 +23710,1454 @@ "type": "int" }, { - "name": "votes", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "forwards", + "type": "Vector" }, { "name": "next_offset", "type": "flags.0?string" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "messages.VotesList" + "type": "stats.PublicForwards" }, { - "id": 4117234314, - "predicate": "bankCardOpenUrl", + "id": 3041614543, + "predicate": "peerColor", "params": [ { - "name": "url", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "name", - "type": "string" + "name": "color", + "type": "flags.0?int" + }, + { + "name": "background_emoji_id", + "type": "flags.1?long" } ], - "type": "BankCardOpenUrl" + "type": "PeerColor" }, { - "id": 1042605427, - "predicate": "payments.bankCardData", + "id": 639736408, + "predicate": "help.peerColorSet", "params": [ { - "name": "title", - "type": "string" + "name": "colors", + "type": "Vector" + } + ], + "type": "help.PeerColorSet" + }, + { + "id": 1987928555, + "predicate": "help.peerColorProfileSet", + "params": [ + { + "name": "palette_colors", + "type": "Vector" }, { - "name": "open_urls", - "type": "Vector" + "name": "bg_colors", + "type": "Vector" + }, + { + "name": "story_colors", + "type": "Vector" } ], - "type": "payments.BankCardData" + "type": "help.PeerColorSet" }, { - "id": 1949890536, - "predicate": "dialogFilter", + "id": 2917953214, + "predicate": "help.peerColorOption", "params": [ { "name": "flags", "type": "#" }, { - "name": "contacts", + "name": "hidden", "type": "flags.0?true" }, { - "name": "non_contacts", - "type": "flags.1?true" - }, - { - "name": "groups", - "type": "flags.2?true" - }, - { - "name": "broadcasts", - "type": "flags.3?true" + "name": "color_id", + "type": "int" }, { - "name": "bots", - "type": "flags.4?true" + "name": "colors", + "type": "flags.1?help.PeerColorSet" }, { - "name": "exclude_muted", - "type": "flags.11?true" + "name": "dark_colors", + "type": "flags.2?help.PeerColorSet" }, { - "name": "exclude_read", - "type": "flags.12?true" + "name": "channel_min_level", + "type": "flags.3?int" }, { - "name": "exclude_archived", - "type": "flags.13?true" - }, + "name": "group_min_level", + "type": "flags.4?int" + } + ], + "type": "help.PeerColorOption" + }, + { + "id": 732034510, + "predicate": "help.peerColorsNotModified", + "params": [], + "type": "help.PeerColors" + }, + { + "id": 16313608, + "predicate": "help.peerColors", + "params": [ { - "name": "id", + "name": "hash", "type": "int" }, { - "name": "title", - "type": "string" - }, + "name": "colors", + "type": "Vector" + } + ], + "type": "help.PeerColors" + }, + { + "id": 1620104917, + "predicate": "storyReaction", + "params": [ { - "name": "emoticon", - "type": "flags.25?string" + "name": "peer_id", + "type": "Peer" }, { - "name": "pinned_peers", - "type": "Vector" + "name": "date", + "type": "int" }, { - "name": "include_peers", - "type": "Vector" - }, + "name": "reaction", + "type": "Reaction" + } + ], + "type": "StoryReaction" + }, + { + "id": 3148555843, + "predicate": "storyReactionPublicForward", + "params": [ { - "name": "exclude_peers", - "type": "Vector" + "name": "message", + "type": "Message" } ], - "type": "DialogFilter" + "type": "StoryReaction" }, { - "id": 909284270, - "predicate": "dialogFilterDefault", - "params": [], - "type": "DialogFilter" + "id": 3486322451, + "predicate": "storyReactionPublicRepost", + "params": [ + { + "name": "peer_id", + "type": "Peer" + }, + { + "name": "story", + "type": "StoryItem" + } + ], + "type": "StoryReaction" }, { - "id": 3595175080, - "predicate": "dialogFilterChatlist", + "id": 2858383516, + "predicate": "stories.storyReactionsList", "params": [ { "name": "flags", "type": "#" }, { - "name": "has_my_invites", - "type": "flags.26?true" - }, - { - "name": "id", + "name": "count", "type": "int" }, { - "name": "title", - "type": "string" + "name": "reactions", + "type": "Vector" }, { - "name": "emoticon", - "type": "flags.25?string" + "name": "chats", + "type": "Vector" }, { - "name": "pinned_peers", - "type": "Vector" + "name": "users", + "type": "Vector" }, { - "name": "include_peers", - "type": "Vector" + "name": "next_offset", + "type": "flags.0?string" } ], - "type": "DialogFilter" + "type": "stories.StoryReactionsList" }, { - "id": 2004110666, - "predicate": "dialogFilterSuggested", + "id": 3179793260, + "predicate": "savedDialog", "params": [ { - "name": "filter", - "type": "DialogFilter" + "name": "flags", + "type": "#" }, { - "name": "description", - "type": "string" - } - ], - "type": "DialogFilterSuggested" - }, - { - "id": 3057118639, - "predicate": "statsDateRangeDays", - "params": [ + "name": "pinned", + "type": "flags.2?true" + }, { - "name": "min_date", - "type": "int" + "name": "peer", + "type": "Peer" }, { - "name": "max_date", + "name": "top_message", "type": "int" } ], - "type": "StatsDateRangeDays" + "type": "SavedDialog" }, { - "id": 3410210014, - "predicate": "statsAbsValueAndPrev", + "id": 4164608545, + "predicate": "messages.savedDialogs", "params": [ { - "name": "current", - "type": "double" + "name": "dialogs", + "type": "Vector" }, { - "name": "previous", - "type": "double" - } - ], - "type": "StatsAbsValueAndPrev" - }, - { - "id": 3419287520, - "predicate": "statsPercentValue", - "params": [ + "name": "messages", + "type": "Vector" + }, { - "name": "part", - "type": "double" + "name": "chats", + "type": "Vector" }, { - "name": "total", - "type": "double" + "name": "users", + "type": "Vector" } ], - "type": "StatsPercentValue" + "type": "messages.SavedDialogs" }, { - "id": 1244130093, - "predicate": "statsGraphAsync", + "id": 1153080793, + "predicate": "messages.savedDialogsSlice", "params": [ { - "name": "token", - "type": "string" + "name": "count", + "type": "int" + }, + { + "name": "dialogs", + "type": "Vector" + }, + { + "name": "messages", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "StatsGraph" + "type": "messages.SavedDialogs" }, { - "id": 3202127906, - "predicate": "statsGraphError", + "id": 3223285736, + "predicate": "messages.savedDialogsNotModified", "params": [ { - "name": "error", - "type": "string" + "name": "count", + "type": "int" } ], - "type": "StatsGraph" + "type": "messages.SavedDialogs" }, { - "id": 2393138358, - "predicate": "statsGraph", + "id": 3413112872, + "predicate": "savedReactionTag", "params": [ { "name": "flags", "type": "#" }, { - "name": "json", - "type": "DataJSON" + "name": "reaction", + "type": "Reaction" }, { - "name": "zoom_token", + "name": "title", "type": "flags.0?string" + }, + { + "name": "count", + "type": "int" } ], - "type": "StatsGraph" + "type": "SavedReactionTag" + }, + { + "id": 2291882479, + "predicate": "messages.savedReactionTagsNotModified", + "params": [], + "type": "messages.SavedReactionTags" }, { - "id": 2907687357, - "predicate": "messageInteractionCounters", + "id": 844731658, + "predicate": "messages.savedReactionTags", "params": [ { - "name": "msg_id", - "type": "int" + "name": "tags", + "type": "Vector" }, { - "name": "views", + "name": "hash", + "type": "long" + } + ], + "type": "messages.SavedReactionTags" + }, + { + "id": 1001931436, + "predicate": "outboxReadDate", + "params": [ + { + "name": "date", "type": "int" + } + ], + "type": "OutboxReadDate" + }, + { + "id": 3700114639, + "predicate": "smsjobs.eligibleToJoin", + "params": [ + { + "name": "terms_url", + "type": "string" }, { - "name": "forwards", + "name": "monthly_sent_sms", "type": "int" } ], - "type": "MessageInteractionCounters" + "type": "smsjobs.EligibilityToJoin" }, { - "id": 3187114900, - "predicate": "stats.broadcastStats", + "id": 720277905, + "predicate": "smsjobs.status", "params": [ { - "name": "period", - "type": "StatsDateRangeDays" + "name": "flags", + "type": "#" }, { - "name": "followers", - "type": "StatsAbsValueAndPrev" + "name": "allow_international", + "type": "flags.0?true" }, { - "name": "views_per_post", - "type": "StatsAbsValueAndPrev" + "name": "recent_sent", + "type": "int" }, { - "name": "shares_per_post", - "type": "StatsAbsValueAndPrev" + "name": "recent_since", + "type": "int" }, { - "name": "enabled_notifications", - "type": "StatsPercentValue" + "name": "recent_remains", + "type": "int" }, { - "name": "growth_graph", - "type": "StatsGraph" + "name": "total_sent", + "type": "int" }, { - "name": "followers_graph", - "type": "StatsGraph" + "name": "total_since", + "type": "int" }, { - "name": "mute_graph", - "type": "StatsGraph" + "name": "last_gift_slug", + "type": "flags.1?string" }, { - "name": "top_hours_graph", - "type": "StatsGraph" + "name": "terms_url", + "type": "string" + } + ], + "type": "smsjobs.Status" + }, + { + "id": 3869372088, + "predicate": "smsJob", + "params": [ + { + "name": "job_id", + "type": "string" }, { - "name": "interactions_graph", - "type": "StatsGraph" + "name": "phone_number", + "type": "string" }, { - "name": "iv_interactions_graph", - "type": "StatsGraph" + "name": "text", + "type": "string" + } + ], + "type": "SmsJob" + }, + { + "id": 302717625, + "predicate": "businessWeeklyOpen", + "params": [ + { + "name": "start_minute", + "type": "int" }, { - "name": "views_by_source_graph", - "type": "StatsGraph" + "name": "end_minute", + "type": "int" + } + ], + "type": "BusinessWeeklyOpen" + }, + { + "id": 2358423704, + "predicate": "businessWorkHours", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "new_followers_by_source_graph", - "type": "StatsGraph" + "name": "open_now", + "type": "flags.0?true" }, { - "name": "languages_graph", - "type": "StatsGraph" + "name": "timezone_id", + "type": "string" }, { - "name": "recent_message_interactions", - "type": "Vector" + "name": "weekly_open", + "type": "Vector" } ], - "type": "stats.BroadcastStats" + "type": "BusinessWorkHours" }, { - "id": 2566302837, - "predicate": "help.promoDataEmpty", + "id": 2891717367, + "predicate": "businessLocation", "params": [ { - "name": "expires", - "type": "int" + "name": "flags", + "type": "#" + }, + { + "name": "geo_point", + "type": "flags.0?GeoPoint" + }, + { + "name": "address", + "type": "string" } ], - "type": "help.PromoData" + "type": "BusinessLocation" }, { - "id": 2352576831, - "predicate": "help.promoData", + "id": 1871393450, + "predicate": "inputBusinessRecipients", "params": [ { "name": "flags", "type": "#" }, { - "name": "proxy", + "name": "existing_chats", "type": "flags.0?true" }, { - "name": "expires", - "type": "int" - }, - { - "name": "peer", - "type": "Peer" + "name": "new_chats", + "type": "flags.1?true" }, { - "name": "chats", - "type": "Vector" + "name": "contacts", + "type": "flags.2?true" }, { - "name": "users", - "type": "Vector" + "name": "non_contacts", + "type": "flags.3?true" }, { - "name": "psa_type", - "type": "flags.1?string" + "name": "exclude_selected", + "type": "flags.5?true" }, { - "name": "psa_message", - "type": "flags.2?string" + "name": "users", + "type": "flags.4?Vector" } ], - "type": "help.PromoData" + "type": "InputBusinessRecipients" }, { - "id": 3727929492, - "predicate": "videoSize", + "id": 554733559, + "predicate": "businessRecipients", "params": [ { "name": "flags", "type": "#" }, { - "name": "type", - "type": "string" + "name": "existing_chats", + "type": "flags.0?true" }, { - "name": "w", - "type": "int" + "name": "new_chats", + "type": "flags.1?true" }, { - "name": "h", - "type": "int" + "name": "contacts", + "type": "flags.2?true" }, { - "name": "size", - "type": "int" + "name": "non_contacts", + "type": "flags.3?true" }, { - "name": "video_start_ts", - "type": "flags.0?double" - } - ], - "type": "VideoSize" - }, - { - "id": 4166795580, - "predicate": "videoSizeEmojiMarkup", - "params": [ - { - "name": "emoji_id", - "type": "long" + "name": "exclude_selected", + "type": "flags.5?true" }, { - "name": "background_colors", - "type": "Vector" + "name": "users", + "type": "flags.4?Vector" } ], - "type": "VideoSize" + "type": "BusinessRecipients" }, { - "id": 228623102, - "predicate": "videoSizeStickerMarkup", - "params": [ - { - "name": "stickerset", - "type": "InputStickerSet" - }, - { - "name": "sticker_id", - "type": "long" - }, - { - "name": "background_colors", - "type": "Vector" - } - ], - "type": "VideoSize" + "id": 3384402617, + "predicate": "businessAwayMessageScheduleAlways", + "params": [], + "type": "BusinessAwayMessageSchedule" }, { - "id": 2634330011, - "predicate": "statsGroupTopPoster", + "id": 3287479553, + "predicate": "businessAwayMessageScheduleOutsideWorkHours", + "params": [], + "type": "BusinessAwayMessageSchedule" + }, + { + "id": 3427638988, + "predicate": "businessAwayMessageScheduleCustom", "params": [ { - "name": "user_id", - "type": "long" - }, - { - "name": "messages", + "name": "start_date", "type": "int" }, { - "name": "avg_chars", + "name": "end_date", "type": "int" } ], - "type": "StatsGroupTopPoster" + "type": "BusinessAwayMessageSchedule" }, { - "id": 3612888199, - "predicate": "statsGroupTopAdmin", + "id": 26528571, + "predicate": "inputBusinessGreetingMessage", "params": [ { - "name": "user_id", - "type": "long" - }, - { - "name": "deleted", + "name": "shortcut_id", "type": "int" }, { - "name": "kicked", - "type": "int" + "name": "recipients", + "type": "InputBusinessRecipients" }, { - "name": "banned", + "name": "no_activity_days", "type": "int" } ], - "type": "StatsGroupTopAdmin" + "type": "InputBusinessGreetingMessage" }, { - "id": 1398765469, - "predicate": "statsGroupTopInviter", + "id": 3843664811, + "predicate": "businessGreetingMessage", "params": [ { - "name": "user_id", - "type": "long" + "name": "shortcut_id", + "type": "int" }, { - "name": "invitations", + "name": "recipients", + "type": "BusinessRecipients" + }, + { + "name": "no_activity_days", "type": "int" } ], - "type": "StatsGroupTopInviter" + "type": "BusinessGreetingMessage" }, { - "id": 4018141462, - "predicate": "stats.megagroupStats", + "id": 2200008160, + "predicate": "inputBusinessAwayMessage", "params": [ { - "name": "period", - "type": "StatsDateRangeDays" - }, - { - "name": "members", - "type": "StatsAbsValueAndPrev" - }, - { - "name": "messages", - "type": "StatsAbsValueAndPrev" - }, - { - "name": "viewers", - "type": "StatsAbsValueAndPrev" - }, - { - "name": "posters", - "type": "StatsAbsValueAndPrev" + "name": "flags", + "type": "#" }, { - "name": "growth_graph", - "type": "StatsGraph" + "name": "offline_only", + "type": "flags.0?true" }, { - "name": "members_graph", - "type": "StatsGraph" + "name": "shortcut_id", + "type": "int" }, { - "name": "new_members_by_source_graph", - "type": "StatsGraph" + "name": "schedule", + "type": "BusinessAwayMessageSchedule" }, { - "name": "languages_graph", - "type": "StatsGraph" - }, + "name": "recipients", + "type": "InputBusinessRecipients" + } + ], + "type": "InputBusinessAwayMessage" + }, + { + "id": 4011158108, + "predicate": "businessAwayMessage", + "params": [ { - "name": "messages_graph", - "type": "StatsGraph" + "name": "flags", + "type": "#" }, { - "name": "actions_graph", - "type": "StatsGraph" + "name": "offline_only", + "type": "flags.0?true" }, { - "name": "top_hours_graph", - "type": "StatsGraph" + "name": "shortcut_id", + "type": "int" }, { - "name": "weekdays_graph", - "type": "StatsGraph" + "name": "schedule", + "type": "BusinessAwayMessageSchedule" }, { - "name": "top_posters", - "type": "Vector" - }, + "name": "recipients", + "type": "BusinessRecipients" + } + ], + "type": "BusinessAwayMessage" + }, + { + "id": 4287793653, + "predicate": "timezone", + "params": [ { - "name": "top_admins", - "type": "Vector" + "name": "id", + "type": "string" }, { - "name": "top_inviters", - "type": "Vector" + "name": "name", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "utc_offset", + "type": "int" } ], - "type": "stats.MegagroupStats" + "type": "Timezone" }, { - "id": 3198350372, - "predicate": "globalPrivacySettings", + "id": 2533820620, + "predicate": "help.timezonesListNotModified", + "params": [], + "type": "help.TimezonesList" + }, + { + "id": 2071260529, + "predicate": "help.timezonesList", "params": [ { - "name": "flags", - "type": "#" + "name": "timezones", + "type": "Vector" }, { - "name": "archive_and_mute_new_noncontact_peers", - "type": "flags.0?Bool" + "name": "hash", + "type": "int" } ], - "type": "GlobalPrivacySettings" + "type": "help.TimezonesList" }, { - "id": 1107543535, - "predicate": "help.countryCode", + "id": 110563371, + "predicate": "quickReply", "params": [ { - "name": "flags", - "type": "#" + "name": "shortcut_id", + "type": "int" }, { - "name": "country_code", + "name": "shortcut", "type": "string" }, { - "name": "prefixes", - "type": "flags.0?Vector" + "name": "top_message", + "type": "int" }, { - "name": "patterns", - "type": "flags.1?Vector" + "name": "count", + "type": "int" } ], - "type": "help.CountryCode" + "type": "QuickReply" }, { - "id": 3280440867, - "predicate": "help.country", + "id": 609840449, + "predicate": "inputQuickReplyShortcut", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "hidden", - "type": "flags.0?true" - }, - { - "name": "iso2", - "type": "string" - }, - { - "name": "default_name", + "name": "shortcut", "type": "string" - }, - { - "name": "name", - "type": "flags.1?string" - }, - { - "name": "country_codes", - "type": "Vector" } ], - "type": "help.Country" + "type": "InputQuickReplyShortcut" }, { - "id": 2479628082, - "predicate": "help.countriesListNotModified", - "params": [], - "type": "help.CountriesList" + "id": 18418929, + "predicate": "inputQuickReplyShortcutId", + "params": [ + { + "name": "shortcut_id", + "type": "int" + } + ], + "type": "InputQuickReplyShortcut" }, { - "id": 2278585758, - "predicate": "help.countriesList", + "id": 3331155605, + "predicate": "messages.quickReplies", "params": [ { - "name": "countries", - "type": "Vector" + "name": "quick_replies", + "type": "Vector" }, { - "name": "hash", - "type": "int" + "name": "messages", + "type": "Vector" + }, + { + "name": "chats", + "type": "Vector" + }, + { + "name": "users", + "type": "Vector" } ], - "type": "help.CountriesList" + "type": "messages.QuickReplies" }, { - "id": 1163625789, - "predicate": "messageViews", + "id": 1603398491, + "predicate": "messages.quickRepliesNotModified", + "params": [], + "type": "messages.QuickReplies" + }, + { + "id": 3171321345, + "predicate": "connectedBot", "params": [ { "name": "flags", "type": "#" }, { - "name": "views", - "type": "flags.0?int" + "name": "can_reply", + "type": "flags.0?true" }, { - "name": "forwards", - "type": "flags.1?int" + "name": "bot_id", + "type": "long" }, { - "name": "replies", - "type": "flags.2?MessageReplies" + "name": "recipients", + "type": "BusinessBotRecipients" } ], - "type": "MessageViews" + "type": "ConnectedBot" }, { - "id": 3066361155, - "predicate": "messages.messageViews", + "id": 400029819, + "predicate": "account.connectedBots", "params": [ { - "name": "views", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" + "name": "connected_bots", + "type": "Vector" }, { "name": "users", "type": "Vector" } ], - "type": "messages.MessageViews" + "type": "account.ConnectedBots" }, { - "id": 2788431746, - "predicate": "messages.discussionMessage", + "id": 718878489, + "predicate": "messages.dialogFilters", "params": [ { "name": "flags", "type": "#" }, { - "name": "messages", - "type": "Vector" - }, - { - "name": "max_id", - "type": "flags.0?int" + "name": "tags_enabled", + "type": "flags.0?true" }, { - "name": "read_inbox_max_id", - "type": "flags.1?int" - }, + "name": "filters", + "type": "Vector" + } + ], + "type": "messages.DialogFilters" + }, + { + "id": 1821253126, + "predicate": "birthday", + "params": [ { - "name": "read_outbox_max_id", - "type": "flags.2?int" + "name": "flags", + "type": "#" }, { - "name": "unread_count", + "name": "day", "type": "int" }, { - "name": "chats", - "type": "Vector" + "name": "month", + "type": "int" }, { - "name": "users", - "type": "Vector" + "name": "year", + "type": "flags.0?int" } ], - "type": "messages.DiscussionMessage" + "type": "Birthday" }, { - "id": 2799007587, - "predicate": "messageReplyHeader", + "id": 2305045428, + "predicate": "botBusinessConnection", "params": [ { "name": "flags", "type": "#" }, { - "name": "reply_to_scheduled", - "type": "flags.2?true" + "name": "can_reply", + "type": "flags.0?true" }, { - "name": "forum_topic", - "type": "flags.3?true" + "name": "disabled", + "type": "flags.1?true" }, { - "name": "reply_to_msg_id", - "type": "int" + "name": "connection_id", + "type": "string" }, { - "name": "reply_to_peer_id", - "type": "flags.0?Peer" + "name": "user_id", + "type": "long" }, { - "name": "reply_to_top_id", - "type": "flags.1?int" + "name": "dc_id", + "type": "int" + }, + { + "name": "date", + "type": "int" } ], - "type": "MessageReplyHeader" + "type": "BotBusinessConnection" }, { - "id": 2211844034, - "predicate": "messageReplies", + "id": 163867085, + "predicate": "inputBusinessIntro", "params": [ { "name": "flags", "type": "#" }, { - "name": "comments", - "type": "flags.0?true" + "name": "title", + "type": "string" }, { - "name": "replies", - "type": "int" + "name": "description", + "type": "string" }, { - "name": "replies_pts", - "type": "int" - }, + "name": "sticker", + "type": "flags.0?InputDocument" + } + ], + "type": "InputBusinessIntro" + }, + { + "id": 1510606445, + "predicate": "businessIntro", + "params": [ { - "name": "recent_repliers", - "type": "flags.1?Vector" + "name": "flags", + "type": "#" }, { - "name": "channel_id", - "type": "flags.0?long" + "name": "title", + "type": "string" }, { - "name": "max_id", - "type": "flags.2?int" + "name": "description", + "type": "string" }, { - "name": "read_max_id", - "type": "flags.3?int" + "name": "sticker", + "type": "flags.0?Document" } ], - "type": "MessageReplies" + "type": "BusinessIntro" }, { - "id": 3908927508, - "predicate": "peerBlocked", + "id": 4211040925, + "predicate": "messages.myStickers", "params": [ { - "name": "peer_id", - "type": "Peer" + "name": "count", + "type": "int" }, { - "name": "date", - "type": "int" + "name": "sets", + "type": "Vector" } ], - "type": "PeerBlocked" + "type": "messages.MyStickers" }, { - "id": 2308567701, - "predicate": "stats.messageStats", + "id": 3818152105, + "predicate": "inputCollectibleUsername", "params": [ { - "name": "views_graph", - "type": "StatsGraph" + "name": "username", + "type": "string" } ], - "type": "stats.MessageStats" + "type": "InputCollectible" }, { - "id": 2004925620, - "predicate": "groupCallDiscarded", + "id": 2732725412, + "predicate": "inputCollectiblePhone", "params": [ { - "name": "id", + "name": "phone", + "type": "string" + } + ], + "type": "InputCollectible" + }, + { + "id": 1857945489, + "predicate": "fragment.collectibleInfo", + "params": [ + { + "name": "purchase_date", + "type": "int" + }, + { + "name": "currency", + "type": "string" + }, + { + "name": "amount", "type": "long" }, { - "name": "access_hash", + "name": "crypto_currency", + "type": "string" + }, + { + "name": "crypto_amount", "type": "long" }, { - "name": "duration", - "type": "int" + "name": "url", + "type": "string" } ], - "type": "GroupCall" + "type": "fragment.CollectibleInfo" }, { - "id": 3583468812, - "predicate": "groupCall", + "id": 3303379486, + "predicate": "inputBusinessBotRecipients", "params": [ { "name": "flags", "type": "#" }, { - "name": "join_muted", + "name": "existing_chats", + "type": "flags.0?true" + }, + { + "name": "new_chats", "type": "flags.1?true" }, { - "name": "can_change_join_muted", + "name": "contacts", "type": "flags.2?true" }, { - "name": "join_date_asc", - "type": "flags.6?true" + "name": "non_contacts", + "type": "flags.3?true" }, { - "name": "schedule_start_subscribed", - "type": "flags.8?true" + "name": "exclude_selected", + "type": "flags.5?true" }, { - "name": "can_start_video", - "type": "flags.9?true" + "name": "users", + "type": "flags.4?Vector" }, { - "name": "record_video_active", - "type": "flags.11?true" + "name": "exclude_users", + "type": "flags.6?Vector" + } + ], + "type": "InputBusinessBotRecipients" + }, + { + "id": 3096245107, + "predicate": "businessBotRecipients", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "rtmp_stream", - "type": "flags.12?true" + "name": "existing_chats", + "type": "flags.0?true" }, { - "name": "listeners_hidden", - "type": "flags.13?true" + "name": "new_chats", + "type": "flags.1?true" }, { - "name": "id", - "type": "long" + "name": "contacts", + "type": "flags.2?true" }, { - "name": "access_hash", - "type": "long" + "name": "non_contacts", + "type": "flags.3?true" }, { - "name": "participants_count", - "type": "int" + "name": "exclude_selected", + "type": "flags.5?true" }, { - "name": "title", - "type": "flags.3?string" + "name": "users", + "type": "flags.4?Vector" }, { - "name": "stream_dc_id", - "type": "flags.4?int" + "name": "exclude_users", + "type": "flags.6?Vector" + } + ], + "type": "BusinessBotRecipients" + }, + { + "id": 496600883, + "predicate": "contactBirthday", + "params": [ + { + "name": "contact_id", + "type": "long" }, { - "name": "record_start_date", - "type": "flags.5?int" + "name": "birthday", + "type": "Birthday" + } + ], + "type": "ContactBirthday" + }, + { + "id": 290452237, + "predicate": "contacts.contactBirthdays", + "params": [ + { + "name": "contacts", + "type": "Vector" }, { - "name": "schedule_date", - "type": "flags.7?int" + "name": "users", + "type": "Vector" + } + ], + "type": "contacts.ContactBirthdays" + }, + { + "id": 1653379620, + "predicate": "missingInvitee", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "unmuted_video_count", - "type": "flags.10?int" + "name": "premium_would_allow_invite", + "type": "flags.0?true" }, { - "name": "unmuted_video_limit", - "type": "int" + "name": "premium_required_for_pm", + "type": "flags.1?true" }, { - "name": "version", - "type": "int" + "name": "user_id", + "type": "long" } ], - "type": "GroupCall" + "type": "MissingInvitee" }, { - "id": 3635053583, - "predicate": "inputGroupCall", + "id": 2136862630, + "predicate": "messages.invitedUsers", "params": [ { - "name": "id", - "type": "long" + "name": "updates", + "type": "Updates" }, { - "name": "access_hash", - "type": "long" + "name": "missing_invitees", + "type": "Vector" } ], - "type": "InputGroupCall" + "type": "messages.InvitedUsers" }, { - "id": 3953538814, - "predicate": "groupCallParticipant", + "id": 292003751, + "predicate": "inputBusinessChatLink", "params": [ { "name": "flags", "type": "#" }, { - "name": "muted", - "type": "flags.0?true" + "name": "message", + "type": "string" }, { - "name": "left", - "type": "flags.1?true" + "name": "entities", + "type": "flags.0?Vector" }, { - "name": "can_self_unmute", - "type": "flags.2?true" + "name": "title", + "type": "flags.1?string" + } + ], + "type": "InputBusinessChatLink" + }, + { + "id": 3031328367, + "predicate": "businessChatLink", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "just_joined", - "type": "flags.4?true" + "name": "link", + "type": "string" }, { - "name": "versioned", - "type": "flags.5?true" + "name": "message", + "type": "string" }, { - "name": "min", - "type": "flags.8?true" + "name": "entities", + "type": "flags.0?Vector" }, { - "name": "muted_by_you", - "type": "flags.9?true" + "name": "title", + "type": "flags.1?string" }, { - "name": "volume_by_admin", - "type": "flags.10?true" + "name": "views", + "type": "int" + } + ], + "type": "BusinessChatLink" + }, + { + "id": 3963855569, + "predicate": "account.businessChatLinks", + "params": [ + { + "name": "links", + "type": "Vector" }, { - "name": "self", - "type": "flags.12?true" + "name": "chats", + "type": "Vector" }, { - "name": "video_joined", - "type": "flags.15?true" + "name": "users", + "type": "Vector" + } + ], + "type": "account.BusinessChatLinks" + }, + { + "id": 2586029857, + "predicate": "account.resolvedBusinessChatLinks", + "params": [ + { + "name": "flags", + "type": "#" }, { "name": "peer", "type": "Peer" }, { - "name": "date", - "type": "int" + "name": "message", + "type": "string" }, { - "name": "active_date", - "type": "flags.3?int" + "name": "entities", + "type": "flags.0?Vector" }, { - "name": "source", - "type": "int" + "name": "chats", + "type": "Vector" }, { - "name": "volume", - "type": "flags.7?int" + "name": "users", + "type": "Vector" + } + ], + "type": "account.ResolvedBusinessChatLinks" + }, + { + "id": 3593466986, + "predicate": "requestedPeerUser", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "about", - "type": "flags.11?string" + "name": "user_id", + "type": "long" }, { - "name": "raise_hand_rating", - "type": "flags.13?long" + "name": "first_name", + "type": "flags.0?string" }, { - "name": "video", - "type": "flags.6?GroupCallParticipantVideo" + "name": "last_name", + "type": "flags.0?string" }, { - "name": "presentation", - "type": "flags.14?GroupCallParticipantVideo" + "name": "username", + "type": "flags.1?string" + }, + { + "name": "photo", + "type": "flags.2?Photo" } ], - "type": "GroupCallParticipant" + "type": "RequestedPeer" }, { - "id": 2658302637, - "predicate": "phone.groupCall", + "id": 1929860175, + "predicate": "requestedPeerChat", "params": [ { - "name": "call", - "type": "GroupCall" - }, - { - "name": "participants", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "participants_next_offset", - "type": "string" + "name": "chat_id", + "type": "long" }, { - "name": "chats", - "type": "Vector" + "name": "title", + "type": "flags.0?string" }, { - "name": "users", - "type": "Vector" + "name": "photo", + "type": "flags.2?Photo" } ], - "type": "phone.GroupCall" + "type": "RequestedPeer" }, { - "id": 4101460406, - "predicate": "phone.groupParticipants", + "id": 2342781924, + "predicate": "requestedPeerChannel", "params": [ { - "name": "count", - "type": "int" - }, - { - "name": "participants", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "next_offset", - "type": "string" + "name": "channel_id", + "type": "long" }, { - "name": "chats", - "type": "Vector" + "name": "title", + "type": "flags.0?string" }, { - "name": "users", - "type": "Vector" + "name": "username", + "type": "flags.1?string" }, { - "name": "version", - "type": "int" + "name": "photo", + "type": "flags.2?Photo" } ], - "type": "phone.GroupParticipants" - }, - { - "id": 813821341, - "predicate": "inlineQueryPeerTypeSameBotPM", - "params": [], - "type": "InlineQueryPeerType" - }, - { - "id": 2201751468, - "predicate": "inlineQueryPeerTypePM", - "params": [], - "type": "InlineQueryPeerType" + "type": "RequestedPeer" }, { - "id": 3613836554, - "predicate": "inlineQueryPeerTypeChat", - "params": [], - "type": "InlineQueryPeerType" + "id": 1124938064, + "predicate": "sponsoredMessageReportOption", + "params": [ + { + "name": "text", + "type": "string" + }, + { + "name": "option", + "type": "bytes" + } + ], + "type": "SponsoredMessageReportOption" }, { - "id": 1589952067, - "predicate": "inlineQueryPeerTypeMegagroup", - "params": [], - "type": "InlineQueryPeerType" + "id": 2221907522, + "predicate": "channels.sponsoredMessageReportResultChooseOption", + "params": [ + { + "name": "title", + "type": "string" + }, + { + "name": "options", + "type": "Vector" + } + ], + "type": "channels.SponsoredMessageReportResult" }, { - "id": 1664413338, - "predicate": "inlineQueryPeerTypeBroadcast", + "id": 1044107055, + "predicate": "channels.sponsoredMessageReportResultAdsHidden", "params": [], - "type": "InlineQueryPeerType" + "type": "channels.SponsoredMessageReportResult" }, { - "id": 238759180, - "predicate": "inlineQueryPeerTypeBotPM", + "id": 2910423113, + "predicate": "channels.sponsoredMessageReportResultReported", "params": [], - "type": "InlineQueryPeerType" - }, - { - "id": 375566091, - "predicate": "messages.historyImport", - "params": [ - { - "name": "id", - "type": "long" - } - ], - "type": "messages.HistoryImport" + "type": "channels.SponsoredMessageReportResult" }, { - "id": 1578088377, - "predicate": "messages.historyImportParsed", + "id": 1409802903, + "predicate": "stats.broadcastRevenueStats", "params": [ { - "name": "flags", - "type": "#" + "name": "top_hours_graph", + "type": "StatsGraph" }, { - "name": "pm", - "type": "flags.0?true" + "name": "revenue_graph", + "type": "StatsGraph" }, { - "name": "group", - "type": "flags.1?true" + "name": "balances", + "type": "BroadcastRevenueBalances" }, { - "name": "title", - "type": "flags.2?string" + "name": "usd_rate", + "type": "double" } ], - "type": "messages.HistoryImportParsed" + "type": "stats.BroadcastRevenueStats" }, { - "id": 4019011180, - "predicate": "messages.affectedFoundMessages", + "id": 3966080823, + "predicate": "stats.broadcastRevenueWithdrawalUrl", "params": [ { - "name": "pts", - "type": "int" - }, + "name": "url", + "type": "string" + } + ], + "type": "stats.BroadcastRevenueWithdrawalUrl" + }, + { + "id": 1434332356, + "predicate": "broadcastRevenueTransactionProceeds", + "params": [ { - "name": "pts_count", - "type": "int" + "name": "amount", + "type": "long" }, { - "name": "offset", + "name": "from_date", "type": "int" }, { - "name": "messages", - "type": "Vector" + "name": "to_date", + "type": "int" } ], - "type": "messages.AffectedFoundMessages" + "type": "BroadcastRevenueTransaction" }, { - "id": 2354765785, - "predicate": "chatInviteImporter", + "id": 1515784568, + "predicate": "broadcastRevenueTransactionWithdrawal", "params": [ { "name": "flags", "type": "#" }, { - "name": "requested", + "name": "pending", "type": "flags.0?true" }, { - "name": "via_chatlist", - "type": "flags.3?true" + "name": "failed", + "type": "flags.2?true" }, { - "name": "user_id", + "name": "amount", "type": "long" }, { @@ -18264,379 +25165,333 @@ "type": "int" }, { - "name": "about", - "type": "flags.2?string" + "name": "provider", + "type": "string" }, { - "name": "approved_by", - "type": "flags.1?long" + "name": "transaction_date", + "type": "flags.1?int" + }, + { + "name": "transaction_url", + "type": "flags.1?string" } ], - "type": "ChatInviteImporter" + "type": "BroadcastRevenueTransaction" }, { - "id": 3183881676, - "predicate": "messages.exportedChatInvites", + "id": 1121127726, + "predicate": "broadcastRevenueTransactionRefund", "params": [ { - "name": "count", - "type": "int" + "name": "amount", + "type": "long" }, { - "name": "invites", - "type": "Vector" + "name": "date", + "type": "int" }, { - "name": "users", - "type": "Vector" + "name": "provider", + "type": "string" } ], - "type": "messages.ExportedChatInvites" + "type": "BroadcastRevenueTransaction" }, { - "id": 410107472, - "predicate": "messages.exportedChatInvite", + "id": 2266334310, + "predicate": "stats.broadcastRevenueTransactions", "params": [ { - "name": "invite", - "type": "ExportedChatInvite" + "name": "count", + "type": "int" }, { - "name": "users", - "type": "Vector" + "name": "transactions", + "type": "Vector" } ], - "type": "messages.ExportedChatInvite" + "type": "stats.BroadcastRevenueTransactions" }, { - "id": 572915951, - "predicate": "messages.exportedChatInviteReplaced", + "id": 3133384218, + "predicate": "reactionNotificationsFromContacts", + "params": [], + "type": "ReactionNotificationsFrom" + }, + { + "id": 1268654752, + "predicate": "reactionNotificationsFromAll", + "params": [], + "type": "ReactionNotificationsFrom" + }, + { + "id": 1457736048, + "predicate": "reactionsNotifySettings", "params": [ { - "name": "invite", - "type": "ExportedChatInvite" + "name": "flags", + "type": "#" }, { - "name": "new_invite", - "type": "ExportedChatInvite" + "name": "messages_notify_from", + "type": "flags.0?ReactionNotificationsFrom" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "messages.ExportedChatInvite" - }, - { - "id": 2176233482, - "predicate": "messages.chatInviteImporters", - "params": [ - { - "name": "count", - "type": "int" + "name": "stories_notify_from", + "type": "flags.1?ReactionNotificationsFrom" }, { - "name": "importers", - "type": "Vector" + "name": "sound", + "type": "NotificationSound" }, { - "name": "users", - "type": "Vector" + "name": "show_previews", + "type": "Bool" } ], - "type": "messages.ChatInviteImporters" + "type": "ReactionsNotifySettings" }, { - "id": 4075613987, - "predicate": "chatAdminWithInvites", + "id": 2218324422, + "predicate": "broadcastRevenueBalances", "params": [ { - "name": "admin_id", + "name": "current_balance", "type": "long" }, { - "name": "invites_count", - "type": "int" + "name": "available_balance", + "type": "long" }, { - "name": "revoked_invites_count", - "type": "int" + "name": "overall_revenue", + "type": "long" } ], - "type": "ChatAdminWithInvites" + "type": "BroadcastRevenueBalances" }, { - "id": 3063640791, - "predicate": "messages.chatAdminsWithInvites", + "id": 2479088254, + "predicate": "availableEffect", "params": [ { - "name": "admins", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "messages.ChatAdminsWithInvites" - }, - { - "id": 2723014423, - "predicate": "messages.checkedHistoryImportPeer", - "params": [ + "name": "premium_required", + "type": "flags.2?true" + }, { - "name": "confirm_text", + "name": "id", + "type": "long" + }, + { + "name": "emoticon", "type": "string" - } - ], - "type": "messages.CheckedHistoryImportPeer" - }, - { - "id": 2951045695, - "predicate": "phone.joinAsPeers", - "params": [ + }, { - "name": "peers", - "type": "Vector" + "name": "static_icon_id", + "type": "flags.0?long" }, { - "name": "chats", - "type": "Vector" + "name": "effect_sticker_id", + "type": "long" }, { - "name": "users", - "type": "Vector" + "name": "effect_animation_id", + "type": "flags.1?long" } ], - "type": "phone.JoinAsPeers" + "type": "AvailableEffect" }, { - "id": 541839704, - "predicate": "phone.exportedGroupCallInvite", - "params": [ - { - "name": "link", - "type": "string" - } - ], - "type": "phone.ExportedGroupCallInvite" + "id": 3522009691, + "predicate": "messages.availableEffectsNotModified", + "params": [], + "type": "messages.AvailableEffects" }, { - "id": 3702593719, - "predicate": "groupCallParticipantVideoSourceGroup", + "id": 3185271150, + "predicate": "messages.availableEffects", "params": [ { - "name": "semantics", - "type": "string" + "name": "hash", + "type": "int" }, { - "name": "sources", - "type": "Vector" + "name": "effects", + "type": "Vector" + }, + { + "name": "documents", + "type": "Vector" } ], - "type": "GroupCallParticipantVideoSourceGroup" + "type": "messages.AvailableEffects" }, { - "id": 1735736008, - "predicate": "groupCallParticipantVideo", + "id": 3097230543, + "predicate": "factCheck", "params": [ { "name": "flags", "type": "#" }, { - "name": "paused", + "name": "need_check", "type": "flags.0?true" }, { - "name": "endpoint", - "type": "string" + "name": "country", + "type": "flags.1?string" }, { - "name": "source_groups", - "type": "Vector" + "name": "text", + "type": "flags.1?TextWithEntities" }, { - "name": "audio_source", - "type": "flags.1?int" - } - ], - "type": "GroupCallParticipantVideo" - }, - { - "id": 2248056895, - "predicate": "stickers.suggestedShortName", - "params": [ - { - "name": "short_name", - "type": "string" + "name": "hash", + "type": "long" } ], - "type": "stickers.SuggestedShortName" + "type": "FactCheck" }, { - "id": 795652779, - "predicate": "botCommandScopeDefault", + "id": 2515714020, + "predicate": "starsTransactionPeerUnsupported", "params": [], - "type": "BotCommandScope" + "type": "StarsTransactionPeer" }, { - "id": 1011811544, - "predicate": "botCommandScopeUsers", + "id": 3025646453, + "predicate": "starsTransactionPeerAppStore", "params": [], - "type": "BotCommandScope" + "type": "StarsTransactionPeer" }, { - "id": 1877059713, - "predicate": "botCommandScopeChats", + "id": 2069236235, + "predicate": "starsTransactionPeerPlayMarket", "params": [], - "type": "BotCommandScope" + "type": "StarsTransactionPeer" }, { - "id": 3114950762, - "predicate": "botCommandScopeChatAdmins", + "id": 621656824, + "predicate": "starsTransactionPeerPremiumBot", "params": [], - "type": "BotCommandScope" - }, - { - "id": 3684534653, - "predicate": "botCommandScopePeer", - "params": [ - { - "name": "peer", - "type": "InputPeer" - } - ], - "type": "BotCommandScope" - }, - { - "id": 1071145937, - "predicate": "botCommandScopePeerAdmins", - "params": [ - { - "name": "peer", - "type": "InputPeer" - } - ], - "type": "BotCommandScope" - }, - { - "id": 169026035, - "predicate": "botCommandScopePeerUser", - "params": [ - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "user_id", - "type": "InputUser" - } - ], - "type": "BotCommandScope" - }, - { - "id": 3816265825, - "predicate": "account.resetPasswordFailedWait", - "params": [ - { - "name": "retry_date", - "type": "int" - } - ], - "type": "account.ResetPasswordResult" + "type": "StarsTransactionPeer" }, { - "id": 3924819069, - "predicate": "account.resetPasswordRequestedWait", - "params": [ - { - "name": "until_date", - "type": "int" - } - ], - "type": "account.ResetPasswordResult" + "id": 3912227074, + "predicate": "starsTransactionPeerFragment", + "params": [], + "type": "StarsTransactionPeer" }, { - "id": 3911636542, - "predicate": "account.resetPasswordOk", - "params": [], - "type": "account.ResetPasswordResult" + "id": 3624771933, + "predicate": "starsTransactionPeer", + "params": [ + { + "name": "peer", + "type": "Peer" + } + ], + "type": "StarsTransactionPeer" }, { - "id": 4230330408, - "predicate": "sponsoredMessage", + "id": 198776256, + "predicate": "starsTopupOption", "params": [ { "name": "flags", "type": "#" }, { - "name": "recommended", - "type": "flags.5?true" + "name": "extended", + "type": "flags.1?true" }, { - "name": "show_peer_photo", - "type": "flags.6?true" + "name": "stars", + "type": "long" }, { - "name": "random_id", - "type": "bytes" + "name": "store_product", + "type": "flags.0?string" }, { - "name": "from_id", - "type": "flags.3?Peer" + "name": "currency", + "type": "string" }, { - "name": "chat_invite", - "type": "flags.4?ChatInvite" + "name": "amount", + "type": "long" + } + ], + "type": "StarsTopupOption" + }, + { + "id": 3429923250, + "predicate": "starsTransaction", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "chat_invite_hash", - "type": "flags.4?string" + "name": "refund", + "type": "flags.3?true" }, { - "name": "channel_post", - "type": "flags.2?int" + "name": "id", + "type": "string" }, { - "name": "start_param", - "type": "flags.0?string" + "name": "stars", + "type": "long" }, { - "name": "message", - "type": "string" + "name": "date", + "type": "int" }, { - "name": "entities", - "type": "flags.1?Vector" + "name": "peer", + "type": "StarsTransactionPeer" }, { - "name": "sponsor_info", - "type": "flags.7?string" + "name": "title", + "type": "flags.0?string" }, { - "name": "additional_info", - "type": "flags.8?string" + "name": "description", + "type": "flags.1?string" + }, + { + "name": "photo", + "type": "flags.2?WebDocument" } ], - "type": "SponsoredMessage" + "type": "StarsTransaction" }, { - "id": 3387825543, - "predicate": "messages.sponsoredMessages", + "id": 2364862048, + "predicate": "payments.starsStatus", "params": [ { "name": "flags", "type": "#" }, { - "name": "posts_between", - "type": "flags.0?int" + "name": "balance", + "type": "long" }, { - "name": "messages", - "type": "Vector" + "name": "history", + "type": "Vector" + }, + { + "name": "next_offset", + "type": "flags.0?string" }, { "name": "chats", @@ -18647,3557 +25502,3763 @@ "type": "Vector" } ], - "type": "messages.SponsoredMessages" - }, - { - "id": 406407439, - "predicate": "messages.sponsoredMessagesEmpty", - "params": [], - "type": "messages.SponsoredMessages" - }, + "type": "payments.StarsStatus" + } + ], + "methods": [ { - "id": 3383776159, - "predicate": "searchResultsCalendarPeriod", + "id": 3416209197, + "method": "invokeAfterMsg", "params": [ { - "name": "date", - "type": "int" + "name": "msg_id", + "type": "long" }, { - "name": "min_msg_id", - "type": "int" - }, + "name": "query", + "type": "!X" + } + ], + "type": "X" + }, + { + "id": 1036301552, + "method": "invokeAfterMsgs", + "params": [ { - "name": "max_msg_id", - "type": "int" + "name": "msg_ids", + "type": "Vector" }, { - "name": "count", - "type": "int" + "name": "query", + "type": "!X" } ], - "type": "SearchResultsCalendarPeriod" + "type": "X" }, { - "id": 343859772, - "predicate": "messages.searchResultsCalendar", + "id": 3251461801, + "method": "initConnection", "params": [ { "name": "flags", "type": "#" }, { - "name": "inexact", - "type": "flags.0?true" + "name": "api_id", + "type": "int" }, { - "name": "count", - "type": "int" + "name": "device_model", + "type": "string" }, { - "name": "min_date", - "type": "int" + "name": "system_version", + "type": "string" }, { - "name": "min_msg_id", - "type": "int" + "name": "app_version", + "type": "string" }, { - "name": "offset_id_offset", - "type": "flags.1?int" + "name": "system_lang_code", + "type": "string" }, { - "name": "periods", - "type": "Vector" + "name": "lang_pack", + "type": "string" }, { - "name": "messages", - "type": "Vector" + "name": "lang_code", + "type": "string" }, { - "name": "chats", - "type": "Vector" + "name": "proxy", + "type": "flags.0?InputClientProxy" }, { - "name": "users", - "type": "Vector" + "name": "params", + "type": "flags.1?JSONValue" + }, + { + "name": "query", + "type": "!X" } ], - "type": "messages.SearchResultsCalendar" + "type": "X" }, { - "id": 2137295719, - "predicate": "searchResultPosition", + "id": 3667594509, + "method": "invokeWithLayer", "params": [ { - "name": "msg_id", + "name": "layer", "type": "int" }, { - "name": "date", - "type": "int" - }, + "name": "query", + "type": "!X" + } + ], + "type": "X" + }, + { + "id": 3214170551, + "method": "invokeWithoutUpdates", + "params": [ { - "name": "offset", - "type": "int" + "name": "query", + "type": "!X" } ], - "type": "SearchResultsPosition" + "type": "X" }, { - "id": 1404185519, - "predicate": "messages.searchResultsPositions", + "id": 911373810, + "method": "invokeWithMessagesRange", "params": [ { - "name": "count", - "type": "int" + "name": "range", + "type": "MessageRange" }, { - "name": "positions", - "type": "Vector" + "name": "query", + "type": "!X" } ], - "type": "messages.SearchResultsPositions" + "type": "X" }, { - "id": 4103516358, - "predicate": "channels.sendAsPeers", + "id": 2896821550, + "method": "invokeWithTakeout", "params": [ { - "name": "peers", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" + "name": "takeout_id", + "type": "long" }, { - "name": "users", - "type": "Vector" + "name": "query", + "type": "!X" } ], - "type": "channels.SendAsPeers" + "type": "X" }, { - "id": 997004590, - "predicate": "users.userFull", + "id": 3710427022, + "method": "invokeWithBusinessConnection", "params": [ { - "name": "full_user", - "type": "UserFull" - }, - { - "name": "chats", - "type": "Vector" + "name": "connection_id", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "query", + "type": "!X" } ], - "type": "users.UserFull" + "type": "X" }, { - "id": 1753266509, - "predicate": "messages.peerSettings", + "id": 502868356, + "method": "invokeWithGooglePlayIntegrity", "params": [ { - "name": "settings", - "type": "PeerSettings" + "name": "nonce", + "type": "string" }, { - "name": "chats", - "type": "Vector" + "name": "token", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "query", + "type": "!X" } ], - "type": "messages.PeerSettings" + "type": "X" }, { - "id": 3282207583, - "predicate": "auth.loggedOut", + "id": 229528824, + "method": "invokeWithApnsSecret", "params": [ { - "name": "flags", - "type": "#" + "name": "nonce", + "type": "string" + }, + { + "name": "secret", + "type": "string" }, { - "name": "future_auth_token", - "type": "flags.0?bytes" + "name": "query", + "type": "!X" } ], - "type": "auth.LoggedOut" + "type": "X" }, { - "id": 2748435328, - "predicate": "reactionCount", + "id": 2792825935, + "method": "auth.sendCode", "params": [ { - "name": "flags", - "type": "#" + "name": "phone_number", + "type": "string" }, { - "name": "chosen_order", - "type": "flags.0?int" + "name": "api_id", + "type": "int" }, { - "name": "reaction", - "type": "Reaction" + "name": "api_hash", + "type": "string" }, { - "name": "count", - "type": "int" + "name": "settings", + "type": "CodeSettings" } ], - "type": "ReactionCount" + "type": "auth.SentCode" }, { - "id": 1328256121, - "predicate": "messageReactions", + "id": 2865215255, + "method": "auth.signUp", "params": [ { "name": "flags", "type": "#" }, { - "name": "min", + "name": "no_joined_notifications", "type": "flags.0?true" }, { - "name": "can_see_list", - "type": "flags.2?true" + "name": "phone_number", + "type": "string" }, { - "name": "results", - "type": "Vector" + "name": "phone_code_hash", + "type": "string" }, { - "name": "recent_reactions", - "type": "flags.1?Vector" + "name": "first_name", + "type": "string" + }, + { + "name": "last_name", + "type": "string" } ], - "type": "MessageReactions" + "type": "auth.Authorization" }, { - "id": 834488621, - "predicate": "messages.messageReactionsList", + "id": 2371004753, + "method": "auth.signIn", "params": [ { "name": "flags", "type": "#" }, { - "name": "count", - "type": "int" - }, - { - "name": "reactions", - "type": "Vector" + "name": "phone_number", + "type": "string" }, { - "name": "chats", - "type": "Vector" + "name": "phone_code_hash", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "phone_code", + "type": "flags.0?string" }, { - "name": "next_offset", - "type": "flags.0?string" + "name": "email_verification", + "type": "flags.1?EmailVerification" } ], - "type": "messages.MessageReactionsList" + "type": "auth.Authorization" }, { - "id": 3229084673, - "predicate": "availableReaction", + "id": 1047706137, + "method": "auth.logOut", + "params": [], + "type": "auth.LoggedOut" + }, + { + "id": 2678787354, + "method": "auth.resetAuthorizations", + "params": [], + "type": "Bool" + }, + { + "id": 3854565325, + "method": "auth.exportAuthorization", "params": [ { - "name": "flags", - "type": "#" - }, + "name": "dc_id", + "type": "int" + } + ], + "type": "auth.ExportedAuthorization" + }, + { + "id": 2776268205, + "method": "auth.importAuthorization", + "params": [ { - "name": "inactive", - "type": "flags.0?true" + "name": "id", + "type": "long" }, { - "name": "premium", - "type": "flags.2?true" - }, + "name": "bytes", + "type": "bytes" + } + ], + "type": "auth.Authorization" + }, + { + "id": 3453233669, + "method": "auth.bindTempAuthKey", + "params": [ { - "name": "reaction", - "type": "string" + "name": "perm_auth_key_id", + "type": "long" }, { - "name": "title", - "type": "string" + "name": "nonce", + "type": "long" }, { - "name": "static_icon", - "type": "Document" + "name": "expires_at", + "type": "int" }, { - "name": "appear_animation", - "type": "Document" - }, + "name": "encrypted_message", + "type": "bytes" + } + ], + "type": "Bool" + }, + { + "id": 1738800940, + "method": "auth.importBotAuthorization", + "params": [ { - "name": "select_animation", - "type": "Document" + "name": "flags", + "type": "int" }, { - "name": "activate_animation", - "type": "Document" + "name": "api_id", + "type": "int" }, { - "name": "effect_animation", - "type": "Document" + "name": "api_hash", + "type": "string" }, { - "name": "around_animation", - "type": "flags.1?Document" - }, + "name": "bot_auth_token", + "type": "string" + } + ], + "type": "auth.Authorization" + }, + { + "id": 3515567382, + "method": "auth.checkPassword", + "params": [ { - "name": "center_icon", - "type": "flags.1?Document" + "name": "password", + "type": "InputCheckPasswordSRP" } ], - "type": "AvailableReaction" + "type": "auth.Authorization" }, { - "id": 2668042583, - "predicate": "messages.availableReactionsNotModified", + "id": 3633822822, + "method": "auth.requestPasswordRecovery", "params": [], - "type": "messages.AvailableReactions" + "type": "auth.PasswordRecovery" }, { - "id": 1989032621, - "predicate": "messages.availableReactions", + "id": 923364464, + "method": "auth.recoverPassword", "params": [ { - "name": "hash", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "reactions", - "type": "Vector" + "name": "code", + "type": "string" + }, + { + "name": "new_settings", + "type": "flags.0?account.PasswordInputSettings" } ], - "type": "messages.AvailableReactions" + "type": "auth.Authorization" }, { - "id": 2356786748, - "predicate": "messagePeerReaction", + "id": 3403969827, + "method": "auth.resendCode", "params": [ { "name": "flags", "type": "#" }, { - "name": "big", - "type": "flags.0?true" + "name": "phone_number", + "type": "string" }, { - "name": "unread", - "type": "flags.1?true" + "name": "phone_code_hash", + "type": "string" }, { - "name": "peer_id", - "type": "Peer" - }, + "name": "reason", + "type": "flags.0?string" + } + ], + "type": "auth.SentCode" + }, + { + "id": 520357240, + "method": "auth.cancelCode", + "params": [ { - "name": "date", - "type": "int" + "name": "phone_number", + "type": "string" }, { - "name": "reaction", - "type": "Reaction" + "name": "phone_code_hash", + "type": "string" } ], - "type": "MessagePeerReaction" + "type": "Bool" }, { - "id": 2162903215, - "predicate": "groupCallStreamChannel", + "id": 2387124616, + "method": "auth.dropTempAuthKeys", + "params": [ + { + "name": "except_auth_keys", + "type": "Vector" + } + ], + "type": "Bool" + }, + { + "id": 3084944894, + "method": "auth.exportLoginToken", "params": [ { - "name": "channel", + "name": "api_id", "type": "int" }, { - "name": "scale", - "type": "int" + "name": "api_hash", + "type": "string" }, { - "name": "last_timestamp_ms", - "type": "long" + "name": "except_ids", + "type": "Vector" } ], - "type": "GroupCallStreamChannel" + "type": "auth.LoginToken" }, { - "id": 3504636594, - "predicate": "phone.groupCallStreamChannels", + "id": 2511101156, + "method": "auth.importLoginToken", "params": [ { - "name": "channels", - "type": "Vector" + "name": "token", + "type": "bytes" } ], - "type": "phone.GroupCallStreamChannels" + "type": "auth.LoginToken" }, { - "id": 767505458, - "predicate": "phone.groupCallStreamRtmpUrl", + "id": 3902057805, + "method": "auth.acceptLoginToken", "params": [ { - "name": "url", - "type": "string" - }, - { - "name": "key", - "type": "string" + "name": "token", + "type": "bytes" } ], - "type": "phone.GroupCallStreamRtmpUrl" + "type": "Authorization" }, { - "id": 1165423600, - "predicate": "attachMenuBotIconColor", + "id": 221691769, + "method": "auth.checkRecoveryPassword", "params": [ { - "name": "name", + "name": "code", "type": "string" - }, - { - "name": "color", - "type": "int" } ], - "type": "AttachMenuBotIconColor" + "type": "Bool" }, { - "id": 2997303403, - "predicate": "attachMenuBotIcon", + "id": 767062953, + "method": "auth.importWebTokenAuthorization", "params": [ { - "name": "flags", - "type": "#" + "name": "api_id", + "type": "int" }, { - "name": "name", + "name": "api_hash", "type": "string" }, { - "name": "icon", - "type": "Document" - }, - { - "name": "colors", - "type": "flags.0?Vector" + "name": "web_auth_token", + "type": "string" } ], - "type": "AttachMenuBotIcon" + "type": "auth.Authorization" }, { - "id": 3366595794, - "predicate": "attachMenuBot", + "id": 2386109982, + "method": "auth.requestFirebaseSms", "params": [ { "name": "flags", "type": "#" }, { - "name": "inactive", - "type": "flags.0?true" - }, - { - "name": "has_settings", - "type": "flags.1?true" - }, - { - "name": "request_write_access", - "type": "flags.2?true" - }, - { - "name": "bot_id", - "type": "long" - }, - { - "name": "short_name", + "name": "phone_number", "type": "string" }, { - "name": "peer_types", - "type": "Vector" + "name": "phone_code_hash", + "type": "string" }, { - "name": "icons", - "type": "Vector" - } - ], - "type": "AttachMenuBot" - }, - { - "id": 4057500252, - "predicate": "attachMenuBotsNotModified", - "params": [], - "type": "AttachMenuBots" - }, - { - "id": 1011024320, - "predicate": "attachMenuBots", - "params": [ - { - "name": "hash", - "type": "long" + "name": "safety_net_token", + "type": "flags.0?string" }, { - "name": "bots", - "type": "Vector" + "name": "play_integrity_token", + "type": "flags.2?string" }, { - "name": "users", - "type": "Vector" + "name": "ios_push_secret", + "type": "flags.1?string" } ], - "type": "AttachMenuBots" + "type": "Bool" }, { - "id": 2478794367, - "predicate": "attachMenuBotsBot", + "id": 2123760019, + "method": "auth.resetLoginEmail", "params": [ { - "name": "bot", - "type": "AttachMenuBot" + "name": "phone_number", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "phone_code_hash", + "type": "string" } ], - "type": "AttachMenuBotsBot" + "type": "auth.SentCode" }, { - "id": 202659196, - "predicate": "webViewResultUrl", + "id": 3416125430, + "method": "auth.reportMissingCode", "params": [ { - "name": "query_id", - "type": "long" + "name": "phone_number", + "type": "string" }, { - "name": "url", + "name": "phone_code_hash", "type": "string" - } - ], - "type": "WebViewResult" - }, - { - "id": 2284811963, - "predicate": "simpleWebViewResultUrl", - "params": [ + }, { - "name": "url", + "name": "mnc", "type": "string" } ], - "type": "SimpleWebViewResult" + "type": "Bool" }, { - "id": 211046684, - "predicate": "webViewMessageSent", + "id": 3968205178, + "method": "account.registerDevice", "params": [ { "name": "flags", "type": "#" }, { - "name": "msg_id", - "type": "flags.0?InputBotInlineMessageID" + "name": "no_muted", + "type": "flags.0?true" + }, + { + "name": "token_type", + "type": "int" + }, + { + "name": "token", + "type": "string" + }, + { + "name": "app_sandbox", + "type": "Bool" + }, + { + "name": "secret", + "type": "bytes" + }, + { + "name": "other_uids", + "type": "Vector" } ], - "type": "WebViewMessageSent" - }, - { - "id": 1966318984, - "predicate": "botMenuButtonDefault", - "params": [], - "type": "BotMenuButton" - }, - { - "id": 1113113093, - "predicate": "botMenuButtonCommands", - "params": [], - "type": "BotMenuButton" + "type": "Bool" }, { - "id": 3350559974, - "predicate": "botMenuButton", + "id": 1779249670, + "method": "account.unregisterDevice", "params": [ { - "name": "text", - "type": "string" + "name": "token_type", + "type": "int" }, { - "name": "url", + "name": "token", "type": "string" + }, + { + "name": "other_uids", + "type": "Vector" } ], - "type": "BotMenuButton" - }, - { - "id": 4227262641, - "predicate": "account.savedRingtonesNotModified", - "params": [], - "type": "account.SavedRingtones" + "type": "Bool" }, { - "id": 3253284037, - "predicate": "account.savedRingtones", + "id": 2227067795, + "method": "account.updateNotifySettings", "params": [ { - "name": "hash", - "type": "long" + "name": "peer", + "type": "InputNotifyPeer" }, { - "name": "ringtones", - "type": "Vector" + "name": "settings", + "type": "InputPeerNotifySettings" } ], - "type": "account.SavedRingtones" + "type": "Bool" }, { - "id": 2548612798, - "predicate": "notificationSoundDefault", - "params": [], - "type": "NotificationSound" + "id": 313765169, + "method": "account.getNotifySettings", + "params": [ + { + "name": "peer", + "type": "InputNotifyPeer" + } + ], + "type": "PeerNotifySettings" }, { - "id": 1863070943, - "predicate": "notificationSoundNone", + "id": 3682473799, + "method": "account.resetNotifySettings", "params": [], - "type": "NotificationSound" + "type": "Bool" }, { - "id": 2198575844, - "predicate": "notificationSoundLocal", + "id": 2018596725, + "method": "account.updateProfile", "params": [ { - "name": "title", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "data", - "type": "string" + "name": "first_name", + "type": "flags.0?string" + }, + { + "name": "last_name", + "type": "flags.1?string" + }, + { + "name": "about", + "type": "flags.2?string" } ], - "type": "NotificationSound" + "type": "User" }, { - "id": 4285300809, - "predicate": "notificationSoundRingtone", + "id": 1713919532, + "method": "account.updateStatus", "params": [ { - "name": "id", - "type": "long" + "name": "offline", + "type": "Bool" } ], - "type": "NotificationSound" - }, - { - "id": 3072737133, - "predicate": "account.savedRingtone", - "params": [], - "type": "account.SavedRingtone" + "type": "Bool" }, { - "id": 523271863, - "predicate": "account.savedRingtoneConverted", + "id": 127302966, + "method": "account.getWallPapers", "params": [ { - "name": "document", - "type": "Document" + "name": "hash", + "type": "long" } ], - "type": "account.SavedRingtone" - }, - { - "id": 2104224014, - "predicate": "attachMenuPeerTypeSameBotPM", - "params": [], - "type": "AttachMenuPeerType" - }, - { - "id": 3274439194, - "predicate": "attachMenuPeerTypeBotPM", - "params": [], - "type": "AttachMenuPeerType" - }, - { - "id": 4047950623, - "predicate": "attachMenuPeerTypePM", - "params": [], - "type": "AttachMenuPeerType" - }, - { - "id": 84480319, - "predicate": "attachMenuPeerTypeChat", - "params": [], - "type": "AttachMenuPeerType" - }, - { - "id": 2080104188, - "predicate": "attachMenuPeerTypeBroadcast", - "params": [], - "type": "AttachMenuPeerType" + "type": "account.WallPapers" }, { - "id": 3317000281, - "predicate": "inputInvoiceMessage", + "id": 3317316998, + "method": "account.reportPeer", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "msg_id", - "type": "int" + "name": "reason", + "type": "ReportReason" + }, + { + "name": "message", + "type": "string" } ], - "type": "InputInvoice" + "type": "Bool" }, { - "id": 3274099439, - "predicate": "inputInvoiceSlug", + "id": 655677548, + "method": "account.checkUsername", "params": [ { - "name": "slug", + "name": "username", "type": "string" } ], - "type": "InputInvoice" + "type": "Bool" }, { - "id": 2932919257, - "predicate": "payments.exportedInvoice", + "id": 1040964988, + "method": "account.updateUsername", "params": [ { - "name": "url", + "name": "username", "type": "string" } ], - "type": "payments.ExportedInvoice" + "type": "User" }, { - "id": 2473929810, - "predicate": "messages.transcribedAudio", + "id": 3671837008, + "method": "account.getPrivacy", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "pending", - "type": "flags.0?true" - }, - { - "name": "transcription_id", - "type": "long" - }, - { - "name": "text", - "type": "string" + "name": "key", + "type": "InputPrivacyKey" } ], - "type": "messages.TranscribedAudio" + "type": "account.PrivacyRules" }, { - "id": 1395946908, - "predicate": "help.premiumPromo", + "id": 3388480744, + "method": "account.setPrivacy", "params": [ { - "name": "status_text", - "type": "string" - }, - { - "name": "status_entities", - "type": "Vector" - }, - { - "name": "video_sections", - "type": "Vector" - }, - { - "name": "videos", - "type": "Vector" - }, - { - "name": "period_options", - "type": "Vector" + "name": "key", + "type": "InputPrivacyKey" }, { - "name": "users", - "type": "Vector" + "name": "rules", + "type": "Vector" } ], - "type": "help.PremiumPromo" + "type": "account.PrivacyRules" }, { - "id": 2792693350, - "predicate": "inputStorePaymentPremiumSubscription", + "id": 2730545012, + "method": "account.deleteAccount", "params": [ { "name": "flags", "type": "#" }, { - "name": "restore", - "type": "flags.0?true" + "name": "reason", + "type": "string" }, { - "name": "upgrade", - "type": "flags.1?true" + "name": "password", + "type": "flags.0?InputCheckPasswordSRP" } ], - "type": "InputStorePaymentPurpose" + "type": "Bool" }, { - "id": 1634697192, - "predicate": "inputStorePaymentGiftPremium", + "id": 150761757, + "method": "account.getAccountTTL", + "params": [], + "type": "AccountDaysTTL" + }, + { + "id": 608323678, + "method": "account.setAccountTTL", "params": [ { - "name": "user_id", - "type": "InputUser" - }, + "name": "ttl", + "type": "AccountDaysTTL" + } + ], + "type": "Bool" + }, + { + "id": 2186758885, + "method": "account.sendChangePhoneCode", + "params": [ { - "name": "currency", + "name": "phone_number", "type": "string" }, { - "name": "amount", - "type": "long" + "name": "settings", + "type": "CodeSettings" } ], - "type": "InputStorePaymentPurpose" + "type": "auth.SentCode" }, { - "id": 1958953753, - "predicate": "premiumGiftOption", + "id": 1891839707, + "method": "account.changePhone", "params": [ { - "name": "flags", - "type": "#" + "name": "phone_number", + "type": "string" }, { - "name": "months", - "type": "int" + "name": "phone_code_hash", + "type": "string" }, { - "name": "currency", + "name": "phone_code", "type": "string" - }, + } + ], + "type": "User" + }, + { + "id": 954152242, + "method": "account.updateDeviceLocked", + "params": [ { - "name": "amount", + "name": "period", + "type": "int" + } + ], + "type": "Bool" + }, + { + "id": 3810574680, + "method": "account.getAuthorizations", + "params": [], + "type": "account.Authorizations" + }, + { + "id": 3749180348, + "method": "account.resetAuthorization", + "params": [ + { + "name": "hash", "type": "long" - }, + } + ], + "type": "Bool" + }, + { + "id": 1418342645, + "method": "account.getPassword", + "params": [], + "type": "account.Password" + }, + { + "id": 2631199481, + "method": "account.getPasswordSettings", + "params": [ { - "name": "bot_url", - "type": "string" + "name": "password", + "type": "InputCheckPasswordSRP" + } + ], + "type": "account.PasswordSettings" + }, + { + "id": 2778402863, + "method": "account.updatePasswordSettings", + "params": [ + { + "name": "password", + "type": "InputCheckPasswordSRP" }, { - "name": "store_product", - "type": "flags.0?string" + "name": "new_settings", + "type": "account.PasswordInputSettings" } ], - "type": "PremiumGiftOption" + "type": "Bool" }, { - "id": 2298016283, - "predicate": "paymentFormMethod", + "id": 457157256, + "method": "account.sendConfirmPhoneCode", "params": [ { - "name": "url", + "name": "hash", "type": "string" }, { - "name": "title", - "type": "string" + "name": "settings", + "type": "CodeSettings" } ], - "type": "PaymentFormMethod" - }, - { - "id": 769727150, - "predicate": "emojiStatusEmpty", - "params": [], - "type": "EmojiStatus" + "type": "auth.SentCode" }, { - "id": 2459656605, - "predicate": "emojiStatus", + "id": 1596029123, + "method": "account.confirmPhone", "params": [ { - "name": "document_id", - "type": "long" + "name": "phone_code_hash", + "type": "string" + }, + { + "name": "phone_code", + "type": "string" } ], - "type": "EmojiStatus" + "type": "Bool" }, { - "id": 4197492935, - "predicate": "emojiStatusUntil", + "id": 1151208273, + "method": "account.getTmpPassword", "params": [ { - "name": "document_id", - "type": "long" + "name": "password", + "type": "InputCheckPasswordSRP" }, { - "name": "until", + "name": "period", "type": "int" } ], - "type": "EmojiStatus" + "type": "account.TmpPassword" }, { - "id": 3498894917, - "predicate": "account.emojiStatusesNotModified", + "id": 405695855, + "method": "account.getWebAuthorizations", "params": [], - "type": "account.EmojiStatuses" + "type": "account.WebAuthorizations" }, { - "id": 2428790737, - "predicate": "account.emojiStatuses", + "id": 755087855, + "method": "account.resetWebAuthorization", "params": [ { "name": "hash", "type": "long" - }, - { - "name": "statuses", - "type": "Vector" } ], - "type": "account.EmojiStatuses" + "type": "Bool" }, { - "id": 2046153753, - "predicate": "reactionEmpty", + "id": 1747789204, + "method": "account.resetWebAuthorizations", "params": [], - "type": "Reaction" + "type": "Bool" }, { - "id": 455247544, - "predicate": "reactionEmoji", - "params": [ - { - "name": "emoticon", - "type": "string" - } - ], - "type": "Reaction" + "id": 2995305597, + "method": "account.getAllSecureValues", + "params": [], + "type": "Vector" }, { - "id": 2302016627, - "predicate": "reactionCustomEmoji", + "id": 1936088002, + "method": "account.getSecureValue", "params": [ { - "name": "document_id", - "type": "long" + "name": "types", + "type": "Vector" } ], - "type": "Reaction" - }, - { - "id": 3942396604, - "predicate": "chatReactionsNone", - "params": [], - "type": "ChatReactions" + "type": "Vector" }, { - "id": 1385335754, - "predicate": "chatReactionsAll", + "id": 2308956957, + "method": "account.saveSecureValue", "params": [ { - "name": "flags", - "type": "#" + "name": "value", + "type": "InputSecureValue" }, { - "name": "allow_custom", - "type": "flags.0?true" + "name": "secure_secret_id", + "type": "long" } ], - "type": "ChatReactions" + "type": "SecureValue" }, { - "id": 1713193015, - "predicate": "chatReactionsSome", + "id": 3095444555, + "method": "account.deleteSecureValue", "params": [ { - "name": "reactions", - "type": "Vector" + "name": "types", + "type": "Vector" } ], - "type": "ChatReactions" - }, - { - "id": 2960120799, - "predicate": "messages.reactionsNotModified", - "params": [], - "type": "messages.Reactions" + "type": "Bool" }, { - "id": 3942512406, - "predicate": "messages.reactions", + "id": 2838059386, + "method": "account.getAuthorizationForm", "params": [ { - "name": "hash", + "name": "bot_id", "type": "long" }, { - "name": "reactions", - "type": "Vector" + "name": "scope", + "type": "string" + }, + { + "name": "public_key", + "type": "string" } ], - "type": "messages.Reactions" + "type": "account.AuthorizationForm" }, { - "id": 1128644211, - "predicate": "emailVerifyPurposeLoginSetup", + "id": 4092415091, + "method": "account.acceptAuthorization", "params": [ { - "name": "phone_number", + "name": "bot_id", + "type": "long" + }, + { + "name": "scope", "type": "string" }, { - "name": "phone_code_hash", + "name": "public_key", "type": "string" + }, + { + "name": "value_hashes", + "type": "Vector" + }, + { + "name": "credentials", + "type": "SecureCredentialsEncrypted" } ], - "type": "EmailVerifyPurpose" - }, - { - "id": 1383932651, - "predicate": "emailVerifyPurposeLoginChange", - "params": [], - "type": "EmailVerifyPurpose" - }, - { - "id": 3153401477, - "predicate": "emailVerifyPurposePassport", - "params": [], - "type": "EmailVerifyPurpose" + "type": "Bool" }, { - "id": 2452510121, - "predicate": "emailVerificationCode", + "id": 2778945273, + "method": "account.sendVerifyPhoneCode", "params": [ { - "name": "code", + "name": "phone_number", "type": "string" + }, + { + "name": "settings", + "type": "CodeSettings" } ], - "type": "EmailVerification" + "type": "auth.SentCode" }, { - "id": 3683688130, - "predicate": "emailVerificationGoogle", + "id": 1305716726, + "method": "account.verifyPhone", "params": [ { - "name": "token", + "name": "phone_number", "type": "string" - } - ], - "type": "EmailVerification" - }, - { - "id": 2530243837, - "predicate": "emailVerificationApple", - "params": [ + }, { - "name": "token", + "name": "phone_code_hash", + "type": "string" + }, + { + "name": "phone_code", "type": "string" } ], - "type": "EmailVerification" + "type": "Bool" }, { - "id": 731303195, - "predicate": "account.emailVerified", + "id": 2564831163, + "method": "account.sendVerifyEmailCode", "params": [ + { + "name": "purpose", + "type": "EmailVerifyPurpose" + }, { "name": "email", "type": "string" } ], - "type": "account.EmailVerified" + "type": "account.SentEmailCode" }, { - "id": 3787132257, - "predicate": "account.emailVerifiedLogin", + "id": 53322959, + "method": "account.verifyEmail", "params": [ { - "name": "email", - "type": "string" + "name": "purpose", + "type": "EmailVerifyPurpose" }, { - "name": "sent_code", - "type": "auth.SentCode" + "name": "verification", + "type": "EmailVerification" } ], "type": "account.EmailVerified" }, { - "id": 1596792306, - "predicate": "premiumSubscriptionOption", + "id": 2398350000, + "method": "account.initTakeoutSession", "params": [ { "name": "flags", "type": "#" }, { - "name": "current", - "type": "flags.1?true" - }, - { - "name": "can_purchase_upgrade", - "type": "flags.2?true" + "name": "contacts", + "type": "flags.0?true" }, { - "name": "transaction", - "type": "flags.3?string" + "name": "message_users", + "type": "flags.1?true" }, { - "name": "months", - "type": "int" + "name": "message_chats", + "type": "flags.2?true" }, { - "name": "currency", - "type": "string" + "name": "message_megagroups", + "type": "flags.3?true" }, { - "name": "amount", - "type": "long" + "name": "message_channels", + "type": "flags.4?true" }, { - "name": "bot_url", - "type": "string" + "name": "files", + "type": "flags.5?true" }, { - "name": "store_product", - "type": "flags.0?string" + "name": "file_max_size", + "type": "flags.5?long" } ], - "type": "PremiumSubscriptionOption" + "type": "account.Takeout" }, { - "id": 3088871476, - "predicate": "sendAsPeer", + "id": 489050862, + "method": "account.finishTakeoutSession", "params": [ { "name": "flags", "type": "#" }, { - "name": "premium_required", + "name": "success", "type": "flags.0?true" - }, - { - "name": "peer", - "type": "Peer" } ], - "type": "SendAsPeer" + "type": "Bool" }, { - "id": 2908916936, - "predicate": "messageExtendedMediaPreview", + "id": 2413762848, + "method": "account.confirmPasswordEmail", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "w", - "type": "flags.0?int" - }, - { - "name": "h", - "type": "flags.0?int" - }, - { - "name": "thumb", - "type": "flags.1?PhotoSize" - }, - { - "name": "video_duration", - "type": "flags.2?int" + "name": "code", + "type": "string" } ], - "type": "MessageExtendedMedia" + "type": "Bool" }, { - "id": 3997670500, - "predicate": "messageExtendedMedia", - "params": [ - { - "name": "media", - "type": "MessageMedia" - } - ], - "type": "MessageExtendedMedia" + "id": 2055154197, + "method": "account.resendPasswordEmail", + "params": [], + "type": "Bool" }, { - "id": 4244550300, - "predicate": "stickerKeyword", + "id": 3251361206, + "method": "account.cancelPasswordEmail", + "params": [], + "type": "Bool" + }, + { + "id": 2668087080, + "method": "account.getContactSignUpNotification", + "params": [], + "type": "Bool" + }, + { + "id": 3488890721, + "method": "account.setContactSignUpNotification", "params": [ { - "name": "document_id", - "type": "long" - }, - { - "name": "keyword", - "type": "Vector" + "name": "silent", + "type": "Bool" } ], - "type": "StickerKeyword" + "type": "Bool" }, { - "id": 3020371527, - "predicate": "username", + "id": 1398240377, + "method": "account.getNotifyExceptions", "params": [ { "name": "flags", "type": "#" }, { - "name": "editable", - "type": "flags.0?true" + "name": "compare_sound", + "type": "flags.1?true" }, { - "name": "active", - "type": "flags.1?true" + "name": "compare_stories", + "type": "flags.2?true" }, { - "name": "username", - "type": "string" + "name": "peer", + "type": "flags.0?InputNotifyPeer" } ], - "type": "Username" + "type": "Updates" }, { - "id": 37687451, - "predicate": "forumTopicDeleted", + "id": 4237155306, + "method": "account.getWallPaper", "params": [ { - "name": "id", - "type": "int" + "name": "wallpaper", + "type": "InputWallPaper" } ], - "type": "ForumTopic" + "type": "WallPaper" }, { - "id": 1903173033, - "predicate": "forumTopic", + "id": 3818557187, + "method": "account.uploadWallPaper", "params": [ { "name": "flags", "type": "#" }, { - "name": "my", - "type": "flags.1?true" - }, - { - "name": "closed", - "type": "flags.2?true" - }, - { - "name": "pinned", - "type": "flags.3?true" - }, - { - "name": "short", - "type": "flags.5?true" - }, - { - "name": "hidden", - "type": "flags.6?true" - }, - { - "name": "id", - "type": "int" + "name": "for_chat", + "type": "flags.0?true" }, { - "name": "date", - "type": "int" + "name": "file", + "type": "InputFile" }, { - "name": "title", + "name": "mime_type", "type": "string" }, { - "name": "icon_color", - "type": "int" - }, - { - "name": "icon_emoji_id", - "type": "flags.0?long" - }, + "name": "settings", + "type": "WallPaperSettings" + } + ], + "type": "WallPaper" + }, + { + "id": 1817860919, + "method": "account.saveWallPaper", + "params": [ { - "name": "top_message", - "type": "int" + "name": "wallpaper", + "type": "InputWallPaper" }, { - "name": "read_inbox_max_id", - "type": "int" + "name": "unsave", + "type": "Bool" }, { - "name": "read_outbox_max_id", - "type": "int" - }, + "name": "settings", + "type": "WallPaperSettings" + } + ], + "type": "Bool" + }, + { + "id": 4276967273, + "method": "account.installWallPaper", + "params": [ { - "name": "unread_count", - "type": "int" + "name": "wallpaper", + "type": "InputWallPaper" }, { - "name": "unread_mentions_count", - "type": "int" - }, + "name": "settings", + "type": "WallPaperSettings" + } + ], + "type": "Bool" + }, + { + "id": 3141244932, + "method": "account.resetWallPapers", + "params": [], + "type": "Bool" + }, + { + "id": 1457130303, + "method": "account.getAutoDownloadSettings", + "params": [], + "type": "account.AutoDownloadSettings" + }, + { + "id": 1995661875, + "method": "account.saveAutoDownloadSettings", + "params": [ { - "name": "unread_reactions_count", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "from_id", - "type": "Peer" + "name": "low", + "type": "flags.0?true" }, { - "name": "notify_settings", - "type": "PeerNotifySettings" + "name": "high", + "type": "flags.1?true" }, { - "name": "draft", - "type": "flags.4?DraftMessage" + "name": "settings", + "type": "AutoDownloadSettings" } ], - "type": "ForumTopic" + "type": "Bool" }, { - "id": 913709011, - "predicate": "messages.forumTopics", + "id": 473805619, + "method": "account.uploadTheme", "params": [ { "name": "flags", "type": "#" }, { - "name": "order_by_create_date", - "type": "flags.0?true" - }, - { - "name": "count", - "type": "int" - }, - { - "name": "topics", - "type": "Vector" - }, - { - "name": "messages", - "type": "Vector" + "name": "file", + "type": "InputFile" }, { - "name": "chats", - "type": "Vector" + "name": "thumb", + "type": "flags.0?InputFile" }, { - "name": "users", - "type": "Vector" + "name": "file_name", + "type": "string" }, { - "name": "pts", - "type": "int" + "name": "mime_type", + "type": "string" } ], - "type": "messages.ForumTopics" + "type": "Document" }, { - "id": 1135897376, - "predicate": "defaultHistoryTTL", + "id": 1697530880, + "method": "account.createTheme", "params": [ { - "name": "period", - "type": "int" - } - ], - "type": "DefaultHistoryTTL" - }, - { - "id": 1103040667, - "predicate": "exportedContactToken", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "url", + "name": "slug", "type": "string" }, { - "name": "expires", - "type": "int" - } - ], - "type": "ExportedContactToken" - }, - { - "id": 1597737472, - "predicate": "requestPeerTypeUser", - "params": [ - { - "name": "flags", - "type": "#" + "name": "title", + "type": "string" }, { - "name": "bot", - "type": "flags.0?Bool" + "name": "document", + "type": "flags.2?InputDocument" }, { - "name": "premium", - "type": "flags.1?Bool" + "name": "settings", + "type": "flags.3?Vector" } ], - "type": "RequestPeerType" + "type": "Theme" }, { - "id": 3387977243, - "predicate": "requestPeerTypeChat", + "id": 737414348, + "method": "account.updateTheme", "params": [ { "name": "flags", "type": "#" }, { - "name": "creator", - "type": "flags.0?true" + "name": "format", + "type": "string" }, { - "name": "bot_participant", - "type": "flags.5?true" + "name": "theme", + "type": "InputTheme" }, { - "name": "has_username", - "type": "flags.3?Bool" + "name": "slug", + "type": "flags.0?string" }, { - "name": "forum", - "type": "flags.4?Bool" + "name": "title", + "type": "flags.1?string" }, { - "name": "user_admin_rights", - "type": "flags.1?ChatAdminRights" + "name": "document", + "type": "flags.2?InputDocument" }, { - "name": "bot_admin_rights", - "type": "flags.2?ChatAdminRights" + "name": "settings", + "type": "flags.3?Vector" } ], - "type": "RequestPeerType" + "type": "Theme" }, { - "id": 865857388, - "predicate": "requestPeerTypeBroadcast", + "id": 4065792108, + "method": "account.saveTheme", + "params": [ + { + "name": "theme", + "type": "InputTheme" + }, + { + "name": "unsave", + "type": "Bool" + } + ], + "type": "Bool" + }, + { + "id": 3341269819, + "method": "account.installTheme", "params": [ { "name": "flags", "type": "#" }, { - "name": "creator", + "name": "dark", "type": "flags.0?true" }, { - "name": "has_username", - "type": "flags.3?Bool" + "name": "theme", + "type": "flags.1?InputTheme" }, { - "name": "user_admin_rights", - "type": "flags.1?ChatAdminRights" + "name": "format", + "type": "flags.2?string" }, { - "name": "bot_admin_rights", - "type": "flags.2?ChatAdminRights" + "name": "base_theme", + "type": "flags.3?BaseTheme" } ], - "type": "RequestPeerType" - }, - { - "id": 1209970170, - "predicate": "emojiListNotModified", - "params": [], - "type": "EmojiList" + "type": "Bool" }, { - "id": 2048790993, - "predicate": "emojiList", + "id": 978872812, + "method": "account.getTheme", "params": [ { - "name": "hash", - "type": "long" + "name": "format", + "type": "string" }, { - "name": "document_id", - "type": "Vector" + "name": "theme", + "type": "InputTheme" } ], - "type": "EmojiList" + "type": "Theme" }, { - "id": 2056961449, - "predicate": "emojiGroup", + "id": 1913054296, + "method": "account.getThemes", "params": [ { - "name": "title", + "name": "format", "type": "string" }, { - "name": "icon_emoji_id", + "name": "hash", "type": "long" + } + ], + "type": "account.Themes" + }, + { + "id": 3044323691, + "method": "account.setContentSettings", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "emoticons", - "type": "Vector" + "name": "sensitive_enabled", + "type": "flags.0?true" } ], - "type": "EmojiGroup" + "type": "Bool" }, { - "id": 1874111879, - "predicate": "messages.emojiGroupsNotModified", + "id": 2342210990, + "method": "account.getContentSettings", "params": [], - "type": "messages.EmojiGroups" + "type": "account.ContentSettings" }, { - "id": 2283780427, - "predicate": "messages.emojiGroups", + "id": 1705865692, + "method": "account.getMultiWallPapers", "params": [ { - "name": "hash", - "type": "int" + "name": "wallpapers", + "type": "Vector" + } + ], + "type": "Vector" + }, + { + "id": 3945483510, + "method": "account.getGlobalPrivacySettings", + "params": [], + "type": "GlobalPrivacySettings" + }, + { + "id": 517647042, + "method": "account.setGlobalPrivacySettings", + "params": [ + { + "name": "settings", + "type": "GlobalPrivacySettings" + } + ], + "type": "GlobalPrivacySettings" + }, + { + "id": 4203529973, + "method": "account.reportProfilePhoto", + "params": [ + { + "name": "peer", + "type": "InputPeer" }, { - "name": "groups", - "type": "Vector" + "name": "photo_id", + "type": "InputPhoto" + }, + { + "name": "reason", + "type": "ReportReason" + }, + { + "name": "message", + "type": "string" } ], - "type": "messages.EmojiGroups" + "type": "Bool" + }, + { + "id": 2466827803, + "method": "account.resetPassword", + "params": [], + "type": "account.ResetPasswordResult" + }, + { + "id": 1284770294, + "method": "account.declinePasswordReset", + "params": [], + "type": "Bool" }, { - "id": 1964978502, - "predicate": "textWithEntities", + "id": 3594051209, + "method": "account.getChatThemes", "params": [ { - "name": "text", - "type": "string" - }, - { - "name": "entities", - "type": "Vector" + "name": "hash", + "type": "long" } ], - "type": "TextWithEntities" + "type": "account.Themes" }, { - "id": 870003448, - "predicate": "messages.translateResult", + "id": 3213466272, + "method": "account.setAuthorizationTTL", "params": [ { - "name": "result", - "type": "Vector" + "name": "authorization_ttl_days", + "type": "int" } ], - "type": "messages.TranslatedText" + "type": "Bool" }, { - "id": 3360175310, - "predicate": "autoSaveSettings", + "id": 1089766498, + "method": "account.changeAuthorizationSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "photos", - "type": "flags.0?true" + "name": "confirmed", + "type": "flags.3?true" }, { - "name": "videos", - "type": "flags.1?true" + "name": "hash", + "type": "long" }, { - "name": "video_max_size", - "type": "flags.2?long" + "name": "encrypted_requests_disabled", + "type": "flags.0?Bool" + }, + { + "name": "call_requests_disabled", + "type": "flags.1?Bool" } ], - "type": "AutoSaveSettings" + "type": "Bool" }, { - "id": 2170563911, - "predicate": "autoSaveException", + "id": 3784319624, + "method": "account.getSavedRingtones", "params": [ { - "name": "peer", - "type": "Peer" - }, - { - "name": "settings", - "type": "AutoSaveSettings" + "name": "hash", + "type": "long" } ], - "type": "AutoSaveException" + "type": "account.SavedRingtones" }, { - "id": 1279133341, - "predicate": "account.autoSaveSettings", + "id": 1038768899, + "method": "account.saveRingtone", "params": [ { - "name": "users_settings", - "type": "AutoSaveSettings" - }, - { - "name": "chats_settings", - "type": "AutoSaveSettings" + "name": "id", + "type": "InputDocument" }, { - "name": "broadcasts_settings", - "type": "AutoSaveSettings" - }, + "name": "unsave", + "type": "Bool" + } + ], + "type": "account.SavedRingtone" + }, + { + "id": 2199552930, + "method": "account.uploadRingtone", + "params": [ { - "name": "exceptions", - "type": "Vector" + "name": "file", + "type": "InputFile" }, { - "name": "chats", - "type": "Vector" + "name": "file_name", + "type": "string" }, { - "name": "users", - "type": "Vector" + "name": "mime_type", + "type": "string" } ], - "type": "account.AutoSaveSettings" - }, - { - "id": 2094949405, - "predicate": "help.appConfigNotModified", - "params": [], - "type": "help.AppConfig" + "type": "Document" }, { - "id": 3709368366, - "predicate": "help.appConfig", + "id": 4224966251, + "method": "account.updateEmojiStatus", "params": [ { - "name": "hash", - "type": "int" - }, - { - "name": "config", - "type": "JSONValue" + "name": "emoji_status", + "type": "EmojiStatus" } ], - "type": "help.AppConfig" + "type": "Bool" }, { - "id": 2837495162, - "predicate": "inputBotAppID", + "id": 3598005126, + "method": "account.getDefaultEmojiStatuses", "params": [ { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", + "name": "hash", "type": "long" } ], - "type": "InputBotApp" + "type": "account.EmojiStatuses" }, { - "id": 2425095175, - "predicate": "inputBotAppShortName", + "id": 257392901, + "method": "account.getRecentEmojiStatuses", "params": [ { - "name": "bot_id", - "type": "InputUser" - }, - { - "name": "short_name", - "type": "string" + "name": "hash", + "type": "long" } ], - "type": "InputBotApp" + "type": "account.EmojiStatuses" }, { - "id": 1571189943, - "predicate": "botAppNotModified", + "id": 404757166, + "method": "account.clearRecentEmojiStatuses", "params": [], - "type": "BotApp" + "type": "Bool" }, { - "id": 2516373974, - "predicate": "botApp", + "id": 4015001259, + "method": "account.reorderUsernames", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "id", - "type": "long" - }, - { - "name": "access_hash", - "type": "long" - }, - { - "name": "short_name", - "type": "string" - }, - { - "name": "title", - "type": "string" - }, + "name": "order", + "type": "Vector" + } + ], + "type": "Bool" + }, + { + "id": 1490465654, + "method": "account.toggleUsername", + "params": [ { - "name": "description", + "name": "username", "type": "string" }, { - "name": "photo", - "type": "Photo" - }, + "name": "active", + "type": "Bool" + } + ], + "type": "Bool" + }, + { + "id": 3799319336, + "method": "account.getDefaultProfilePhotoEmojis", + "params": [ { - "name": "document", - "type": "flags.0?Document" - }, + "name": "hash", + "type": "long" + } + ], + "type": "EmojiList" + }, + { + "id": 2438488238, + "method": "account.getDefaultGroupPhotoEmojis", + "params": [ { "name": "hash", "type": "long" } ], - "type": "BotApp" + "type": "EmojiList" }, { - "id": 3947933173, - "predicate": "messages.botApp", + "id": 2915810522, + "method": "account.getAutoSaveSettings", + "params": [], + "type": "account.AutoSaveSettings" + }, + { + "id": 3600515937, + "method": "account.saveAutoSaveSettings", "params": [ { "name": "flags", "type": "#" }, { - "name": "inactive", + "name": "users", "type": "flags.0?true" }, { - "name": "request_write_access", + "name": "chats", "type": "flags.1?true" }, { - "name": "app", - "type": "BotApp" - } - ], - "type": "messages.BotApp" - }, - { - "id": 1008422669, - "predicate": "appWebViewResultUrl", - "params": [ - { - "name": "url", - "type": "string" - } - ], - "type": "AppWebViewResult" - }, - { - "id": 3044185557, - "predicate": "inlineBotWebView", - "params": [ + "name": "broadcasts", + "type": "flags.2?true" + }, { - "name": "text", - "type": "string" + "name": "peer", + "type": "flags.3?InputPeer" }, { - "name": "url", - "type": "string" + "name": "settings", + "type": "AutoSaveSettings" } ], - "type": "InlineBotWebView" + "type": "Bool" }, { - "id": 1246753138, - "predicate": "readParticipantDate", - "params": [ - { - "name": "user_id", - "type": "long" - }, - { - "name": "date", - "type": "int" - } - ], - "type": "ReadParticipantDate" + "id": 1404829728, + "method": "account.deleteAutoSaveExceptions", + "params": [], + "type": "Bool" }, { - "id": 4091599411, - "predicate": "inputChatlistDialogFilter", + "id": 3398101178, + "method": "account.invalidateSignInCodes", "params": [ { - "name": "filter_id", - "type": "int" + "name": "codes", + "type": "Vector" } ], - "type": "InputChatlist" + "type": "Bool" }, { - "id": 206668204, - "predicate": "exportedChatlistInvite", + "id": 2096079197, + "method": "account.updateColor", "params": [ { "name": "flags", "type": "#" }, { - "name": "title", - "type": "string" + "name": "for_profile", + "type": "flags.1?true" }, { - "name": "url", - "type": "string" + "name": "color", + "type": "flags.2?int" }, { - "name": "peers", - "type": "Vector" + "name": "background_emoji_id", + "type": "flags.0?long" } ], - "type": "ExportedChatlistInvite" + "type": "Bool" }, { - "id": 283567014, - "predicate": "chatlists.exportedChatlistInvite", + "id": 2785720782, + "method": "account.getDefaultBackgroundEmojis", "params": [ { - "name": "filter", - "type": "DialogFilter" - }, - { - "name": "invite", - "type": "ExportedChatlistInvite" + "name": "hash", + "type": "long" } ], - "type": "chatlists.ExportedChatlistInvite" + "type": "EmojiList" }, { - "id": 279670215, - "predicate": "chatlists.exportedInvites", + "id": 1999087573, + "method": "account.getChannelDefaultEmojiStatuses", "params": [ { - "name": "invites", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "long" } ], - "type": "chatlists.ExportedInvites" + "type": "account.EmojiStatuses" }, { - "id": 4203214425, - "predicate": "chatlists.chatlistInviteAlready", + "id": 900325589, + "method": "account.getChannelRestrictedStatusEmojis", "params": [ { - "name": "filter_id", - "type": "int" - }, - { - "name": "missing_peers", - "type": "Vector" - }, - { - "name": "already_peers", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "hash", + "type": "long" } ], - "type": "chatlists.ChatlistInvite" + "type": "EmojiList" }, { - "id": 500007837, - "predicate": "chatlists.chatlistInvite", + "id": 1258348646, + "method": "account.updateBusinessWorkHours", "params": [ { "name": "flags", "type": "#" }, { - "name": "title", - "type": "string" - }, - { - "name": "emoticon", - "type": "flags.0?string" - }, - { - "name": "peers", - "type": "Vector" - }, - { - "name": "chats", - "type": "Vector" - }, - { - "name": "users", - "type": "Vector" + "name": "business_work_hours", + "type": "flags.0?BusinessWorkHours" } ], - "type": "chatlists.ChatlistInvite" + "type": "Bool" }, { - "id": 2478671757, - "predicate": "chatlists.chatlistUpdates", + "id": 2657817370, + "method": "account.updateBusinessLocation", "params": [ { - "name": "missing_peers", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "chats", - "type": "Vector" + "name": "geo_point", + "type": "flags.1?InputGeoPoint" }, { - "name": "users", - "type": "Vector" + "name": "address", + "type": "flags.0?string" } ], - "type": "chatlists.ChatlistUpdates" + "type": "Bool" }, { - "id": 3903288752, - "predicate": "bots.botInfo", - "params": [ - { - "name": "name", - "type": "string" - }, - { - "name": "about", - "type": "string" - }, - { - "name": "description", - "type": "string" - } - ], - "type": "bots.BotInfo" - } - ], - "methods": [ - { - "id": 3416209197, - "method": "invokeAfterMsg", + "id": 1724755908, + "method": "account.updateBusinessGreetingMessage", "params": [ { - "name": "msg_id", - "type": "long" + "name": "flags", + "type": "#" }, { - "name": "query", - "type": "!X" + "name": "message", + "type": "flags.0?InputBusinessGreetingMessage" } ], - "type": "X" + "type": "Bool" }, { - "id": 1036301552, - "method": "invokeAfterMsgs", + "id": 2724888485, + "method": "account.updateBusinessAwayMessage", "params": [ { - "name": "msg_ids", - "type": "Vector" + "name": "flags", + "type": "#" }, { - "name": "query", - "type": "!X" + "name": "message", + "type": "flags.0?InputBusinessAwayMessage" } ], - "type": "X" + "type": "Bool" }, { - "id": 3251461801, - "method": "initConnection", + "id": 1138250269, + "method": "account.updateConnectedBot", "params": [ { "name": "flags", "type": "#" }, { - "name": "api_id", - "type": "int" - }, - { - "name": "device_model", - "type": "string" - }, - { - "name": "system_version", - "type": "string" + "name": "can_reply", + "type": "flags.0?true" }, { - "name": "app_version", - "type": "string" + "name": "deleted", + "type": "flags.1?true" }, { - "name": "system_lang_code", - "type": "string" + "name": "bot", + "type": "InputUser" }, { - "name": "lang_pack", - "type": "string" - }, + "name": "recipients", + "type": "InputBusinessBotRecipients" + } + ], + "type": "Updates" + }, + { + "id": 1319421967, + "method": "account.getConnectedBots", + "params": [], + "type": "account.ConnectedBots" + }, + { + "id": 1990746736, + "method": "account.getBotBusinessConnection", + "params": [ { - "name": "lang_code", + "name": "connection_id", "type": "string" - }, - { - "name": "proxy", - "type": "flags.0?InputClientProxy" - }, + } + ], + "type": "Updates" + }, + { + "id": 2786381876, + "method": "account.updateBusinessIntro", + "params": [ { - "name": "params", - "type": "flags.1?JSONValue" + "name": "flags", + "type": "#" }, { - "name": "query", - "type": "!X" + "name": "intro", + "type": "flags.0?InputBusinessIntro" } ], - "type": "X" + "type": "Bool" }, { - "id": 3667594509, - "method": "invokeWithLayer", + "id": 1684934807, + "method": "account.toggleConnectedBotPaused", "params": [ { - "name": "layer", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "query", - "type": "!X" + "name": "paused", + "type": "Bool" } ], - "type": "X" + "type": "Bool" }, { - "id": 3214170551, - "method": "invokeWithoutUpdates", + "id": 1581481689, + "method": "account.disablePeerConnectedBot", "params": [ { - "name": "query", - "type": "!X" + "name": "peer", + "type": "InputPeer" } ], - "type": "X" + "type": "Bool" }, { - "id": 911373810, - "method": "invokeWithMessagesRange", + "id": 3429764113, + "method": "account.updateBirthday", "params": [ { - "name": "range", - "type": "MessageRange" + "name": "flags", + "type": "#" }, { - "name": "query", - "type": "!X" + "name": "birthday", + "type": "flags.0?Birthday" } ], - "type": "X" + "type": "Bool" }, { - "id": 2896821550, - "method": "invokeWithTakeout", + "id": 2287068814, + "method": "account.createBusinessChatLink", "params": [ { - "name": "takeout_id", - "type": "long" - }, - { - "name": "query", - "type": "!X" + "name": "link", + "type": "InputBusinessChatLink" } ], - "type": "X" + "type": "BusinessChatLink" }, { - "id": 2792825935, - "method": "auth.sendCode", + "id": 2352222383, + "method": "account.editBusinessChatLink", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "api_id", - "type": "int" - }, - { - "name": "api_hash", + "name": "slug", "type": "string" }, { - "name": "settings", - "type": "CodeSettings" + "name": "link", + "type": "InputBusinessChatLink" } ], - "type": "auth.SentCode" + "type": "BusinessChatLink" }, { - "id": 2163139623, - "method": "auth.signUp", + "id": 1611085428, + "method": "account.deleteBusinessChatLink", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "phone_code_hash", - "type": "string" - }, - { - "name": "first_name", - "type": "string" - }, - { - "name": "last_name", + "name": "slug", "type": "string" } ], - "type": "auth.Authorization" + "type": "Bool" }, { - "id": 2371004753, - "method": "auth.signIn", + "id": 1869667809, + "method": "account.getBusinessChatLinks", + "params": [], + "type": "account.BusinessChatLinks" + }, + { + "id": 1418913262, + "method": "account.resolveBusinessChatLink", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "phone_number", - "type": "string" - }, - { - "name": "phone_code_hash", + "name": "slug", "type": "string" - }, - { - "name": "phone_code", - "type": "flags.0?string" - }, + } + ], + "type": "account.ResolvedBusinessChatLinks" + }, + { + "id": 3645048288, + "method": "account.updatePersonalChannel", + "params": [ { - "name": "email_verification", - "type": "flags.1?EmailVerification" + "name": "channel", + "type": "InputChannel" } ], - "type": "auth.Authorization" + "type": "Bool" }, { - "id": 1047706137, - "method": "auth.logOut", - "params": [], - "type": "auth.LoggedOut" + "id": 3118048141, + "method": "account.toggleSponsoredMessages", + "params": [ + { + "name": "enabled", + "type": "Bool" + } + ], + "type": "Bool" }, { - "id": 2678787354, - "method": "auth.resetAuthorizations", + "id": 115172684, + "method": "account.getReactionsNotifySettings", "params": [], - "type": "Bool" + "type": "ReactionsNotifySettings" }, { - "id": 3854565325, - "method": "auth.exportAuthorization", + "id": 829220168, + "method": "account.setReactionsNotifySettings", "params": [ { - "name": "dc_id", - "type": "int" + "name": "settings", + "type": "ReactionsNotifySettings" } ], - "type": "auth.ExportedAuthorization" + "type": "ReactionsNotifySettings" }, { - "id": 2776268205, - "method": "auth.importAuthorization", + "id": 227648840, + "method": "users.getUsers", "params": [ { "name": "id", - "type": "long" - }, - { - "name": "bytes", - "type": "bytes" + "type": "Vector" } ], - "type": "auth.Authorization" + "type": "Vector" }, { - "id": 3453233669, - "method": "auth.bindTempAuthKey", + "id": 3054459160, + "method": "users.getFullUser", "params": [ { - "name": "perm_auth_key_id", - "type": "long" - }, - { - "name": "nonce", - "type": "long" - }, + "name": "id", + "type": "InputUser" + } + ], + "type": "users.UserFull" + }, + { + "id": 2429064373, + "method": "users.setSecureValueErrors", + "params": [ { - "name": "expires_at", - "type": "int" + "name": "id", + "type": "InputUser" }, { - "name": "encrypted_message", - "type": "bytes" + "name": "errors", + "type": "Vector" } ], "type": "Bool" }, { - "id": 1738800940, - "method": "auth.importBotAuthorization", + "id": 2787289616, + "method": "users.getIsPremiumRequiredToContact", "params": [ { - "name": "flags", - "type": "int" - }, - { - "name": "api_id", - "type": "int" - }, - { - "name": "api_hash", - "type": "string" - }, - { - "name": "bot_auth_token", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "auth.Authorization" + "type": "Vector" }, { - "id": 3515567382, - "method": "auth.checkPassword", + "id": 2061264541, + "method": "contacts.getContactIDs", "params": [ { - "name": "password", - "type": "InputCheckPasswordSRP" + "name": "hash", + "type": "long" } ], - "type": "auth.Authorization" + "type": "Vector" }, { - "id": 3633822822, - "method": "auth.requestPasswordRecovery", + "id": 3299038190, + "method": "contacts.getStatuses", "params": [], - "type": "auth.PasswordRecovery" + "type": "Vector" }, { - "id": 923364464, - "method": "auth.recoverPassword", + "id": 1574346258, + "method": "contacts.getContacts", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "code", - "type": "string" - }, - { - "name": "new_settings", - "type": "flags.0?account.PasswordInputSettings" + "name": "hash", + "type": "long" } ], - "type": "auth.Authorization" + "type": "contacts.Contacts" }, { - "id": 1056025023, - "method": "auth.resendCode", + "id": 746589157, + "method": "contacts.importContacts", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "phone_code_hash", - "type": "string" + "name": "contacts", + "type": "Vector" } ], - "type": "auth.SentCode" + "type": "contacts.ImportedContacts" }, { - "id": 520357240, - "method": "auth.cancelCode", + "id": 157945344, + "method": "contacts.deleteContacts", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "phone_code_hash", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2387124616, - "method": "auth.dropTempAuthKeys", + "id": 269745566, + "method": "contacts.deleteByPhones", "params": [ { - "name": "except_auth_keys", - "type": "Vector" + "name": "phones", + "type": "Vector" } ], "type": "Bool" }, { - "id": 3084944894, - "method": "auth.exportLoginToken", + "id": 774801204, + "method": "contacts.block", "params": [ { - "name": "api_id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "api_hash", - "type": "string" + "name": "my_stories_from", + "type": "flags.0?true" }, { - "name": "except_ids", - "type": "Vector" + "name": "id", + "type": "InputPeer" } ], - "type": "auth.LoginToken" + "type": "Bool" }, { - "id": 2511101156, - "method": "auth.importLoginToken", + "id": 3041973032, + "method": "contacts.unblock", "params": [ { - "name": "token", - "type": "bytes" + "name": "flags", + "type": "#" + }, + { + "name": "my_stories_from", + "type": "flags.0?true" + }, + { + "name": "id", + "type": "InputPeer" } ], - "type": "auth.LoginToken" + "type": "Bool" }, { - "id": 3902057805, - "method": "auth.acceptLoginToken", + "id": 2592509824, + "method": "contacts.getBlocked", "params": [ { - "name": "token", - "type": "bytes" + "name": "flags", + "type": "#" + }, + { + "name": "my_stories_from", + "type": "flags.0?true" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Authorization" + "type": "contacts.Blocked" }, { - "id": 221691769, - "method": "auth.checkRecoveryPassword", + "id": 301470424, + "method": "contacts.search", "params": [ { - "name": "code", + "name": "q", "type": "string" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Bool" + "type": "contacts.Found" }, { - "id": 767062953, - "method": "auth.importWebTokenAuthorization", + "id": 4181511075, + "method": "contacts.resolveUsername", "params": [ { - "name": "api_id", - "type": "int" - }, - { - "name": "api_hash", - "type": "string" - }, - { - "name": "web_auth_token", + "name": "username", "type": "string" } ], - "type": "auth.Authorization" + "type": "contacts.ResolvedPeer" }, { - "id": 2303085392, - "method": "auth.requestFirebaseSms", + "id": 2536798390, + "method": "contacts.getTopPeers", "params": [ { "name": "flags", "type": "#" }, { - "name": "phone_number", - "type": "string" + "name": "correspondents", + "type": "flags.0?true" }, { - "name": "phone_code_hash", - "type": "string" + "name": "bots_pm", + "type": "flags.1?true" }, { - "name": "safety_net_token", - "type": "flags.0?string" + "name": "bots_inline", + "type": "flags.2?true" }, { - "name": "ios_push_secret", - "type": "flags.1?string" + "name": "phone_calls", + "type": "flags.3?true" + }, + { + "name": "forward_users", + "type": "flags.4?true" + }, + { + "name": "forward_chats", + "type": "flags.5?true" + }, + { + "name": "groups", + "type": "flags.10?true" + }, + { + "name": "channels", + "type": "flags.15?true" + }, + { + "name": "offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "contacts.TopPeers" }, { - "id": 2123760019, - "method": "auth.resetLoginEmail", + "id": 451113900, + "method": "contacts.resetTopPeerRating", "params": [ { - "name": "phone_number", - "type": "string" + "name": "category", + "type": "TopPeerCategory" }, { - "name": "phone_code_hash", - "type": "string" + "name": "peer", + "type": "InputPeer" } ], - "type": "auth.SentCode" + "type": "Bool" }, { - "id": 3968205178, - "method": "account.registerDevice", + "id": 2274703345, + "method": "contacts.resetSaved", + "params": [], + "type": "Bool" + }, + { + "id": 2196890527, + "method": "contacts.getSaved", + "params": [], + "type": "Vector" + }, + { + "id": 2232729050, + "method": "contacts.toggleTopPeers", + "params": [ + { + "name": "enabled", + "type": "Bool" + } + ], + "type": "Bool" + }, + { + "id": 3908330448, + "method": "contacts.addContact", "params": [ { "name": "flags", "type": "#" }, { - "name": "no_muted", + "name": "add_phone_privacy_exception", "type": "flags.0?true" }, { - "name": "token_type", - "type": "int" + "name": "id", + "type": "InputUser" }, { - "name": "token", + "name": "first_name", "type": "string" }, { - "name": "app_sandbox", - "type": "Bool" + "name": "last_name", + "type": "string" }, { - "name": "secret", - "type": "bytes" - }, + "name": "phone", + "type": "string" + } + ], + "type": "Updates" + }, + { + "id": 4164002319, + "method": "contacts.acceptContact", + "params": [ { - "name": "other_uids", - "type": "Vector" + "name": "id", + "type": "InputUser" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 1779249670, - "method": "account.unregisterDevice", + "id": 3544759364, + "method": "contacts.getLocated", "params": [ { - "name": "token_type", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "token", - "type": "string" + "name": "background", + "type": "flags.1?true" }, { - "name": "other_uids", - "type": "Vector" + "name": "geo_point", + "type": "InputGeoPoint" + }, + { + "name": "self_expires", + "type": "flags.0?int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2227067795, - "method": "account.updateNotifySettings", + "id": 698914348, + "method": "contacts.blockFromReplies", "params": [ { - "name": "peer", - "type": "InputNotifyPeer" + "name": "flags", + "type": "#" }, { - "name": "settings", - "type": "InputPeerNotifySettings" + "name": "delete_message", + "type": "flags.0?true" + }, + { + "name": "delete_history", + "type": "flags.1?true" + }, + { + "name": "report_spam", + "type": "flags.2?true" + }, + { + "name": "msg_id", + "type": "int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 313765169, - "method": "account.getNotifySettings", + "id": 2331591492, + "method": "contacts.resolvePhone", "params": [ { - "name": "peer", - "type": "InputNotifyPeer" + "name": "phone", + "type": "string" } ], - "type": "PeerNotifySettings" + "type": "contacts.ResolvedPeer" }, { - "id": 3682473799, - "method": "account.resetNotifySettings", + "id": 4167385127, + "method": "contacts.exportContactToken", "params": [], - "type": "Bool" + "type": "ExportedContactToken" }, { - "id": 2018596725, - "method": "account.updateProfile", + "id": 318789512, + "method": "contacts.importContactToken", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "first_name", - "type": "flags.0?string" - }, - { - "name": "last_name", - "type": "flags.1?string" - }, - { - "name": "about", - "type": "flags.2?string" + "name": "token", + "type": "string" } ], "type": "User" }, { - "id": 1713919532, - "method": "account.updateStatus", + "id": 3127313904, + "method": "contacts.editCloseFriends", "params": [ { - "name": "offline", - "type": "Bool" + "name": "id", + "type": "Vector" } ], "type": "Bool" }, { - "id": 127302966, - "method": "account.getWallPapers", + "id": 2496027766, + "method": "contacts.setBlocked", "params": [ { - "name": "hash", - "type": "long" - } - ], - "type": "account.WallPapers" - }, - { - "id": 3317316998, - "method": "account.reportPeer", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "peer", - "type": "InputPeer" + "name": "my_stories_from", + "type": "flags.0?true" }, { - "name": "reason", - "type": "ReportReason" + "name": "id", + "type": "Vector" }, { - "name": "message", - "type": "string" + "name": "limit", + "type": "int" } ], "type": "Bool" }, { - "id": 655677548, - "method": "account.checkUsername", - "params": [ - { - "name": "username", - "type": "string" - } - ], - "type": "Bool" + "id": 3673008228, + "method": "contacts.getBirthdays", + "params": [], + "type": "contacts.ContactBirthdays" }, { - "id": 1040964988, - "method": "account.updateUsername", + "id": 1673946374, + "method": "messages.getMessages", "params": [ { - "name": "username", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "User" + "type": "messages.Messages" }, { - "id": 3671837008, - "method": "account.getPrivacy", + "id": 2700397391, + "method": "messages.getDialogs", "params": [ { - "name": "key", - "type": "InputPrivacyKey" + "name": "flags", + "type": "#" + }, + { + "name": "exclude_pinned", + "type": "flags.0?true" + }, + { + "name": "folder_id", + "type": "flags.1?int" + }, + { + "name": "offset_date", + "type": "int" + }, + { + "name": "offset_id", + "type": "int" + }, + { + "name": "offset_peer", + "type": "InputPeer" + }, + { + "name": "limit", + "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "account.PrivacyRules" + "type": "messages.Dialogs" }, { - "id": 3388480744, - "method": "account.setPrivacy", + "id": 1143203525, + "method": "messages.getHistory", "params": [ { - "name": "key", - "type": "InputPrivacyKey" + "name": "peer", + "type": "InputPeer" }, { - "name": "rules", - "type": "Vector" + "name": "offset_id", + "type": "int" + }, + { + "name": "offset_date", + "type": "int" + }, + { + "name": "add_offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" + }, + { + "name": "max_id", + "type": "int" + }, + { + "name": "min_id", + "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "account.PrivacyRules" + "type": "messages.Messages" }, { - "id": 2730545012, - "method": "account.deleteAccount", + "id": 703497338, + "method": "messages.search", "params": [ { "name": "flags", "type": "#" }, { - "name": "reason", + "name": "peer", + "type": "InputPeer" + }, + { + "name": "q", "type": "string" }, { - "name": "password", - "type": "flags.0?InputCheckPasswordSRP" - } - ], - "type": "Bool" - }, - { - "id": 150761757, - "method": "account.getAccountTTL", - "params": [], - "type": "AccountDaysTTL" - }, - { - "id": 608323678, - "method": "account.setAccountTTL", - "params": [ + "name": "from_id", + "type": "flags.0?InputPeer" + }, { - "name": "ttl", - "type": "AccountDaysTTL" + "name": "saved_peer_id", + "type": "flags.2?InputPeer" + }, + { + "name": "saved_reaction", + "type": "flags.3?Vector" + }, + { + "name": "top_msg_id", + "type": "flags.1?int" + }, + { + "name": "filter", + "type": "MessagesFilter" + }, + { + "name": "min_date", + "type": "int" + }, + { + "name": "max_date", + "type": "int" + }, + { + "name": "offset_id", + "type": "int" + }, + { + "name": "add_offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" + }, + { + "name": "max_id", + "type": "int" + }, + { + "name": "min_id", + "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "messages.Messages" }, { - "id": 2186758885, - "method": "account.sendChangePhoneCode", + "id": 238054714, + "method": "messages.readHistory", "params": [ { - "name": "phone_number", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "settings", - "type": "CodeSettings" + "name": "max_id", + "type": "int" } ], - "type": "auth.SentCode" + "type": "messages.AffectedMessages" }, { - "id": 1891839707, - "method": "account.changePhone", + "id": 2962199082, + "method": "messages.deleteHistory", "params": [ { - "name": "phone_number", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "phone_code_hash", - "type": "string" + "name": "just_clear", + "type": "flags.0?true" }, { - "name": "phone_code", - "type": "string" - } - ], - "type": "User" - }, - { - "id": 954152242, - "method": "account.updateDeviceLocked", - "params": [ + "name": "revoke", + "type": "flags.1?true" + }, { - "name": "period", + "name": "peer", + "type": "InputPeer" + }, + { + "name": "max_id", "type": "int" + }, + { + "name": "min_date", + "type": "flags.2?int" + }, + { + "name": "max_date", + "type": "flags.3?int" } ], - "type": "Bool" - }, - { - "id": 3810574680, - "method": "account.getAuthorizations", - "params": [], - "type": "account.Authorizations" + "type": "messages.AffectedHistory" }, { - "id": 3749180348, - "method": "account.resetAuthorization", + "id": 3851326930, + "method": "messages.deleteMessages", "params": [ { - "name": "hash", - "type": "long" + "name": "flags", + "type": "#" + }, + { + "name": "revoke", + "type": "flags.0?true" + }, + { + "name": "id", + "type": "Vector" } ], - "type": "Bool" - }, - { - "id": 1418342645, - "method": "account.getPassword", - "params": [], - "type": "account.Password" + "type": "messages.AffectedMessages" }, { - "id": 2631199481, - "method": "account.getPasswordSettings", + "id": 94983360, + "method": "messages.receivedMessages", "params": [ { - "name": "password", - "type": "InputCheckPasswordSRP" + "name": "max_id", + "type": "int" } ], - "type": "account.PasswordSettings" + "type": "Vector" }, { - "id": 2778402863, - "method": "account.updatePasswordSettings", + "id": 1486110434, + "method": "messages.setTyping", "params": [ { - "name": "password", - "type": "InputCheckPasswordSRP" + "name": "flags", + "type": "#" }, { - "name": "new_settings", - "type": "account.PasswordInputSettings" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "top_msg_id", + "type": "flags.0?int" + }, + { + "name": "action", + "type": "SendMessageAction" } ], "type": "Bool" }, { - "id": 457157256, - "method": "account.sendConfirmPhoneCode", + "id": 2554304325, + "method": "messages.sendMessage", "params": [ { - "name": "hash", + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.1?true" + }, + { + "name": "silent", + "type": "flags.5?true" + }, + { + "name": "background", + "type": "flags.6?true" + }, + { + "name": "clear_draft", + "type": "flags.7?true" + }, + { + "name": "noforwards", + "type": "flags.14?true" + }, + { + "name": "update_stickersets_order", + "type": "flags.15?true" + }, + { + "name": "invert_media", + "type": "flags.16?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "reply_to", + "type": "flags.0?InputReplyTo" + }, + { + "name": "message", "type": "string" }, { - "name": "settings", - "type": "CodeSettings" + "name": "random_id", + "type": "long" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + }, + { + "name": "entities", + "type": "flags.3?Vector" + }, + { + "name": "schedule_date", + "type": "flags.10?int" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" + }, + { + "name": "quick_reply_shortcut", + "type": "flags.17?InputQuickReplyShortcut" + }, + { + "name": "effect", + "type": "flags.18?long" } ], - "type": "auth.SentCode" + "type": "Updates" }, { - "id": 1596029123, - "method": "account.confirmPhone", + "id": 2018673486, + "method": "messages.sendMedia", "params": [ { - "name": "phone_code_hash", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "phone_code", + "name": "silent", + "type": "flags.5?true" + }, + { + "name": "background", + "type": "flags.6?true" + }, + { + "name": "clear_draft", + "type": "flags.7?true" + }, + { + "name": "noforwards", + "type": "flags.14?true" + }, + { + "name": "update_stickersets_order", + "type": "flags.15?true" + }, + { + "name": "invert_media", + "type": "flags.16?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "reply_to", + "type": "flags.0?InputReplyTo" + }, + { + "name": "media", + "type": "InputMedia" + }, + { + "name": "message", "type": "string" + }, + { + "name": "random_id", + "type": "long" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + }, + { + "name": "entities", + "type": "flags.3?Vector" + }, + { + "name": "schedule_date", + "type": "flags.10?int" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" + }, + { + "name": "quick_reply_shortcut", + "type": "flags.17?InputQuickReplyShortcut" + }, + { + "name": "effect", + "type": "flags.18?long" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 1151208273, - "method": "account.getTmpPassword", + "id": 3573781000, + "method": "messages.forwardMessages", "params": [ { - "name": "password", - "type": "InputCheckPasswordSRP" + "name": "flags", + "type": "#" + }, + { + "name": "silent", + "type": "flags.5?true" + }, + { + "name": "background", + "type": "flags.6?true" + }, + { + "name": "with_my_score", + "type": "flags.8?true" + }, + { + "name": "drop_author", + "type": "flags.11?true" + }, + { + "name": "drop_media_captions", + "type": "flags.12?true" + }, + { + "name": "noforwards", + "type": "flags.14?true" + }, + { + "name": "from_peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "Vector" + }, + { + "name": "random_id", + "type": "Vector" + }, + { + "name": "to_peer", + "type": "InputPeer" + }, + { + "name": "top_msg_id", + "type": "flags.9?int" + }, + { + "name": "schedule_date", + "type": "flags.10?int" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" }, { - "name": "period", - "type": "int" + "name": "quick_reply_shortcut", + "type": "flags.17?InputQuickReplyShortcut" } ], - "type": "account.TmpPassword" - }, - { - "id": 405695855, - "method": "account.getWebAuthorizations", - "params": [], - "type": "account.WebAuthorizations" + "type": "Updates" }, { - "id": 755087855, - "method": "account.resetWebAuthorization", + "id": 3474297563, + "method": "messages.reportSpam", "params": [ { - "name": "hash", - "type": "long" + "name": "peer", + "type": "InputPeer" } ], "type": "Bool" }, { - "id": 1747789204, - "method": "account.resetWebAuthorizations", - "params": [], - "type": "Bool" - }, - { - "id": 2995305597, - "method": "account.getAllSecureValues", - "params": [], - "type": "Vector" - }, - { - "id": 1936088002, - "method": "account.getSecureValue", + "id": 4024018594, + "method": "messages.getPeerSettings", "params": [ { - "name": "types", - "type": "Vector" + "name": "peer", + "type": "InputPeer" } ], - "type": "Vector" + "type": "messages.PeerSettings" }, { - "id": 2308956957, - "method": "account.saveSecureValue", + "id": 2303961934, + "method": "messages.report", "params": [ { - "name": "value", - "type": "InputSecureValue" + "name": "peer", + "type": "InputPeer" }, { - "name": "secure_secret_id", - "type": "long" - } - ], - "type": "SecureValue" - }, - { - "id": 3095444555, - "method": "account.deleteSecureValue", - "params": [ - { - "name": "types", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 2838059386, - "method": "account.getAuthorizationForm", - "params": [ - { - "name": "bot_id", - "type": "long" + "name": "id", + "type": "Vector" }, { - "name": "scope", - "type": "string" + "name": "reason", + "type": "ReportReason" }, { - "name": "public_key", + "name": "message", "type": "string" } ], - "type": "account.AuthorizationForm" + "type": "Bool" }, { - "id": 4092415091, - "method": "account.acceptAuthorization", + "id": 1240027791, + "method": "messages.getChats", "params": [ { - "name": "bot_id", - "type": "long" - }, - { - "name": "scope", - "type": "string" - }, - { - "name": "public_key", - "type": "string" - }, - { - "name": "value_hashes", - "type": "Vector" - }, - { - "name": "credentials", - "type": "SecureCredentialsEncrypted" + "name": "id", + "type": "Vector" } ], - "type": "Bool" + "type": "messages.Chats" }, { - "id": 2778945273, - "method": "account.sendVerifyPhoneCode", + "id": 2930772788, + "method": "messages.getFullChat", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "settings", - "type": "CodeSettings" + "name": "chat_id", + "type": "long" } ], - "type": "auth.SentCode" + "type": "messages.ChatFull" }, { - "id": 1305716726, - "method": "account.verifyPhone", + "id": 1937260541, + "method": "messages.editChatTitle", "params": [ { - "name": "phone_number", - "type": "string" - }, - { - "name": "phone_code_hash", - "type": "string" + "name": "chat_id", + "type": "long" }, { - "name": "phone_code", + "name": "title", "type": "string" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2564831163, - "method": "account.sendVerifyEmailCode", + "id": 903730804, + "method": "messages.editChatPhoto", "params": [ { - "name": "purpose", - "type": "EmailVerifyPurpose" + "name": "chat_id", + "type": "long" }, { - "name": "email", - "type": "string" + "name": "photo", + "type": "InputChatPhoto" } ], - "type": "account.SentEmailCode" + "type": "Updates" }, { - "id": 53322959, - "method": "account.verifyEmail", + "id": 3418804487, + "method": "messages.addChatUser", "params": [ { - "name": "purpose", - "type": "EmailVerifyPurpose" + "name": "chat_id", + "type": "long" }, { - "name": "verification", - "type": "EmailVerification" + "name": "user_id", + "type": "InputUser" + }, + { + "name": "fwd_limit", + "type": "int" } ], - "type": "account.EmailVerified" + "type": "messages.InvitedUsers" }, { - "id": 2398350000, - "method": "account.initTakeoutSession", + "id": 2719505579, + "method": "messages.deleteChatUser", "params": [ { "name": "flags", "type": "#" }, { - "name": "contacts", + "name": "revoke_history", "type": "flags.0?true" }, { - "name": "message_users", - "type": "flags.1?true" - }, - { - "name": "message_chats", - "type": "flags.2?true" - }, - { - "name": "message_megagroups", - "type": "flags.3?true" - }, - { - "name": "message_channels", - "type": "flags.4?true" - }, - { - "name": "files", - "type": "flags.5?true" + "name": "chat_id", + "type": "long" }, { - "name": "file_max_size", - "type": "flags.5?long" + "name": "user_id", + "type": "InputUser" } ], - "type": "account.Takeout" + "type": "Updates" }, { - "id": 489050862, - "method": "account.finishTakeoutSession", + "id": 2463030740, + "method": "messages.createChat", "params": [ { "name": "flags", "type": "#" }, { - "name": "success", - "type": "flags.0?true" - } - ], - "type": "Bool" - }, - { - "id": 2413762848, - "method": "account.confirmPasswordEmail", - "params": [ + "name": "users", + "type": "Vector" + }, { - "name": "code", + "name": "title", "type": "string" + }, + { + "name": "ttl_period", + "type": "flags.0?int" } ], - "type": "Bool" - }, - { - "id": 2055154197, - "method": "account.resendPasswordEmail", - "params": [], - "type": "Bool" - }, - { - "id": 3251361206, - "method": "account.cancelPasswordEmail", - "params": [], - "type": "Bool" + "type": "messages.InvitedUsers" }, { - "id": 2668087080, - "method": "account.getContactSignUpNotification", - "params": [], - "type": "Bool" - }, - { - "id": 3488890721, - "method": "account.setContactSignUpNotification", + "id": 651135312, + "method": "messages.getDhConfig", "params": [ { - "name": "silent", - "type": "Bool" + "name": "version", + "type": "int" + }, + { + "name": "random_length", + "type": "int" } ], - "type": "Bool" + "type": "messages.DhConfig" }, { - "id": 1398240377, - "method": "account.getNotifyExceptions", + "id": 4132286275, + "method": "messages.requestEncryption", "params": [ { - "name": "flags", - "type": "#" + "name": "user_id", + "type": "InputUser" }, { - "name": "compare_sound", - "type": "flags.1?true" + "name": "random_id", + "type": "int" }, { - "name": "peer", - "type": "flags.0?InputNotifyPeer" + "name": "g_a", + "type": "bytes" } ], - "type": "Updates" + "type": "EncryptedChat" }, { - "id": 4237155306, - "method": "account.getWallPaper", + "id": 1035731989, + "method": "messages.acceptEncryption", "params": [ { - "name": "wallpaper", - "type": "InputWallPaper" + "name": "peer", + "type": "InputEncryptedChat" + }, + { + "name": "g_b", + "type": "bytes" + }, + { + "name": "key_fingerprint", + "type": "long" } ], - "type": "WallPaper" + "type": "EncryptedChat" }, { - "id": 3818557187, - "method": "account.uploadWallPaper", + "id": 4086541984, + "method": "messages.discardEncryption", "params": [ { "name": "flags", "type": "#" }, { - "name": "for_chat", + "name": "delete_history", "type": "flags.0?true" }, { - "name": "file", - "type": "InputFile" - }, - { - "name": "mime_type", - "type": "string" - }, - { - "name": "settings", - "type": "WallPaperSettings" + "name": "chat_id", + "type": "int" } ], - "type": "WallPaper" + "type": "Bool" }, { - "id": 1817860919, - "method": "account.saveWallPaper", + "id": 2031374829, + "method": "messages.setEncryptedTyping", "params": [ { - "name": "wallpaper", - "type": "InputWallPaper" + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "unsave", + "name": "typing", "type": "Bool" - }, - { - "name": "settings", - "type": "WallPaperSettings" } ], "type": "Bool" }, { - "id": 4276967273, - "method": "account.installWallPaper", + "id": 2135648522, + "method": "messages.readEncryptedHistory", "params": [ { - "name": "wallpaper", - "type": "InputWallPaper" + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "settings", - "type": "WallPaperSettings" + "name": "max_date", + "type": "int" } ], "type": "Bool" }, { - "id": 3141244932, - "method": "account.resetWallPapers", - "params": [], - "type": "Bool" - }, - { - "id": 1457130303, - "method": "account.getAutoDownloadSettings", - "params": [], - "type": "account.AutoDownloadSettings" - }, - { - "id": 1995661875, - "method": "account.saveAutoDownloadSettings", + "id": 1157265941, + "method": "messages.sendEncrypted", "params": [ { "name": "flags", "type": "#" }, { - "name": "low", + "name": "silent", "type": "flags.0?true" }, { - "name": "high", - "type": "flags.1?true" + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "settings", - "type": "AutoDownloadSettings" + "name": "random_id", + "type": "long" + }, + { + "name": "data", + "type": "bytes" } ], - "type": "Bool" + "type": "messages.SentEncryptedMessage" }, { - "id": 473805619, - "method": "account.uploadTheme", + "id": 1431914525, + "method": "messages.sendEncryptedFile", "params": [ { "name": "flags", "type": "#" }, { - "name": "file", - "type": "InputFile" + "name": "silent", + "type": "flags.0?true" }, { - "name": "thumb", - "type": "flags.0?InputFile" + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "file_name", - "type": "string" + "name": "random_id", + "type": "long" }, { - "name": "mime_type", - "type": "string" + "name": "data", + "type": "bytes" + }, + { + "name": "file", + "type": "InputEncryptedFile" } ], - "type": "Document" + "type": "messages.SentEncryptedMessage" }, { - "id": 1697530880, - "method": "account.createTheme", + "id": 852769188, + "method": "messages.sendEncryptedService", "params": [ { - "name": "flags", - "type": "#" + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "slug", - "type": "string" + "name": "random_id", + "type": "long" }, { - "name": "title", - "type": "string" - }, + "name": "data", + "type": "bytes" + } + ], + "type": "messages.SentEncryptedMessage" + }, + { + "id": 1436924774, + "method": "messages.receivedQueue", + "params": [ { - "name": "document", - "type": "flags.2?InputDocument" - }, + "name": "max_qts", + "type": "int" + } + ], + "type": "Vector" + }, + { + "id": 1259113487, + "method": "messages.reportEncryptedSpam", + "params": [ { - "name": "settings", - "type": "flags.3?Vector" + "name": "peer", + "type": "InputEncryptedChat" } ], - "type": "Theme" + "type": "Bool" }, { - "id": 737414348, - "method": "account.updateTheme", + "id": 916930423, + "method": "messages.readMessageContents", "params": [ { - "name": "flags", - "type": "#" - }, + "name": "id", + "type": "Vector" + } + ], + "type": "messages.AffectedMessages" + }, + { + "id": 3584414625, + "method": "messages.getStickers", + "params": [ { - "name": "format", + "name": "emoticon", "type": "string" }, { - "name": "theme", - "type": "InputTheme" - }, - { - "name": "slug", - "type": "flags.0?string" - }, - { - "name": "title", - "type": "flags.1?string" - }, - { - "name": "document", - "type": "flags.2?InputDocument" - }, + "name": "hash", + "type": "long" + } + ], + "type": "messages.Stickers" + }, + { + "id": 3097534888, + "method": "messages.getAllStickers", + "params": [ { - "name": "settings", - "type": "flags.3?Vector" + "name": "hash", + "type": "long" } ], - "type": "Theme" + "type": "messages.AllStickers" }, { - "id": 4065792108, - "method": "account.saveTheme", + "id": 2338894028, + "method": "messages.getWebPagePreview", "params": [ { - "name": "theme", - "type": "InputTheme" + "name": "flags", + "type": "#" }, { - "name": "unsave", - "type": "Bool" + "name": "message", + "type": "string" + }, + { + "name": "entities", + "type": "flags.3?Vector" } ], - "type": "Bool" + "type": "MessageMedia" }, { - "id": 3341269819, - "method": "account.installTheme", + "id": 2687296981, + "method": "messages.exportChatInvite", "params": [ { "name": "flags", "type": "#" }, { - "name": "dark", - "type": "flags.0?true" + "name": "legacy_revoke_permanent", + "type": "flags.2?true" }, { - "name": "theme", - "type": "flags.1?InputTheme" + "name": "request_needed", + "type": "flags.3?true" }, { - "name": "format", - "type": "flags.2?string" + "name": "peer", + "type": "InputPeer" }, { - "name": "base_theme", - "type": "flags.3?BaseTheme" + "name": "expire_date", + "type": "flags.0?int" + }, + { + "name": "usage_limit", + "type": "flags.1?int" + }, + { + "name": "title", + "type": "flags.4?string" } ], - "type": "Bool" + "type": "ExportedChatInvite" }, { - "id": 978872812, - "method": "account.getTheme", + "id": 1051570619, + "method": "messages.checkChatInvite", "params": [ { - "name": "format", + "name": "hash", "type": "string" - }, - { - "name": "theme", - "type": "InputTheme" } ], - "type": "Theme" + "type": "ChatInvite" }, { - "id": 1913054296, - "method": "account.getThemes", + "id": 1817183516, + "method": "messages.importChatInvite", "params": [ - { - "name": "format", - "type": "string" - }, { "name": "hash", - "type": "long" + "type": "string" } ], - "type": "account.Themes" + "type": "Updates" }, { - "id": 3044323691, - "method": "account.setContentSettings", + "id": 3365989492, + "method": "messages.getStickerSet", "params": [ { - "name": "flags", - "type": "#" + "name": "stickerset", + "type": "InputStickerSet" }, { - "name": "sensitive_enabled", - "type": "flags.0?true" + "name": "hash", + "type": "int" } ], - "type": "Bool" - }, - { - "id": 2342210990, - "method": "account.getContentSettings", - "params": [], - "type": "account.ContentSettings" + "type": "messages.StickerSet" }, { - "id": 1705865692, - "method": "account.getMultiWallPapers", + "id": 3348096096, + "method": "messages.installStickerSet", "params": [ { - "name": "wallpapers", - "type": "Vector" + "name": "stickerset", + "type": "InputStickerSet" + }, + { + "name": "archived", + "type": "Bool" } ], - "type": "Vector" - }, - { - "id": 3945483510, - "method": "account.getGlobalPrivacySettings", - "params": [], - "type": "GlobalPrivacySettings" + "type": "messages.StickerSetInstallResult" }, { - "id": 517647042, - "method": "account.setGlobalPrivacySettings", + "id": 4184757726, + "method": "messages.uninstallStickerSet", "params": [ { - "name": "settings", - "type": "GlobalPrivacySettings" + "name": "stickerset", + "type": "InputStickerSet" } ], - "type": "GlobalPrivacySettings" + "type": "Bool" }, { - "id": 4203529973, - "method": "account.reportProfilePhoto", + "id": 3873403768, + "method": "messages.startBot", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "bot", + "type": "InputUser" }, { - "name": "photo_id", - "type": "InputPhoto" + "name": "peer", + "type": "InputPeer" }, { - "name": "reason", - "type": "ReportReason" + "name": "random_id", + "type": "long" }, { - "name": "message", + "name": "start_param", "type": "string" } ], - "type": "Bool" - }, - { - "id": 2466827803, - "method": "account.resetPassword", - "params": [], - "type": "account.ResetPasswordResult" + "type": "Updates" }, { - "id": 1284770294, - "method": "account.declinePasswordReset", - "params": [], - "type": "Bool" + "id": 1468322785, + "method": "messages.getMessagesViews", + "params": [ + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "Vector" + }, + { + "name": "increment", + "type": "Bool" + } + ], + "type": "messages.MessageViews" }, { - "id": 3594051209, - "method": "account.getChatThemes", + "id": 2824589762, + "method": "messages.editChatAdmin", "params": [ { - "name": "hash", + "name": "chat_id", "type": "long" + }, + { + "name": "user_id", + "type": "InputUser" + }, + { + "name": "is_admin", + "type": "Bool" } ], - "type": "account.Themes" + "type": "Bool" }, { - "id": 3213466272, - "method": "account.setAuthorizationTTL", + "id": 2726777625, + "method": "messages.migrateChat", "params": [ { - "name": "authorization_ttl_days", - "type": "int" + "name": "chat_id", + "type": "long" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 1089766498, - "method": "account.changeAuthorizationSettings", + "id": 1271290010, + "method": "messages.searchGlobal", "params": [ { "name": "flags", "type": "#" }, { - "name": "hash", - "type": "long" + "name": "broadcasts_only", + "type": "flags.1?true" }, { - "name": "encrypted_requests_disabled", - "type": "flags.0?Bool" + "name": "folder_id", + "type": "flags.0?int" }, { - "name": "call_requests_disabled", - "type": "flags.1?Bool" - } - ], - "type": "Bool" - }, - { - "id": 3784319624, - "method": "account.getSavedRingtones", - "params": [ + "name": "q", + "type": "string" + }, { - "name": "hash", - "type": "long" + "name": "filter", + "type": "MessagesFilter" + }, + { + "name": "min_date", + "type": "int" + }, + { + "name": "max_date", + "type": "int" + }, + { + "name": "offset_rate", + "type": "int" + }, + { + "name": "offset_peer", + "type": "InputPeer" + }, + { + "name": "offset_id", + "type": "int" + }, + { + "name": "limit", + "type": "int" } ], - "type": "account.SavedRingtones" + "type": "messages.Messages" }, { - "id": 1038768899, - "method": "account.saveRingtone", + "id": 2016638777, + "method": "messages.reorderStickerSets", "params": [ { - "name": "id", - "type": "InputDocument" + "name": "flags", + "type": "#" }, { - "name": "unsave", - "type": "Bool" + "name": "masks", + "type": "flags.0?true" + }, + { + "name": "emojis", + "type": "flags.1?true" + }, + { + "name": "order", + "type": "Vector" } ], - "type": "account.SavedRingtone" + "type": "Bool" }, { - "id": 2199552930, - "method": "account.uploadRingtone", + "id": 2985428511, + "method": "messages.getDocumentByHash", "params": [ { - "name": "file", - "type": "InputFile" + "name": "sha256", + "type": "bytes" }, { - "name": "file_name", - "type": "string" + "name": "size", + "type": "long" }, { "name": "mime_type", @@ -22207,776 +29268,901 @@ "type": "Document" }, { - "id": 4224966251, - "method": "account.updateEmojiStatus", - "params": [ - { - "name": "emoji_status", - "type": "EmojiStatus" - } - ], - "type": "Bool" - }, - { - "id": 3598005126, - "method": "account.getDefaultEmojiStatuses", + "id": 1559270965, + "method": "messages.getSavedGifs", "params": [ { "name": "hash", "type": "long" } ], - "type": "account.EmojiStatuses" + "type": "messages.SavedGifs" }, { - "id": 257392901, - "method": "account.getRecentEmojiStatuses", + "id": 846868683, + "method": "messages.saveGif", "params": [ { - "name": "hash", - "type": "long" - } - ], - "type": "account.EmojiStatuses" - }, - { - "id": 404757166, - "method": "account.clearRecentEmojiStatuses", - "params": [], - "type": "Bool" - }, - { - "id": 4015001259, - "method": "account.reorderUsernames", - "params": [ + "name": "id", + "type": "InputDocument" + }, { - "name": "order", - "type": "Vector" + "name": "unsave", + "type": "Bool" } ], "type": "Bool" }, { - "id": 1490465654, - "method": "account.toggleUsername", + "id": 1364105629, + "method": "messages.getInlineBotResults", "params": [ { - "name": "username", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "active", - "type": "Bool" - } - ], - "type": "Bool" - }, - { - "id": 3799319336, - "method": "account.getDefaultProfilePhotoEmojis", - "params": [ + "name": "bot", + "type": "InputUser" + }, { - "name": "hash", - "type": "long" - } - ], - "type": "EmojiList" - }, - { - "id": 2438488238, - "method": "account.getDefaultGroupPhotoEmojis", - "params": [ + "name": "peer", + "type": "InputPeer" + }, { - "name": "hash", - "type": "long" + "name": "geo_point", + "type": "flags.0?InputGeoPoint" + }, + { + "name": "query", + "type": "string" + }, + { + "name": "offset", + "type": "string" } ], - "type": "EmojiList" - }, - { - "id": 2915810522, - "method": "account.getAutoSaveSettings", - "params": [], - "type": "account.AutoSaveSettings" + "type": "messages.BotResults" }, { - "id": 3600515937, - "method": "account.saveAutoSaveSettings", + "id": 3138561049, + "method": "messages.setInlineBotResults", "params": [ { "name": "flags", "type": "#" }, { - "name": "users", + "name": "gallery", "type": "flags.0?true" }, { - "name": "chats", + "name": "private", "type": "flags.1?true" }, { - "name": "broadcasts", - "type": "flags.2?true" + "name": "query_id", + "type": "long" }, { - "name": "peer", - "type": "flags.3?InputPeer" + "name": "results", + "type": "Vector" }, { - "name": "settings", - "type": "AutoSaveSettings" + "name": "cache_time", + "type": "int" + }, + { + "name": "next_offset", + "type": "flags.2?string" + }, + { + "name": "switch_pm", + "type": "flags.3?InlineBotSwitchPM" + }, + { + "name": "switch_webview", + "type": "flags.4?InlineBotWebView" } ], "type": "Bool" }, { - "id": 1404829728, - "method": "account.deleteAutoSaveExceptions", - "params": [], - "type": "Bool" - }, - { - "id": 227648840, - "method": "users.getUsers", + "id": 1052698730, + "method": "messages.sendInlineBotResult", "params": [ { - "name": "id", - "type": "Vector" - } - ], - "type": "Vector" - }, - { - "id": 3054459160, - "method": "users.getFullUser", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "id", - "type": "InputUser" - } - ], - "type": "users.UserFull" - }, - { - "id": 2429064373, - "method": "users.setSecureValueErrors", - "params": [ + "name": "silent", + "type": "flags.5?true" + }, { - "name": "id", - "type": "InputUser" + "name": "background", + "type": "flags.6?true" }, { - "name": "errors", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 2061264541, - "method": "contacts.getContactIDs", - "params": [ + "name": "clear_draft", + "type": "flags.7?true" + }, { - "name": "hash", - "type": "long" - } - ], - "type": "Vector" - }, - { - "id": 3299038190, - "method": "contacts.getStatuses", - "params": [], - "type": "Vector" - }, - { - "id": 1574346258, - "method": "contacts.getContacts", - "params": [ + "name": "hide_via", + "type": "flags.11?true" + }, { - "name": "hash", + "name": "peer", + "type": "InputPeer" + }, + { + "name": "reply_to", + "type": "flags.0?InputReplyTo" + }, + { + "name": "random_id", "type": "long" - } - ], - "type": "contacts.Contacts" - }, - { - "id": 746589157, - "method": "contacts.importContacts", - "params": [ + }, { - "name": "contacts", - "type": "Vector" - } - ], - "type": "contacts.ImportedContacts" - }, - { - "id": 157945344, - "method": "contacts.deleteContacts", - "params": [ + "name": "query_id", + "type": "long" + }, { "name": "id", - "type": "Vector" + "type": "string" + }, + { + "name": "schedule_date", + "type": "flags.10?int" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" + }, + { + "name": "quick_reply_shortcut", + "type": "flags.17?InputQuickReplyShortcut" } ], "type": "Updates" }, { - "id": 269745566, - "method": "contacts.deleteByPhones", + "id": 4255550774, + "method": "messages.getMessageEditData", "params": [ { - "name": "phones", - "type": "Vector" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "int" } ], - "type": "Bool" + "type": "messages.MessageEditData" }, { - "id": 1758204945, - "method": "contacts.block", + "id": 3755032581, + "method": "messages.editMessage", "params": [ { - "name": "id", + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.1?true" + }, + { + "name": "invert_media", + "type": "flags.16?true" + }, + { + "name": "peer", "type": "InputPeer" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "message", + "type": "flags.11?string" + }, + { + "name": "media", + "type": "flags.14?InputMedia" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + }, + { + "name": "entities", + "type": "flags.3?Vector" + }, + { + "name": "schedule_date", + "type": "flags.15?int" + }, + { + "name": "quick_reply_shortcut_id", + "type": "flags.17?int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 3198573904, - "method": "contacts.unblock", + "id": 2203418042, + "method": "messages.editInlineBotMessage", "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "no_webpage", + "type": "flags.1?true" + }, + { + "name": "invert_media", + "type": "flags.16?true" + }, { "name": "id", - "type": "InputPeer" + "type": "InputBotInlineMessageID" + }, + { + "name": "message", + "type": "flags.11?string" + }, + { + "name": "media", + "type": "flags.14?InputMedia" + }, + { + "name": "reply_markup", + "type": "flags.2?ReplyMarkup" + }, + { + "name": "entities", + "type": "flags.3?Vector" } ], "type": "Bool" }, { - "id": 4118557967, - "method": "contacts.getBlocked", + "id": 2470627847, + "method": "messages.getBotCallbackAnswer", "params": [ { - "name": "offset", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "limit", + "name": "game", + "type": "flags.1?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "msg_id", "type": "int" + }, + { + "name": "data", + "type": "flags.0?bytes" + }, + { + "name": "password", + "type": "flags.2?InputCheckPasswordSRP" } ], - "type": "contacts.Blocked" + "type": "messages.BotCallbackAnswer" }, { - "id": 301470424, - "method": "contacts.search", + "id": 3582923530, + "method": "messages.setBotCallbackAnswer", "params": [ { - "name": "q", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "limit", + "name": "alert", + "type": "flags.1?true" + }, + { + "name": "query_id", + "type": "long" + }, + { + "name": "message", + "type": "flags.0?string" + }, + { + "name": "url", + "type": "flags.2?string" + }, + { + "name": "cache_time", "type": "int" } ], - "type": "contacts.Found" + "type": "Bool" }, { - "id": 4181511075, - "method": "contacts.resolveUsername", + "id": 3832593661, + "method": "messages.getPeerDialogs", "params": [ { - "name": "username", - "type": "string" + "name": "peers", + "type": "Vector" } ], - "type": "contacts.ResolvedPeer" + "type": "messages.PeerDialogs" }, { - "id": 2536798390, - "method": "contacts.getTopPeers", + "id": 2146678790, + "method": "messages.saveDraft", "params": [ { "name": "flags", "type": "#" }, { - "name": "correspondents", - "type": "flags.0?true" - }, - { - "name": "bots_pm", + "name": "no_webpage", "type": "flags.1?true" }, { - "name": "bots_inline", - "type": "flags.2?true" - }, - { - "name": "phone_calls", - "type": "flags.3?true" - }, - { - "name": "forward_users", - "type": "flags.4?true" + "name": "invert_media", + "type": "flags.6?true" }, { - "name": "forward_chats", - "type": "flags.5?true" + "name": "reply_to", + "type": "flags.4?InputReplyTo" }, { - "name": "groups", - "type": "flags.10?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "channels", - "type": "flags.15?true" + "name": "message", + "type": "string" }, { - "name": "offset", - "type": "int" + "name": "entities", + "type": "flags.3?Vector" }, { - "name": "limit", - "type": "int" - }, + "name": "media", + "type": "flags.5?InputMedia" + } + ], + "type": "Bool" + }, + { + "id": 1782549861, + "method": "messages.getAllDrafts", + "params": [], + "type": "Updates" + }, + { + "id": 1685588756, + "method": "messages.getFeaturedStickers", + "params": [ { "name": "hash", "type": "long" } ], - "type": "contacts.TopPeers" + "type": "messages.FeaturedStickers" }, { - "id": 451113900, - "method": "contacts.resetTopPeerRating", + "id": 1527873830, + "method": "messages.readFeaturedStickers", "params": [ { - "name": "category", - "type": "TopPeerCategory" + "name": "id", + "type": "Vector" + } + ], + "type": "Bool" + }, + { + "id": 2645114939, + "method": "messages.getRecentStickers", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "peer", - "type": "InputPeer" + "name": "attached", + "type": "flags.0?true" + }, + { + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "messages.RecentStickers" }, { - "id": 2274703345, - "method": "contacts.resetSaved", - "params": [], + "id": 958863608, + "method": "messages.saveRecentSticker", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "attached", + "type": "flags.0?true" + }, + { + "name": "id", + "type": "InputDocument" + }, + { + "name": "unsave", + "type": "Bool" + } + ], "type": "Bool" }, { - "id": 2196890527, - "method": "contacts.getSaved", - "params": [], - "type": "Vector" - }, - { - "id": 2232729050, - "method": "contacts.toggleTopPeers", + "id": 2308530221, + "method": "messages.clearRecentStickers", "params": [ { - "name": "enabled", - "type": "Bool" + "name": "flags", + "type": "#" + }, + { + "name": "attached", + "type": "flags.0?true" } ], "type": "Bool" }, { - "id": 3908330448, - "method": "contacts.addContact", + "id": 1475442322, + "method": "messages.getArchivedStickers", "params": [ { "name": "flags", "type": "#" }, { - "name": "add_phone_privacy_exception", + "name": "masks", "type": "flags.0?true" }, { - "name": "id", - "type": "InputUser" + "name": "emojis", + "type": "flags.1?true" }, { - "name": "first_name", - "type": "string" + "name": "offset_id", + "type": "long" }, { - "name": "last_name", - "type": "string" - }, + "name": "limit", + "type": "int" + } + ], + "type": "messages.ArchivedStickers" + }, + { + "id": 1678738104, + "method": "messages.getMaskStickers", + "params": [ { - "name": "phone", - "type": "string" + "name": "hash", + "type": "long" } ], - "type": "Updates" + "type": "messages.AllStickers" }, { - "id": 4164002319, - "method": "contacts.acceptContact", + "id": 3428542412, + "method": "messages.getAttachedStickers", "params": [ { - "name": "id", - "type": "InputUser" + "name": "media", + "type": "InputStickeredMedia" } ], - "type": "Updates" + "type": "Vector" }, { - "id": 3544759364, - "method": "contacts.getLocated", + "id": 2398678208, + "method": "messages.setGameScore", "params": [ { "name": "flags", "type": "#" }, { - "name": "background", + "name": "edit_message", + "type": "flags.0?true" + }, + { + "name": "force", "type": "flags.1?true" }, { - "name": "geo_point", - "type": "InputGeoPoint" + "name": "peer", + "type": "InputPeer" }, { - "name": "self_expires", - "type": "flags.0?int" + "name": "id", + "type": "int" + }, + { + "name": "user_id", + "type": "InputUser" + }, + { + "name": "score", + "type": "int" } ], "type": "Updates" }, { - "id": 698914348, - "method": "contacts.blockFromReplies", + "id": 363700068, + "method": "messages.setInlineGameScore", "params": [ { "name": "flags", "type": "#" }, { - "name": "delete_message", + "name": "edit_message", "type": "flags.0?true" }, { - "name": "delete_history", + "name": "force", "type": "flags.1?true" }, { - "name": "report_spam", - "type": "flags.2?true" + "name": "id", + "type": "InputBotInlineMessageID" }, { - "name": "msg_id", + "name": "user_id", + "type": "InputUser" + }, + { + "name": "score", "type": "int" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 2331591492, - "method": "contacts.resolvePhone", + "id": 3894568093, + "method": "messages.getGameHighScores", "params": [ { - "name": "phone", - "type": "string" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "int" + }, + { + "name": "user_id", + "type": "InputUser" } ], - "type": "contacts.ResolvedPeer" + "type": "messages.HighScores" }, { - "id": 4167385127, - "method": "contacts.exportContactToken", - "params": [], - "type": "ExportedContactToken" + "id": 258170395, + "method": "messages.getInlineGameHighScores", + "params": [ + { + "name": "id", + "type": "InputBotInlineMessageID" + }, + { + "name": "user_id", + "type": "InputUser" + } + ], + "type": "messages.HighScores" }, { - "id": 318789512, - "method": "contacts.importContactToken", + "id": 3826032900, + "method": "messages.getCommonChats", "params": [ { - "name": "token", - "type": "string" + "name": "user_id", + "type": "InputUser" + }, + { + "name": "max_id", + "type": "long" + }, + { + "name": "limit", + "type": "int" } ], - "type": "User" + "type": "messages.Chats" }, { - "id": 1673946374, - "method": "messages.getMessages", + "id": 2375455395, + "method": "messages.getWebPage", "params": [ { - "name": "id", - "type": "Vector" + "name": "url", + "type": "string" + }, + { + "name": "hash", + "type": "int" } ], - "type": "messages.Messages" + "type": "messages.WebPage" }, { - "id": 2700397391, - "method": "messages.getDialogs", + "id": 2805064279, + "method": "messages.toggleDialogPin", "params": [ { "name": "flags", "type": "#" }, { - "name": "exclude_pinned", + "name": "pinned", "type": "flags.0?true" }, { - "name": "folder_id", - "type": "flags.1?int" - }, - { - "name": "offset_date", - "type": "int" - }, + "name": "peer", + "type": "InputDialogPeer" + } + ], + "type": "Bool" + }, + { + "id": 991616823, + "method": "messages.reorderPinnedDialogs", + "params": [ { - "name": "offset_id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "offset_peer", - "type": "InputPeer" + "name": "force", + "type": "flags.0?true" }, { - "name": "limit", + "name": "folder_id", "type": "int" }, { - "name": "hash", - "type": "long" + "name": "order", + "type": "Vector" } ], - "type": "messages.Dialogs" + "type": "Bool" }, { - "id": 1143203525, - "method": "messages.getHistory", + "id": 3602468338, + "method": "messages.getPinnedDialogs", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "offset_id", - "type": "int" - }, - { - "name": "offset_date", - "type": "int" - }, - { - "name": "add_offset", + "name": "folder_id", "type": "int" - }, + } + ], + "type": "messages.PeerDialogs" + }, + { + "id": 3858133754, + "method": "messages.setBotShippingResults", + "params": [ { - "name": "limit", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "max_id", - "type": "int" + "name": "query_id", + "type": "long" }, { - "name": "min_id", - "type": "int" + "name": "error", + "type": "flags.0?string" }, - { - "name": "hash", - "type": "long" + { + "name": "shipping_options", + "type": "flags.1?Vector" } ], - "type": "messages.Messages" + "type": "Bool" }, { - "id": 2700978018, - "method": "messages.search", + "id": 163765653, + "method": "messages.setBotPrecheckoutResults", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "q", - "type": "string" - }, - { - "name": "from_id", - "type": "flags.0?InputPeer" + "name": "success", + "type": "flags.1?true" }, { - "name": "top_msg_id", - "type": "flags.1?int" + "name": "query_id", + "type": "long" }, { - "name": "filter", - "type": "MessagesFilter" - }, + "name": "error", + "type": "flags.0?string" + } + ], + "type": "Bool" + }, + { + "id": 345405816, + "method": "messages.uploadMedia", + "params": [ { - "name": "min_date", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "max_date", - "type": "int" + "name": "business_connection_id", + "type": "flags.0?string" }, { - "name": "offset_id", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "add_offset", - "type": "int" - }, + "name": "media", + "type": "InputMedia" + } + ], + "type": "MessageMedia" + }, + { + "id": 2705348631, + "method": "messages.sendScreenshotNotification", + "params": [ { - "name": "limit", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "max_id", - "type": "int" + "name": "reply_to", + "type": "InputReplyTo" }, { - "name": "min_id", - "type": "int" - }, + "name": "random_id", + "type": "long" + } + ], + "type": "Updates" + }, + { + "id": 82946729, + "method": "messages.getFavedStickers", + "params": [ { "name": "hash", "type": "long" } ], - "type": "messages.Messages" + "type": "messages.FavedStickers" }, { - "id": 238054714, - "method": "messages.readHistory", + "id": 3120547163, + "method": "messages.faveSticker", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "id", + "type": "InputDocument" }, { - "name": "max_id", - "type": "int" + "name": "unfave", + "type": "Bool" } ], - "type": "messages.AffectedMessages" + "type": "Bool" }, { - "id": 2962199082, - "method": "messages.deleteHistory", + "id": 4043827088, + "method": "messages.getUnreadMentions", "params": [ { "name": "flags", "type": "#" }, { - "name": "just_clear", - "type": "flags.0?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "revoke", - "type": "flags.1?true" + "name": "top_msg_id", + "type": "flags.0?int" }, { - "name": "peer", - "type": "InputPeer" + "name": "offset_id", + "type": "int" }, { - "name": "max_id", + "name": "add_offset", "type": "int" }, { - "name": "min_date", - "type": "flags.2?int" + "name": "limit", + "type": "int" }, { - "name": "max_date", - "type": "flags.3?int" + "name": "max_id", + "type": "int" + }, + { + "name": "min_id", + "type": "int" } ], - "type": "messages.AffectedHistory" + "type": "messages.Messages" }, { - "id": 3851326930, - "method": "messages.deleteMessages", + "id": 921026381, + "method": "messages.readMentions", "params": [ { "name": "flags", "type": "#" }, { - "name": "revoke", - "type": "flags.0?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "id", - "type": "Vector" - } - ], - "type": "messages.AffectedMessages" - }, - { - "id": 94983360, - "method": "messages.receivedMessages", - "params": [ - { - "name": "max_id", - "type": "int" + "name": "top_msg_id", + "type": "flags.0?int" } ], - "type": "Vector" + "type": "messages.AffectedHistory" }, { - "id": 1486110434, - "method": "messages.setTyping", + "id": 1881817312, + "method": "messages.getRecentLocations", "params": [ - { - "name": "flags", - "type": "#" - }, { "name": "peer", "type": "InputPeer" }, { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "limit", + "type": "int" }, { - "name": "action", - "type": "SendMessageAction" + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "messages.Messages" }, { - "id": 482476935, - "method": "messages.sendMessage", + "id": 934757205, + "method": "messages.sendMultiMedia", "params": [ { "name": "flags", "type": "#" }, - { - "name": "no_webpage", - "type": "flags.1?true" - }, { "name": "silent", "type": "flags.5?true" @@ -22997,48 +30183,119 @@ "name": "update_stickersets_order", "type": "flags.15?true" }, + { + "name": "invert_media", + "type": "flags.16?true" + }, { "name": "peer", "type": "InputPeer" }, { - "name": "reply_to_msg_id", - "type": "flags.0?int" + "name": "reply_to", + "type": "flags.0?InputReplyTo" }, { - "name": "top_msg_id", - "type": "flags.9?int" + "name": "multi_media", + "type": "Vector" }, { - "name": "message", - "type": "string" + "name": "schedule_date", + "type": "flags.10?int" }, { - "name": "random_id", - "type": "long" + "name": "send_as", + "type": "flags.13?InputPeer" }, { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "quick_reply_shortcut", + "type": "flags.17?InputQuickReplyShortcut" }, { - "name": "entities", - "type": "flags.3?Vector" + "name": "effect", + "type": "flags.18?long" + } + ], + "type": "Updates" + }, + { + "id": 1347929239, + "method": "messages.uploadEncryptedFile", + "params": [ + { + "name": "peer", + "type": "InputEncryptedChat" }, { - "name": "schedule_date", - "type": "flags.10?int" + "name": "file", + "type": "InputEncryptedFile" + } + ], + "type": "EncryptedFile" + }, + { + "id": 896555914, + "method": "messages.searchStickerSets", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "exclude_featured", + "type": "flags.0?true" + }, + { + "name": "q", + "type": "string" + }, + { + "name": "hash", + "type": "long" + } + ], + "type": "messages.FoundStickerSets" + }, + { + "id": 486505992, + "method": "messages.getSplitRanges", + "params": [], + "type": "Vector" + }, + { + "id": 3263617423, + "method": "messages.markDialogUnread", + "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "unread", + "type": "flags.0?true" }, { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "peer", + "type": "InputDialogPeer" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 1967638886, - "method": "messages.sendMedia", + "id": 585256482, + "method": "messages.getDialogUnreadMarks", + "params": [], + "type": "Vector" + }, + { + "id": 2119757468, + "method": "messages.clearAllDrafts", + "params": [], + "type": "Bool" + }, + { + "id": 3534419948, + "method": "messages.updatePinnedMessage", "params": [ { "name": "flags", @@ -23046,970 +30303,1012 @@ }, { "name": "silent", - "type": "flags.5?true" + "type": "flags.0?true" }, { - "name": "background", - "type": "flags.6?true" + "name": "unpin", + "type": "flags.1?true" }, { - "name": "clear_draft", - "type": "flags.7?true" + "name": "pm_oneside", + "type": "flags.2?true" }, { - "name": "noforwards", - "type": "flags.14?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "update_stickersets_order", - "type": "flags.15?true" - }, + "name": "id", + "type": "int" + } + ], + "type": "Updates" + }, + { + "id": 283795844, + "method": "messages.sendVote", + "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "reply_to_msg_id", - "type": "flags.0?int" + "name": "msg_id", + "type": "int" }, { - "name": "top_msg_id", - "type": "flags.9?int" - }, + "name": "options", + "type": "Vector" + } + ], + "type": "Updates" + }, + { + "id": 1941660731, + "method": "messages.getPollResults", + "params": [ { - "name": "media", - "type": "InputMedia" + "name": "peer", + "type": "InputPeer" }, { - "name": "message", - "type": "string" - }, + "name": "msg_id", + "type": "int" + } + ], + "type": "Updates" + }, + { + "id": 1848369232, + "method": "messages.getOnlines", + "params": [ { - "name": "random_id", - "type": "long" - }, + "name": "peer", + "type": "InputPeer" + } + ], + "type": "ChatOnlines" + }, + { + "id": 3740665751, + "method": "messages.editChatAbout", + "params": [ { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "peer", + "type": "InputPeer" }, { - "name": "entities", - "type": "flags.3?Vector" - }, + "name": "about", + "type": "string" + } + ], + "type": "Bool" + }, + { + "id": 2777049921, + "method": "messages.editChatDefaultBannedRights", + "params": [ { - "name": "schedule_date", - "type": "flags.10?int" + "name": "peer", + "type": "InputPeer" }, { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "banned_rights", + "type": "ChatBannedRights" } ], "type": "Updates" }, { - "id": 3328293828, - "method": "messages.forwardMessages", + "id": 899735650, + "method": "messages.getEmojiKeywords", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "silent", - "type": "flags.5?true" - }, + "name": "lang_code", + "type": "string" + } + ], + "type": "EmojiKeywordsDifference" + }, + { + "id": 352892591, + "method": "messages.getEmojiKeywordsDifference", + "params": [ { - "name": "background", - "type": "flags.6?true" + "name": "lang_code", + "type": "string" }, { - "name": "with_my_score", - "type": "flags.8?true" - }, + "name": "from_version", + "type": "int" + } + ], + "type": "EmojiKeywordsDifference" + }, + { + "id": 1318675378, + "method": "messages.getEmojiKeywordsLanguages", + "params": [ { - "name": "drop_author", - "type": "flags.11?true" - }, + "name": "lang_codes", + "type": "Vector" + } + ], + "type": "Vector" + }, + { + "id": 3585149990, + "method": "messages.getEmojiURL", + "params": [ { - "name": "drop_media_captions", - "type": "flags.12?true" - }, + "name": "lang_code", + "type": "string" + } + ], + "type": "EmojiURL" + }, + { + "id": 465367808, + "method": "messages.getSearchCounters", + "params": [ { - "name": "noforwards", - "type": "flags.14?true" + "name": "flags", + "type": "#" }, { - "name": "from_peer", + "name": "peer", "type": "InputPeer" }, { - "name": "id", - "type": "Vector" - }, - { - "name": "random_id", - "type": "Vector" - }, - { - "name": "to_peer", - "type": "InputPeer" + "name": "saved_peer_id", + "type": "flags.2?InputPeer" }, { "name": "top_msg_id", - "type": "flags.9?int" - }, - { - "name": "schedule_date", - "type": "flags.10?int" + "type": "flags.0?int" }, { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "filters", + "type": "Vector" } ], - "type": "Updates" + "type": "Vector" }, { - "id": 3474297563, - "method": "messages.reportSpam", + "id": 428848198, + "method": "messages.requestUrlAuth", "params": [ { - "name": "peer", - "type": "InputPeer" - } - ], - "type": "Bool" - }, - { - "id": 4024018594, - "method": "messages.getPeerSettings", - "params": [ + "name": "flags", + "type": "#" + }, { "name": "peer", - "type": "InputPeer" + "type": "flags.1?InputPeer" + }, + { + "name": "msg_id", + "type": "flags.1?int" + }, + { + "name": "button_id", + "type": "flags.1?int" + }, + { + "name": "url", + "type": "flags.2?string" } ], - "type": "messages.PeerSettings" + "type": "UrlAuthResult" }, { - "id": 2303961934, - "method": "messages.report", + "id": 2972479781, + "method": "messages.acceptUrlAuth", "params": [ + { + "name": "flags", + "type": "#" + }, + { + "name": "write_allowed", + "type": "flags.0?true" + }, { "name": "peer", - "type": "InputPeer" + "type": "flags.1?InputPeer" }, { - "name": "id", - "type": "Vector" + "name": "msg_id", + "type": "flags.1?int" }, { - "name": "reason", - "type": "ReportReason" + "name": "button_id", + "type": "flags.1?int" }, { - "name": "message", - "type": "string" + "name": "url", + "type": "flags.2?string" } ], - "type": "Bool" + "type": "UrlAuthResult" }, { - "id": 1240027791, - "method": "messages.getChats", + "id": 1336717624, + "method": "messages.hidePeerSettingsBar", "params": [ { - "name": "id", - "type": "Vector" + "name": "peer", + "type": "InputPeer" } ], - "type": "messages.Chats" + "type": "Bool" }, { - "id": 2930772788, - "method": "messages.getFullChat", + "id": 4111889931, + "method": "messages.getScheduledHistory", "params": [ { - "name": "chat_id", + "name": "peer", + "type": "InputPeer" + }, + { + "name": "hash", "type": "long" } ], - "type": "messages.ChatFull" + "type": "messages.Messages" }, { - "id": 1937260541, - "method": "messages.editChatTitle", + "id": 3183150180, + "method": "messages.getScheduledMessages", "params": [ { - "name": "chat_id", - "type": "long" + "name": "peer", + "type": "InputPeer" }, { - "name": "title", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "Updates" + "type": "messages.Messages" }, { - "id": 903730804, - "method": "messages.editChatPhoto", + "id": 3174597898, + "method": "messages.sendScheduledMessages", "params": [ { - "name": "chat_id", - "type": "long" + "name": "peer", + "type": "InputPeer" }, { - "name": "photo", - "type": "InputChatPhoto" + "name": "id", + "type": "Vector" } ], "type": "Updates" }, { - "id": 4064760803, - "method": "messages.addChatUser", + "id": 1504586518, + "method": "messages.deleteScheduledMessages", "params": [ { - "name": "chat_id", - "type": "long" - }, - { - "name": "user_id", - "type": "InputUser" + "name": "peer", + "type": "InputPeer" }, { - "name": "fwd_limit", - "type": "int" + "name": "id", + "type": "Vector" } ], "type": "Updates" }, { - "id": 2719505579, - "method": "messages.deleteChatUser", + "id": 3094231054, + "method": "messages.getPollVotes", "params": [ { "name": "flags", "type": "#" }, { - "name": "revoke_history", - "type": "flags.0?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "chat_id", - "type": "long" + "name": "id", + "type": "int" }, { - "name": "user_id", - "type": "InputUser" + "name": "option", + "type": "flags.0?bytes" + }, + { + "name": "offset", + "type": "flags.1?string" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Updates" + "type": "messages.VotesList" }, { - "id": 3450904, - "method": "messages.createChat", + "id": 3037016042, + "method": "messages.toggleStickerSets", "params": [ { "name": "flags", "type": "#" }, { - "name": "users", - "type": "Vector" + "name": "uninstall", + "type": "flags.0?true" }, { - "name": "title", - "type": "string" + "name": "archive", + "type": "flags.1?true" }, { - "name": "ttl_period", - "type": "flags.0?int" - } - ], - "type": "Updates" - }, - { - "id": 651135312, - "method": "messages.getDhConfig", - "params": [ - { - "name": "version", - "type": "int" + "name": "unarchive", + "type": "flags.2?true" }, { - "name": "random_length", - "type": "int" + "name": "stickersets", + "type": "Vector" } ], - "type": "messages.DhConfig" + "type": "Bool" }, { - "id": 4132286275, - "method": "messages.requestEncryption", - "params": [ - { - "name": "user_id", - "type": "InputUser" - }, - { - "name": "random_id", - "type": "int" - }, - { - "name": "g_a", - "type": "bytes" - } - ], - "type": "EncryptedChat" + "id": 4023684233, + "method": "messages.getDialogFilters", + "params": [], + "type": "messages.DialogFilters" }, { - "id": 1035731989, - "method": "messages.acceptEncryption", - "params": [ - { - "name": "peer", - "type": "InputEncryptedChat" - }, - { - "name": "g_b", - "type": "bytes" - }, - { - "name": "key_fingerprint", - "type": "long" - } - ], - "type": "EncryptedChat" + "id": 2728186924, + "method": "messages.getSuggestedDialogFilters", + "params": [], + "type": "Vector" }, { - "id": 4086541984, - "method": "messages.discardEncryption", + "id": 450142282, + "method": "messages.updateDialogFilter", "params": [ { "name": "flags", "type": "#" }, { - "name": "delete_history", - "type": "flags.0?true" + "name": "id", + "type": "int" }, { - "name": "chat_id", - "type": "int" + "name": "filter", + "type": "flags.0?DialogFilter" } ], "type": "Bool" }, { - "id": 2031374829, - "method": "messages.setEncryptedTyping", + "id": 3311649252, + "method": "messages.updateDialogFiltersOrder", "params": [ { - "name": "peer", - "type": "InputEncryptedChat" - }, - { - "name": "typing", - "type": "Bool" + "name": "order", + "type": "Vector" } ], "type": "Bool" }, { - "id": 2135648522, - "method": "messages.readEncryptedHistory", + "id": 2127598753, + "method": "messages.getOldFeaturedStickers", "params": [ { - "name": "peer", - "type": "InputEncryptedChat" + "name": "offset", + "type": "int" }, { - "name": "max_date", + "name": "limit", "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "messages.FeaturedStickers" }, { - "id": 1157265941, - "method": "messages.sendEncrypted", + "id": 584962828, + "method": "messages.getReplies", "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "silent", - "type": "flags.0?true" - }, { "name": "peer", - "type": "InputEncryptedChat" + "type": "InputPeer" }, { - "name": "random_id", - "type": "long" + "name": "msg_id", + "type": "int" }, { - "name": "data", - "type": "bytes" - } - ], - "type": "messages.SentEncryptedMessage" - }, - { - "id": 1431914525, - "method": "messages.sendEncryptedFile", - "params": [ - { - "name": "flags", - "type": "#" + "name": "offset_id", + "type": "int" }, { - "name": "silent", - "type": "flags.0?true" + "name": "offset_date", + "type": "int" + }, + { + "name": "add_offset", + "type": "int" }, { - "name": "peer", - "type": "InputEncryptedChat" + "name": "limit", + "type": "int" }, { - "name": "random_id", - "type": "long" + "name": "max_id", + "type": "int" }, { - "name": "data", - "type": "bytes" + "name": "min_id", + "type": "int" }, { - "name": "file", - "type": "InputEncryptedFile" + "name": "hash", + "type": "long" } ], - "type": "messages.SentEncryptedMessage" + "type": "messages.Messages" }, { - "id": 852769188, - "method": "messages.sendEncryptedService", + "id": 1147761405, + "method": "messages.getDiscussionMessage", "params": [ { "name": "peer", - "type": "InputEncryptedChat" - }, - { - "name": "random_id", - "type": "long" + "type": "InputPeer" }, { - "name": "data", - "type": "bytes" + "name": "msg_id", + "type": "int" } ], - "type": "messages.SentEncryptedMessage" + "type": "messages.DiscussionMessage" }, { - "id": 1436924774, - "method": "messages.receivedQueue", + "id": 4147227124, + "method": "messages.readDiscussion", "params": [ { - "name": "max_qts", + "name": "peer", + "type": "InputPeer" + }, + { + "name": "msg_id", + "type": "int" + }, + { + "name": "read_max_id", "type": "int" } ], - "type": "Vector" + "type": "Bool" }, { - "id": 1259113487, - "method": "messages.reportEncryptedSpam", + "id": 3995253160, + "method": "messages.unpinAllMessages", "params": [ + { + "name": "flags", + "type": "#" + }, { "name": "peer", - "type": "InputEncryptedChat" + "type": "InputPeer" + }, + { + "name": "top_msg_id", + "type": "flags.0?int" } ], - "type": "Bool" + "type": "messages.AffectedHistory" }, { - "id": 916930423, - "method": "messages.readMessageContents", + "id": 1540419152, + "method": "messages.deleteChat", "params": [ { - "name": "id", - "type": "Vector" + "name": "chat_id", + "type": "long" } ], - "type": "messages.AffectedMessages" + "type": "Bool" }, { - "id": 3584414625, - "method": "messages.getStickers", + "id": 4190888969, + "method": "messages.deletePhoneCallHistory", "params": [ { - "name": "emoticon", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "hash", - "type": "long" + "name": "revoke", + "type": "flags.0?true" } ], - "type": "messages.Stickers" + "type": "messages.AffectedFoundMessages" }, { - "id": 3097534888, - "method": "messages.getAllStickers", + "id": 1140726259, + "method": "messages.checkHistoryImport", "params": [ { - "name": "hash", - "type": "long" + "name": "import_head", + "type": "string" } ], - "type": "messages.AllStickers" + "type": "messages.HistoryImportParsed" }, { - "id": 2338894028, - "method": "messages.getWebPagePreview", + "id": 873008187, + "method": "messages.initHistoryImport", "params": [ { - "name": "flags", - "type": "#" + "name": "peer", + "type": "InputPeer" }, { - "name": "message", - "type": "string" + "name": "file", + "type": "InputFile" }, { - "name": "entities", - "type": "flags.3?Vector" + "name": "media_count", + "type": "int" } ], - "type": "MessageMedia" + "type": "messages.HistoryImport" }, { - "id": 2687296981, - "method": "messages.exportChatInvite", + "id": 713433234, + "method": "messages.uploadImportedMedia", "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "legacy_revoke_permanent", - "type": "flags.2?true" - }, - { - "name": "request_needed", - "type": "flags.3?true" - }, { "name": "peer", "type": "InputPeer" }, { - "name": "expire_date", - "type": "flags.0?int" + "name": "import_id", + "type": "long" }, { - "name": "usage_limit", - "type": "flags.1?int" + "name": "file_name", + "type": "string" }, { - "name": "title", - "type": "flags.4?string" + "name": "media", + "type": "InputMedia" } ], - "type": "ExportedChatInvite" + "type": "MessageMedia" }, { - "id": 1051570619, - "method": "messages.checkChatInvite", + "id": 3023958852, + "method": "messages.startHistoryImport", "params": [ { - "name": "hash", - "type": "string" - } - ], - "type": "ChatInvite" - }, - { - "id": 1817183516, - "method": "messages.importChatInvite", - "params": [ + "name": "peer", + "type": "InputPeer" + }, { - "name": "hash", - "type": "string" + "name": "import_id", + "type": "long" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 3365989492, - "method": "messages.getStickerSet", + "id": 2729812982, + "method": "messages.getExportedChatInvites", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" + "name": "flags", + "type": "#" }, { - "name": "hash", + "name": "revoked", + "type": "flags.3?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "admin_id", + "type": "InputUser" + }, + { + "name": "offset_date", + "type": "flags.2?int" + }, + { + "name": "offset_link", + "type": "flags.2?string" + }, + { + "name": "limit", "type": "int" } ], - "type": "messages.StickerSet" + "type": "messages.ExportedChatInvites" }, { - "id": 3348096096, - "method": "messages.installStickerSet", + "id": 1937010524, + "method": "messages.getExportedChatInvite", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" + "name": "peer", + "type": "InputPeer" }, { - "name": "archived", - "type": "Bool" + "name": "link", + "type": "string" } ], - "type": "messages.StickerSetInstallResult" + "type": "messages.ExportedChatInvite" }, { - "id": 4184757726, - "method": "messages.uninstallStickerSet", + "id": 3184144245, + "method": "messages.editExportedChatInvite", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" - } - ], - "type": "Bool" - }, - { - "id": 3873403768, - "method": "messages.startBot", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "bot", - "type": "InputUser" + "name": "revoked", + "type": "flags.2?true" }, { "name": "peer", "type": "InputPeer" }, { - "name": "random_id", - "type": "long" + "name": "link", + "type": "string" + }, + { + "name": "expire_date", + "type": "flags.0?int" + }, + { + "name": "usage_limit", + "type": "flags.1?int" + }, + { + "name": "request_needed", + "type": "flags.3?Bool" }, { - "name": "start_param", - "type": "string" + "name": "title", + "type": "flags.4?string" } ], - "type": "Updates" + "type": "messages.ExportedChatInvite" }, { - "id": 1468322785, - "method": "messages.getMessagesViews", + "id": 1452833749, + "method": "messages.deleteRevokedExportedChatInvites", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "id", - "type": "Vector" - }, - { - "name": "increment", - "type": "Bool" + "name": "admin_id", + "type": "InputUser" } ], - "type": "messages.MessageViews" + "type": "Bool" }, { - "id": 2824589762, - "method": "messages.editChatAdmin", + "id": 3563365419, + "method": "messages.deleteExportedChatInvite", "params": [ { - "name": "chat_id", - "type": "long" - }, - { - "name": "user_id", - "type": "InputUser" + "name": "peer", + "type": "InputPeer" }, { - "name": "is_admin", - "type": "Bool" + "name": "link", + "type": "string" } ], "type": "Bool" }, { - "id": 2726777625, - "method": "messages.migrateChat", + "id": 958457583, + "method": "messages.getAdminsWithInvites", "params": [ { - "name": "chat_id", - "type": "long" + "name": "peer", + "type": "InputPeer" } ], - "type": "Updates" + "type": "messages.ChatAdminsWithInvites" }, { - "id": 1271290010, - "method": "messages.searchGlobal", + "id": 3741637966, + "method": "messages.getChatInviteImporters", "params": [ { "name": "flags", "type": "#" }, { - "name": "folder_id", - "type": "flags.0?int" - }, - { - "name": "q", - "type": "string" + "name": "requested", + "type": "flags.0?true" }, { - "name": "filter", - "type": "MessagesFilter" + "name": "peer", + "type": "InputPeer" }, { - "name": "min_date", - "type": "int" + "name": "link", + "type": "flags.1?string" }, { - "name": "max_date", - "type": "int" + "name": "q", + "type": "flags.2?string" }, { - "name": "offset_rate", + "name": "offset_date", "type": "int" }, { - "name": "offset_peer", - "type": "InputPeer" - }, - { - "name": "offset_id", - "type": "int" + "name": "offset_user", + "type": "InputUser" }, { "name": "limit", "type": "int" } ], - "type": "messages.Messages" + "type": "messages.ChatInviteImporters" }, { - "id": 2016638777, - "method": "messages.reorderStickerSets", + "id": 3087949796, + "method": "messages.setHistoryTTL", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "masks", - "type": "flags.0?true" - }, - { - "name": "emojis", - "type": "flags.1?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "order", - "type": "Vector" + "name": "period", + "type": "int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2985428511, - "method": "messages.getDocumentByHash", + "id": 1573261059, + "method": "messages.checkHistoryImportPeer", "params": [ { - "name": "sha256", - "type": "bytes" - }, + "name": "peer", + "type": "InputPeer" + } + ], + "type": "messages.CheckedHistoryImportPeer" + }, + { + "id": 3862683967, + "method": "messages.setChatTheme", + "params": [ { - "name": "size", - "type": "long" + "name": "peer", + "type": "InputPeer" }, { - "name": "mime_type", + "name": "emoticon", "type": "string" } ], - "type": "Document" + "type": "Updates" }, { - "id": 1559270965, - "method": "messages.getSavedGifs", + "id": 834782287, + "method": "messages.getMessageReadParticipants", "params": [ { - "name": "hash", - "type": "long" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "msg_id", + "type": "int" } ], - "type": "messages.SavedGifs" + "type": "Vector" }, { - "id": 846868683, - "method": "messages.saveGif", + "id": 1789130429, + "method": "messages.getSearchResultsCalendar", "params": [ { - "name": "id", - "type": "InputDocument" + "name": "flags", + "type": "#" }, { - "name": "unsave", - "type": "Bool" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "saved_peer_id", + "type": "flags.2?InputPeer" + }, + { + "name": "filter", + "type": "MessagesFilter" + }, + { + "name": "offset_id", + "type": "int" + }, + { + "name": "offset_date", + "type": "int" } ], - "type": "Bool" + "type": "messages.SearchResultsCalendar" }, { - "id": 1364105629, - "method": "messages.getInlineBotResults", + "id": 2625580816, + "method": "messages.getSearchResultsPositions", "params": [ { "name": "flags", "type": "#" }, - { - "name": "bot", - "type": "InputUser" - }, { "name": "peer", "type": "InputPeer" }, { - "name": "geo_point", - "type": "flags.0?InputGeoPoint" + "name": "saved_peer_id", + "type": "flags.2?InputPeer" }, { - "name": "query", - "type": "string" + "name": "filter", + "type": "MessagesFilter" }, { - "name": "offset", - "type": "string" + "name": "offset_id", + "type": "int" + }, + { + "name": "limit", + "type": "int" } ], - "type": "messages.BotResults" + "type": "messages.SearchResultsPositions" }, { - "id": 3138561049, - "method": "messages.setInlineBotResults", + "id": 2145904661, + "method": "messages.hideChatJoinRequest", "params": [ { "name": "flags", "type": "#" }, { - "name": "gallery", + "name": "approved", "type": "flags.0?true" }, { - "name": "private", - "type": "flags.1?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "query_id", - "type": "long" + "name": "user_id", + "type": "InputUser" + } + ], + "type": "Updates" + }, + { + "id": 3766875370, + "method": "messages.hideAllChatJoinRequests", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "results", - "type": "Vector" + "name": "approved", + "type": "flags.0?true" }, { - "name": "cache_time", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "next_offset", - "type": "flags.2?string" + "name": "link", + "type": "flags.1?string" + } + ], + "type": "Updates" + }, + { + "id": 2971578274, + "method": "messages.toggleNoForwards", + "params": [ + { + "name": "peer", + "type": "InputPeer" }, { - "name": "switch_pm", - "type": "flags.3?InlineBotSwitchPM" + "name": "enabled", + "type": "Bool" + } + ], + "type": "Updates" + }, + { + "id": 3439189910, + "method": "messages.saveDefaultSendAs", + "params": [ + { + "name": "peer", + "type": "InputPeer" }, { - "name": "switch_webview", - "type": "flags.4?InlineBotWebView" + "name": "send_as", + "type": "InputPeer" } ], "type": "Bool" }, { - "id": 3556498635, - "method": "messages.sendInlineBotResult", + "id": 3540875476, + "method": "messages.sendReaction", "params": [ { "name": "flags", "type": "#" }, { - "name": "silent", - "type": "flags.5?true" - }, - { - "name": "background", - "type": "flags.6?true" - }, - { - "name": "clear_draft", - "type": "flags.7?true" + "name": "big", + "type": "flags.1?true" }, { - "name": "hide_via", - "type": "flags.11?true" + "name": "add_to_recent", + "type": "flags.2?true" }, { "name": "peer", "type": "InputPeer" }, { - "name": "reply_to_msg_id", - "type": "flags.0?int" - }, - { - "name": "top_msg_id", - "type": "flags.9?int" - }, - { - "name": "random_id", - "type": "long" - }, - { - "name": "query_id", - "type": "long" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "schedule_date", - "type": "flags.10?int" + "name": "msg_id", + "type": "int" }, { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "reaction", + "type": "flags.0?Vector" } ], "type": "Updates" }, { - "id": 4255550774, - "method": "messages.getMessageEditData", + "id": 2344259814, + "method": "messages.getMessagesReactions", "params": [ { "name": "peer", @@ -24017,23 +31316,19 @@ }, { "name": "id", - "type": "int" + "type": "Vector" } ], - "type": "messages.MessageEditData" + "type": "Updates" }, { - "id": 1224152952, - "method": "messages.editMessage", + "id": 1176190792, + "method": "messages.getMessageReactionsList", "params": [ { "name": "flags", "type": "#" }, - { - "name": "no_webpage", - "type": "flags.1?true" - }, { "name": "peer", "type": "InputPeer" @@ -24043,795 +31338,850 @@ "type": "int" }, { - "name": "message", - "type": "flags.11?string" - }, - { - "name": "media", - "type": "flags.14?InputMedia" - }, - { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" + "name": "reaction", + "type": "flags.0?Reaction" }, { - "name": "entities", - "type": "flags.3?Vector" + "name": "offset", + "type": "flags.1?string" }, { - "name": "schedule_date", - "type": "flags.15?int" + "name": "limit", + "type": "int" } ], - "type": "Updates" + "type": "messages.MessageReactionsList" }, { - "id": 2203418042, - "method": "messages.editInlineBotMessage", + "id": 1511328724, + "method": "messages.setChatAvailableReactions", "params": [ { "name": "flags", "type": "#" }, { - "name": "no_webpage", - "type": "flags.1?true" - }, - { - "name": "id", - "type": "InputBotInlineMessageID" + "name": "peer", + "type": "InputPeer" }, { - "name": "message", - "type": "flags.11?string" + "name": "available_reactions", + "type": "ChatReactions" }, { - "name": "media", - "type": "flags.14?InputMedia" - }, + "name": "reactions_limit", + "type": "flags.0?int" + } + ], + "type": "Updates" + }, + { + "id": 417243308, + "method": "messages.getAvailableReactions", + "params": [ { - "name": "reply_markup", - "type": "flags.2?ReplyMarkup" - }, + "name": "hash", + "type": "int" + } + ], + "type": "messages.AvailableReactions" + }, + { + "id": 1330094102, + "method": "messages.setDefaultReaction", + "params": [ { - "name": "entities", - "type": "flags.3?Vector" + "name": "reaction", + "type": "Reaction" } ], "type": "Bool" }, { - "id": 2470627847, - "method": "messages.getBotCallbackAnswer", + "id": 1662529584, + "method": "messages.translateText", "params": [ { "name": "flags", "type": "#" }, - { - "name": "game", - "type": "flags.1?true" - }, { "name": "peer", - "type": "InputPeer" + "type": "flags.0?InputPeer" }, { - "name": "msg_id", - "type": "int" + "name": "id", + "type": "flags.0?Vector" }, { - "name": "data", - "type": "flags.0?bytes" + "name": "text", + "type": "flags.1?Vector" }, { - "name": "password", - "type": "flags.2?InputCheckPasswordSRP" + "name": "to_lang", + "type": "string" } ], - "type": "messages.BotCallbackAnswer" + "type": "messages.TranslatedText" }, { - "id": 3582923530, - "method": "messages.setBotCallbackAnswer", + "id": 841173339, + "method": "messages.getUnreadReactions", "params": [ { "name": "flags", "type": "#" }, { - "name": "alert", - "type": "flags.1?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "query_id", - "type": "long" + "name": "top_msg_id", + "type": "flags.0?int" }, { - "name": "message", - "type": "flags.0?string" + "name": "offset_id", + "type": "int" }, { - "name": "url", - "type": "flags.2?string" + "name": "add_offset", + "type": "int" }, { - "name": "cache_time", + "name": "limit", "type": "int" - } - ], - "type": "Bool" - }, - { - "id": 3832593661, - "method": "messages.getPeerDialogs", - "params": [ + }, { - "name": "peers", - "type": "Vector" + "name": "max_id", + "type": "int" + }, + { + "name": "min_id", + "type": "int" } ], - "type": "messages.PeerDialogs" + "type": "messages.Messages" }, { - "id": 3023248959, - "method": "messages.saveDraft", + "id": 1420459918, + "method": "messages.readReactions", "params": [ { "name": "flags", "type": "#" }, { - "name": "no_webpage", - "type": "flags.1?true" - }, - { - "name": "reply_to_msg_id", - "type": "flags.0?int" + "name": "peer", + "type": "InputPeer" }, { "name": "top_msg_id", - "type": "flags.2?int" - }, + "type": "flags.0?int" + } + ], + "type": "messages.AffectedHistory" + }, + { + "id": 276705696, + "method": "messages.searchSentMedia", + "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "q", + "type": "string" }, { - "name": "message", - "type": "string" + "name": "filter", + "type": "MessagesFilter" }, { - "name": "entities", - "type": "flags.3?Vector" + "name": "limit", + "type": "int" } ], - "type": "Bool" - }, - { - "id": 1782549861, - "method": "messages.getAllDrafts", - "params": [], - "type": "Updates" + "type": "messages.Messages" }, { - "id": 1685588756, - "method": "messages.getFeaturedStickers", + "id": 385663691, + "method": "messages.getAttachMenuBots", "params": [ { "name": "hash", "type": "long" } ], - "type": "messages.FeaturedStickers" + "type": "AttachMenuBots" }, { - "id": 1527873830, - "method": "messages.readFeaturedStickers", + "id": 1998676370, + "method": "messages.getAttachMenuBot", "params": [ { - "name": "id", - "type": "Vector" + "name": "bot", + "type": "InputUser" } ], - "type": "Bool" + "type": "AttachMenuBotsBot" }, { - "id": 2645114939, - "method": "messages.getRecentStickers", + "id": 1777704297, + "method": "messages.toggleBotInAttachMenu", "params": [ { "name": "flags", "type": "#" }, { - "name": "attached", + "name": "write_allowed", "type": "flags.0?true" }, { - "name": "hash", - "type": "long" + "name": "bot", + "type": "InputUser" + }, + { + "name": "enabled", + "type": "Bool" } ], - "type": "messages.RecentStickers" + "type": "Bool" }, { - "id": 958863608, - "method": "messages.saveRecentSticker", + "id": 647873217, + "method": "messages.requestWebView", "params": [ { "name": "flags", "type": "#" }, { - "name": "attached", - "type": "flags.0?true" + "name": "from_bot_menu", + "type": "flags.4?true" }, { - "name": "id", - "type": "InputDocument" + "name": "silent", + "type": "flags.5?true" }, { - "name": "unsave", - "type": "Bool" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "bot", + "type": "InputUser" + }, + { + "name": "url", + "type": "flags.1?string" + }, + { + "name": "start_param", + "type": "flags.3?string" + }, + { + "name": "theme_params", + "type": "flags.2?DataJSON" + }, + { + "name": "platform", + "type": "string" + }, + { + "name": "reply_to", + "type": "flags.0?InputReplyTo" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" } ], - "type": "Bool" + "type": "WebViewResult" }, { - "id": 2308530221, - "method": "messages.clearRecentStickers", + "id": 2966952579, + "method": "messages.prolongWebView", "params": [ { "name": "flags", "type": "#" }, { - "name": "attached", - "type": "flags.0?true" + "name": "silent", + "type": "flags.5?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "bot", + "type": "InputUser" + }, + { + "name": "query_id", + "type": "long" + }, + { + "name": "reply_to", + "type": "flags.0?InputReplyTo" + }, + { + "name": "send_as", + "type": "flags.13?InputPeer" } ], "type": "Bool" }, { - "id": 1475442322, - "method": "messages.getArchivedStickers", + "id": 440815626, + "method": "messages.requestSimpleWebView", "params": [ { "name": "flags", "type": "#" }, { - "name": "masks", - "type": "flags.0?true" + "name": "from_switch_webview", + "type": "flags.1?true" }, { - "name": "emojis", - "type": "flags.1?true" + "name": "from_side_menu", + "type": "flags.2?true" }, { - "name": "offset_id", - "type": "long" + "name": "bot", + "type": "InputUser" }, { - "name": "limit", - "type": "int" - } - ], - "type": "messages.ArchivedStickers" - }, - { - "id": 1678738104, - "method": "messages.getMaskStickers", - "params": [ + "name": "url", + "type": "flags.3?string" + }, { - "name": "hash", - "type": "long" + "name": "start_param", + "type": "flags.4?string" + }, + { + "name": "theme_params", + "type": "flags.0?DataJSON" + }, + { + "name": "platform", + "type": "string" } ], - "type": "messages.AllStickers" + "type": "SimpleWebViewResult" }, { - "id": 3428542412, - "method": "messages.getAttachedStickers", + "id": 172168437, + "method": "messages.sendWebViewResultMessage", "params": [ { - "name": "media", - "type": "InputStickeredMedia" + "name": "bot_query_id", + "type": "string" + }, + { + "name": "result", + "type": "InputBotInlineResult" } ], - "type": "Vector" + "type": "WebViewMessageSent" }, { - "id": 2398678208, - "method": "messages.setGameScore", + "id": 3691135688, + "method": "messages.sendWebViewData", "params": [ { - "name": "flags", - "type": "#" + "name": "bot", + "type": "InputUser" }, { - "name": "edit_message", - "type": "flags.0?true" + "name": "random_id", + "type": "long" }, { - "name": "force", - "type": "flags.1?true" + "name": "button_text", + "type": "string" }, + { + "name": "data", + "type": "string" + } + ], + "type": "Updates" + }, + { + "id": 647928393, + "method": "messages.transcribeAudio", + "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "id", - "type": "int" - }, - { - "name": "user_id", - "type": "InputUser" - }, - { - "name": "score", + "name": "msg_id", "type": "int" } ], - "type": "Updates" + "type": "messages.TranscribedAudio" }, { - "id": 363700068, - "method": "messages.setInlineGameScore", + "id": 2132608815, + "method": "messages.rateTranscribedAudio", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "edit_message", - "type": "flags.0?true" - }, - { - "name": "force", - "type": "flags.1?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "id", - "type": "InputBotInlineMessageID" + "name": "msg_id", + "type": "int" }, { - "name": "user_id", - "type": "InputUser" + "name": "transcription_id", + "type": "long" }, { - "name": "score", - "type": "int" + "name": "good", + "type": "Bool" } ], "type": "Bool" }, { - "id": 3894568093, - "method": "messages.getGameHighScores", + "id": 3651866452, + "method": "messages.getCustomEmojiDocuments", "params": [ { - "name": "peer", - "type": "InputPeer" - }, + "name": "document_id", + "type": "Vector" + } + ], + "type": "Vector" + }, + { + "id": 4227637647, + "method": "messages.getEmojiStickers", + "params": [ { - "name": "id", - "type": "int" - }, + "name": "hash", + "type": "long" + } + ], + "type": "messages.AllStickers" + }, + { + "id": 248473398, + "method": "messages.getFeaturedEmojiStickers", + "params": [ { - "name": "user_id", - "type": "InputUser" + "name": "hash", + "type": "long" } ], - "type": "messages.HighScores" + "type": "messages.FeaturedStickers" }, { - "id": 258170395, - "method": "messages.getInlineGameHighScores", + "id": 1063567478, + "method": "messages.reportReaction", "params": [ + { + "name": "peer", + "type": "InputPeer" + }, { "name": "id", - "type": "InputBotInlineMessageID" + "type": "int" }, { - "name": "user_id", - "type": "InputUser" + "name": "reaction_peer", + "type": "InputPeer" } ], - "type": "messages.HighScores" + "type": "Bool" }, { - "id": 3826032900, - "method": "messages.getCommonChats", + "id": 3145803194, + "method": "messages.getTopReactions", "params": [ { - "name": "user_id", - "type": "InputUser" + "name": "limit", + "type": "int" }, { - "name": "max_id", + "name": "hash", "type": "long" - }, - { - "name": "limit", - "type": "int" } ], - "type": "messages.Chats" + "type": "messages.Reactions" }, { - "id": 2271179966, - "method": "messages.getAllChats", + "id": 960896434, + "method": "messages.getRecentReactions", "params": [ { - "name": "except_ids", - "type": "Vector" + "name": "limit", + "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "messages.Chats" + "type": "messages.Reactions" }, { - "id": 852135825, - "method": "messages.getWebPage", + "id": 2650730420, + "method": "messages.clearRecentReactions", + "params": [], + "type": "Bool" + }, + { + "id": 2230847508, + "method": "messages.getExtendedMedia", "params": [ { - "name": "url", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "hash", - "type": "int" + "name": "id", + "type": "Vector" } ], - "type": "WebPage" + "type": "Updates" }, { - "id": 2805064279, - "method": "messages.toggleDialogPin", + "id": 2662667333, + "method": "messages.setDefaultHistoryTTL", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "pinned", - "type": "flags.0?true" - }, - { - "name": "peer", - "type": "InputDialogPeer" + "name": "period", + "type": "int" } ], "type": "Bool" }, { - "id": 991616823, - "method": "messages.reorderPinnedDialogs", + "id": 1703637384, + "method": "messages.getDefaultHistoryTTL", + "params": [], + "type": "DefaultHistoryTTL" + }, + { + "id": 2444415072, + "method": "messages.sendBotRequestedPeer", "params": [ { - "name": "flags", - "type": "#" + "name": "peer", + "type": "InputPeer" }, { - "name": "force", - "type": "flags.0?true" + "name": "msg_id", + "type": "int" }, { - "name": "folder_id", + "name": "button_id", "type": "int" }, { - "name": "order", - "type": "Vector" + "name": "requested_peers", + "type": "Vector" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 3602468338, - "method": "messages.getPinnedDialogs", + "id": 1955122779, + "method": "messages.getEmojiGroups", "params": [ { - "name": "folder_id", + "name": "hash", "type": "int" } ], - "type": "messages.PeerDialogs" + "type": "messages.EmojiGroups" }, { - "id": 3858133754, - "method": "messages.setBotShippingResults", + "id": 785209037, + "method": "messages.getEmojiStatusGroups", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "query_id", - "type": "long" - }, - { - "name": "error", - "type": "flags.0?string" - }, - { - "name": "shipping_options", - "type": "flags.1?Vector" + "name": "hash", + "type": "int" } ], - "type": "Bool" + "type": "messages.EmojiGroups" }, { - "id": 163765653, - "method": "messages.setBotPrecheckoutResults", + "id": 564480243, + "method": "messages.getEmojiProfilePhotoGroups", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "success", - "type": "flags.1?true" - }, - { - "name": "query_id", - "type": "long" - }, - { - "name": "error", - "type": "flags.0?string" + "name": "hash", + "type": "int" } ], - "type": "Bool" + "type": "messages.EmojiGroups" }, { - "id": 1369162417, - "method": "messages.uploadMedia", + "id": 739360983, + "method": "messages.searchCustomEmoji", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "emoticon", + "type": "string" }, { - "name": "media", - "type": "InputMedia" + "name": "hash", + "type": "long" } ], - "type": "MessageMedia" + "type": "EmojiList" }, { - "id": 3380473888, - "method": "messages.sendScreenshotNotification", + "id": 3833378169, + "method": "messages.togglePeerTranslations", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "reply_to_msg_id", - "type": "int" + "name": "disabled", + "type": "flags.0?true" }, { - "name": "random_id", - "type": "long" - } - ], - "type": "Updates" - }, - { - "id": 82946729, - "method": "messages.getFavedStickers", - "params": [ - { - "name": "hash", - "type": "long" + "name": "peer", + "type": "InputPeer" } ], - "type": "messages.FavedStickers" + "type": "Bool" }, { - "id": 3120547163, - "method": "messages.faveSticker", + "id": 889046467, + "method": "messages.getBotApp", "params": [ { - "name": "id", - "type": "InputDocument" + "name": "app", + "type": "InputBotApp" }, { - "name": "unfave", - "type": "Bool" + "name": "hash", + "type": "long" } ], - "type": "Bool" + "type": "messages.BotApp" }, { - "id": 4043827088, - "method": "messages.getUnreadMentions", + "id": 2354723644, + "method": "messages.requestAppWebView", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "write_allowed", + "type": "flags.0?true" }, { - "name": "offset_id", - "type": "int" + "name": "peer", + "type": "InputPeer" }, { - "name": "add_offset", - "type": "int" + "name": "app", + "type": "InputBotApp" }, { - "name": "limit", - "type": "int" + "name": "start_param", + "type": "flags.1?string" }, { - "name": "max_id", - "type": "int" + "name": "theme_params", + "type": "flags.2?DataJSON" }, { - "name": "min_id", - "type": "int" + "name": "platform", + "type": "string" } ], - "type": "messages.Messages" + "type": "AppWebViewResult" }, { - "id": 921026381, - "method": "messages.readMentions", + "id": 2415577825, + "method": "messages.setChatWallPaper", "params": [ { "name": "flags", "type": "#" }, + { + "name": "for_both", + "type": "flags.3?true" + }, + { + "name": "revert", + "type": "flags.4?true" + }, { "name": "peer", "type": "InputPeer" }, { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "wallpaper", + "type": "flags.0?InputWallPaper" + }, + { + "name": "settings", + "type": "flags.2?WallPaperSettings" + }, + { + "name": "id", + "type": "flags.1?int" } ], - "type": "messages.AffectedHistory" + "type": "Updates" }, { - "id": 1881817312, - "method": "messages.getRecentLocations", + "id": 2461288780, + "method": "messages.searchEmojiStickerSets", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "limit", - "type": "int" + "name": "exclude_featured", + "type": "flags.0?true" + }, + { + "name": "q", + "type": "string" }, { "name": "hash", "type": "long" } ], - "type": "messages.Messages" + "type": "messages.FoundStickerSets" }, { - "id": 3069254172, - "method": "messages.sendMultiMedia", + "id": 1401016858, + "method": "messages.getSavedDialogs", "params": [ { "name": "flags", "type": "#" }, { - "name": "silent", - "type": "flags.5?true" + "name": "exclude_pinned", + "type": "flags.0?true" }, { - "name": "background", - "type": "flags.6?true" + "name": "offset_date", + "type": "int" }, { - "name": "clear_draft", - "type": "flags.7?true" + "name": "offset_id", + "type": "int" }, { - "name": "noforwards", - "type": "flags.14?true" + "name": "offset_peer", + "type": "InputPeer" }, { - "name": "update_stickersets_order", - "type": "flags.15?true" + "name": "limit", + "type": "int" }, + { + "name": "hash", + "type": "long" + } + ], + "type": "messages.SavedDialogs" + }, + { + "id": 1033519437, + "method": "messages.getSavedHistory", + "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "reply_to_msg_id", - "type": "flags.0?int" + "name": "offset_id", + "type": "int" }, { - "name": "top_msg_id", - "type": "flags.9?int" + "name": "offset_date", + "type": "int" }, { - "name": "multi_media", - "type": "Vector" + "name": "add_offset", + "type": "int" }, { - "name": "schedule_date", - "type": "flags.10?int" + "name": "limit", + "type": "int" }, { - "name": "send_as", - "type": "flags.13?InputPeer" - } - ], - "type": "Updates" - }, - { - "id": 1347929239, - "method": "messages.uploadEncryptedFile", - "params": [ + "name": "max_id", + "type": "int" + }, { - "name": "peer", - "type": "InputEncryptedChat" + "name": "min_id", + "type": "int" }, { - "name": "file", - "type": "InputEncryptedFile" + "name": "hash", + "type": "long" } ], - "type": "EncryptedFile" + "type": "messages.Messages" }, { - "id": 896555914, - "method": "messages.searchStickerSets", + "id": 1855459371, + "method": "messages.deleteSavedHistory", "params": [ { "name": "flags", "type": "#" }, { - "name": "exclude_featured", - "type": "flags.0?true" + "name": "peer", + "type": "InputPeer" }, { - "name": "q", - "type": "string" + "name": "max_id", + "type": "int" }, { - "name": "hash", - "type": "long" + "name": "min_date", + "type": "flags.2?int" + }, + { + "name": "max_date", + "type": "flags.3?int" } ], - "type": "messages.FoundStickerSets" + "type": "messages.AffectedHistory" }, { - "id": 486505992, - "method": "messages.getSplitRanges", + "id": 3594360032, + "method": "messages.getPinnedSavedDialogs", "params": [], - "type": "Vector" + "type": "messages.SavedDialogs" }, { - "id": 3263617423, - "method": "messages.markDialogUnread", + "id": 2894183390, + "method": "messages.toggleSavedDialogPin", "params": [ { "name": "flags", "type": "#" }, { - "name": "unread", + "name": "pinned", "type": "flags.0?true" }, { @@ -24842,4806 +32192,4544 @@ "type": "Bool" }, { - "id": 585256482, - "method": "messages.getDialogUnreadMarks", - "params": [], - "type": "Vector" - }, - { - "id": 2119757468, - "method": "messages.clearAllDrafts", - "params": [], - "type": "Bool" - }, - { - "id": 3534419948, - "method": "messages.updatePinnedMessage", + "id": 2339464583, + "method": "messages.reorderPinnedSavedDialogs", "params": [ { "name": "flags", "type": "#" }, { - "name": "silent", + "name": "force", "type": "flags.0?true" }, { - "name": "unpin", - "type": "flags.1?true" - }, - { - "name": "pm_oneside", - "type": "flags.2?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "id", - "type": "int" + "name": "order", + "type": "Vector" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 283795844, - "method": "messages.sendVote", + "id": 909631579, + "method": "messages.getSavedReactionTags", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "msg_id", - "type": "int" + "name": "peer", + "type": "flags.0?InputPeer" }, { - "name": "options", - "type": "Vector" + "name": "hash", + "type": "long" } ], - "type": "Updates" + "type": "messages.SavedReactionTags" }, { - "id": 1941660731, - "method": "messages.getPollResults", + "id": 1613331948, + "method": "messages.updateSavedReactionTag", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "msg_id", - "type": "int" + "name": "reaction", + "type": "Reaction" + }, + { + "name": "title", + "type": "flags.0?string" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 1848369232, - "method": "messages.getOnlines", + "id": 3187225640, + "method": "messages.getDefaultTagReactions", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "hash", + "type": "long" } ], - "type": "ChatOnlines" + "type": "messages.Reactions" }, { - "id": 3740665751, - "method": "messages.editChatAbout", + "id": 2353790557, + "method": "messages.getOutboxReadDate", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "about", - "type": "string" + "name": "msg_id", + "type": "int" } ], - "type": "Bool" + "type": "OutboxReadDate" }, { - "id": 2777049921, - "method": "messages.editChatDefaultBannedRights", + "id": 3565417128, + "method": "messages.getQuickReplies", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "banned_rights", - "type": "ChatBannedRights" + "name": "hash", + "type": "long" } ], - "type": "Updates" + "type": "messages.QuickReplies" }, { - "id": 899735650, - "method": "messages.getEmojiKeywords", + "id": 1613961479, + "method": "messages.reorderQuickReplies", "params": [ { - "name": "lang_code", - "type": "string" + "name": "order", + "type": "Vector" } ], - "type": "EmojiKeywordsDifference" + "type": "Bool" }, { - "id": 352892591, - "method": "messages.getEmojiKeywordsDifference", + "id": 4057005011, + "method": "messages.checkQuickReplyShortcut", "params": [ { - "name": "lang_code", + "name": "shortcut", "type": "string" - }, - { - "name": "from_version", - "type": "int" } ], - "type": "EmojiKeywordsDifference" + "type": "Bool" }, { - "id": 1318675378, - "method": "messages.getEmojiKeywordsLanguages", + "id": 1543519471, + "method": "messages.editQuickReplyShortcut", "params": [ { - "name": "lang_codes", - "type": "Vector" - } - ], - "type": "Vector" - }, - { - "id": 3585149990, - "method": "messages.getEmojiURL", - "params": [ + "name": "shortcut_id", + "type": "int" + }, { - "name": "lang_code", + "name": "shortcut", "type": "string" } ], - "type": "EmojiURL" + "type": "Bool" }, { - "id": 11435201, - "method": "messages.getSearchCounters", + "id": 1019234112, + "method": "messages.deleteQuickReplyShortcut", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "top_msg_id", - "type": "flags.0?int" - }, - { - "name": "filters", - "type": "Vector" + "name": "shortcut_id", + "type": "int" } ], - "type": "Vector" + "type": "Bool" }, { - "id": 428848198, - "method": "messages.requestUrlAuth", + "id": 2493814211, + "method": "messages.getQuickReplyMessages", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "flags.1?InputPeer" - }, - { - "name": "msg_id", - "type": "flags.1?int" + "name": "shortcut_id", + "type": "int" }, { - "name": "button_id", - "type": "flags.1?int" + "name": "id", + "type": "flags.0?Vector" }, { - "name": "url", - "type": "flags.2?string" + "name": "hash", + "type": "long" } ], - "type": "UrlAuthResult" + "type": "messages.Messages" }, { - "id": 2972479781, - "method": "messages.acceptUrlAuth", + "id": 1819610593, + "method": "messages.sendQuickReplyMessages", "params": [ { - "name": "flags", - "type": "#" + "name": "peer", + "type": "InputPeer" }, { - "name": "write_allowed", - "type": "flags.0?true" + "name": "shortcut_id", + "type": "int" }, { - "name": "peer", - "type": "flags.1?InputPeer" + "name": "id", + "type": "Vector" }, { - "name": "msg_id", - "type": "flags.1?int" - }, + "name": "random_id", + "type": "Vector" + } + ], + "type": "Updates" + }, + { + "id": 3775260944, + "method": "messages.deleteQuickReplyMessages", + "params": [ { - "name": "button_id", - "type": "flags.1?int" + "name": "shortcut_id", + "type": "int" }, { - "name": "url", - "type": "flags.2?string" + "name": "id", + "type": "Vector" } ], - "type": "UrlAuthResult" + "type": "Updates" }, { - "id": 1336717624, - "method": "messages.hidePeerSettingsBar", + "id": 4247640649, + "method": "messages.toggleDialogFilterTags", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "enabled", + "type": "Bool" } ], "type": "Bool" }, { - "id": 4111889931, - "method": "messages.getScheduledHistory", + "id": 3501580796, + "method": "messages.getMyStickers", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "offset_id", + "type": "long" }, + { + "name": "limit", + "type": "int" + } + ], + "type": "messages.MyStickers" + }, + { + "id": 500711669, + "method": "messages.getEmojiStickerGroups", + "params": [ { "name": "hash", - "type": "long" + "type": "int" } ], - "type": "messages.Messages" + "type": "messages.EmojiGroups" }, { - "id": 3183150180, - "method": "messages.getScheduledMessages", + "id": 3735161401, + "method": "messages.getAvailableEffects", + "params": [ + { + "name": "hash", + "type": "int" + } + ], + "type": "messages.AvailableEffects" + }, + { + "id": 92925557, + "method": "messages.editFactCheck", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "id", - "type": "Vector" + "name": "msg_id", + "type": "int" + }, + { + "name": "text", + "type": "TextWithEntities" } ], - "type": "messages.Messages" + "type": "Updates" }, { - "id": 3174597898, - "method": "messages.sendScheduledMessages", + "id": 3520762892, + "method": "messages.deleteFactCheck", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "id", - "type": "Vector" + "name": "msg_id", + "type": "int" } ], "type": "Updates" }, { - "id": 1504586518, - "method": "messages.deleteScheduledMessages", + "id": 3117270510, + "method": "messages.getFactCheck", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "id", + "name": "msg_id", "type": "Vector" } ], - "type": "Updates" + "type": "Vector" }, { - "id": 3094231054, - "method": "messages.getPollVotes", + "id": 3990128682, + "method": "updates.getState", + "params": [], + "type": "updates.State" + }, + { + "id": 432207715, + "method": "updates.getDifference", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "InputPeer" + "name": "pts", + "type": "int" }, { - "name": "id", - "type": "int" + "name": "pts_limit", + "type": "flags.1?int" }, { - "name": "option", - "type": "flags.0?bytes" + "name": "pts_total_limit", + "type": "flags.0?int" }, { - "name": "offset", - "type": "flags.1?string" + "name": "date", + "type": "int" }, { - "name": "limit", + "name": "qts", "type": "int" + }, + { + "name": "qts_limit", + "type": "flags.2?int" } ], - "type": "messages.VotesList" + "type": "updates.Difference" }, { - "id": 3037016042, - "method": "messages.toggleStickerSets", + "id": 51854712, + "method": "updates.getChannelDifference", "params": [ { "name": "flags", "type": "#" }, { - "name": "uninstall", + "name": "force", "type": "flags.0?true" }, { - "name": "archive", - "type": "flags.1?true" - }, - { - "name": "unarchive", - "type": "flags.2?true" + "name": "channel", + "type": "InputChannel" }, { - "name": "stickersets", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 4053719405, - "method": "messages.getDialogFilters", - "params": [], - "type": "Vector" - }, - { - "id": 2728186924, - "method": "messages.getSuggestedDialogFilters", - "params": [], - "type": "Vector" - }, - { - "id": 450142282, - "method": "messages.updateDialogFilter", - "params": [ - { - "name": "flags", - "type": "#" + "name": "filter", + "type": "ChannelMessagesFilter" }, { - "name": "id", + "name": "pts", "type": "int" }, { - "name": "filter", - "type": "flags.0?DialogFilter" + "name": "limit", + "type": "int" } ], - "type": "Bool" + "type": "updates.ChannelDifference" }, { - "id": 3311649252, - "method": "messages.updateDialogFiltersOrder", + "id": 166207545, + "method": "photos.updateProfilePhoto", "params": [ { - "name": "order", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 2127598753, - "method": "messages.getOldFeaturedStickers", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "offset", - "type": "int" + "name": "fallback", + "type": "flags.0?true" }, { - "name": "limit", - "type": "int" + "name": "bot", + "type": "flags.1?InputUser" }, { - "name": "hash", - "type": "long" + "name": "id", + "type": "InputPhoto" } ], - "type": "messages.FeaturedStickers" + "type": "photos.Photo" }, { - "id": 584962828, - "method": "messages.getReplies", + "id": 59286453, + "method": "photos.uploadProfilePhoto", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "msg_id", - "type": "int" - }, - { - "name": "offset_id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "offset_date", - "type": "int" + "name": "fallback", + "type": "flags.3?true" }, { - "name": "add_offset", - "type": "int" + "name": "bot", + "type": "flags.5?InputUser" }, { - "name": "limit", - "type": "int" + "name": "file", + "type": "flags.0?InputFile" }, { - "name": "max_id", - "type": "int" + "name": "video", + "type": "flags.1?InputFile" }, { - "name": "min_id", - "type": "int" + "name": "video_start_ts", + "type": "flags.2?double" }, { - "name": "hash", - "type": "long" + "name": "video_emoji_markup", + "type": "flags.4?VideoSize" } ], - "type": "messages.Messages" + "type": "photos.Photo" }, { - "id": 1147761405, - "method": "messages.getDiscussionMessage", + "id": 2278522671, + "method": "photos.deletePhotos", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "msg_id", - "type": "int" + "name": "id", + "type": "Vector" } ], - "type": "messages.DiscussionMessage" + "type": "Vector" }, { - "id": 4147227124, - "method": "messages.readDiscussion", + "id": 2446144168, + "method": "photos.getUserPhotos", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "user_id", + "type": "InputUser" }, { - "name": "msg_id", + "name": "offset", "type": "int" }, { - "name": "read_max_id", + "name": "max_id", + "type": "long" + }, + { + "name": "limit", "type": "int" } ], - "type": "Bool" + "type": "photos.Photos" }, { - "id": 3995253160, - "method": "messages.unpinAllMessages", + "id": 3779873393, + "method": "photos.uploadContactProfilePhoto", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "InputPeer" + "name": "suggest", + "type": "flags.3?true" }, { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "save", + "type": "flags.4?true" + }, + { + "name": "user_id", + "type": "InputUser" + }, + { + "name": "file", + "type": "flags.0?InputFile" + }, + { + "name": "video", + "type": "flags.1?InputFile" + }, + { + "name": "video_start_ts", + "type": "flags.2?double" + }, + { + "name": "video_emoji_markup", + "type": "flags.5?VideoSize" } ], - "type": "messages.AffectedHistory" + "type": "photos.Photo" }, { - "id": 1540419152, - "method": "messages.deleteChat", + "id": 3003426337, + "method": "upload.saveFilePart", "params": [ { - "name": "chat_id", + "name": "file_id", "type": "long" + }, + { + "name": "file_part", + "type": "int" + }, + { + "name": "bytes", + "type": "bytes" } ], "type": "Bool" }, { - "id": 4190888969, - "method": "messages.deletePhoneCallHistory", + "id": 3193124286, + "method": "upload.getFile", "params": [ { "name": "flags", "type": "#" }, { - "name": "revoke", + "name": "precise", "type": "flags.0?true" - } - ], - "type": "messages.AffectedFoundMessages" - }, - { - "id": 1140726259, - "method": "messages.checkHistoryImport", - "params": [ + }, { - "name": "import_head", - "type": "string" - } - ], - "type": "messages.HistoryImportParsed" - }, - { - "id": 873008187, - "method": "messages.initHistoryImport", - "params": [ + "name": "cdn_supported", + "type": "flags.1?true" + }, { - "name": "peer", - "type": "InputPeer" + "name": "location", + "type": "InputFileLocation" }, { - "name": "file", - "type": "InputFile" + "name": "offset", + "type": "long" }, { - "name": "media_count", + "name": "limit", "type": "int" } ], - "type": "messages.HistoryImport" + "type": "upload.File" }, { - "id": 713433234, - "method": "messages.uploadImportedMedia", + "id": 3732629309, + "method": "upload.saveBigFilePart", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "file_id", + "type": "long" }, { - "name": "import_id", - "type": "long" + "name": "file_part", + "type": "int" }, { - "name": "file_name", - "type": "string" + "name": "file_total_parts", + "type": "int" }, { - "name": "media", - "type": "InputMedia" + "name": "bytes", + "type": "bytes" } ], - "type": "MessageMedia" + "type": "Bool" }, { - "id": 3023958852, - "method": "messages.startHistoryImport", + "id": 619086221, + "method": "upload.getWebFile", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "location", + "type": "InputWebFileLocation" }, { - "name": "import_id", - "type": "long" + "name": "offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Bool" + "type": "upload.WebFile" }, { - "id": 2729812982, - "method": "messages.getExportedChatInvites", + "id": 962554330, + "method": "upload.getCdnFile", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "revoked", - "type": "flags.3?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "admin_id", - "type": "InputUser" - }, - { - "name": "offset_date", - "type": "flags.2?int" + "name": "file_token", + "type": "bytes" }, { - "name": "offset_link", - "type": "flags.2?string" + "name": "offset", + "type": "long" }, { "name": "limit", "type": "int" } ], - "type": "messages.ExportedChatInvites" + "type": "upload.CdnFile" }, { - "id": 1937010524, - "method": "messages.getExportedChatInvite", + "id": 2603046056, + "method": "upload.reuploadCdnFile", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "file_token", + "type": "bytes" }, { - "name": "link", - "type": "string" + "name": "request_token", + "type": "bytes" } ], - "type": "messages.ExportedChatInvite" + "type": "Vector" }, { - "id": 3184144245, - "method": "messages.editExportedChatInvite", + "id": 2447130417, + "method": "upload.getCdnFileHashes", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "revoked", - "type": "flags.2?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "link", - "type": "string" + "name": "file_token", + "type": "bytes" }, { - "name": "expire_date", - "type": "flags.0?int" - }, + "name": "offset", + "type": "long" + } + ], + "type": "Vector" + }, + { + "id": 2438371370, + "method": "upload.getFileHashes", + "params": [ { - "name": "usage_limit", - "type": "flags.1?int" + "name": "location", + "type": "InputFileLocation" }, { - "name": "request_needed", - "type": "flags.3?Bool" - }, + "name": "offset", + "type": "long" + } + ], + "type": "Vector" + }, + { + "id": 3304659051, + "method": "help.getConfig", + "params": [], + "type": "Config" + }, + { + "id": 531836966, + "method": "help.getNearestDc", + "params": [], + "type": "NearestDc" + }, + { + "id": 1378703997, + "method": "help.getAppUpdate", + "params": [ { - "name": "title", - "type": "flags.4?string" + "name": "source", + "type": "string" } ], - "type": "messages.ExportedChatInvite" + "type": "help.AppUpdate" }, { - "id": 1452833749, - "method": "messages.deleteRevokedExportedChatInvites", + "id": 1295590211, + "method": "help.getInviteText", + "params": [], + "type": "help.InviteText" + }, + { + "id": 2631862477, + "method": "help.getSupport", + "params": [], + "type": "help.Support" + }, + { + "id": 3961704397, + "method": "help.setBotUpdatesStatus", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "pending_updates_count", + "type": "int" }, { - "name": "admin_id", - "type": "InputUser" + "name": "message", + "type": "string" } ], "type": "Bool" }, { - "id": 3563365419, - "method": "messages.deleteExportedChatInvite", + "id": 1375900482, + "method": "help.getCdnConfig", + "params": [], + "type": "CdnConfig" + }, + { + "id": 1036054804, + "method": "help.getRecentMeUrls", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "link", + "name": "referer", "type": "string" } ], - "type": "Bool" + "type": "help.RecentMeUrls" }, { - "id": 958457583, - "method": "messages.getAdminsWithInvites", + "id": 749019089, + "method": "help.getTermsOfServiceUpdate", + "params": [], + "type": "help.TermsOfServiceUpdate" + }, + { + "id": 4000511898, + "method": "help.acceptTermsOfService", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "id", + "type": "DataJSON" } ], - "type": "messages.ChatAdminsWithInvites" + "type": "Bool" }, { - "id": 3741637966, - "method": "messages.getChatInviteImporters", + "id": 1072547679, + "method": "help.getDeepLinkInfo", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "requested", - "type": "flags.0?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "link", - "type": "flags.1?string" - }, - { - "name": "q", - "type": "flags.2?string" - }, - { - "name": "offset_date", - "type": "int" - }, - { - "name": "offset_user", - "type": "InputUser" - }, - { - "name": "limit", - "type": "int" + "name": "path", + "type": "string" } ], - "type": "messages.ChatInviteImporters" + "type": "help.DeepLinkInfo" }, { - "id": 3087949796, - "method": "messages.setHistoryTTL", + "id": 1642330196, + "method": "help.getAppConfig", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "period", + "name": "hash", "type": "int" } ], - "type": "Updates" + "type": "help.AppConfig" }, { - "id": 1573261059, - "method": "messages.checkHistoryImportPeer", + "id": 1862465352, + "method": "help.saveAppLog", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "events", + "type": "Vector" } ], - "type": "messages.CheckedHistoryImportPeer" + "type": "Bool" }, { - "id": 3862683967, - "method": "messages.setChatTheme", + "id": 3328290056, + "method": "help.getPassportConfig", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "emoticon", - "type": "string" + "name": "hash", + "type": "int" } ], - "type": "Updates" + "type": "help.PassportConfig" }, { - "id": 834782287, - "method": "messages.getMessageReadParticipants", + "id": 3546343212, + "method": "help.getSupportName", + "params": [], + "type": "help.SupportName" + }, + { + "id": 59377875, + "method": "help.getUserInfo", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "msg_id", - "type": "int" + "name": "user_id", + "type": "InputUser" } ], - "type": "Vector" + "type": "help.UserInfo" }, { - "id": 1240514025, - "method": "messages.getSearchResultsCalendar", + "id": 1723407216, + "method": "help.editUserInfo", "params": [ { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "filter", - "type": "MessagesFilter" + "name": "user_id", + "type": "InputUser" }, { - "name": "offset_id", - "type": "int" + "name": "message", + "type": "string" }, { - "name": "offset_date", - "type": "int" + "name": "entities", + "type": "Vector" } ], - "type": "messages.SearchResultsCalendar" + "type": "help.UserInfo" }, { - "id": 1855292323, - "method": "messages.getSearchResultsPositions", + "id": 3231151137, + "method": "help.getPromoData", + "params": [], + "type": "help.PromoData" + }, + { + "id": 505748629, + "method": "help.hidePromoData", "params": [ { "name": "peer", "type": "InputPeer" - }, - { - "name": "filter", - "type": "MessagesFilter" - }, - { - "name": "offset_id", - "type": "int" - }, - { - "name": "limit", - "type": "int" } ], - "type": "messages.SearchResultsPositions" + "type": "Bool" }, { - "id": 2145904661, - "method": "messages.hideChatJoinRequest", + "id": 4111317665, + "method": "help.dismissSuggestion", "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "approved", - "type": "flags.0?true" - }, { "name": "peer", "type": "InputPeer" }, { - "name": "user_id", - "type": "InputUser" + "name": "suggestion", + "type": "string" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 3766875370, - "method": "messages.hideAllChatJoinRequests", + "id": 1935116200, + "method": "help.getCountriesList", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "approved", - "type": "flags.0?true" + "name": "lang_code", + "type": "string" }, { - "name": "peer", - "type": "InputPeer" - }, + "name": "hash", + "type": "int" + } + ], + "type": "help.CountriesList" + }, + { + "id": 3088815060, + "method": "help.getPremiumPromo", + "params": [], + "type": "help.PremiumPromo" + }, + { + "id": 3665884207, + "method": "help.getPeerColors", + "params": [ { - "name": "link", - "type": "flags.1?string" + "name": "hash", + "type": "int" } ], - "type": "Updates" + "type": "help.PeerColors" }, { - "id": 2971578274, - "method": "messages.toggleNoForwards", + "id": 2882513405, + "method": "help.getPeerProfileColors", "params": [ { - "name": "peer", - "type": "InputPeer" - }, + "name": "hash", + "type": "int" + } + ], + "type": "help.PeerColors" + }, + { + "id": 1236468288, + "method": "help.getTimezonesList", + "params": [ { - "name": "enabled", - "type": "Bool" + "name": "hash", + "type": "int" } ], - "type": "Updates" + "type": "help.TimezonesList" }, { - "id": 3439189910, - "method": "messages.saveDefaultSendAs", + "id": 3423619383, + "method": "channels.readHistory", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { - "name": "send_as", - "type": "InputPeer" + "name": "max_id", + "type": "int" } ], "type": "Bool" }, { - "id": 3540875476, - "method": "messages.sendReaction", + "id": 2227305806, + "method": "channels.deleteMessages", "params": [ { - "name": "flags", - "type": "#" + "name": "channel", + "type": "InputChannel" }, { - "name": "big", - "type": "flags.1?true" - }, + "name": "id", + "type": "Vector" + } + ], + "type": "messages.AffectedMessages" + }, + { + "id": 4098523925, + "method": "channels.reportSpam", + "params": [ { - "name": "add_to_recent", - "type": "flags.2?true" + "name": "channel", + "type": "InputChannel" }, { - "name": "peer", + "name": "participant", "type": "InputPeer" }, { - "name": "msg_id", - "type": "int" - }, - { - "name": "reaction", - "type": "flags.0?Vector" + "name": "id", + "type": "Vector" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 2344259814, - "method": "messages.getMessagesReactions", + "id": 2911672867, + "method": "channels.getMessages", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { "name": "id", - "type": "Vector" + "type": "Vector" } ], - "type": "Updates" + "type": "messages.Messages" }, { - "id": 1176190792, - "method": "messages.getMessageReactionsList", + "id": 2010044880, + "method": "channels.getParticipants", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "id", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "reaction", - "type": "flags.0?Reaction" + "name": "filter", + "type": "ChannelParticipantsFilter" }, { "name": "offset", - "type": "flags.1?string" + "type": "int" }, { "name": "limit", "type": "int" + }, + { + "name": "hash", + "type": "long" } ], - "type": "messages.MessageReactionsList" + "type": "channels.ChannelParticipants" }, { - "id": 4273039217, - "method": "messages.setChatAvailableReactions", + "id": 2695589062, + "method": "channels.getParticipant", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { - "name": "available_reactions", - "type": "ChatReactions" + "name": "participant", + "type": "InputPeer" } ], - "type": "Updates" + "type": "channels.ChannelParticipant" }, { - "id": 417243308, - "method": "messages.getAvailableReactions", + "id": 176122811, + "method": "channels.getChannels", "params": [ { - "name": "hash", - "type": "int" + "name": "id", + "type": "Vector" } ], - "type": "messages.AvailableReactions" + "type": "messages.Chats" }, { - "id": 1330094102, - "method": "messages.setDefaultReaction", + "id": 141781513, + "method": "channels.getFullChannel", "params": [ { - "name": "reaction", - "type": "Reaction" + "name": "channel", + "type": "InputChannel" } ], - "type": "Bool" + "type": "messages.ChatFull" }, { - "id": 1662529584, - "method": "messages.translateText", + "id": 2432722695, + "method": "channels.createChannel", "params": [ { "name": "flags", "type": "#" }, { - "name": "peer", - "type": "flags.0?InputPeer" + "name": "broadcast", + "type": "flags.0?true" }, { - "name": "id", - "type": "flags.0?Vector" + "name": "megagroup", + "type": "flags.1?true" }, { - "name": "text", - "type": "flags.1?Vector" + "name": "for_import", + "type": "flags.3?true" }, { - "name": "to_lang", - "type": "string" - } - ], - "type": "messages.TranslatedText" - }, - { - "id": 841173339, - "method": "messages.getUnreadReactions", - "params": [ + "name": "forum", + "type": "flags.5?true" + }, { - "name": "flags", - "type": "#" + "name": "title", + "type": "string" }, { - "name": "peer", - "type": "InputPeer" + "name": "about", + "type": "string" }, { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "geo_point", + "type": "flags.2?InputGeoPoint" }, { - "name": "offset_id", - "type": "int" + "name": "address", + "type": "flags.2?string" }, { - "name": "add_offset", - "type": "int" + "name": "ttl_period", + "type": "flags.4?int" + } + ], + "type": "Updates" + }, + { + "id": 3543959810, + "method": "channels.editAdmin", + "params": [ + { + "name": "channel", + "type": "InputChannel" }, { - "name": "limit", - "type": "int" + "name": "user_id", + "type": "InputUser" }, { - "name": "max_id", - "type": "int" + "name": "admin_rights", + "type": "ChatAdminRights" }, { - "name": "min_id", - "type": "int" + "name": "rank", + "type": "string" } ], - "type": "messages.Messages" + "type": "Updates" }, { - "id": 1420459918, - "method": "messages.readReactions", + "id": 1450044624, + "method": "channels.editTitle", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { - "name": "top_msg_id", - "type": "flags.0?int" + "name": "title", + "type": "string" } ], - "type": "messages.AffectedHistory" + "type": "Updates" }, { - "id": 276705696, - "method": "messages.searchSentMedia", + "id": 4046346185, + "method": "channels.editPhoto", "params": [ { - "name": "q", - "type": "string" + "name": "channel", + "type": "InputChannel" }, { - "name": "filter", - "type": "MessagesFilter" + "name": "photo", + "type": "InputChatPhoto" + } + ], + "type": "Updates" + }, + { + "id": 283557164, + "method": "channels.checkUsername", + "params": [ + { + "name": "channel", + "type": "InputChannel" }, { - "name": "limit", - "type": "int" + "name": "username", + "type": "string" } ], - "type": "messages.Messages" + "type": "Bool" }, { - "id": 385663691, - "method": "messages.getAttachMenuBots", + "id": 890549214, + "method": "channels.updateUsername", "params": [ { - "name": "hash", - "type": "long" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "username", + "type": "string" } ], - "type": "AttachMenuBots" + "type": "Bool" }, { - "id": 1998676370, - "method": "messages.getAttachMenuBot", + "id": 615851205, + "method": "channels.joinChannel", "params": [ { - "name": "bot", - "type": "InputUser" + "name": "channel", + "type": "InputChannel" } ], - "type": "AttachMenuBotsBot" + "type": "Updates" }, { - "id": 1777704297, - "method": "messages.toggleBotInAttachMenu", + "id": 4164332181, + "method": "channels.leaveChannel", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "write_allowed", - "type": "flags.0?true" - }, - { - "name": "bot", - "type": "InputUser" - }, - { - "name": "enabled", - "type": "Bool" + "name": "channel", + "type": "InputChannel" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 395003915, - "method": "messages.requestWebView", + "id": 3387112788, + "method": "channels.inviteToChannel", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "from_bot_menu", - "type": "flags.4?true" - }, - { - "name": "silent", - "type": "flags.5?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "bot", - "type": "InputUser" - }, - { - "name": "url", - "type": "flags.1?string" - }, - { - "name": "start_param", - "type": "flags.3?string" - }, - { - "name": "theme_params", - "type": "flags.2?DataJSON" - }, - { - "name": "platform", - "type": "string" - }, - { - "name": "reply_to_msg_id", - "type": "flags.0?int" - }, - { - "name": "top_msg_id", - "type": "flags.9?int" + "name": "channel", + "type": "InputChannel" }, { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "users", + "type": "Vector" } ], - "type": "WebViewResult" + "type": "messages.InvitedUsers" }, { - "id": 2146648841, - "method": "messages.prolongWebView", + "id": 3222347747, + "method": "channels.deleteChannel", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "silent", - "type": "flags.5?true" - }, - { - "name": "peer", - "type": "InputPeer" - }, - { - "name": "bot", - "type": "InputUser" - }, - { - "name": "query_id", - "type": "long" - }, - { - "name": "reply_to_msg_id", - "type": "flags.0?int" - }, - { - "name": "top_msg_id", - "type": "flags.9?int" - }, - { - "name": "send_as", - "type": "flags.13?InputPeer" + "name": "channel", + "type": "InputChannel" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 698084494, - "method": "messages.requestSimpleWebView", + "id": 3862932971, + "method": "channels.exportMessageLink", "params": [ { "name": "flags", "type": "#" }, { - "name": "from_switch_webview", - "type": "flags.1?true" - }, - { - "name": "bot", - "type": "InputUser" + "name": "grouped", + "type": "flags.0?true" }, { - "name": "url", - "type": "string" + "name": "thread", + "type": "flags.1?true" }, { - "name": "theme_params", - "type": "flags.0?DataJSON" + "name": "channel", + "type": "InputChannel" }, { - "name": "platform", - "type": "string" + "name": "id", + "type": "int" } ], - "type": "SimpleWebViewResult" + "type": "ExportedMessageLink" }, { - "id": 172168437, - "method": "messages.sendWebViewResultMessage", + "id": 527021574, + "method": "channels.toggleSignatures", "params": [ { - "name": "bot_query_id", - "type": "string" + "name": "channel", + "type": "InputChannel" }, { - "name": "result", - "type": "InputBotInlineResult" + "name": "enabled", + "type": "Bool" } ], - "type": "WebViewMessageSent" + "type": "Updates" }, { - "id": 3691135688, - "method": "messages.sendWebViewData", + "id": 4172297903, + "method": "channels.getAdminedPublicChannels", "params": [ { - "name": "bot", - "type": "InputUser" + "name": "flags", + "type": "#" }, { - "name": "random_id", - "type": "long" + "name": "by_location", + "type": "flags.0?true" }, { - "name": "button_text", - "type": "string" + "name": "check_limit", + "type": "flags.1?true" }, { - "name": "data", - "type": "string" + "name": "for_personal", + "type": "flags.2?true" } ], - "type": "Updates" + "type": "messages.Chats" }, { - "id": 647928393, - "method": "messages.transcribeAudio", + "id": 2531708289, + "method": "channels.editBanned", "params": [ { - "name": "peer", + "name": "channel", + "type": "InputChannel" + }, + { + "name": "participant", "type": "InputPeer" }, { - "name": "msg_id", - "type": "int" + "name": "banned_rights", + "type": "ChatBannedRights" } ], - "type": "messages.TranscribedAudio" + "type": "Updates" }, { - "id": 2132608815, - "method": "messages.rateTranscribedAudio", + "id": 870184064, + "method": "channels.getAdminLog", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "msg_id", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "transcription_id", - "type": "long" + "name": "q", + "type": "string" }, { - "name": "good", - "type": "Bool" - } - ], - "type": "Bool" - }, - { - "id": 3651866452, - "method": "messages.getCustomEmojiDocuments", - "params": [ + "name": "events_filter", + "type": "flags.0?ChannelAdminLogEventsFilter" + }, + { + "name": "admins", + "type": "flags.1?Vector" + }, { - "name": "document_id", - "type": "Vector" - } - ], - "type": "Vector" - }, - { - "id": 4227637647, - "method": "messages.getEmojiStickers", - "params": [ + "name": "max_id", + "type": "long" + }, { - "name": "hash", + "name": "min_id", "type": "long" + }, + { + "name": "limit", + "type": "int" } ], - "type": "messages.AllStickers" + "type": "channels.AdminLogResults" }, { - "id": 248473398, - "method": "messages.getFeaturedEmojiStickers", + "id": 3935085817, + "method": "channels.setStickers", "params": [ { - "name": "hash", - "type": "long" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "stickerset", + "type": "InputStickerSet" } ], - "type": "messages.FeaturedStickers" + "type": "Bool" }, { - "id": 1063567478, - "method": "messages.reportReaction", + "id": 3937786936, + "method": "channels.readMessageContents", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { "name": "id", - "type": "int" - }, - { - "name": "reaction_peer", - "type": "InputPeer" + "type": "Vector" } ], "type": "Bool" }, { - "id": 3145803194, - "method": "messages.getTopReactions", + "id": 2611648071, + "method": "channels.deleteHistory", "params": [ { - "name": "limit", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "hash", - "type": "long" - } - ], - "type": "messages.Reactions" - }, - { - "id": 960896434, - "method": "messages.getRecentReactions", - "params": [ + "name": "for_everyone", + "type": "flags.0?true" + }, { - "name": "limit", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "hash", - "type": "long" + "name": "max_id", + "type": "int" } ], - "type": "messages.Reactions" - }, - { - "id": 2650730420, - "method": "messages.clearRecentReactions", - "params": [], - "type": "Bool" + "type": "Updates" }, { - "id": 2230847508, - "method": "messages.getExtendedMedia", + "id": 3938171212, + "method": "channels.togglePreHistoryHidden", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" }, { - "name": "id", - "type": "Vector" + "name": "enabled", + "type": "Bool" } ], "type": "Updates" }, { - "id": 2662667333, - "method": "messages.setDefaultHistoryTTL", + "id": 2202135744, + "method": "channels.getLeftChannels", "params": [ { - "name": "period", + "name": "offset", "type": "int" } ], - "type": "Bool" + "type": "messages.Chats" }, { - "id": 1703637384, - "method": "messages.getDefaultHistoryTTL", + "id": 4124758904, + "method": "channels.getGroupsForDiscussion", "params": [], - "type": "DefaultHistoryTTL" + "type": "messages.Chats" }, { - "id": 4265136155, - "method": "messages.sendBotRequestedPeer", + "id": 1079520178, + "method": "channels.setDiscussionGroup", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "broadcast", + "type": "InputChannel" }, { - "name": "msg_id", - "type": "int" + "name": "group", + "type": "InputChannel" + } + ], + "type": "Bool" + }, + { + "id": 2402864415, + "method": "channels.editCreator", + "params": [ + { + "name": "channel", + "type": "InputChannel" }, { - "name": "button_id", - "type": "int" + "name": "user_id", + "type": "InputUser" }, { - "name": "requested_peer", - "type": "InputPeer" + "name": "password", + "type": "InputCheckPasswordSRP" } ], "type": "Updates" }, { - "id": 1955122779, - "method": "messages.getEmojiGroups", + "id": 1491484525, + "method": "channels.editLocation", "params": [ { - "name": "hash", - "type": "int" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "geo_point", + "type": "InputGeoPoint" + }, + { + "name": "address", + "type": "string" } ], - "type": "messages.EmojiGroups" + "type": "Bool" }, { - "id": 785209037, - "method": "messages.getEmojiStatusGroups", + "id": 3990134512, + "method": "channels.toggleSlowMode", "params": [ { - "name": "hash", + "name": "channel", + "type": "InputChannel" + }, + { + "name": "seconds", "type": "int" } ], - "type": "messages.EmojiGroups" + "type": "Updates" }, { - "id": 564480243, - "method": "messages.getEmojiProfilePhotoGroups", - "params": [ - { - "name": "hash", - "type": "int" - } - ], - "type": "messages.EmojiGroups" + "id": 300429806, + "method": "channels.getInactiveChannels", + "params": [], + "type": "messages.InactiveChats" }, { - "id": 739360983, - "method": "messages.searchCustomEmoji", + "id": 187239529, + "method": "channels.convertToGigagroup", "params": [ { - "name": "emoticon", - "type": "string" - }, - { - "name": "hash", - "type": "long" + "name": "channel", + "type": "InputChannel" } ], - "type": "EmojiList" + "type": "Updates" }, { - "id": 3833378169, - "method": "messages.togglePeerTranslations", + "id": 3199130516, + "method": "channels.viewSponsoredMessage", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "disabled", - "type": "flags.0?true" + "name": "channel", + "type": "InputChannel" }, { - "name": "peer", - "type": "InputPeer" + "name": "random_id", + "type": "bytes" } ], "type": "Bool" }, { - "id": 889046467, - "method": "messages.getBotApp", + "id": 3961589695, + "method": "channels.getSponsoredMessages", "params": [ { - "name": "app", - "type": "InputBotApp" - }, - { - "name": "hash", - "type": "long" + "name": "channel", + "type": "InputChannel" } ], - "type": "messages.BotApp" + "type": "messages.SponsoredMessages" }, { - "id": 2354723644, - "method": "messages.requestAppWebView", + "id": 231174382, + "method": "channels.getSendAs", "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "write_allowed", - "type": "flags.0?true" - }, { "name": "peer", "type": "InputPeer" - }, - { - "name": "app", - "type": "InputBotApp" - }, - { - "name": "start_param", - "type": "flags.1?string" - }, - { - "name": "theme_params", - "type": "flags.2?DataJSON" - }, - { - "name": "platform", - "type": "string" } ], - "type": "AppWebViewResult" + "type": "channels.SendAsPeers" }, { - "id": 2415577825, - "method": "messages.setChatWallPaper", + "id": 913655003, + "method": "channels.deleteParticipantHistory", "params": [ { - "name": "flags", - "type": "#" + "name": "channel", + "type": "InputChannel" }, { - "name": "peer", + "name": "participant", "type": "InputPeer" - }, - { - "name": "wallpaper", - "type": "flags.0?InputWallPaper" - }, - { - "name": "settings", - "type": "flags.2?WallPaperSettings" - }, - { - "name": "id", - "type": "flags.1?int" } ], - "type": "Updates" - }, - { - "id": 3990128682, - "method": "updates.getState", - "params": [], - "type": "updates.State" + "type": "messages.AffectedHistory" }, { - "id": 630429265, - "method": "updates.getDifference", + "id": 3838547328, + "method": "channels.toggleJoinToSend", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "pts", - "type": "int" - }, - { - "name": "pts_total_limit", - "type": "flags.0?int" - }, - { - "name": "date", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "qts", - "type": "int" + "name": "enabled", + "type": "Bool" } ], - "type": "updates.Difference" + "type": "Updates" }, { - "id": 51854712, - "method": "updates.getChannelDifference", + "id": 1277789622, + "method": "channels.toggleJoinRequest", "params": [ - { - "name": "flags", - "type": "#" - }, - { - "name": "force", - "type": "flags.0?true" - }, { "name": "channel", "type": "InputChannel" }, { - "name": "filter", - "type": "ChannelMessagesFilter" - }, - { - "name": "pts", - "type": "int" - }, - { - "name": "limit", - "type": "int" + "name": "enabled", + "type": "Bool" } ], - "type": "updates.ChannelDifference" + "type": "Updates" }, { - "id": 166207545, - "method": "photos.updateProfilePhoto", + "id": 3025988893, + "method": "channels.reorderUsernames", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "fallback", - "type": "flags.0?true" - }, - { - "name": "bot", - "type": "flags.1?InputUser" + "name": "channel", + "type": "InputChannel" }, { - "name": "id", - "type": "InputPhoto" + "name": "order", + "type": "Vector" } ], - "type": "photos.Photo" + "type": "Bool" }, { - "id": 59286453, - "method": "photos.uploadProfilePhoto", + "id": 1358053637, + "method": "channels.toggleUsername", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "fallback", - "type": "flags.3?true" - }, - { - "name": "bot", - "type": "flags.5?InputUser" - }, - { - "name": "file", - "type": "flags.0?InputFile" - }, - { - "name": "video", - "type": "flags.1?InputFile" + "name": "channel", + "type": "InputChannel" }, { - "name": "video_start_ts", - "type": "flags.2?double" + "name": "username", + "type": "string" }, { - "name": "video_emoji_markup", - "type": "flags.4?VideoSize" + "name": "active", + "type": "Bool" } ], - "type": "photos.Photo" + "type": "Bool" }, { - "id": 2278522671, - "method": "photos.deletePhotos", + "id": 170155475, + "method": "channels.deactivateAllUsernames", "params": [ { - "name": "id", - "type": "Vector" + "name": "channel", + "type": "InputChannel" } ], - "type": "Vector" + "type": "Bool" }, { - "id": 2446144168, - "method": "photos.getUserPhotos", + "id": 2754186025, + "method": "channels.toggleForum", "params": [ { - "name": "user_id", - "type": "InputUser" - }, - { - "name": "offset", - "type": "int" - }, - { - "name": "max_id", - "type": "long" + "name": "channel", + "type": "InputChannel" }, { - "name": "limit", - "type": "int" + "name": "enabled", + "type": "Bool" } ], - "type": "photos.Photos" + "type": "Updates" }, { - "id": 3779873393, - "method": "photos.uploadContactProfilePhoto", + "id": 4094427684, + "method": "channels.createForumTopic", "params": [ { "name": "flags", "type": "#" }, { - "name": "suggest", - "type": "flags.3?true" - }, - { - "name": "save", - "type": "flags.4?true" - }, - { - "name": "user_id", - "type": "InputUser" + "name": "channel", + "type": "InputChannel" }, { - "name": "file", - "type": "flags.0?InputFile" + "name": "title", + "type": "string" }, { - "name": "video", - "type": "flags.1?InputFile" + "name": "icon_color", + "type": "flags.0?int" }, { - "name": "video_start_ts", - "type": "flags.2?double" + "name": "icon_emoji_id", + "type": "flags.3?long" }, { - "name": "video_emoji_markup", - "type": "flags.5?VideoSize" - } - ], - "type": "photos.Photo" - }, - { - "id": 3003426337, - "method": "upload.saveFilePart", - "params": [ - { - "name": "file_id", + "name": "random_id", "type": "long" }, { - "name": "file_part", - "type": "int" - }, - { - "name": "bytes", - "type": "bytes" + "name": "send_as", + "type": "flags.2?InputPeer" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 3193124286, - "method": "upload.getFile", + "id": 233136337, + "method": "channels.getForumTopics", "params": [ { "name": "flags", "type": "#" }, { - "name": "precise", - "type": "flags.0?true" - }, - { - "name": "cdn_supported", - "type": "flags.1?true" - }, - { - "name": "location", - "type": "InputFileLocation" + "name": "channel", + "type": "InputChannel" }, { - "name": "offset", - "type": "long" + "name": "q", + "type": "flags.0?string" }, { - "name": "limit", - "type": "int" - } - ], - "type": "upload.File" - }, - { - "id": 3732629309, - "method": "upload.saveBigFilePart", - "params": [ - { - "name": "file_id", - "type": "long" + "name": "offset_date", + "type": "int" }, { - "name": "file_part", + "name": "offset_id", "type": "int" }, { - "name": "file_total_parts", + "name": "offset_topic", "type": "int" }, { - "name": "bytes", - "type": "bytes" + "name": "limit", + "type": "int" } ], - "type": "Bool" + "type": "messages.ForumTopics" }, { - "id": 619086221, - "method": "upload.getWebFile", + "id": 2961383097, + "method": "channels.getForumTopicsByID", "params": [ { - "name": "location", - "type": "InputWebFileLocation" - }, - { - "name": "offset", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "limit", - "type": "int" + "name": "topics", + "type": "Vector" } ], - "type": "upload.WebFile" + "type": "messages.ForumTopics" }, { - "id": 962554330, - "method": "upload.getCdnFile", + "id": 4108296581, + "method": "channels.editForumTopic", "params": [ { - "name": "file_token", - "type": "bytes" + "name": "flags", + "type": "#" }, { - "name": "offset", - "type": "long" + "name": "channel", + "type": "InputChannel" }, { - "name": "limit", + "name": "topic_id", "type": "int" - } - ], - "type": "upload.CdnFile" - }, - { - "id": 2603046056, - "method": "upload.reuploadCdnFile", - "params": [ + }, { - "name": "file_token", - "type": "bytes" + "name": "title", + "type": "flags.0?string" }, { - "name": "request_token", - "type": "bytes" - } - ], - "type": "Vector" - }, - { - "id": 2447130417, - "method": "upload.getCdnFileHashes", - "params": [ + "name": "icon_emoji_id", + "type": "flags.1?long" + }, { - "name": "file_token", - "type": "bytes" + "name": "closed", + "type": "flags.2?Bool" }, { - "name": "offset", - "type": "long" + "name": "hidden", + "type": "flags.3?Bool" } ], - "type": "Vector" + "type": "Updates" }, { - "id": 2438371370, - "method": "upload.getFileHashes", + "id": 1814925350, + "method": "channels.updatePinnedForumTopic", "params": [ { - "name": "location", - "type": "InputFileLocation" + "name": "channel", + "type": "InputChannel" }, { - "name": "offset", - "type": "long" - } - ], - "type": "Vector" - }, - { - "id": 3304659051, - "method": "help.getConfig", - "params": [], - "type": "Config" - }, - { - "id": 531836966, - "method": "help.getNearestDc", - "params": [], - "type": "NearestDc" - }, - { - "id": 1378703997, - "method": "help.getAppUpdate", - "params": [ - { - "name": "source", - "type": "string" - } - ], - "type": "help.AppUpdate" - }, - { - "id": 1295590211, - "method": "help.getInviteText", - "params": [], - "type": "help.InviteText" - }, - { - "id": 2631862477, - "method": "help.getSupport", - "params": [], - "type": "help.Support" - }, - { - "id": 2417028975, - "method": "help.getAppChangelog", - "params": [ + "name": "topic_id", + "type": "int" + }, { - "name": "prev_app_version", - "type": "string" + "name": "pinned", + "type": "Bool" } ], "type": "Updates" }, { - "id": 3961704397, - "method": "help.setBotUpdatesStatus", + "id": 876830509, + "method": "channels.deleteTopicHistory", "params": [ { - "name": "pending_updates_count", - "type": "int" + "name": "channel", + "type": "InputChannel" }, { - "name": "message", - "type": "string" + "name": "top_msg_id", + "type": "int" } ], - "type": "Bool" - }, - { - "id": 1375900482, - "method": "help.getCdnConfig", - "params": [], - "type": "CdnConfig" + "type": "messages.AffectedHistory" }, { - "id": 1036054804, - "method": "help.getRecentMeUrls", + "id": 693150095, + "method": "channels.reorderPinnedForumTopics", "params": [ { - "name": "referer", - "type": "string" - } - ], - "type": "help.RecentMeUrls" - }, - { - "id": 749019089, - "method": "help.getTermsOfServiceUpdate", - "params": [], - "type": "help.TermsOfServiceUpdate" - }, - { - "id": 4000511898, - "method": "help.acceptTermsOfService", - "params": [ + "name": "flags", + "type": "#" + }, { - "name": "id", - "type": "DataJSON" - } - ], - "type": "Bool" - }, - { - "id": 1072547679, - "method": "help.getDeepLinkInfo", - "params": [ + "name": "force", + "type": "flags.0?true" + }, { - "name": "path", - "type": "string" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "order", + "type": "Vector" } ], - "type": "help.DeepLinkInfo" + "type": "Updates" }, { - "id": 1642330196, - "method": "help.getAppConfig", + "id": 1760814315, + "method": "channels.toggleAntiSpam", "params": [ { - "name": "hash", - "type": "int" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "enabled", + "type": "Bool" } ], - "type": "help.AppConfig" + "type": "Updates" }, { - "id": 1862465352, - "method": "help.saveAppLog", + "id": 2823857811, + "method": "channels.reportAntiSpamFalsePositive", "params": [ { - "name": "events", - "type": "Vector" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "msg_id", + "type": "int" } ], "type": "Bool" }, { - "id": 3328290056, - "method": "help.getPassportConfig", + "id": 1785624660, + "method": "channels.toggleParticipantsHidden", "params": [ { - "name": "hash", - "type": "int" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "enabled", + "type": "Bool" } ], - "type": "help.PassportConfig" - }, - { - "id": 3546343212, - "method": "help.getSupportName", - "params": [], - "type": "help.SupportName" + "type": "Updates" }, { - "id": 59377875, - "method": "help.getUserInfo", + "id": 414170259, + "method": "channels.clickSponsoredMessage", "params": [ { - "name": "user_id", - "type": "InputUser" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "random_id", + "type": "bytes" } ], - "type": "help.UserInfo" + "type": "Bool" }, { - "id": 1723407216, - "method": "help.editUserInfo", + "id": 3635033713, + "method": "channels.updateColor", "params": [ { - "name": "user_id", - "type": "InputUser" + "name": "flags", + "type": "#" }, { - "name": "message", - "type": "string" + "name": "for_profile", + "type": "flags.1?true" }, { - "name": "entities", - "type": "Vector" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "color", + "type": "flags.2?int" + }, + { + "name": "background_emoji_id", + "type": "flags.0?long" } ], - "type": "help.UserInfo" - }, - { - "id": 3231151137, - "method": "help.getPromoData", - "params": [], - "type": "help.PromoData" + "type": "Updates" }, { - "id": 505748629, - "method": "help.hidePromoData", + "id": 2537077525, + "method": "channels.toggleViewForumAsMessages", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "channel", + "type": "InputChannel" + }, + { + "name": "enabled", + "type": "Bool" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 4111317665, - "method": "help.dismissSuggestion", + "id": 631707458, + "method": "channels.getChannelRecommendations", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "flags", + "type": "#" }, { - "name": "suggestion", - "type": "string" + "name": "channel", + "type": "flags.0?InputChannel" } ], - "type": "Bool" + "type": "messages.Chats" }, { - "id": 1935116200, - "method": "help.getCountriesList", + "id": 4040418984, + "method": "channels.updateEmojiStatus", "params": [ { - "name": "lang_code", - "type": "string" + "name": "channel", + "type": "InputChannel" }, { - "name": "hash", - "type": "int" + "name": "emoji_status", + "type": "EmojiStatus" } ], - "type": "help.CountriesList" - }, - { - "id": 3088815060, - "method": "help.getPremiumPromo", - "params": [], - "type": "help.PremiumPromo" + "type": "Updates" }, { - "id": 3423619383, - "method": "channels.readHistory", + "id": 2906234094, + "method": "channels.setBoostsToUnblockRestrictions", "params": [ { "name": "channel", "type": "InputChannel" }, { - "name": "max_id", + "name": "boosts", "type": "int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2227305806, - "method": "channels.deleteMessages", + "id": 1020866743, + "method": "channels.setEmojiStickers", "params": [ { "name": "channel", "type": "InputChannel" }, { - "name": "id", - "type": "Vector" + "name": "stickerset", + "type": "InputStickerSet" } ], - "type": "messages.AffectedMessages" + "type": "Bool" }, { - "id": 4098523925, - "method": "channels.reportSpam", + "id": 2945447609, + "method": "channels.reportSponsoredMessage", "params": [ { "name": "channel", "type": "InputChannel" }, { - "name": "participant", - "type": "InputPeer" + "name": "random_id", + "type": "bytes" }, { - "name": "id", - "type": "Vector" + "name": "option", + "type": "bytes" } ], - "type": "Bool" + "type": "channels.SponsoredMessageReportResult" }, { - "id": 2911672867, - "method": "channels.getMessages", + "id": 2598966553, + "method": "channels.restrictSponsoredMessages", "params": [ { "name": "channel", "type": "InputChannel" }, { - "name": "id", - "type": "Vector" + "name": "restricted", + "type": "Bool" } ], - "type": "messages.Messages" + "type": "Updates" }, { - "id": 2010044880, - "method": "channels.getParticipants", + "id": 3516897403, + "method": "channels.searchPosts", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "hashtag", + "type": "string" }, { - "name": "filter", - "type": "ChannelParticipantsFilter" + "name": "offset_rate", + "type": "int" }, { - "name": "offset", - "type": "int" + "name": "offset_peer", + "type": "InputPeer" }, { - "name": "limit", + "name": "offset_id", "type": "int" }, { - "name": "hash", - "type": "long" + "name": "limit", + "type": "int" } ], - "type": "channels.ChannelParticipants" + "type": "messages.Messages" }, { - "id": 2695589062, - "method": "channels.getParticipant", + "id": 2854709741, + "method": "bots.sendCustomRequest", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "custom_method", + "type": "string" }, { - "name": "participant", - "type": "InputPeer" + "name": "params", + "type": "DataJSON" } ], - "type": "channels.ChannelParticipant" + "type": "DataJSON" }, { - "id": 176122811, - "method": "channels.getChannels", + "id": 3860938573, + "method": "bots.answerWebhookJSONQuery", "params": [ { - "name": "id", - "type": "Vector" + "name": "query_id", + "type": "long" + }, + { + "name": "data", + "type": "DataJSON" } ], - "type": "messages.Chats" + "type": "Bool" }, { - "id": 141781513, - "method": "channels.getFullChannel", + "id": 85399130, + "method": "bots.setBotCommands", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "scope", + "type": "BotCommandScope" + }, + { + "name": "lang_code", + "type": "string" + }, + { + "name": "commands", + "type": "Vector" } ], - "type": "messages.ChatFull" + "type": "Bool" }, { - "id": 2432722695, - "method": "channels.createChannel", + "id": 1032708345, + "method": "bots.resetBotCommands", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "broadcast", - "type": "flags.0?true" - }, - { - "name": "megagroup", - "type": "flags.1?true" + "name": "scope", + "type": "BotCommandScope" }, { - "name": "for_import", - "type": "flags.3?true" - }, + "name": "lang_code", + "type": "string" + } + ], + "type": "Bool" + }, + { + "id": 3813412310, + "method": "bots.getBotCommands", + "params": [ { - "name": "forum", - "type": "flags.5?true" + "name": "scope", + "type": "BotCommandScope" }, { - "name": "title", + "name": "lang_code", "type": "string" - }, + } + ], + "type": "Vector" + }, + { + "id": 1157944655, + "method": "bots.setBotMenuButton", + "params": [ { - "name": "about", - "type": "string" + "name": "user_id", + "type": "InputUser" }, { - "name": "geo_point", - "type": "flags.2?InputGeoPoint" - }, + "name": "button", + "type": "BotMenuButton" + } + ], + "type": "Bool" + }, + { + "id": 2623597352, + "method": "bots.getBotMenuButton", + "params": [ { - "name": "address", - "type": "flags.2?string" - }, + "name": "user_id", + "type": "InputUser" + } + ], + "type": "BotMenuButton" + }, + { + "id": 2021942497, + "method": "bots.setBotBroadcastDefaultAdminRights", + "params": [ + { + "name": "admin_rights", + "type": "ChatAdminRights" + } + ], + "type": "Bool" + }, + { + "id": 2455685610, + "method": "bots.setBotGroupDefaultAdminRights", + "params": [ { - "name": "ttl_period", - "type": "flags.4?int" + "name": "admin_rights", + "type": "ChatAdminRights" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 3543959810, - "method": "channels.editAdmin", + "id": 282013987, + "method": "bots.setBotInfo", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "user_id", - "type": "InputUser" + "name": "bot", + "type": "flags.2?InputUser" }, { - "name": "admin_rights", - "type": "ChatAdminRights" + "name": "lang_code", + "type": "string" }, { - "name": "rank", - "type": "string" - } - ], - "type": "Updates" - }, - { - "id": 1450044624, - "method": "channels.editTitle", - "params": [ + "name": "name", + "type": "flags.3?string" + }, { - "name": "channel", - "type": "InputChannel" + "name": "about", + "type": "flags.0?string" }, { - "name": "title", - "type": "string" + "name": "description", + "type": "flags.1?string" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 4046346185, - "method": "channels.editPhoto", + "id": 3705214205, + "method": "bots.getBotInfo", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "photo", - "type": "InputChatPhoto" + "name": "bot", + "type": "flags.0?InputUser" + }, + { + "name": "lang_code", + "type": "string" } ], - "type": "Updates" + "type": "bots.BotInfo" }, { - "id": 283557164, - "method": "channels.checkUsername", + "id": 2533994946, + "method": "bots.reorderUsernames", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "bot", + "type": "InputUser" }, { - "name": "username", - "type": "string" + "name": "order", + "type": "Vector" } ], "type": "Bool" }, { - "id": 890549214, - "method": "channels.updateUsername", + "id": 87861619, + "method": "bots.toggleUsername", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "bot", + "type": "InputUser" }, { "name": "username", "type": "string" + }, + { + "name": "active", + "type": "Bool" } ], "type": "Bool" }, { - "id": 615851205, - "method": "channels.joinChannel", + "id": 324662502, + "method": "bots.canSendMessage", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "bot", + "type": "InputUser" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 4164332181, - "method": "channels.leaveChannel", + "id": 4046644207, + "method": "bots.allowSendMessage", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "bot", + "type": "InputUser" } ], "type": "Updates" }, { - "id": 429865580, - "method": "channels.inviteToChannel", + "id": 142591463, + "method": "bots.invokeWebViewCustomMethod", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "bot", + "type": "InputUser" }, { - "name": "users", - "type": "Vector" - } - ], - "type": "Updates" - }, - { - "id": 3222347747, - "method": "channels.deleteChannel", - "params": [ + "name": "custom_method", + "type": "string" + }, { - "name": "channel", - "type": "InputChannel" + "name": "params", + "type": "DataJSON" } ], - "type": "Updates" + "type": "DataJSON" }, { - "id": 3862932971, - "method": "channels.exportMessageLink", + "id": 924093883, + "method": "payments.getPaymentForm", "params": [ { "name": "flags", "type": "#" }, { - "name": "grouped", - "type": "flags.0?true" - }, - { - "name": "thread", - "type": "flags.1?true" - }, - { - "name": "channel", - "type": "InputChannel" + "name": "invoice", + "type": "InputInvoice" }, { - "name": "id", - "type": "int" + "name": "theme_params", + "type": "flags.0?DataJSON" } ], - "type": "ExportedMessageLink" + "type": "payments.PaymentForm" }, { - "id": 527021574, - "method": "channels.toggleSignatures", + "id": 611897804, + "method": "payments.getPaymentReceipt", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPeer" }, { - "name": "enabled", - "type": "Bool" + "name": "msg_id", + "type": "int" } ], - "type": "Updates" + "type": "payments.PaymentReceipt" }, { - "id": 4172297903, - "method": "channels.getAdminedPublicChannels", + "id": 3066622251, + "method": "payments.validateRequestedInfo", "params": [ { "name": "flags", "type": "#" }, { - "name": "by_location", + "name": "save", "type": "flags.0?true" }, { - "name": "check_limit", - "type": "flags.1?true" - } - ], - "type": "messages.Chats" - }, - { - "id": 2531708289, - "method": "channels.editBanned", - "params": [ - { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "participant", - "type": "InputPeer" + "name": "invoice", + "type": "InputInvoice" }, { - "name": "banned_rights", - "type": "ChatBannedRights" + "name": "info", + "type": "PaymentRequestedInfo" } ], - "type": "Updates" + "type": "payments.ValidatedRequestedInfo" }, { - "id": 870184064, - "method": "channels.getAdminLog", + "id": 755192367, + "method": "payments.sendPaymentForm", "params": [ { "name": "flags", "type": "#" }, { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "q", - "type": "string" - }, - { - "name": "events_filter", - "type": "flags.0?ChannelAdminLogEventsFilter" + "name": "form_id", + "type": "long" }, { - "name": "admins", - "type": "flags.1?Vector" + "name": "invoice", + "type": "InputInvoice" }, { - "name": "max_id", - "type": "long" + "name": "requested_info_id", + "type": "flags.0?string" }, { - "name": "min_id", - "type": "long" + "name": "shipping_option_id", + "type": "flags.1?string" }, { - "name": "limit", - "type": "int" - } - ], - "type": "channels.AdminLogResults" - }, - { - "id": 3935085817, - "method": "channels.setStickers", - "params": [ - { - "name": "channel", - "type": "InputChannel" + "name": "credentials", + "type": "InputPaymentCredentials" }, { - "name": "stickerset", - "type": "InputStickerSet" + "name": "tip_amount", + "type": "flags.2?long" } ], - "type": "Bool" + "type": "payments.PaymentResult" }, { - "id": 3937786936, - "method": "channels.readMessageContents", - "params": [ - { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "id", - "type": "Vector" - } - ], - "type": "Bool" + "id": 578650699, + "method": "payments.getSavedInfo", + "params": [], + "type": "payments.SavedInfo" }, { - "id": 2611648071, - "method": "channels.deleteHistory", + "id": 3627905217, + "method": "payments.clearSavedInfo", "params": [ { "name": "flags", "type": "#" }, { - "name": "for_everyone", + "name": "credentials", "type": "flags.0?true" }, { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "max_id", - "type": "int" + "name": "info", + "type": "flags.1?true" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 3938171212, - "method": "channels.togglePreHistoryHidden", + "id": 779736953, + "method": "payments.getBankCardData", "params": [ { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "enabled", - "type": "Bool" + "name": "number", + "type": "string" } ], - "type": "Updates" + "type": "payments.BankCardData" }, { - "id": 2202135744, - "method": "channels.getLeftChannels", + "id": 261206117, + "method": "payments.exportInvoice", "params": [ { - "name": "offset", - "type": "int" + "name": "invoice_media", + "type": "InputMedia" } ], - "type": "messages.Chats" - }, - { - "id": 4124758904, - "method": "channels.getGroupsForDiscussion", - "params": [], - "type": "messages.Chats" + "type": "payments.ExportedInvoice" }, { - "id": 1079520178, - "method": "channels.setDiscussionGroup", + "id": 2163045501, + "method": "payments.assignAppStoreTransaction", "params": [ { - "name": "broadcast", - "type": "InputChannel" + "name": "receipt", + "type": "bytes" }, { - "name": "group", - "type": "InputChannel" + "name": "purpose", + "type": "InputStorePaymentPurpose" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2402864415, - "method": "channels.editCreator", + "id": 3757920467, + "method": "payments.assignPlayMarketTransaction", "params": [ { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "user_id", - "type": "InputUser" + "name": "receipt", + "type": "DataJSON" }, { - "name": "password", - "type": "InputCheckPasswordSRP" + "name": "purpose", + "type": "InputStorePaymentPurpose" } ], "type": "Updates" }, { - "id": 1491484525, - "method": "channels.editLocation", + "id": 2680266422, + "method": "payments.canPurchasePremium", "params": [ { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "geo_point", - "type": "InputGeoPoint" - }, - { - "name": "address", - "type": "string" + "name": "purpose", + "type": "InputStorePaymentPurpose" } ], "type": "Bool" }, { - "id": 3990134512, - "method": "channels.toggleSlowMode", + "id": 660060756, + "method": "payments.getPremiumGiftCodeOptions", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "seconds", - "type": "int" + "name": "boost_peer", + "type": "flags.0?InputPeer" } ], - "type": "Updates" + "type": "Vector" }, { - "id": 300429806, - "method": "channels.getInactiveChannels", - "params": [], - "type": "messages.InactiveChats" + "id": 2387719361, + "method": "payments.checkGiftCode", + "params": [ + { + "name": "slug", + "type": "string" + } + ], + "type": "payments.CheckedGiftCode" }, { - "id": 187239529, - "method": "channels.convertToGigagroup", + "id": 4142032980, + "method": "payments.applyGiftCode", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "slug", + "type": "string" } ], "type": "Updates" }, { - "id": 3199130516, - "method": "channels.viewSponsoredMessage", + "id": 4095972389, + "method": "payments.getGiveawayInfo", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPeer" }, { - "name": "random_id", - "type": "bytes" + "name": "msg_id", + "type": "int" } ], - "type": "Bool" + "type": "payments.GiveawayInfo" }, { - "id": 3961589695, - "method": "channels.getSponsoredMessages", + "id": 1609928480, + "method": "payments.launchPrepaidGiveaway", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "giveaway_id", + "type": "long" + }, + { + "name": "purpose", + "type": "InputStorePaymentPurpose" } ], - "type": "messages.SponsoredMessages" + "type": "Updates" }, { - "id": 231174382, - "method": "channels.getSendAs", + "id": 3222194131, + "method": "payments.getStarsTopupOptions", + "params": [], + "type": "Vector" + }, + { + "id": 273665959, + "method": "payments.getStarsStatus", "params": [ { "name": "peer", "type": "InputPeer" } ], - "type": "channels.SendAsPeers" + "type": "payments.StarsStatus" }, { - "id": 913655003, - "method": "channels.deleteParticipantHistory", + "id": 1731904249, + "method": "payments.getStarsTransactions", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "participant", + "name": "inbound", + "type": "flags.0?true" + }, + { + "name": "outbound", + "type": "flags.1?true" + }, + { + "name": "peer", "type": "InputPeer" + }, + { + "name": "offset", + "type": "string" } ], - "type": "messages.AffectedHistory" + "type": "payments.StarsStatus" }, { - "id": 3838547328, - "method": "channels.toggleJoinToSend", + "id": 45839133, + "method": "payments.sendStarsForm", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "enabled", - "type": "Bool" + "name": "form_id", + "type": "long" + }, + { + "name": "invoice", + "type": "InputInvoice" } ], - "type": "Updates" + "type": "payments.PaymentResult" }, { - "id": 1277789622, - "method": "channels.toggleJoinRequest", + "id": 632196938, + "method": "payments.refundStarsCharge", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "user_id", + "type": "InputUser" }, { - "name": "enabled", - "type": "Bool" + "name": "charge_id", + "type": "string" } ], "type": "Updates" }, { - "id": 3025988893, - "method": "channels.reorderUsernames", + "id": 2418125671, + "method": "stickers.createStickerSet", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "flags", + "type": "#" }, { - "name": "order", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 1358053637, - "method": "channels.toggleUsername", - "params": [ + "name": "masks", + "type": "flags.0?true" + }, { - "name": "channel", - "type": "InputChannel" + "name": "emojis", + "type": "flags.5?true" }, { - "name": "username", + "name": "text_color", + "type": "flags.6?true" + }, + { + "name": "user_id", + "type": "InputUser" + }, + { + "name": "title", "type": "string" }, { - "name": "active", - "type": "Bool" + "name": "short_name", + "type": "string" + }, + { + "name": "thumb", + "type": "flags.2?InputDocument" + }, + { + "name": "stickers", + "type": "Vector" + }, + { + "name": "software", + "type": "flags.3?string" } ], - "type": "Bool" + "type": "messages.StickerSet" }, { - "id": 170155475, - "method": "channels.deactivateAllUsernames", + "id": 4151709521, + "method": "stickers.removeStickerFromSet", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "sticker", + "type": "InputDocument" } ], - "type": "Bool" + "type": "messages.StickerSet" }, { - "id": 2754186025, - "method": "channels.toggleForum", + "id": 4290172106, + "method": "stickers.changeStickerPosition", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "sticker", + "type": "InputDocument" }, { - "name": "enabled", - "type": "Bool" + "name": "position", + "type": "int" } ], - "type": "Updates" + "type": "messages.StickerSet" }, { - "id": 4094427684, - "method": "channels.createForumTopic", + "id": 2253651646, + "method": "stickers.addStickerToSet", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "title", - "type": "string" - }, - { - "name": "icon_color", - "type": "flags.0?int" - }, - { - "name": "icon_emoji_id", - "type": "flags.3?long" - }, - { - "name": "random_id", - "type": "long" + "name": "stickerset", + "type": "InputStickerSet" }, { - "name": "send_as", - "type": "flags.2?InputPeer" + "name": "sticker", + "type": "InputStickerSetItem" } ], - "type": "Updates" + "type": "messages.StickerSet" }, { - "id": 233136337, - "method": "channels.getForumTopics", + "id": 2808763282, + "method": "stickers.setStickerSetThumb", "params": [ { "name": "flags", "type": "#" }, { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "q", - "type": "flags.0?string" - }, - { - "name": "offset_date", - "type": "int" - }, - { - "name": "offset_id", - "type": "int" + "name": "stickerset", + "type": "InputStickerSet" }, { - "name": "offset_topic", - "type": "int" + "name": "thumb", + "type": "flags.0?InputDocument" }, { - "name": "limit", - "type": "int" + "name": "thumb_document_id", + "type": "flags.1?long" } ], - "type": "messages.ForumTopics" + "type": "messages.StickerSet" }, { - "id": 2961383097, - "method": "channels.getForumTopicsByID", + "id": 676017721, + "method": "stickers.checkShortName", "params": [ { - "name": "channel", - "type": "InputChannel" - }, + "name": "short_name", + "type": "string" + } + ], + "type": "Bool" + }, + { + "id": 1303364867, + "method": "stickers.suggestShortName", + "params": [ { - "name": "topics", - "type": "Vector" + "name": "title", + "type": "string" } ], - "type": "messages.ForumTopics" + "type": "stickers.SuggestedShortName" }, { - "id": 4108296581, - "method": "channels.editForumTopic", + "id": 4115889852, + "method": "stickers.changeSticker", "params": [ { "name": "flags", "type": "#" }, { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "topic_id", - "type": "int" + "name": "sticker", + "type": "InputDocument" }, { - "name": "title", + "name": "emoji", "type": "flags.0?string" }, { - "name": "icon_emoji_id", - "type": "flags.1?long" - }, - { - "name": "closed", - "type": "flags.2?Bool" + "name": "mask_coords", + "type": "flags.1?MaskCoords" }, { - "name": "hidden", - "type": "flags.3?Bool" + "name": "keywords", + "type": "flags.2?string" } ], - "type": "Updates" + "type": "messages.StickerSet" }, { - "id": 1814925350, - "method": "channels.updatePinnedForumTopic", + "id": 306912256, + "method": "stickers.renameStickerSet", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "stickerset", + "type": "InputStickerSet" }, { - "name": "topic_id", - "type": "int" - }, + "name": "title", + "type": "string" + } + ], + "type": "messages.StickerSet" + }, + { + "id": 2272281492, + "method": "stickers.deleteStickerSet", + "params": [ { - "name": "pinned", - "type": "Bool" + "name": "stickerset", + "type": "InputStickerSet" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 876830509, - "method": "channels.deleteTopicHistory", + "id": 1184253338, + "method": "stickers.replaceSticker", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "sticker", + "type": "InputDocument" }, { - "name": "top_msg_id", - "type": "int" + "name": "new_sticker", + "type": "InputStickerSetItem" } ], - "type": "messages.AffectedHistory" + "type": "messages.StickerSet" }, { - "id": 693150095, - "method": "channels.reorderPinnedForumTopics", + "id": 1430593449, + "method": "phone.getCallConfig", + "params": [], + "type": "DataJSON" + }, + { + "id": 1124046573, + "method": "phone.requestCall", "params": [ { "name": "flags", "type": "#" }, { - "name": "force", + "name": "video", "type": "flags.0?true" }, { - "name": "channel", - "type": "InputChannel" + "name": "user_id", + "type": "InputUser" }, { - "name": "order", - "type": "Vector" - } - ], - "type": "Updates" - }, - { - "id": 1760814315, - "method": "channels.toggleAntiSpam", - "params": [ + "name": "random_id", + "type": "int" + }, { - "name": "channel", - "type": "InputChannel" + "name": "g_a_hash", + "type": "bytes" }, { - "name": "enabled", - "type": "Bool" + "name": "protocol", + "type": "PhoneCallProtocol" } ], - "type": "Updates" + "type": "phone.PhoneCall" }, { - "id": 2823857811, - "method": "channels.reportAntiSpamFalsePositive", + "id": 1003664544, + "method": "phone.acceptCall", "params": [ { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPhoneCall" }, { - "name": "msg_id", - "type": "int" - } - ], - "type": "Bool" - }, - { - "id": 1785624660, - "method": "channels.toggleParticipantsHidden", - "params": [ - { - "name": "channel", - "type": "InputChannel" + "name": "g_b", + "type": "bytes" }, { - "name": "enabled", - "type": "Bool" + "name": "protocol", + "type": "PhoneCallProtocol" } ], - "type": "Updates" + "type": "phone.PhoneCall" }, { - "id": 2854709741, - "method": "bots.sendCustomRequest", + "id": 788404002, + "method": "phone.confirmCall", "params": [ { - "name": "custom_method", - "type": "string" + "name": "peer", + "type": "InputPhoneCall" }, { - "name": "params", - "type": "DataJSON" + "name": "g_a", + "type": "bytes" + }, + { + "name": "key_fingerprint", + "type": "long" + }, + { + "name": "protocol", + "type": "PhoneCallProtocol" } ], - "type": "DataJSON" + "type": "phone.PhoneCall" }, { - "id": 3860938573, - "method": "bots.answerWebhookJSONQuery", + "id": 399855457, + "method": "phone.receivedCall", "params": [ { - "name": "query_id", - "type": "long" - }, - { - "name": "data", - "type": "DataJSON" + "name": "peer", + "type": "InputPhoneCall" } ], "type": "Bool" }, { - "id": 85399130, - "method": "bots.setBotCommands", + "id": 2999697856, + "method": "phone.discardCall", "params": [ { - "name": "scope", - "type": "BotCommandScope" + "name": "flags", + "type": "#" }, { - "name": "lang_code", - "type": "string" + "name": "video", + "type": "flags.0?true" }, { - "name": "commands", - "type": "Vector" - } - ], - "type": "Bool" - }, - { - "id": 1032708345, - "method": "bots.resetBotCommands", - "params": [ + "name": "peer", + "type": "InputPhoneCall" + }, { - "name": "scope", - "type": "BotCommandScope" + "name": "duration", + "type": "int" }, { - "name": "lang_code", - "type": "string" + "name": "reason", + "type": "PhoneCallDiscardReason" + }, + { + "name": "connection_id", + "type": "long" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 3813412310, - "method": "bots.getBotCommands", + "id": 1508562471, + "method": "phone.setCallRating", "params": [ { - "name": "scope", - "type": "BotCommandScope" + "name": "flags", + "type": "#" }, { - "name": "lang_code", + "name": "user_initiative", + "type": "flags.0?true" + }, + { + "name": "peer", + "type": "InputPhoneCall" + }, + { + "name": "rating", + "type": "int" + }, + { + "name": "comment", "type": "string" } ], - "type": "Vector" + "type": "Updates" }, { - "id": 1157944655, - "method": "bots.setBotMenuButton", + "id": 662363518, + "method": "phone.saveCallDebug", "params": [ { - "name": "user_id", - "type": "InputUser" + "name": "peer", + "type": "InputPhoneCall" }, { - "name": "button", - "type": "BotMenuButton" + "name": "debug", + "type": "DataJSON" } ], "type": "Bool" }, { - "id": 2623597352, - "method": "bots.getBotMenuButton", + "id": 4286223235, + "method": "phone.sendSignalingData", "params": [ { - "name": "user_id", - "type": "InputUser" - } - ], - "type": "BotMenuButton" - }, - { - "id": 2021942497, - "method": "bots.setBotBroadcastDefaultAdminRights", - "params": [ + "name": "peer", + "type": "InputPhoneCall" + }, { - "name": "admin_rights", - "type": "ChatAdminRights" + "name": "data", + "type": "bytes" } ], "type": "Bool" }, { - "id": 2455685610, - "method": "bots.setBotGroupDefaultAdminRights", + "id": 1221445336, + "method": "phone.createGroupCall", "params": [ { - "name": "admin_rights", - "type": "ChatAdminRights" + "name": "flags", + "type": "#" + }, + { + "name": "rtmp_stream", + "type": "flags.2?true" + }, + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "random_id", + "type": "int" + }, + { + "name": "title", + "type": "flags.0?string" + }, + { + "name": "schedule_date", + "type": "flags.1?int" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 282013987, - "method": "bots.setBotInfo", + "id": 2972909435, + "method": "phone.joinGroupCall", "params": [ { "name": "flags", "type": "#" }, { - "name": "bot", - "type": "flags.2?InputUser" + "name": "muted", + "type": "flags.0?true" }, { - "name": "lang_code", - "type": "string" + "name": "video_stopped", + "type": "flags.2?true" }, { - "name": "name", - "type": "flags.3?string" + "name": "call", + "type": "InputGroupCall" }, { - "name": "about", - "type": "flags.0?string" + "name": "join_as", + "type": "InputPeer" }, { - "name": "description", + "name": "invite_hash", "type": "flags.1?string" + }, + { + "name": "params", + "type": "DataJSON" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 3705214205, - "method": "bots.getBotInfo", + "id": 1342404601, + "method": "phone.leaveGroupCall", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "bot", - "type": "flags.0?InputUser" + "name": "call", + "type": "InputGroupCall" }, { - "name": "lang_code", - "type": "string" + "name": "source", + "type": "int" } ], - "type": "bots.BotInfo" + "type": "Updates" }, { - "id": 2533994946, - "method": "bots.reorderUsernames", + "id": 2067345760, + "method": "phone.inviteToGroupCall", "params": [ { - "name": "bot", - "type": "InputUser" + "name": "call", + "type": "InputGroupCall" }, { - "name": "order", - "type": "Vector" + "name": "users", + "type": "Vector" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 87861619, - "method": "bots.toggleUsername", + "id": 2054648117, + "method": "phone.discardGroupCall", "params": [ { - "name": "bot", - "type": "InputUser" + "name": "call", + "type": "InputGroupCall" + } + ], + "type": "Updates" + }, + { + "id": 1958458429, + "method": "phone.toggleGroupCallSettings", + "params": [ + { + "name": "flags", + "type": "#" }, { - "name": "username", - "type": "string" + "name": "reset_invite_hash", + "type": "flags.1?true" }, { - "name": "active", - "type": "Bool" + "name": "call", + "type": "InputGroupCall" + }, + { + "name": "join_muted", + "type": "flags.0?Bool" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 924093883, - "method": "payments.getPaymentForm", + "id": 68699611, + "method": "phone.getGroupCall", "params": [ { - "name": "flags", - "type": "#" + "name": "call", + "type": "InputGroupCall" + }, + { + "name": "limit", + "type": "int" + } + ], + "type": "phone.GroupCall" + }, + { + "id": 3310934187, + "method": "phone.getGroupParticipants", + "params": [ + { + "name": "call", + "type": "InputGroupCall" + }, + { + "name": "ids", + "type": "Vector" }, { - "name": "invoice", - "type": "InputInvoice" + "name": "sources", + "type": "Vector" }, { - "name": "theme_params", - "type": "flags.0?DataJSON" + "name": "offset", + "type": "string" + }, + { + "name": "limit", + "type": "int" } ], - "type": "payments.PaymentForm" + "type": "phone.GroupParticipants" }, { - "id": 611897804, - "method": "payments.getPaymentReceipt", + "id": 3046963575, + "method": "phone.checkGroupCall", "params": [ { - "name": "peer", - "type": "InputPeer" + "name": "call", + "type": "InputGroupCall" }, { - "name": "msg_id", - "type": "int" + "name": "sources", + "type": "Vector" } ], - "type": "payments.PaymentReceipt" + "type": "Vector" }, { - "id": 3066622251, - "method": "payments.validateRequestedInfo", + "id": 4045981448, + "method": "phone.toggleGroupCallRecord", "params": [ { "name": "flags", "type": "#" }, { - "name": "save", + "name": "start", "type": "flags.0?true" }, { - "name": "invoice", - "type": "InputInvoice" + "name": "video", + "type": "flags.2?true" }, { - "name": "info", - "type": "PaymentRequestedInfo" + "name": "call", + "type": "InputGroupCall" + }, + { + "name": "title", + "type": "flags.1?string" + }, + { + "name": "video_portrait", + "type": "flags.2?Bool" } ], - "type": "payments.ValidatedRequestedInfo" + "type": "Updates" }, { - "id": 755192367, - "method": "payments.sendPaymentForm", + "id": 2770811583, + "method": "phone.editGroupCallParticipant", "params": [ { "name": "flags", "type": "#" }, { - "name": "form_id", - "type": "long" + "name": "call", + "type": "InputGroupCall" }, { - "name": "invoice", - "type": "InputInvoice" + "name": "participant", + "type": "InputPeer" }, { - "name": "requested_info_id", - "type": "flags.0?string" + "name": "muted", + "type": "flags.0?Bool" }, { - "name": "shipping_option_id", - "type": "flags.1?string" + "name": "volume", + "type": "flags.1?int" }, { - "name": "credentials", - "type": "InputPaymentCredentials" + "name": "raise_hand", + "type": "flags.2?Bool" }, { - "name": "tip_amount", - "type": "flags.2?long" - } - ], - "type": "payments.PaymentResult" - }, - { - "id": 578650699, - "method": "payments.getSavedInfo", - "params": [], - "type": "payments.SavedInfo" - }, - { - "id": 3627905217, - "method": "payments.clearSavedInfo", - "params": [ - { - "name": "flags", - "type": "#" + "name": "video_stopped", + "type": "flags.3?Bool" }, { - "name": "credentials", - "type": "flags.0?true" + "name": "video_paused", + "type": "flags.4?Bool" }, { - "name": "info", - "type": "flags.1?true" + "name": "presentation_paused", + "type": "flags.5?Bool" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 779736953, - "method": "payments.getBankCardData", + "id": 480685066, + "method": "phone.editGroupCallTitle", "params": [ { - "name": "number", + "name": "call", + "type": "InputGroupCall" + }, + { + "name": "title", "type": "string" } ], - "type": "payments.BankCardData" + "type": "Updates" }, { - "id": 261206117, - "method": "payments.exportInvoice", + "id": 4017889594, + "method": "phone.getGroupCallJoinAs", "params": [ { - "name": "invoice_media", - "type": "InputMedia" + "name": "peer", + "type": "InputPeer" } ], - "type": "payments.ExportedInvoice" + "type": "phone.JoinAsPeers" }, { - "id": 2163045501, - "method": "payments.assignAppStoreTransaction", + "id": 3869926527, + "method": "phone.exportGroupCallInvite", "params": [ { - "name": "receipt", - "type": "bytes" + "name": "flags", + "type": "#" }, { - "name": "purpose", - "type": "InputStorePaymentPurpose" + "name": "can_self_unmute", + "type": "flags.0?true" + }, + { + "name": "call", + "type": "InputGroupCall" } ], - "type": "Updates" + "type": "phone.ExportedGroupCallInvite" }, { - "id": 3757920467, - "method": "payments.assignPlayMarketTransaction", + "id": 563885286, + "method": "phone.toggleGroupCallStartSubscription", "params": [ { - "name": "receipt", - "type": "DataJSON" + "name": "call", + "type": "InputGroupCall" }, { - "name": "purpose", - "type": "InputStorePaymentPurpose" + "name": "subscribed", + "type": "Bool" } ], "type": "Updates" }, { - "id": 2680266422, - "method": "payments.canPurchasePremium", + "id": 1451287362, + "method": "phone.startScheduledGroupCall", "params": [ { - "name": "purpose", - "type": "InputStorePaymentPurpose" + "name": "call", + "type": "InputGroupCall" } ], - "type": "Bool" + "type": "Updates" }, { - "id": 2418125671, - "method": "stickers.createStickerSet", + "id": 1465786252, + "method": "phone.saveDefaultGroupCallJoinAs", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "masks", - "type": "flags.0?true" - }, - { - "name": "animated", - "type": "flags.1?true" - }, - { - "name": "videos", - "type": "flags.4?true" - }, - { - "name": "emojis", - "type": "flags.5?true" - }, - { - "name": "text_color", - "type": "flags.6?true" - }, - { - "name": "user_id", - "type": "InputUser" - }, - { - "name": "title", - "type": "string" - }, - { - "name": "short_name", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "thumb", - "type": "flags.2?InputDocument" - }, + "name": "join_as", + "type": "InputPeer" + } + ], + "type": "Bool" + }, + { + "id": 3421137860, + "method": "phone.joinGroupCallPresentation", + "params": [ { - "name": "stickers", - "type": "Vector" + "name": "call", + "type": "InputGroupCall" }, { - "name": "software", - "type": "flags.3?string" + "name": "params", + "type": "DataJSON" } ], - "type": "messages.StickerSet" + "type": "Updates" }, { - "id": 4151709521, - "method": "stickers.removeStickerFromSet", + "id": 475058500, + "method": "phone.leaveGroupCallPresentation", "params": [ { - "name": "sticker", - "type": "InputDocument" + "name": "call", + "type": "InputGroupCall" } ], - "type": "messages.StickerSet" + "type": "Updates" }, { - "id": 4290172106, - "method": "stickers.changeStickerPosition", - "params": [ - { - "name": "sticker", - "type": "InputDocument" - }, + "id": 447879488, + "method": "phone.getGroupCallStreamChannels", + "params": [ { - "name": "position", - "type": "int" + "name": "call", + "type": "InputGroupCall" } ], - "type": "messages.StickerSet" + "type": "phone.GroupCallStreamChannels" }, { - "id": 2253651646, - "method": "stickers.addStickerToSet", + "id": 3736316863, + "method": "phone.getGroupCallStreamRtmpUrl", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" + "name": "peer", + "type": "InputPeer" }, { - "name": "sticker", - "type": "InputStickerSetItem" + "name": "revoke", + "type": "Bool" } ], - "type": "messages.StickerSet" + "type": "phone.GroupCallStreamRtmpUrl" }, { - "id": 2808763282, - "method": "stickers.setStickerSetThumb", + "id": 1092913030, + "method": "phone.saveCallLog", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "stickerset", - "type": "InputStickerSet" - }, - { - "name": "thumb", - "type": "flags.0?InputDocument" + "name": "peer", + "type": "InputPhoneCall" }, { - "name": "thumb_document_id", - "type": "flags.1?long" + "name": "file", + "type": "InputFile" } ], - "type": "messages.StickerSet" + "type": "Bool" }, { - "id": 676017721, - "method": "stickers.checkShortName", + "id": 4075959050, + "method": "langpack.getLangPack", "params": [ { - "name": "short_name", + "name": "lang_pack", + "type": "string" + }, + { + "name": "lang_code", "type": "string" } ], - "type": "Bool" + "type": "LangPackDifference" }, { - "id": 1303364867, - "method": "stickers.suggestShortName", + "id": 4025104387, + "method": "langpack.getStrings", "params": [ { - "name": "title", + "name": "lang_pack", + "type": "string" + }, + { + "name": "lang_code", "type": "string" + }, + { + "name": "keys", + "type": "Vector" } ], - "type": "stickers.SuggestedShortName" + "type": "Vector" }, { - "id": 4115889852, - "method": "stickers.changeSticker", + "id": 3449309861, + "method": "langpack.getDifference", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "sticker", - "type": "InputDocument" + "name": "lang_pack", + "type": "string" }, { - "name": "emoji", - "type": "flags.0?string" + "name": "lang_code", + "type": "string" }, { - "name": "mask_coords", - "type": "flags.1?MaskCoords" - }, + "name": "from_version", + "type": "int" + } + ], + "type": "LangPackDifference" + }, + { + "id": 1120311183, + "method": "langpack.getLanguages", + "params": [ { - "name": "keywords", - "type": "flags.2?string" + "name": "lang_pack", + "type": "string" } ], - "type": "messages.StickerSet" + "type": "Vector" }, { - "id": 306912256, - "method": "stickers.renameStickerSet", + "id": 1784243458, + "method": "langpack.getLanguage", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" + "name": "lang_pack", + "type": "string" }, { - "name": "title", + "name": "lang_code", "type": "string" } ], - "type": "messages.StickerSet" + "type": "LangPackLanguage" }, { - "id": 2272281492, - "method": "stickers.deleteStickerSet", + "id": 1749536939, + "method": "folders.editPeerFolders", "params": [ { - "name": "stickerset", - "type": "InputStickerSet" + "name": "folder_peers", + "type": "Vector" } ], - "type": "Bool" - }, - { - "id": 1430593449, - "method": "phone.getCallConfig", - "params": [], - "type": "DataJSON" + "type": "Updates" }, { - "id": 1124046573, - "method": "phone.requestCall", + "id": 2873246746, + "method": "stats.getBroadcastStats", "params": [ { "name": "flags", "type": "#" }, { - "name": "video", + "name": "dark", "type": "flags.0?true" }, { - "name": "user_id", - "type": "InputUser" - }, + "name": "channel", + "type": "InputChannel" + } + ], + "type": "stats.BroadcastStats" + }, + { + "id": 1646092192, + "method": "stats.loadAsyncGraph", + "params": [ { - "name": "random_id", - "type": "int" + "name": "flags", + "type": "#" }, { - "name": "g_a_hash", - "type": "bytes" + "name": "token", + "type": "string" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "x", + "type": "flags.0?long" } ], - "type": "phone.PhoneCall" + "type": "StatsGraph" }, { - "id": 1003664544, - "method": "phone.acceptCall", + "id": 3705636359, + "method": "stats.getMegagroupStats", "params": [ { - "name": "peer", - "type": "InputPhoneCall" + "name": "flags", + "type": "#" }, { - "name": "g_b", - "type": "bytes" + "name": "dark", + "type": "flags.0?true" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "channel", + "type": "InputChannel" } ], - "type": "phone.PhoneCall" + "type": "stats.MegagroupStats" }, { - "id": 788404002, - "method": "phone.confirmCall", + "id": 1595212100, + "method": "stats.getMessagePublicForwards", "params": [ { - "name": "peer", - "type": "InputPhoneCall" + "name": "channel", + "type": "InputChannel" }, { - "name": "g_a", - "type": "bytes" + "name": "msg_id", + "type": "int" }, { - "name": "key_fingerprint", - "type": "long" + "name": "offset", + "type": "string" }, { - "name": "protocol", - "type": "PhoneCallProtocol" + "name": "limit", + "type": "int" } ], - "type": "phone.PhoneCall" + "type": "stats.PublicForwards" }, { - "id": 399855457, - "method": "phone.receivedCall", + "id": 3068175349, + "method": "stats.getMessageStats", "params": [ { - "name": "peer", - "type": "InputPhoneCall" + "name": "flags", + "type": "#" + }, + { + "name": "dark", + "type": "flags.0?true" + }, + { + "name": "channel", + "type": "InputChannel" + }, + { + "name": "msg_id", + "type": "int" } ], - "type": "Bool" + "type": "stats.MessageStats" }, { - "id": 2999697856, - "method": "phone.discardCall", + "id": 927985472, + "method": "stats.getStoryStats", "params": [ { "name": "flags", "type": "#" }, { - "name": "video", + "name": "dark", "type": "flags.0?true" }, { "name": "peer", - "type": "InputPhoneCall" + "type": "InputPeer" }, { - "name": "duration", + "name": "id", + "type": "int" + } + ], + "type": "stats.StoryStats" + }, + { + "id": 2789441270, + "method": "stats.getStoryPublicForwards", + "params": [ + { + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", "type": "int" }, { - "name": "reason", - "type": "PhoneCallDiscardReason" + "name": "offset", + "type": "string" }, { - "name": "connection_id", - "type": "long" + "name": "limit", + "type": "int" } ], - "type": "Updates" + "type": "stats.PublicForwards" }, { - "id": 1508562471, - "method": "phone.setCallRating", + "id": 1977595505, + "method": "stats.getBroadcastRevenueStats", "params": [ { "name": "flags", "type": "#" }, { - "name": "user_initiative", + "name": "dark", "type": "flags.0?true" }, { - "name": "peer", - "type": "InputPhoneCall" - }, - { - "name": "rating", - "type": "int" - }, - { - "name": "comment", - "type": "string" + "name": "channel", + "type": "InputChannel" } ], - "type": "Updates" + "type": "stats.BroadcastRevenueStats" }, { - "id": 662363518, - "method": "phone.saveCallDebug", + "id": 711323507, + "method": "stats.getBroadcastRevenueWithdrawalUrl", "params": [ { - "name": "peer", - "type": "InputPhoneCall" + "name": "channel", + "type": "InputChannel" }, { - "name": "debug", - "type": "DataJSON" + "name": "password", + "type": "InputCheckPasswordSRP" } ], - "type": "Bool" + "type": "stats.BroadcastRevenueWithdrawalUrl" }, { - "id": 4286223235, - "method": "phone.sendSignalingData", + "id": 6891535, + "method": "stats.getBroadcastRevenueTransactions", "params": [ { - "name": "peer", - "type": "InputPhoneCall" + "name": "channel", + "type": "InputChannel" }, { - "name": "data", - "type": "bytes" + "name": "offset", + "type": "int" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Bool" + "type": "stats.BroadcastRevenueTransactions" }, { - "id": 1221445336, - "method": "phone.createGroupCall", + "id": 2222081934, + "method": "chatlists.exportChatlistInvite", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "rtmp_stream", - "type": "flags.2?true" + "name": "chatlist", + "type": "InputChatlist" }, { - "name": "peer", - "type": "InputPeer" + "name": "title", + "type": "string" }, { - "name": "random_id", - "type": "int" - }, + "name": "peers", + "type": "Vector" + } + ], + "type": "chatlists.ExportedChatlistInvite" + }, + { + "id": 1906072670, + "method": "chatlists.deleteExportedInvite", + "params": [ { - "name": "title", - "type": "flags.0?string" + "name": "chatlist", + "type": "InputChatlist" }, { - "name": "schedule_date", - "type": "flags.1?int" + "name": "slug", + "type": "string" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 2972909435, - "method": "phone.joinGroupCall", + "id": 1698543165, + "method": "chatlists.editExportedInvite", "params": [ { "name": "flags", "type": "#" }, { - "name": "muted", - "type": "flags.0?true" + "name": "chatlist", + "type": "InputChatlist" }, { - "name": "video_stopped", - "type": "flags.2?true" + "name": "slug", + "type": "string" }, { - "name": "call", - "type": "InputGroupCall" + "name": "title", + "type": "flags.1?string" }, { - "name": "join_as", - "type": "InputPeer" - }, + "name": "peers", + "type": "flags.2?Vector" + } + ], + "type": "ExportedChatlistInvite" + }, + { + "id": 3456359043, + "method": "chatlists.getExportedInvites", + "params": [ { - "name": "invite_hash", - "type": "flags.1?string" - }, + "name": "chatlist", + "type": "InputChatlist" + } + ], + "type": "chatlists.ExportedInvites" + }, + { + "id": 1103171583, + "method": "chatlists.checkChatlistInvite", + "params": [ { - "name": "params", - "type": "DataJSON" + "name": "slug", + "type": "string" } ], - "type": "Updates" + "type": "chatlists.ChatlistInvite" }, { - "id": 1342404601, - "method": "phone.leaveGroupCall", + "id": 2796675994, + "method": "chatlists.joinChatlistInvite", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "slug", + "type": "string" }, { - "name": "source", - "type": "int" + "name": "peers", + "type": "Vector" } ], "type": "Updates" }, { - "id": 2067345760, - "method": "phone.inviteToGroupCall", + "id": 2302776609, + "method": "chatlists.getChatlistUpdates", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "chatlist", + "type": "InputChatlist" + } + ], + "type": "chatlists.ChatlistUpdates" + }, + { + "id": 3767138549, + "method": "chatlists.joinChatlistUpdates", + "params": [ + { + "name": "chatlist", + "type": "InputChatlist" }, { - "name": "users", - "type": "Vector" + "name": "peers", + "type": "Vector" } ], "type": "Updates" }, { - "id": 2054648117, - "method": "phone.discardGroupCall", + "id": 1726252795, + "method": "chatlists.hideChatlistUpdates", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "chatlist", + "type": "InputChatlist" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 1958458429, - "method": "phone.toggleGroupCallSettings", + "id": 4257011476, + "method": "chatlists.getLeaveChatlistSuggestions", "params": [ { - "name": "flags", - "type": "#" - }, - { - "name": "reset_invite_hash", - "type": "flags.1?true" - }, + "name": "chatlist", + "type": "InputChatlist" + } + ], + "type": "Vector" + }, + { + "id": 1962598714, + "method": "chatlists.leaveChatlist", + "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "chatlist", + "type": "InputChatlist" }, { - "name": "join_muted", - "type": "flags.0?Bool" + "name": "peers", + "type": "Vector" } ], "type": "Updates" }, { - "id": 68699611, - "method": "phone.getGroupCall", + "id": 3353337821, + "method": "stories.canSendStory", "params": [ { - "name": "call", - "type": "InputGroupCall" - }, - { - "name": "limit", - "type": "int" + "name": "peer", + "type": "InputPeer" } ], - "type": "phone.GroupCall" + "type": "Bool" }, { - "id": 3310934187, - "method": "phone.getGroupParticipants", + "id": 3840305483, + "method": "stories.sendStory", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "flags", + "type": "#" }, { - "name": "ids", - "type": "Vector" + "name": "pinned", + "type": "flags.2?true" }, { - "name": "sources", - "type": "Vector" + "name": "noforwards", + "type": "flags.4?true" }, { - "name": "offset", - "type": "string" + "name": "fwd_modified", + "type": "flags.7?true" }, { - "name": "limit", - "type": "int" - } - ], - "type": "phone.GroupParticipants" - }, - { - "id": 3046963575, - "method": "phone.checkGroupCall", - "params": [ + "name": "peer", + "type": "InputPeer" + }, { - "name": "call", - "type": "InputGroupCall" + "name": "media", + "type": "InputMedia" + }, + { + "name": "media_areas", + "type": "flags.5?Vector" + }, + { + "name": "caption", + "type": "flags.0?string" }, { - "name": "sources", - "type": "Vector" - } - ], - "type": "Vector" - }, - { - "id": 4045981448, - "method": "phone.toggleGroupCallRecord", - "params": [ - { - "name": "flags", - "type": "#" + "name": "entities", + "type": "flags.1?Vector" }, { - "name": "start", - "type": "flags.0?true" + "name": "privacy_rules", + "type": "Vector" }, { - "name": "video", - "type": "flags.2?true" + "name": "random_id", + "type": "long" }, { - "name": "call", - "type": "InputGroupCall" + "name": "period", + "type": "flags.3?int" }, { - "name": "title", - "type": "flags.1?string" + "name": "fwd_from_id", + "type": "flags.6?InputPeer" }, { - "name": "video_portrait", - "type": "flags.2?Bool" + "name": "fwd_from_story", + "type": "flags.6?int" } ], "type": "Updates" }, { - "id": 2770811583, - "method": "phone.editGroupCallParticipant", + "id": 3045308998, + "method": "stories.editStory", "params": [ { "name": "flags", "type": "#" }, { - "name": "call", - "type": "InputGroupCall" - }, - { - "name": "participant", + "name": "peer", "type": "InputPeer" }, { - "name": "muted", - "type": "flags.0?Bool" + "name": "id", + "type": "int" }, { - "name": "volume", - "type": "flags.1?int" + "name": "media", + "type": "flags.0?InputMedia" }, { - "name": "raise_hand", - "type": "flags.2?Bool" + "name": "media_areas", + "type": "flags.3?Vector" }, { - "name": "video_stopped", - "type": "flags.3?Bool" + "name": "caption", + "type": "flags.1?string" }, { - "name": "video_paused", - "type": "flags.4?Bool" + "name": "entities", + "type": "flags.1?Vector" }, { - "name": "presentation_paused", - "type": "flags.5?Bool" + "name": "privacy_rules", + "type": "flags.2?Vector" } ], "type": "Updates" }, { - "id": 480685066, - "method": "phone.editGroupCallTitle", + "id": 2925124447, + "method": "stories.deleteStories", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "peer", + "type": "InputPeer" }, { - "name": "title", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "Updates" + "type": "Vector" }, { - "id": 4017889594, - "method": "phone.getGroupCallJoinAs", + "id": 2591400431, + "method": "stories.togglePinned", "params": [ { "name": "peer", "type": "InputPeer" + }, + { + "name": "id", + "type": "Vector" + }, + { + "name": "pinned", + "type": "Bool" } ], - "type": "phone.JoinAsPeers" + "type": "Vector" }, { - "id": 3869926527, - "method": "phone.exportGroupCallInvite", + "id": 4004566565, + "method": "stories.getAllStories", "params": [ { "name": "flags", "type": "#" }, { - "name": "can_self_unmute", - "type": "flags.0?true" + "name": "next", + "type": "flags.1?true" }, { - "name": "call", - "type": "InputGroupCall" + "name": "hidden", + "type": "flags.2?true" + }, + { + "name": "state", + "type": "flags.0?string" } ], - "type": "phone.ExportedGroupCallInvite" + "type": "stories.AllStories" }, { - "id": 563885286, - "method": "phone.toggleGroupCallStartSubscription", + "id": 1478600156, + "method": "stories.getPinnedStories", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "peer", + "type": "InputPeer" }, { - "name": "subscribed", - "type": "Bool" - } - ], - "type": "Updates" - }, - { - "id": 1451287362, - "method": "phone.startScheduledGroupCall", - "params": [ + "name": "offset_id", + "type": "int" + }, { - "name": "call", - "type": "InputGroupCall" + "name": "limit", + "type": "int" } ], - "type": "Updates" + "type": "stories.Stories" }, { - "id": 1465786252, - "method": "phone.saveDefaultGroupCallJoinAs", + "id": 3023380502, + "method": "stories.getStoriesArchive", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "join_as", - "type": "InputPeer" - } - ], - "type": "Bool" - }, - { - "id": 3421137860, - "method": "phone.joinGroupCallPresentation", - "params": [ - { - "name": "call", - "type": "InputGroupCall" + "name": "offset_id", + "type": "int" }, { - "name": "params", - "type": "DataJSON" + "name": "limit", + "type": "int" } ], - "type": "Updates" + "type": "stories.Stories" }, { - "id": 475058500, - "method": "phone.leaveGroupCallPresentation", + "id": 1467271796, + "method": "stories.getStoriesByID", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "Vector" } ], - "type": "Updates" + "type": "stories.Stories" }, { - "id": 447879488, - "method": "phone.getGroupCallStreamChannels", + "id": 2082822084, + "method": "stories.toggleAllStoriesHidden", "params": [ { - "name": "call", - "type": "InputGroupCall" + "name": "hidden", + "type": "Bool" } ], - "type": "phone.GroupCallStreamChannels" + "type": "Bool" }, { - "id": 3736316863, - "method": "phone.getGroupCallStreamRtmpUrl", + "id": 2773932744, + "method": "stories.readStories", "params": [ { "name": "peer", "type": "InputPeer" }, { - "name": "revoke", - "type": "Bool" + "name": "max_id", + "type": "int" } ], - "type": "phone.GroupCallStreamRtmpUrl" + "type": "Vector" }, { - "id": 1092913030, - "method": "phone.saveCallLog", + "id": 2986511099, + "method": "stories.incrementStoryViews", "params": [ { "name": "peer", - "type": "InputPhoneCall" + "type": "InputPeer" }, { - "name": "file", - "type": "InputFile" + "name": "id", + "type": "Vector" } ], "type": "Bool" }, { - "id": 4075959050, - "method": "langpack.getLangPack", + "id": 2127707223, + "method": "stories.getStoryViewsList", "params": [ { - "name": "lang_pack", - "type": "string" + "name": "flags", + "type": "#" }, { - "name": "lang_code", - "type": "string" - } - ], - "type": "LangPackDifference" - }, - { - "id": 4025104387, - "method": "langpack.getStrings", - "params": [ - { - "name": "lang_pack", - "type": "string" + "name": "just_contacts", + "type": "flags.0?true" }, { - "name": "lang_code", - "type": "string" + "name": "reactions_first", + "type": "flags.2?true" }, { - "name": "keys", - "type": "Vector" - } - ], - "type": "Vector" - }, - { - "id": 3449309861, - "method": "langpack.getDifference", - "params": [ + "name": "forwards_first", + "type": "flags.3?true" + }, { - "name": "lang_pack", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "lang_code", - "type": "string" + "name": "q", + "type": "flags.1?string" }, { - "name": "from_version", + "name": "id", "type": "int" - } - ], - "type": "LangPackDifference" - }, - { - "id": 1120311183, - "method": "langpack.getLanguages", - "params": [ + }, { - "name": "lang_pack", + "name": "offset", "type": "string" + }, + { + "name": "limit", + "type": "int" } ], - "type": "Vector" + "type": "stories.StoryViewsList" }, { - "id": 1784243458, - "method": "langpack.getLanguage", + "id": 685862088, + "method": "stories.getStoriesViews", "params": [ { - "name": "lang_pack", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "lang_code", - "type": "string" + "name": "id", + "type": "Vector" } ], - "type": "LangPackLanguage" + "type": "stories.StoryViews" }, { - "id": 1749536939, - "method": "folders.editPeerFolders", + "id": 2072899360, + "method": "stories.exportStoryLink", "params": [ { - "name": "folder_peers", - "type": "Vector" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "id", + "type": "int" } ], - "type": "Updates" + "type": "ExportedStoryLink" }, { - "id": 2873246746, - "method": "stats.getBroadcastStats", + "id": 421788300, + "method": "stories.report", "params": [ { - "name": "flags", - "type": "#" + "name": "peer", + "type": "InputPeer" }, { - "name": "dark", - "type": "flags.0?true" + "name": "id", + "type": "Vector" }, { - "name": "channel", - "type": "InputChannel" + "name": "reason", + "type": "ReportReason" + }, + { + "name": "message", + "type": "string" } ], - "type": "stats.BroadcastStats" + "type": "Bool" }, { - "id": 1646092192, - "method": "stats.loadAsyncGraph", + "id": 1471926630, + "method": "stories.activateStealthMode", "params": [ { "name": "flags", "type": "#" }, { - "name": "token", - "type": "string" + "name": "past", + "type": "flags.0?true" }, { - "name": "x", - "type": "flags.0?long" + "name": "future", + "type": "flags.1?true" } ], - "type": "StatsGraph" + "type": "Updates" }, { - "id": 3705636359, - "method": "stats.getMegagroupStats", + "id": 2144810674, + "method": "stories.sendReaction", "params": [ { "name": "flags", "type": "#" }, { - "name": "dark", + "name": "add_to_recent", "type": "flags.0?true" }, { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPeer" + }, + { + "name": "story_id", + "type": "int" + }, + { + "name": "reaction", + "type": "Reaction" } ], - "type": "stats.MegagroupStats" + "type": "Updates" }, { - "id": 1445996571, - "method": "stats.getMessagePublicForwards", + "id": 743103056, + "method": "stories.getPeerStories", "params": [ { - "name": "channel", - "type": "InputChannel" - }, - { - "name": "msg_id", - "type": "int" - }, + "name": "peer", + "type": "InputPeer" + } + ], + "type": "stories.PeerStories" + }, + { + "id": 2606426105, + "method": "stories.getAllReadPeerStories", + "params": [], + "type": "Updates" + }, + { + "id": 1398375363, + "method": "stories.getPeerMaxIDs", + "params": [ { - "name": "offset_rate", - "type": "int" - }, + "name": "id", + "type": "Vector" + } + ], + "type": "Vector" + }, + { + "id": 2775223136, + "method": "stories.getChatsToSend", + "params": [], + "type": "messages.Chats" + }, + { + "id": 3171161540, + "method": "stories.togglePeerStoriesHidden", + "params": [ { - "name": "offset_peer", + "name": "peer", "type": "InputPeer" }, { - "name": "offset_id", - "type": "int" - }, - { - "name": "limit", - "type": "int" + "name": "hidden", + "type": "Bool" } ], - "type": "messages.Messages" + "type": "Bool" }, { - "id": 3068175349, - "method": "stats.getMessageStats", + "id": 3115485215, + "method": "stories.getStoryReactionsList", "params": [ { "name": "flags", "type": "#" }, { - "name": "dark", - "type": "flags.0?true" + "name": "forwards_first", + "type": "flags.2?true" }, { - "name": "channel", - "type": "InputChannel" + "name": "peer", + "type": "InputPeer" }, { - "name": "msg_id", + "name": "id", "type": "int" - } - ], - "type": "stats.MessageStats" - }, - { - "id": 2222081934, - "method": "chatlists.exportChatlistInvite", - "params": [ + }, { - "name": "chatlist", - "type": "InputChatlist" + "name": "reaction", + "type": "flags.0?Reaction" }, { - "name": "title", - "type": "string" + "name": "offset", + "type": "flags.1?string" }, { - "name": "peers", - "type": "Vector" + "name": "limit", + "type": "int" } ], - "type": "chatlists.ExportedChatlistInvite" + "type": "stories.StoryReactionsList" }, { - "id": 1906072670, - "method": "chatlists.deleteExportedInvite", + "id": 187268763, + "method": "stories.togglePinnedToTop", "params": [ { - "name": "chatlist", - "type": "InputChatlist" + "name": "peer", + "type": "InputPeer" }, { - "name": "slug", - "type": "string" + "name": "id", + "type": "Vector" } ], "type": "Bool" }, { - "id": 1698543165, - "method": "chatlists.editExportedInvite", + "id": 1626764896, + "method": "premium.getBoostsList", "params": [ { "name": "flags", "type": "#" }, { - "name": "chatlist", - "type": "InputChatlist" + "name": "gifts", + "type": "flags.0?true" }, { - "name": "slug", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "title", - "type": "flags.1?string" + "name": "offset", + "type": "string" }, { - "name": "peers", - "type": "flags.2?Vector" + "name": "limit", + "type": "int" } ], - "type": "ExportedChatlistInvite" + "type": "premium.BoostsList" }, { - "id": 3456359043, - "method": "chatlists.getExportedInvites", + "id": 199719754, + "method": "premium.getMyBoosts", + "params": [], + "type": "premium.MyBoosts" + }, + { + "id": 1803396934, + "method": "premium.applyBoost", "params": [ { - "name": "chatlist", - "type": "InputChatlist" + "name": "flags", + "type": "#" + }, + { + "name": "slots", + "type": "flags.0?Vector" + }, + { + "name": "peer", + "type": "InputPeer" } ], - "type": "chatlists.ExportedInvites" + "type": "premium.MyBoosts" }, { - "id": 1103171583, - "method": "chatlists.checkChatlistInvite", + "id": 70197089, + "method": "premium.getBoostsStatus", "params": [ { - "name": "slug", - "type": "string" + "name": "peer", + "type": "InputPeer" } ], - "type": "chatlists.ChatlistInvite" + "type": "premium.BoostsStatus" }, { - "id": 2796675994, - "method": "chatlists.joinChatlistInvite", + "id": 965037343, + "method": "premium.getUserBoosts", "params": [ { - "name": "slug", - "type": "string" + "name": "peer", + "type": "InputPeer" }, { - "name": "peers", - "type": "Vector" + "name": "user_id", + "type": "InputUser" } ], - "type": "Updates" + "type": "premium.BoostsList" }, { - "id": 2302776609, - "method": "chatlists.getChatlistUpdates", - "params": [ - { - "name": "chatlist", - "type": "InputChatlist" - } - ], - "type": "chatlists.ChatlistUpdates" + "id": 249313744, + "method": "smsjobs.isEligibleToJoin", + "params": [], + "type": "smsjobs.EligibilityToJoin" }, { - "id": 3767138549, - "method": "chatlists.joinChatlistUpdates", + "id": 2806959661, + "method": "smsjobs.join", + "params": [], + "type": "Bool" + }, + { + "id": 2560142707, + "method": "smsjobs.leave", + "params": [], + "type": "Bool" + }, + { + "id": 155164863, + "method": "smsjobs.updateSettings", "params": [ { - "name": "chatlist", - "type": "InputChatlist" + "name": "flags", + "type": "#" }, { - "name": "peers", - "type": "Vector" + "name": "allow_international", + "type": "flags.0?true" } ], - "type": "Updates" + "type": "Bool" }, { - "id": 1726252795, - "method": "chatlists.hideChatlistUpdates", + "id": 279353576, + "method": "smsjobs.getStatus", + "params": [], + "type": "smsjobs.Status" + }, + { + "id": 2005766191, + "method": "smsjobs.getSmsJob", "params": [ { - "name": "chatlist", - "type": "InputChatlist" + "name": "job_id", + "type": "string" } ], - "type": "Bool" + "type": "SmsJob" }, { - "id": 4257011476, - "method": "chatlists.getLeaveChatlistSuggestions", + "id": 1327415076, + "method": "smsjobs.finishJob", "params": [ { - "name": "chatlist", - "type": "InputChatlist" + "name": "flags", + "type": "#" + }, + { + "name": "job_id", + "type": "string" + }, + { + "name": "error", + "type": "flags.0?string" } ], - "type": "Vector" + "type": "Bool" }, { - "id": 1962598714, - "method": "chatlists.leaveChatlist", + "id": 3189671354, + "method": "fragment.getCollectibleInfo", "params": [ { - "name": "chatlist", - "type": "InputChatlist" - }, - { - "name": "peers", - "type": "Vector" + "name": "collectible", + "type": "InputCollectible" } ], - "type": "Updates" + "type": "fragment.CollectibleInfo" } ] } \ No newline at end of file diff --git a/resources/schema.tl b/resources/schema.tl index 6a606b7..1fc0007 100644 --- a/resources/schema.tl +++ b/resources/schema.tl @@ -68,10 +68,12 @@ inputMediaVenue#c13d1c11 geo_point:InputGeoPoint title:string address:string pro inputMediaPhotoExternal#e5bbfe1a flags:# spoiler:flags.1?true url:string ttl_seconds:flags.0?int = InputMedia; inputMediaDocumentExternal#fb52dc99 flags:# spoiler:flags.1?true url:string ttl_seconds:flags.0?int = InputMedia; inputMediaGame#d33f43f3 id:InputGame = InputMedia; -inputMediaInvoice#8eb5a6d5 flags:# title:string description:string photo:flags.0?InputWebDocument invoice:Invoice payload:bytes provider:string provider_data:DataJSON start_param:flags.1?string extended_media:flags.2?InputMedia = InputMedia; +inputMediaInvoice#405fef0d flags:# title:string description:string photo:flags.0?InputWebDocument invoice:Invoice payload:bytes provider:flags.3?string provider_data:DataJSON start_param:flags.1?string extended_media:flags.2?InputMedia = InputMedia; inputMediaGeoLive#971fa843 flags:# stopped:flags.0?true geo_point:InputGeoPoint heading:flags.2?int period:flags.1?int proximity_notification_radius:flags.3?int = InputMedia; inputMediaPoll#f94e5f1 flags:# poll:Poll correct_answers:flags.0?Vector solution:flags.1?string solution_entities:flags.1?Vector = InputMedia; inputMediaDice#e66fbf7b emoticon:string = InputMedia; +inputMediaStory#89fdd778 peer:InputPeer id:int = InputMedia; +inputMediaWebPage#c21b8849 flags:# force_large_media:flags.0?true force_small_media:flags.1?true optional:flags.2?true url:string = InputMedia; inputChatPhotoEmpty#1ca48f57 = InputChatPhoto; inputChatUploadedPhoto#bdcdaec0 flags:# file:flags.0?InputFile video:flags.1?InputFile video_start_ts:flags.2?double video_emoji_markup:flags.3?VideoSize = InputChatPhoto; @@ -110,7 +112,7 @@ storage.fileMp4#b3cea0e4 = storage.FileType; storage.fileWebp#1081464c = storage.FileType; userEmpty#d3bc4b7a id:long = User; -user#8f97c628 flags:# self:flags.10?true contact:flags.11?true mutual_contact:flags.12?true deleted:flags.13?true bot:flags.14?true bot_chat_history:flags.15?true bot_nochats:flags.16?true verified:flags.17?true restricted:flags.18?true min:flags.20?true bot_inline_geo:flags.21?true support:flags.23?true scam:flags.24?true apply_min_photo:flags.25?true fake:flags.26?true bot_attach_menu:flags.27?true premium:flags.28?true attach_menu_enabled:flags.29?true flags2:# bot_can_edit:flags2.1?true id:long access_hash:flags.0?long first_name:flags.1?string last_name:flags.2?string username:flags.3?string phone:flags.4?string photo:flags.5?UserProfilePhoto status:flags.6?UserStatus bot_info_version:flags.14?int restriction_reason:flags.18?Vector bot_inline_placeholder:flags.19?string lang_code:flags.22?string emoji_status:flags.30?EmojiStatus usernames:flags2.0?Vector = User; +user#215c4438 flags:# self:flags.10?true contact:flags.11?true mutual_contact:flags.12?true deleted:flags.13?true bot:flags.14?true bot_chat_history:flags.15?true bot_nochats:flags.16?true verified:flags.17?true restricted:flags.18?true min:flags.20?true bot_inline_geo:flags.21?true support:flags.23?true scam:flags.24?true apply_min_photo:flags.25?true fake:flags.26?true bot_attach_menu:flags.27?true premium:flags.28?true attach_menu_enabled:flags.29?true flags2:# bot_can_edit:flags2.1?true close_friend:flags2.2?true stories_hidden:flags2.3?true stories_unavailable:flags2.4?true contact_require_premium:flags2.10?true bot_business:flags2.11?true id:long access_hash:flags.0?long first_name:flags.1?string last_name:flags.2?string username:flags.3?string phone:flags.4?string photo:flags.5?UserProfilePhoto status:flags.6?UserStatus bot_info_version:flags.14?int restriction_reason:flags.18?Vector bot_inline_placeholder:flags.19?string lang_code:flags.22?string emoji_status:flags.30?EmojiStatus usernames:flags2.0?Vector stories_max_id:flags2.5?int color:flags2.8?PeerColor profile_color:flags2.9?PeerColor = User; userProfilePhotoEmpty#4f11bae1 = UserProfilePhoto; userProfilePhoto#82d1f706 flags:# has_video:flags.0?true personal:flags.2?true photo_id:long stripped_thumb:flags.1?bytes dc_id:int = UserProfilePhoto; @@ -118,18 +120,18 @@ userProfilePhoto#82d1f706 flags:# has_video:flags.0?true personal:flags.2?true p userStatusEmpty#9d05049 = UserStatus; userStatusOnline#edb93949 expires:int = UserStatus; userStatusOffline#8c703f was_online:int = UserStatus; -userStatusRecently#e26f42f1 = UserStatus; -userStatusLastWeek#7bf09fc = UserStatus; -userStatusLastMonth#77ebc742 = UserStatus; +userStatusRecently#7b197dc8 flags:# by_me:flags.0?true = UserStatus; +userStatusLastWeek#541a1d1a flags:# by_me:flags.0?true = UserStatus; +userStatusLastMonth#65899777 flags:# by_me:flags.0?true = UserStatus; chatEmpty#29562865 id:long = Chat; chat#41cbf256 flags:# creator:flags.0?true left:flags.2?true deactivated:flags.5?true call_active:flags.23?true call_not_empty:flags.24?true noforwards:flags.25?true id:long title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:flags.6?InputChannel admin_rights:flags.14?ChatAdminRights default_banned_rights:flags.18?ChatBannedRights = Chat; chatForbidden#6592a1a7 id:long title:string = Chat; -channel#83259464 flags:# creator:flags.0?true left:flags.2?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true signatures:flags.11?true min:flags.12?true scam:flags.19?true has_link:flags.20?true has_geo:flags.21?true slowmode_enabled:flags.22?true call_active:flags.23?true call_not_empty:flags.24?true fake:flags.25?true gigagroup:flags.26?true noforwards:flags.27?true join_to_send:flags.28?true join_request:flags.29?true forum:flags.30?true flags2:# id:long access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int restriction_reason:flags.9?Vector admin_rights:flags.14?ChatAdminRights banned_rights:flags.15?ChatBannedRights default_banned_rights:flags.18?ChatBannedRights participants_count:flags.17?int usernames:flags2.0?Vector = Chat; +channel#aadfc8f flags:# creator:flags.0?true left:flags.2?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true signatures:flags.11?true min:flags.12?true scam:flags.19?true has_link:flags.20?true has_geo:flags.21?true slowmode_enabled:flags.22?true call_active:flags.23?true call_not_empty:flags.24?true fake:flags.25?true gigagroup:flags.26?true noforwards:flags.27?true join_to_send:flags.28?true join_request:flags.29?true forum:flags.30?true flags2:# stories_hidden:flags2.1?true stories_hidden_min:flags2.2?true stories_unavailable:flags2.3?true id:long access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int restriction_reason:flags.9?Vector admin_rights:flags.14?ChatAdminRights banned_rights:flags.15?ChatBannedRights default_banned_rights:flags.18?ChatBannedRights participants_count:flags.17?int usernames:flags2.0?Vector stories_max_id:flags2.4?int color:flags2.7?PeerColor profile_color:flags2.8?PeerColor emoji_status:flags2.9?EmojiStatus level:flags2.10?int = Chat; channelForbidden#17d493d5 flags:# broadcast:flags.5?true megagroup:flags.8?true id:long access_hash:long title:string until_date:flags.16?int = Chat; -chatFull#c9d31138 flags:# can_set_username:flags.7?true has_scheduled:flags.8?true translations_disabled:flags.19?true id:long about:string participants:ChatParticipants chat_photo:flags.2?Photo notify_settings:PeerNotifySettings exported_invite:flags.13?ExportedChatInvite bot_info:flags.3?Vector pinned_msg_id:flags.6?int folder_id:flags.11?int call:flags.12?InputGroupCall ttl_period:flags.14?int groupcall_default_join_as:flags.15?Peer theme_emoticon:flags.16?string requests_pending:flags.17?int recent_requesters:flags.17?Vector available_reactions:flags.18?ChatReactions = ChatFull; -channelFull#f2355507 flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true flags2:# can_delete_channel:flags2.0?true antispam:flags2.1?true participants_hidden:flags2.2?true translations_disabled:flags2.3?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector default_send_as:flags.29?Peer available_reactions:flags.30?ChatReactions = ChatFull; +chatFull#2633421b flags:# can_set_username:flags.7?true has_scheduled:flags.8?true translations_disabled:flags.19?true id:long about:string participants:ChatParticipants chat_photo:flags.2?Photo notify_settings:PeerNotifySettings exported_invite:flags.13?ExportedChatInvite bot_info:flags.3?Vector pinned_msg_id:flags.6?int folder_id:flags.11?int call:flags.12?InputGroupCall ttl_period:flags.14?int groupcall_default_join_as:flags.15?Peer theme_emoticon:flags.16?string requests_pending:flags.17?int recent_requesters:flags.17?Vector available_reactions:flags.18?ChatReactions reactions_limit:flags.20?int = ChatFull; +channelFull#bbab348d flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true flags2:# can_delete_channel:flags2.0?true antispam:flags2.1?true participants_hidden:flags2.2?true translations_disabled:flags2.3?true stories_pinned_available:flags2.5?true view_forum_as_messages:flags2.6?true restricted_sponsored:flags2.11?true can_view_revenue:flags2.12?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector default_send_as:flags.29?Peer available_reactions:flags.30?ChatReactions reactions_limit:flags2.13?int stories:flags2.4?PeerStories wallpaper:flags2.7?WallPaper boosts_applied:flags2.8?int boosts_unrestrict:flags2.9?int emojiset:flags2.10?StickerSet = ChatFull; chatParticipant#c02d4007 user_id:long inviter_id:long date:int = ChatParticipant; chatParticipantCreator#e46bcee4 user_id:long = ChatParticipant; @@ -142,7 +144,7 @@ chatPhotoEmpty#37c1011c = ChatPhoto; chatPhoto#1c6e1c11 flags:# has_video:flags.0?true photo_id:long stripped_thumb:flags.1?bytes dc_id:int = ChatPhoto; messageEmpty#90a6ca84 flags:# id:int peer_id:flags.0?Peer = Message; -message#38116ee0 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true from_scheduled:flags.18?true legacy:flags.19?true edit_hide:flags.21?true pinned:flags.24?true noforwards:flags.26?true id:int from_id:flags.8?Peer peer_id:Peer fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?long reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector views:flags.10?int forwards:flags.10?int replies:flags.23?MessageReplies edit_date:flags.15?int post_author:flags.16?string grouped_id:flags.17?long reactions:flags.20?MessageReactions restriction_reason:flags.22?Vector ttl_period:flags.25?int = Message; +message#94345242 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true from_scheduled:flags.18?true legacy:flags.19?true edit_hide:flags.21?true pinned:flags.24?true noforwards:flags.26?true invert_media:flags.27?true flags2:# offline:flags2.1?true id:int from_id:flags.8?Peer from_boosts_applied:flags.29?int peer_id:Peer saved_peer_id:flags.28?Peer fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?long via_business_bot_id:flags2.0?long reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector views:flags.10?int forwards:flags.10?int replies:flags.23?MessageReplies edit_date:flags.15?int post_author:flags.16?string grouped_id:flags.17?long reactions:flags.20?MessageReactions restriction_reason:flags.22?Vector ttl_period:flags.25?int quick_reply_shortcut_id:flags.30?int effect:flags2.2?long factcheck:flags2.3?FactCheck = Message; messageService#2b085862 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true post:flags.14?true legacy:flags.19?true id:int from_id:flags.8?Peer peer_id:Peer reply_to:flags.3?MessageReplyHeader date:int action:MessageAction ttl_period:flags.25?int = Message; messageMediaEmpty#3ded6320 = MessageMedia; @@ -150,14 +152,17 @@ messageMediaPhoto#695150d7 flags:# spoiler:flags.3?true photo:flags.0?Photo ttl_ messageMediaGeo#56e0d474 geo:GeoPoint = MessageMedia; messageMediaContact#70322949 phone_number:string first_name:string last_name:string vcard:string user_id:long = MessageMedia; messageMediaUnsupported#9f84f49e = MessageMedia; -messageMediaDocument#9cb070d7 flags:# nopremium:flags.3?true spoiler:flags.4?true document:flags.0?Document ttl_seconds:flags.2?int = MessageMedia; -messageMediaWebPage#a32dd600 webpage:WebPage = MessageMedia; +messageMediaDocument#4cf4d72d flags:# nopremium:flags.3?true spoiler:flags.4?true video:flags.6?true round:flags.7?true voice:flags.8?true document:flags.0?Document alt_document:flags.5?Document ttl_seconds:flags.2?int = MessageMedia; +messageMediaWebPage#ddf10c3b flags:# force_large_media:flags.0?true force_small_media:flags.1?true manual:flags.3?true safe:flags.4?true webpage:WebPage = MessageMedia; messageMediaVenue#2ec0533f geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string = MessageMedia; messageMediaGame#fdb19008 game:Game = MessageMedia; messageMediaInvoice#f6a548d3 flags:# shipping_address_requested:flags.1?true test:flags.3?true title:string description:string photo:flags.0?WebDocument receipt_msg_id:flags.2?int currency:string total_amount:long start_param:string extended_media:flags.4?MessageExtendedMedia = MessageMedia; messageMediaGeoLive#b940c666 flags:# geo:GeoPoint heading:flags.0?int period:int proximity_notification_radius:flags.1?int = MessageMedia; messageMediaPoll#4bd6e798 poll:Poll results:PollResults = MessageMedia; messageMediaDice#3f7ee58b value:int emoticon:string = MessageMedia; +messageMediaStory#68cb6283 flags:# via_mention:flags.1?true peer:Peer id:int story:flags.0?StoryItem = MessageMedia; +messageMediaGiveaway#daad85b0 flags:# only_new_subscribers:flags.0?true winners_are_visible:flags.2?true channels:Vector countries_iso2:flags.1?Vector prize_description:flags.3?string quantity:int months:int until_date:int = MessageMedia; +messageMediaGiveawayResults#c6991068 flags:# only_new_subscribers:flags.0?true refunded:flags.2?true channel_id:long additional_peers_count:flags.3?int launch_msg_id:int winners_count:int unclaimed_count:int winners:Vector months:int prize_description:flags.1?string until_date:int = MessageMedia; messageActionEmpty#b6aef7b0 = MessageAction; messageActionChatCreate#bd47cbad title:string users:Vector = MessageAction; @@ -178,7 +183,7 @@ messageActionPaymentSent#96163f56 flags:# recurring_init:flags.2?true recurring_ messageActionPhoneCall#80e11a7f flags:# video:flags.2?true call_id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = MessageAction; messageActionScreenshotTaken#4792929b = MessageAction; messageActionCustomAction#fae69f56 message:string = MessageAction; -messageActionBotAllowed#c516d679 flags:# attach_menu:flags.1?true domain:flags.0?string app:flags.2?BotApp = MessageAction; +messageActionBotAllowed#c516d679 flags:# attach_menu:flags.1?true from_request:flags.3?true domain:flags.0?string app:flags.2?BotApp = MessageAction; messageActionSecureValuesSentMe#1b287353 values:Vector credentials:SecureCredentialsEncrypted = MessageAction; messageActionSecureValuesSent#d95c6154 types:Vector = MessageAction; messageActionContactSignUp#f3f25f76 = MessageAction; @@ -195,11 +200,15 @@ messageActionGiftPremium#c83d6aec flags:# currency:string amount:long months:int messageActionTopicCreate#d999256 flags:# title:string icon_color:int icon_emoji_id:flags.0?long = MessageAction; messageActionTopicEdit#c0944820 flags:# title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = MessageAction; messageActionSuggestProfilePhoto#57de635e photo:Photo = MessageAction; -messageActionRequestedPeer#fe77345d button_id:int peer:Peer = MessageAction; -messageActionSetChatWallPaper#bc44a927 wallpaper:WallPaper = MessageAction; -messageActionSetSameChatWallPaper#c0787d6d wallpaper:WallPaper = MessageAction; - -dialog#d58a08c6 flags:# pinned:flags.2?true unread_mark:flags.3?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int ttl_period:flags.5?int = Dialog; +messageActionRequestedPeer#31518e9b button_id:int peers:Vector = MessageAction; +messageActionSetChatWallPaper#5060a3f4 flags:# same:flags.0?true for_both:flags.1?true wallpaper:WallPaper = MessageAction; +messageActionGiftCode#678c2e09 flags:# via_giveaway:flags.0?true unclaimed:flags.2?true boost_peer:flags.1?Peer months:int slug:string currency:flags.2?string amount:flags.2?long crypto_currency:flags.3?string crypto_amount:flags.3?long = MessageAction; +messageActionGiveawayLaunch#332ba9ed = MessageAction; +messageActionGiveawayResults#2a9fadc5 winners_count:int unclaimed_count:int = MessageAction; +messageActionBoostApply#cc02aa6d boosts:int = MessageAction; +messageActionRequestedPeerSentMe#93b31848 button_id:int peers:Vector = MessageAction; + +dialog#d58a08c6 flags:# pinned:flags.2?true unread_mark:flags.3?true view_forum_as_messages:flags.6?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int ttl_period:flags.5?int = Dialog; dialogFolder#71bd134c flags:# pinned:flags.2?true folder:Folder peer:Peer top_message:int unread_muted_peers_count:int unread_unmuted_peers_count:int unread_muted_messages_count:int unread_unmuted_messages_count:int = Dialog; photoEmpty#2331b22d id:long = Photo; @@ -229,11 +238,11 @@ inputNotifyChats#4a95e84e = InputNotifyPeer; inputNotifyBroadcasts#b1db7c7e = InputNotifyPeer; inputNotifyForumTopic#5c467992 peer:InputPeer top_msg_id:int = InputNotifyPeer; -inputPeerNotifySettings#df1f002b flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int sound:flags.3?NotificationSound = InputPeerNotifySettings; +inputPeerNotifySettings#cacb6ae2 flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int sound:flags.3?NotificationSound stories_muted:flags.6?Bool stories_hide_sender:flags.7?Bool stories_sound:flags.8?NotificationSound = InputPeerNotifySettings; -peerNotifySettings#a83b0426 flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int ios_sound:flags.3?NotificationSound android_sound:flags.4?NotificationSound other_sound:flags.5?NotificationSound = PeerNotifySettings; +peerNotifySettings#99622c0c flags:# show_previews:flags.0?Bool silent:flags.1?Bool mute_until:flags.2?int ios_sound:flags.3?NotificationSound android_sound:flags.4?NotificationSound other_sound:flags.5?NotificationSound stories_muted:flags.6?Bool stories_hide_sender:flags.7?Bool stories_ios_sound:flags.8?NotificationSound stories_android_sound:flags.9?NotificationSound stories_other_sound:flags.10?NotificationSound = PeerNotifySettings; -peerSettings#a518110d flags:# report_spam:flags.0?true add_contact:flags.1?true block_contact:flags.2?true share_contact:flags.3?true need_contacts_exception:flags.4?true report_geo:flags.5?true autoarchived:flags.7?true invite_members:flags.8?true request_chat_broadcast:flags.10?true geo_distance:flags.6?int request_chat_title:flags.9?string request_chat_date:flags.9?int = PeerSettings; +peerSettings#acd66c5e flags:# report_spam:flags.0?true add_contact:flags.1?true block_contact:flags.2?true share_contact:flags.3?true need_contacts_exception:flags.4?true report_geo:flags.5?true autoarchived:flags.7?true invite_members:flags.8?true request_chat_broadcast:flags.10?true business_bot_paused:flags.11?true business_bot_can_reply:flags.12?true geo_distance:flags.6?int request_chat_title:flags.9?string request_chat_date:flags.9?int business_bot_id:flags.13?long business_bot_manage_url:flags.13?string = PeerSettings; wallPaper#a437c3ed id:long flags:# creator:flags.0?true default:flags.1?true pattern:flags.3?true dark:flags.4?true access_hash:long slug:string document:Document settings:flags.2?WallPaperSettings = WallPaper; wallPaperNoFile#e0804116 id:long flags:# default:flags.1?true dark:flags.4?true settings:flags.2?WallPaperSettings = WallPaper; @@ -249,7 +258,7 @@ inputReportReasonFake#f5ddd6e7 = ReportReason; inputReportReasonIllegalDrugs#a8eb2be = ReportReason; inputReportReasonPersonalDetails#9ec7863d = ReportReason; -userFull#93eadb53 flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true can_pin_message:flags.7?true has_scheduled:flags.12?true video_calls_available:flags.13?true voice_messages_forbidden:flags.20?true translations_disabled:flags.23?true id:long about:flags.1?string settings:PeerSettings personal_photo:flags.21?Photo profile_photo:flags.2?Photo fallback_photo:flags.22?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo pinned_msg_id:flags.6?int common_chats_count:int folder_id:flags.11?int ttl_period:flags.14?int theme_emoticon:flags.15?string private_forward_name:flags.16?string bot_group_admin_rights:flags.17?ChatAdminRights bot_broadcast_admin_rights:flags.18?ChatAdminRights premium_gifts:flags.19?Vector wallpaper:flags.24?WallPaper = UserFull; +userFull#cc997720 flags:# blocked:flags.0?true phone_calls_available:flags.4?true phone_calls_private:flags.5?true can_pin_message:flags.7?true has_scheduled:flags.12?true video_calls_available:flags.13?true voice_messages_forbidden:flags.20?true translations_disabled:flags.23?true stories_pinned_available:flags.26?true blocked_my_stories_from:flags.27?true wallpaper_overridden:flags.28?true contact_require_premium:flags.29?true read_dates_private:flags.30?true flags2:# sponsored_enabled:flags2.7?true id:long about:flags.1?string settings:PeerSettings personal_photo:flags.21?Photo profile_photo:flags.2?Photo fallback_photo:flags.22?Photo notify_settings:PeerNotifySettings bot_info:flags.3?BotInfo pinned_msg_id:flags.6?int common_chats_count:int folder_id:flags.11?int ttl_period:flags.14?int theme_emoticon:flags.15?string private_forward_name:flags.16?string bot_group_admin_rights:flags.17?ChatAdminRights bot_broadcast_admin_rights:flags.18?ChatAdminRights premium_gifts:flags.19?Vector wallpaper:flags.24?WallPaper stories:flags.25?PeerStories business_work_hours:flags2.0?BusinessWorkHours business_location:flags2.1?BusinessLocation business_greeting_message:flags2.2?BusinessGreetingMessage business_away_message:flags2.3?BusinessAwayMessage business_intro:flags2.4?BusinessIntro birthday:flags2.5?Birthday personal_channel_id:flags2.6?long personal_channel_message:flags2.6?int = UserFull; contact#145ade0b user_id:long mutual:Bool = Contact; @@ -307,6 +316,7 @@ updateChatUserTyping#83487af0 chat_id:long from_id:Peer action:SendMessageAction updateChatParticipants#7761198 participants:ChatParticipants = Update; updateUserStatus#e5bdf8de user_id:long status:UserStatus = Update; updateUserName#a7848924 user_id:long first_name:string last_name:string usernames:Vector = Update; +updateNewAuthorization#8951abef flags:# unconfirmed:flags.0?true hash:long date:flags.0?int device:flags.0?string location:flags.0?string = Update; updateNewEncryptedMessage#12bcbd9a message:EncryptedMessage qts:int = Update; updateEncryptedChatTyping#1710f156 chat_id:int = Update; updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update; @@ -315,13 +325,13 @@ updateChatParticipantAdd#3dda5451 chat_id:long user_id:long inviter_id:long date updateChatParticipantDelete#e32f3d77 chat_id:long user_id:long version:int = Update; updateDcOptions#8e5e9873 dc_options:Vector = Update; updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update; -updateServiceNotification#ebe46819 flags:# popup:flags.0?true inbox_date:flags.1?int type:string message:string media:MessageMedia entities:Vector = Update; +updateServiceNotification#ebe46819 flags:# popup:flags.0?true invert_media:flags.2?true inbox_date:flags.1?int type:string message:string media:MessageMedia entities:Vector = Update; updatePrivacy#ee3b272a key:PrivacyKey rules:Vector = Update; updateUserPhone#5492a13 user_id:long phone:string = Update; updateReadHistoryInbox#9c974fdf flags:# folder_id:flags.0?int peer:Peer max_id:int still_unread_count:int pts:int pts_count:int = Update; updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update; updateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update; -updateReadMessagesContents#68c13933 messages:Vector pts:int pts_count:int = Update; +updateReadMessagesContents#f8227181 flags:# messages:Vector pts:int pts_count:int date:flags.0?int = Update; updateChannelTooLong#108d941f flags:# channel_id:long pts:flags.0?int = Update; updateChannel#635b4c09 channel_id:long = Update; updateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update; @@ -370,7 +380,7 @@ updateDeleteScheduledMessages#90866cee peer:Peer messages:Vector = Update; updateTheme#8216fba3 theme:Theme = Update; updateGeoLiveViewed#871fb939 peer:Peer msg_id:int = Update; updateLoginToken#564fe691 = Update; -updateMessagePollVote#106395c9 poll_id:long user_id:long options:Vector qts:int = Update; +updateMessagePollVote#24f40e77 poll_id:long peer:Peer options:Vector qts:int = Update; updateDialogFilter#26ffde7d flags:# id:int filter:flags.0?DialogFilter = Update; updateDialogFilterOrder#a5d72105 order:Vector = Update; updateDialogFilters#3504914f = Update; @@ -378,7 +388,7 @@ updatePhoneCallSignalingData#2661bf09 phone_call_id:long data:bytes = Update; updateChannelMessageForwards#d29a27f4 channel_id:long id:int forwards:int = Update; updateReadChannelDiscussionInbox#d6b19546 flags:# channel_id:long top_msg_id:int read_max_id:int broadcast_id:flags.0?long broadcast_post:flags.0?int = Update; updateReadChannelDiscussionOutbox#695c9e7c channel_id:long top_msg_id:int read_max_id:int = Update; -updatePeerBlocked#246a4b22 peer_id:Peer blocked:Bool = Update; +updatePeerBlocked#ebe07752 flags:# blocked:flags.0?true blocked_my_stories_from:flags.1?true peer_id:Peer = Update; updateChannelUserTyping#8c88c923 flags:# channel_id:long top_msg_id:flags.0?int from_id:Peer action:SendMessageAction = Update; updatePinnedMessages#ed85eab5 flags:# pinned:flags.0?true peer:Peer messages:Vector pts:int pts_count:int = Update; updatePinnedChannelMessages#5bb98608 flags:# pinned:flags.0?true channel_id:long messages:Vector pts:int pts_count:int = Update; @@ -409,7 +419,32 @@ updateChannelPinnedTopic#192efbe3 flags:# pinned:flags.0?true channel_id:long to updateChannelPinnedTopics#fe198602 flags:# channel_id:long order:flags.0?Vector = Update; updateUser#20529438 user_id:long = Update; updateAutoSaveSettings#ec05b097 = Update; -updateGroupInvitePrivacyForbidden#ccf08ad6 user_id:long = Update; +updateStory#75b3b798 peer:Peer story:StoryItem = Update; +updateReadStories#f74e932b peer:Peer max_id:int = Update; +updateStoryID#1bf335b9 id:int random_id:long = Update; +updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = Update; +updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update; +updateBotChatBoost#904dd49c peer:Peer boost:Boost qts:int = Update; +updateChannelViewForumAsMessages#7b68920 channel_id:long enabled:Bool = Update; +updatePeerWallpaper#ae3f101d flags:# wallpaper_overridden:flags.1?true peer:Peer wallpaper:flags.0?WallPaper = Update; +updateBotMessageReaction#ac21d3ce peer:Peer msg_id:int date:int actor:Peer old_reactions:Vector new_reactions:Vector qts:int = Update; +updateBotMessageReactions#9cb7759 peer:Peer msg_id:int date:int reactions:Vector qts:int = Update; +updateSavedDialogPinned#aeaf9e74 flags:# pinned:flags.0?true peer:DialogPeer = Update; +updatePinnedSavedDialogs#686c85a6 flags:# order:flags.0?Vector = Update; +updateSavedReactionTags#39c67432 = Update; +updateSmsJob#f16269d4 job_id:string = Update; +updateQuickReplies#f9470ab2 quick_replies:Vector = Update; +updateNewQuickReply#f53da717 quick_reply:QuickReply = Update; +updateDeleteQuickReply#53e6f1ec shortcut_id:int = Update; +updateQuickReplyMessage#3e050d0f message:Message = Update; +updateDeleteQuickReplyMessages#566fe7cd shortcut_id:int messages:Vector = Update; +updateBotBusinessConnect#8ae5c97a connection:BotBusinessConnection qts:int = Update; +updateBotNewBusinessMessage#9ddb347c flags:# connection_id:string message:Message reply_to_message:flags.0?Message qts:int = Update; +updateBotEditBusinessMessage#7df587c flags:# connection_id:string message:Message reply_to_message:flags.0?Message qts:int = Update; +updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector qts:int = Update; +updateNewStoryReaction#1824e40b story_id:int peer:Peer reaction:Reaction = Update; +updateBroadcastRevenueTransactions#dfd961f5 peer:Peer balances:BroadcastRevenueBalances = Update; +updateStarsBalance#fb85198 balance:long = Update; updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State; @@ -514,6 +549,8 @@ inputPrivacyKeyProfilePhoto#5719bacc = InputPrivacyKey; inputPrivacyKeyPhoneNumber#352dafa = InputPrivacyKey; inputPrivacyKeyAddedByPhone#d1219bdd = InputPrivacyKey; inputPrivacyKeyVoiceMessages#aee69d68 = InputPrivacyKey; +inputPrivacyKeyAbout#3823cc40 = InputPrivacyKey; +inputPrivacyKeyBirthday#d65a11cc = InputPrivacyKey; privacyKeyStatusTimestamp#bc2eab30 = PrivacyKey; privacyKeyChatInvite#500e6dfa = PrivacyKey; @@ -524,6 +561,8 @@ privacyKeyProfilePhoto#96151fed = PrivacyKey; privacyKeyPhoneNumber#d19ae46d = PrivacyKey; privacyKeyAddedByPhone#42ffd42b = PrivacyKey; privacyKeyVoiceMessages#697f414 = PrivacyKey; +privacyKeyAbout#a486b761 = PrivacyKey; +privacyKeyBirthday#2000a518 = PrivacyKey; inputPrivacyValueAllowContacts#d09e07b = InputPrivacyRule; inputPrivacyValueAllowAll#184b35ce = InputPrivacyRule; @@ -533,6 +572,8 @@ inputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRule; inputPrivacyValueDisallowUsers#90110467 users:Vector = InputPrivacyRule; inputPrivacyValueAllowChatParticipants#840649cf chats:Vector = InputPrivacyRule; inputPrivacyValueDisallowChatParticipants#e94f0f86 chats:Vector = InputPrivacyRule; +inputPrivacyValueAllowCloseFriends#2f453e49 = InputPrivacyRule; +inputPrivacyValueAllowPremium#77cdc9f1 = InputPrivacyRule; privacyValueAllowContacts#fffe1bac = PrivacyRule; privacyValueAllowAll#65427b82 = PrivacyRule; @@ -542,6 +583,8 @@ privacyValueDisallowAll#8b73e763 = PrivacyRule; privacyValueDisallowUsers#e4621141 users:Vector = PrivacyRule; privacyValueAllowChatParticipants#6b134e8e chats:Vector = PrivacyRule; privacyValueDisallowChatParticipants#41c87565 chats:Vector = PrivacyRule; +privacyValueAllowCloseFriends#f7e8d89b = PrivacyRule; +privacyValueAllowPremium#ece9814b = PrivacyRule; account.privacyRules#50a04e45 rules:Vector chats:Vector users:Vector = account.PrivacyRules; @@ -550,7 +593,7 @@ accountDaysTTL#b8d0afdf days:int = AccountDaysTTL; documentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute; documentAttributeAnimated#11b58939 = DocumentAttribute; documentAttributeSticker#6319d612 flags:# mask:flags.1?true alt:string stickerset:InputStickerSet mask_coords:flags.0?MaskCoords = DocumentAttribute; -documentAttributeVideo#ef02ce6 flags:# round_message:flags.0?true supports_streaming:flags.1?true duration:int w:int h:int = DocumentAttribute; +documentAttributeVideo#d38ff1c2 flags:# round_message:flags.0?true supports_streaming:flags.1?true nosound:flags.3?true duration:double w:int h:int preload_prefix_size:flags.2?int = DocumentAttribute; documentAttributeAudio#9852f9c6 flags:# voice:flags.10?true duration:int title:flags.0?string performer:flags.1?string waveform:flags.2?bytes = DocumentAttribute; documentAttributeFilename#15590068 file_name:string = DocumentAttribute; documentAttributeHasStickers#9801d2f7 = DocumentAttribute; @@ -566,12 +609,12 @@ messages.allStickers#cdbbcebb hash:long sets:Vector = messages.AllSt messages.affectedMessages#84d19185 pts:int pts_count:int = messages.AffectedMessages; -webPageEmpty#eb1477e8 id:long = WebPage; -webPagePending#c586da1c id:long date:int = WebPage; -webPage#e89c45b2 flags:# id:long url:string display_url:string hash:int type:flags.0?string site_name:flags.1?string title:flags.2?string description:flags.3?string photo:flags.4?Photo embed_url:flags.5?string embed_type:flags.5?string embed_width:flags.6?int embed_height:flags.6?int duration:flags.7?int author:flags.8?string document:flags.9?Document cached_page:flags.10?Page attributes:flags.12?Vector = WebPage; +webPageEmpty#211a1788 flags:# id:long url:flags.0?string = WebPage; +webPagePending#b0d13e47 flags:# id:long url:flags.0?string date:int = WebPage; +webPage#e89c45b2 flags:# has_large_media:flags.13?true id:long url:string display_url:string hash:int type:flags.0?string site_name:flags.1?string title:flags.2?string description:flags.3?string photo:flags.4?Photo embed_url:flags.5?string embed_type:flags.5?string embed_width:flags.6?int embed_height:flags.6?int duration:flags.7?int author:flags.8?string document:flags.9?Document cached_page:flags.10?Page attributes:flags.12?Vector = WebPage; webPageNotModified#7311ca11 flags:# cached_page_views:flags.0?int = WebPage; -authorization#ad01d61d flags:# current:flags.0?true official_app:flags.1?true password_pending:flags.2?true encrypted_requests_disabled:flags.3?true call_requests_disabled:flags.4?true hash:long device_model:string platform:string system_version:string api_id:int app_name:string app_version:string date_created:int date_active:int ip:string country:string region:string = Authorization; +authorization#ad01d61d flags:# current:flags.0?true official_app:flags.1?true password_pending:flags.2?true encrypted_requests_disabled:flags.3?true call_requests_disabled:flags.4?true unconfirmed:flags.5?true hash:long device_model:string platform:string system_version:string api_id:int app_name:string app_version:string date_created:int date_active:int ip:string country:string region:string = Authorization; account.authorizations#4bff8ea0 authorization_ttl_days:int authorizations:Vector = account.Authorizations; @@ -589,7 +632,7 @@ chatInviteExported#ab4a819 flags:# revoked:flags.0?true permanent:flags.5?true r chatInvitePublicJoinRequests#ed107ab7 = ExportedChatInvite; chatInviteAlready#5a686d7c chat:Chat = ChatInvite; -chatInvite#300c44c1 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector = ChatInvite; +chatInvite#cde0ec40 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true verified:flags.7?true scam:flags.8?true fake:flags.9?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector color:int = ChatInvite; chatInvitePeek#61695cb0 chat:Chat expires:int = ChatInvite; inputStickerSetEmpty#ffb62b95 = InputStickerSet; @@ -602,8 +645,9 @@ inputStickerSetPremiumGifts#c88b3b02 = InputStickerSet; inputStickerSetEmojiGenericAnimations#4c4d4ce = InputStickerSet; inputStickerSetEmojiDefaultStatuses#29d0f5ee = InputStickerSet; inputStickerSetEmojiDefaultTopicIcons#44c1f8e9 = InputStickerSet; +inputStickerSetEmojiChannelDefaultStatuses#49748553 = InputStickerSet; -stickerSet#2dd14edc flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true animated:flags.5?true videos:flags.6?true emojis:flags.7?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumbs:flags.4?Vector thumb_dc_id:flags.4?int thumb_version:flags.4?int thumb_document_id:flags.8?long count:int hash:int = StickerSet; +stickerSet#2dd14edc flags:# archived:flags.1?true official:flags.2?true masks:flags.3?true emojis:flags.7?true text_color:flags.9?true channel_emoji_status:flags.10?true creator:flags.11?true installed_date:flags.0?int id:long access_hash:long title:string short_name:string thumbs:flags.4?Vector thumb_dc_id:flags.4?int thumb_version:flags.4?int thumb_document_id:flags.8?long count:int hash:int = StickerSet; messages.stickerSet#6e153f16 set:StickerSet packs:Vector keywords:Vector documents:Vector = messages.StickerSet; messages.stickerSetNotModified#d3f924eb = messages.StickerSet; @@ -627,7 +671,8 @@ inputKeyboardButtonUserProfile#e988037b text:string user_id:InputUser = Keyboard keyboardButtonUserProfile#308660c1 text:string user_id:long = KeyboardButton; keyboardButtonWebView#13767230 text:string url:string = KeyboardButton; keyboardButtonSimpleWebView#a0c0505c text:string url:string = KeyboardButton; -keyboardButtonRequestPeer#d0b468c text:string button_id:int peer_type:RequestPeerType = KeyboardButton; +keyboardButtonRequestPeer#53d7bfd8 text:string button_id:int peer_type:RequestPeerType max_quantity:int = KeyboardButton; +inputKeyboardButtonRequestPeer#c9662d05 flags:# name_requested:flags.0?true username_requested:flags.1?true photo_requested:flags.2?true text:string button_id:int peer_type:RequestPeerType max_quantity:int = KeyboardButton; keyboardButtonRow#77608b83 buttons:Vector = KeyboardButtonRow; @@ -653,10 +698,10 @@ messageEntityPhone#9b69e34b offset:int length:int = MessageEntity; messageEntityCashtag#4c4e743f offset:int length:int = MessageEntity; messageEntityUnderline#9c4e7e8b offset:int length:int = MessageEntity; messageEntityStrike#bf0693d4 offset:int length:int = MessageEntity; -messageEntityBlockquote#20df5d0 offset:int length:int = MessageEntity; messageEntityBankCard#761e6af4 offset:int length:int = MessageEntity; messageEntitySpoiler#32ca960f offset:int length:int = MessageEntity; messageEntityCustomEmoji#c8cf05f8 offset:int length:int document_id:long = MessageEntity; +messageEntityBlockquote#f1ccaaac flags:# collapsed:flags.0?true offset:int length:int = MessageEntity; inputChannelEmpty#ee8c1e86 = InputChannel; inputChannel#f35aec28 channel_id:long access_hash:long = InputChannel; @@ -699,25 +744,27 @@ help.termsOfService#780a0310 flags:# popup:flags.0?true id:DataJSON text:string messages.savedGifsNotModified#e8025ca2 = messages.SavedGifs; messages.savedGifs#84a02a0d hash:long gifs:Vector = messages.SavedGifs; -inputBotInlineMessageMediaAuto#3380c786 flags:# message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; -inputBotInlineMessageText#3dcd7a87 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; +inputBotInlineMessageMediaAuto#3380c786 flags:# invert_media:flags.3?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; +inputBotInlineMessageText#3dcd7a87 flags:# no_webpage:flags.0?true invert_media:flags.3?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineMessageMediaGeo#96929a85 flags:# geo_point:InputGeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineMessageMediaVenue#417bbf11 flags:# geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineMessageMediaContact#a6edbffd flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineMessageGame#4b425864 flags:# reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineMessageMediaInvoice#d7e78225 flags:# title:string description:string photo:flags.0?InputWebDocument invoice:Invoice payload:bytes provider:string provider_data:DataJSON reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; +inputBotInlineMessageMediaWebPage#bddcc510 flags:# invert_media:flags.3?true force_large_media:flags.4?true force_small_media:flags.5?true optional:flags.6?true message:string entities:flags.1?Vector url:string reply_markup:flags.2?ReplyMarkup = InputBotInlineMessage; inputBotInlineResult#88bf9319 flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?InputWebDocument content:flags.5?InputWebDocument send_message:InputBotInlineMessage = InputBotInlineResult; inputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto send_message:InputBotInlineMessage = InputBotInlineResult; inputBotInlineResultDocument#fff8fdc4 flags:# id:string type:string title:flags.1?string description:flags.2?string document:InputDocument send_message:InputBotInlineMessage = InputBotInlineResult; inputBotInlineResultGame#4fa417f2 id:string short_name:string send_message:InputBotInlineMessage = InputBotInlineResult; -botInlineMessageMediaAuto#764cf810 flags:# message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage; -botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage; +botInlineMessageMediaAuto#764cf810 flags:# invert_media:flags.3?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage; +botInlineMessageText#8c7f65e2 flags:# no_webpage:flags.0?true invert_media:flags.3?true message:string entities:flags.1?Vector reply_markup:flags.2?ReplyMarkup = BotInlineMessage; botInlineMessageMediaGeo#51846fd flags:# geo:GeoPoint heading:flags.0?int period:flags.1?int proximity_notification_radius:flags.3?int reply_markup:flags.2?ReplyMarkup = BotInlineMessage; botInlineMessageMediaVenue#8a86659c flags:# geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage; botInlineMessageMediaContact#18d1cdc2 flags:# phone_number:string first_name:string last_name:string vcard:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage; botInlineMessageMediaInvoice#354a9b09 flags:# shipping_address_requested:flags.1?true test:flags.3?true title:string description:string photo:flags.0?WebDocument currency:string total_amount:long reply_markup:flags.2?ReplyMarkup = BotInlineMessage; +botInlineMessageMediaWebPage#809ad9a6 flags:# invert_media:flags.3?true force_large_media:flags.4?true force_small_media:flags.5?true manual:flags.7?true safe:flags.8?true message:string entities:flags.1?Vector url:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage; botInlineResult#11965f3a flags:# id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?WebDocument content:flags.5?WebDocument send_message:BotInlineMessage = BotInlineResult; botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult; @@ -726,7 +773,7 @@ messages.botResults#e021f2f6 flags:# gallery:flags.0?true query_id:long next_off exportedMessageLink#5dab1af4 link:string html:string = ExportedMessageLink; -messageFwdHeader#5f777dce flags:# imported:flags.7?true from_id:flags.0?Peer from_name:flags.5?string date:int channel_post:flags.2?int post_author:flags.3?string saved_from_peer:flags.4?Peer saved_from_msg_id:flags.4?int psa_type:flags.6?string = MessageFwdHeader; +messageFwdHeader#4e4df4bb flags:# imported:flags.7?true saved_out:flags.11?true from_id:flags.0?Peer from_name:flags.5?string date:int channel_post:flags.2?int post_author:flags.3?string saved_from_peer:flags.4?Peer saved_from_msg_id:flags.4?int saved_from_id:flags.8?Peer saved_from_name:flags.9?string saved_date:flags.10?int psa_type:flags.6?string = MessageFwdHeader; auth.codeTypeSms#72a3158c = auth.CodeType; auth.codeTypeCall#741cd3e3 = auth.CodeType; @@ -742,7 +789,9 @@ auth.sentCodeTypeMissedCall#82006484 prefix:string length:int = auth.SentCodeTyp auth.sentCodeTypeEmailCode#f450f59b flags:# apple_signin_allowed:flags.0?true google_signin_allowed:flags.1?true email_pattern:string length:int reset_available_period:flags.3?int reset_pending_date:flags.4?int = auth.SentCodeType; auth.sentCodeTypeSetUpEmailRequired#a5491dea flags:# apple_signin_allowed:flags.0?true google_signin_allowed:flags.1?true = auth.SentCodeType; auth.sentCodeTypeFragmentSms#d9565c39 url:string length:int = auth.SentCodeType; -auth.sentCodeTypeFirebaseSms#e57b1432 flags:# nonce:flags.0?bytes receipt:flags.1?string push_timeout:flags.1?int length:int = auth.SentCodeType; +auth.sentCodeTypeFirebaseSms#13c90f17 flags:# nonce:flags.0?bytes play_integrity_nonce:flags.2?bytes receipt:flags.1?string push_timeout:flags.1?int length:int = auth.SentCodeType; +auth.sentCodeTypeSmsWord#a416ac81 flags:# beginning:flags.0?string = auth.SentCodeType; +auth.sentCodeTypeSmsPhrase#b37794af flags:# beginning:flags.0?string = auth.SentCodeType; messages.botCallbackAnswer#36585ea4 flags:# alert:flags.1?true has_url:flags.3?true native_ui:flags.4?true message:flags.0?string url:flags.2?string cache_time:int = messages.BotCallbackAnswer; @@ -773,7 +822,7 @@ contacts.topPeers#70b772a8 categories:Vector chats:Vector< contacts.topPeersDisabled#b52c939d = contacts.TopPeers; draftMessageEmpty#1b0c841a flags:# date:flags.0?int = DraftMessage; -draftMessage#fd8e711f flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int message:string entities:flags.3?Vector date:int = DraftMessage; +draftMessage#3fccf7ef flags:# no_webpage:flags.1?true invert_media:flags.6?true reply_to:flags.4?InputReplyTo message:string entities:flags.3?Vector media:flags.5?InputMedia date:int = DraftMessage; messages.featuredStickersNotModified#c6dc0c66 count:int = messages.FeaturedStickers; messages.featuredStickers#be382906 flags:# premium:flags.0?true hash:long count:int sets:Vector unread:Vector = messages.FeaturedStickers; @@ -861,7 +910,7 @@ dataJSON#7d748d04 data:string = DataJSON; labeledPrice#cb296bf8 label:string amount:long = LabeledPrice; -invoice#3e85a91b flags:# test:flags.0?true name_requested:flags.1?true phone_requested:flags.2?true email_requested:flags.3?true shipping_address_requested:flags.4?true flexible:flags.5?true phone_to_provider:flags.6?true email_to_provider:flags.7?true recurring:flags.9?true currency:string prices:Vector max_tip_amount:flags.8?long suggested_tip_amounts:flags.8?Vector recurring_terms_url:flags.9?string = Invoice; +invoice#5db95a15 flags:# test:flags.0?true name_requested:flags.1?true phone_requested:flags.2?true email_requested:flags.3?true shipping_address_requested:flags.4?true flexible:flags.5?true phone_to_provider:flags.6?true email_to_provider:flags.7?true recurring:flags.9?true currency:string prices:Vector max_tip_amount:flags.8?long suggested_tip_amounts:flags.8?Vector terms_url:flags.10?string = Invoice; paymentCharge#ea02c27e id:string provider_charge_id:string = PaymentCharge; @@ -883,6 +932,7 @@ inputWebFileAudioAlbumThumbLocation#f46fe924 flags:# small:flags.2?true document upload.webFile#21e753bc size:int mime_type:string file_type:storage.FileType mtime:int bytes:bytes = upload.WebFile; payments.paymentForm#a0058751 flags:# can_save_credentials:flags.2?true password_missing:flags.3?true form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice provider_id:long url:string native_provider:flags.4?string native_params:flags.4?DataJSON additional_methods:flags.6?Vector saved_info:flags.0?PaymentRequestedInfo saved_credentials:flags.1?Vector users:Vector = payments.PaymentForm; +payments.paymentFormStars#7bf6b15c flags:# form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice users:Vector = payments.PaymentForm; payments.validatedRequestedInfo#d1451883 flags:# id:flags.0?string shipping_options:flags.1?Vector = payments.ValidatedRequestedInfo; @@ -890,6 +940,7 @@ payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult; payments.paymentVerificationNeeded#d8411139 url:string = payments.PaymentResult; payments.paymentReceipt#70c4fe03 flags:# date:int bot_id:long provider_id:long title:string description:string photo:flags.2?WebDocument invoice:Invoice info:flags.0?PaymentRequestedInfo shipping:flags.1?ShippingOption tip_amount:flags.3?long currency:string total_amount:long credentials_title:string users:Vector = payments.PaymentReceipt; +payments.paymentReceiptStars#dabbf83a flags:# date:int bot_id:long title:string description:string photo:flags.2?WebDocument invoice:Invoice currency:string total_amount:long transaction_id:string users:Vector = payments.PaymentReceipt; payments.savedInfo#fb8fe43c flags:# has_saved_credentials:flags.1?true saved_info:flags.0?PaymentRequestedInfo = payments.SavedInfo; @@ -910,7 +961,7 @@ phoneCallEmpty#5366c915 id:long = PhoneCall; phoneCallWaiting#c5226f17 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long protocol:PhoneCallProtocol receive_date:flags.0?int = PhoneCall; phoneCallRequested#14b0ed0c flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol = PhoneCall; phoneCallAccepted#3660c311 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol = PhoneCall; -phoneCall#967f7c67 flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector start_date:int = PhoneCall; +phoneCall#30535af5 flags:# p2p_allowed:flags.5?true video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connections:Vector start_date:int custom_parameters:flags.7?DataJSON = PhoneCall; phoneCallDiscarded#50ca4de1 flags:# need_rating:flags.2?true need_debug:flags.3?true video:flags.6?true id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = PhoneCall; phoneConnection#9cc123c7 flags:# tcp:flags.0?true id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection; @@ -978,6 +1029,11 @@ channelAdminLogEventActionEditTopic#f06fe208 prev_topic:ForumTopic new_topic:For channelAdminLogEventActionDeleteTopic#ae168909 topic:ForumTopic = ChannelAdminLogEventAction; channelAdminLogEventActionPinTopic#5d8d353b flags:# prev_topic:flags.0?ForumTopic new_topic:flags.1?ForumTopic = ChannelAdminLogEventAction; channelAdminLogEventActionToggleAntiSpam#64f36dfc new_value:Bool = ChannelAdminLogEventAction; +channelAdminLogEventActionChangePeerColor#5796e780 prev_value:PeerColor new_value:PeerColor = ChannelAdminLogEventAction; +channelAdminLogEventActionChangeProfilePeerColor#5e477b25 prev_value:PeerColor new_value:PeerColor = ChannelAdminLogEventAction; +channelAdminLogEventActionChangeWallpaper#31bb5d52 prev_value:WallPaper new_value:WallPaper = ChannelAdminLogEventAction; +channelAdminLogEventActionChangeEmojiStatus#3ea9feb1 prev_value:EmojiStatus new_value:EmojiStatus = ChannelAdminLogEventAction; +channelAdminLogEventActionChangeEmojiStickerSet#46d840ab prev_stickerset:InputStickerSet new_stickerset:InputStickerSet = ChannelAdminLogEventAction; channelAdminLogEvent#1fad68cd id:long date:int user_id:long action:ChannelAdminLogEventAction = ChannelAdminLogEvent; @@ -1129,19 +1185,19 @@ help.supportName#8c05f1c9 name:string = help.SupportName; help.userInfoEmpty#f3ae2eed = help.UserInfo; help.userInfo#1eb3758 message:string entities:Vector author:string date:int = help.UserInfo; -pollAnswer#6ca9c2e9 text:string option:bytes = PollAnswer; +pollAnswer#ff16e2ca text:TextWithEntities option:bytes = PollAnswer; -poll#86e18161 id:long flags:# closed:flags.0?true public_voters:flags.1?true multiple_choice:flags.2?true quiz:flags.3?true question:string answers:Vector close_period:flags.4?int close_date:flags.5?int = Poll; +poll#58747131 id:long flags:# closed:flags.0?true public_voters:flags.1?true multiple_choice:flags.2?true quiz:flags.3?true question:TextWithEntities answers:Vector close_period:flags.4?int close_date:flags.5?int = Poll; pollAnswerVoters#3b6ddad2 flags:# chosen:flags.0?true correct:flags.1?true option:bytes voters:int = PollAnswerVoters; -pollResults#dcb82ea3 flags:# min:flags.0?true results:flags.1?Vector total_voters:flags.2?int recent_voters:flags.3?Vector solution:flags.4?string solution_entities:flags.4?Vector = PollResults; +pollResults#7adf2420 flags:# min:flags.0?true results:flags.1?Vector total_voters:flags.2?int recent_voters:flags.3?Vector solution:flags.4?string solution_entities:flags.4?Vector = PollResults; chatOnlines#f041e250 onlines:int = ChatOnlines; statsURL#47a971e0 url:string = StatsURL; -chatAdminRights#5fb224d5 flags:# change_info:flags.0?true post_messages:flags.1?true edit_messages:flags.2?true delete_messages:flags.3?true ban_users:flags.4?true invite_users:flags.5?true pin_messages:flags.7?true add_admins:flags.9?true anonymous:flags.10?true manage_call:flags.11?true other:flags.12?true manage_topics:flags.13?true = ChatAdminRights; +chatAdminRights#5fb224d5 flags:# change_info:flags.0?true post_messages:flags.1?true edit_messages:flags.2?true delete_messages:flags.3?true ban_users:flags.4?true invite_users:flags.5?true pin_messages:flags.7?true add_admins:flags.9?true anonymous:flags.10?true manage_call:flags.11?true other:flags.12?true manage_topics:flags.13?true post_stories:flags.14?true edit_stories:flags.15?true delete_stories:flags.16?true = ChatAdminRights; chatBannedRights#9f120418 flags:# view_messages:flags.0?true send_messages:flags.1?true send_media:flags.2?true send_stickers:flags.3?true send_gifs:flags.4?true send_games:flags.5?true send_inline:flags.6?true embed_links:flags.7?true send_polls:flags.8?true change_info:flags.10?true invite_users:flags.15?true pin_messages:flags.17?true manage_topics:flags.18?true send_photos:flags.19?true send_videos:flags.20?true send_roundvideos:flags.21?true send_audios:flags.22?true send_voices:flags.23?true send_docs:flags.24?true send_plain:flags.25?true until_date:int = ChatBannedRights; @@ -1152,11 +1208,11 @@ inputWallPaperNoFile#967a462e id:long = InputWallPaper; account.wallPapersNotModified#1c199183 = account.WallPapers; account.wallPapers#cdc3858c hash:long wallpapers:Vector = account.WallPapers; -codeSettings#ad253d78 flags:# allow_flashcall:flags.0?true current_number:flags.1?true allow_app_hash:flags.4?true allow_missed_call:flags.5?true allow_firebase:flags.7?true logout_tokens:flags.6?Vector token:flags.8?string app_sandbox:flags.8?Bool = CodeSettings; +codeSettings#ad253d78 flags:# allow_flashcall:flags.0?true current_number:flags.1?true allow_app_hash:flags.4?true allow_missed_call:flags.5?true allow_firebase:flags.7?true unknown_number:flags.9?true logout_tokens:flags.6?Vector token:flags.8?string app_sandbox:flags.8?Bool = CodeSettings; -wallPaperSettings#1dc1bca4 flags:# blur:flags.1?true motion:flags.2?true background_color:flags.0?int second_background_color:flags.4?int third_background_color:flags.5?int fourth_background_color:flags.6?int intensity:flags.3?int rotation:flags.4?int = WallPaperSettings; +wallPaperSettings#372efcd0 flags:# blur:flags.1?true motion:flags.2?true background_color:flags.0?int second_background_color:flags.4?int third_background_color:flags.5?int fourth_background_color:flags.6?int intensity:flags.3?int rotation:flags.4?int emoticon:flags.7?string = WallPaperSettings; -autoDownloadSettings#8efab953 flags:# disabled:flags.0?true video_preload_large:flags.1?true audio_preload_next:flags.2?true phonecalls_less_data:flags.3?true photo_size_max:int video_size_max:long file_size_max:long video_upload_maxbitrate:int = AutoDownloadSettings; +autoDownloadSettings#baa57628 flags:# disabled:flags.0?true video_preload_large:flags.1?true audio_preload_next:flags.2?true phonecalls_less_data:flags.3?true stories_preload:flags.4?true photo_size_max:int video_size_max:long file_size_max:long video_upload_maxbitrate:int small_queue_active_operations_max:int large_queue_active_operations_max:int = AutoDownloadSettings; account.autoDownloadSettings#63cacf26 low:AutoDownloadSettings medium:AutoDownloadSettings high:AutoDownloadSettings = account.AutoDownloadSettings; @@ -1216,20 +1272,18 @@ inputThemeSettings#8fde504f flags:# message_colors_animated:flags.2?true base_th themeSettings#fa58b6d4 flags:# message_colors_animated:flags.2?true base_theme:BaseTheme accent_color:int outbox_accent_color:flags.3?int message_colors:flags.0?Vector wallpaper:flags.1?WallPaper = ThemeSettings; webPageAttributeTheme#54b56617 flags:# documents:flags.0?Vector settings:flags.1?ThemeSettings = WebPageAttribute; +webPageAttributeStory#2e94c3e7 flags:# peer:Peer id:int story:flags.0?StoryItem = WebPageAttribute; +webPageAttributeStickerSet#50cc03d3 flags:# emojis:flags.0?true text_color:flags.1?true stickers:Vector = WebPageAttribute; -messageUserVote#34d247b4 user_id:long option:bytes date:int = MessageUserVote; -messageUserVoteInputOption#3ca5b0ec user_id:long date:int = MessageUserVote; -messageUserVoteMultiple#8a65e557 user_id:long options:Vector date:int = MessageUserVote; - -messages.votesList#823f649 flags:# count:int votes:Vector users:Vector next_offset:flags.0?string = messages.VotesList; +messages.votesList#4899484e flags:# count:int votes:Vector chats:Vector users:Vector next_offset:flags.0?string = messages.VotesList; bankCardOpenUrl#f568028a url:string name:string = BankCardOpenUrl; payments.bankCardData#3e24e573 title:string open_urls:Vector = payments.BankCardData; -dialogFilter#7438f7e8 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?true id:int title:string emoticon:flags.25?string pinned_peers:Vector include_peers:Vector exclude_peers:Vector = DialogFilter; +dialogFilter#5fb5523b flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?true id:int title:string emoticon:flags.25?string color:flags.27?int pinned_peers:Vector include_peers:Vector exclude_peers:Vector = DialogFilter; dialogFilterDefault#363293ae = DialogFilter; -dialogFilterChatlist#d64a04a8 flags:# has_my_invites:flags.26?true id:int title:string emoticon:flags.25?string pinned_peers:Vector include_peers:Vector = DialogFilter; +dialogFilterChatlist#9fe28ea4 flags:# has_my_invites:flags.26?true id:int title:string emoticon:flags.25?string color:flags.27?int pinned_peers:Vector include_peers:Vector = DialogFilter; dialogFilterSuggested#77744d4a filter:DialogFilter description:string = DialogFilterSuggested; @@ -1243,9 +1297,7 @@ statsGraphAsync#4a27eb2d token:string = StatsGraph; statsGraphError#bedc9822 error:string = StatsGraph; statsGraph#8ea464b6 flags:# json:DataJSON zoom_token:flags.0?string = StatsGraph; -messageInteractionCounters#ad4fc9bd msg_id:int views:int forwards:int = MessageInteractionCounters; - -stats.broadcastStats#bdf78394 period:StatsDateRangeDays followers:StatsAbsValueAndPrev views_per_post:StatsAbsValueAndPrev shares_per_post:StatsAbsValueAndPrev enabled_notifications:StatsPercentValue growth_graph:StatsGraph followers_graph:StatsGraph mute_graph:StatsGraph top_hours_graph:StatsGraph interactions_graph:StatsGraph iv_interactions_graph:StatsGraph views_by_source_graph:StatsGraph new_followers_by_source_graph:StatsGraph languages_graph:StatsGraph recent_message_interactions:Vector = stats.BroadcastStats; +stats.broadcastStats#396ca5fc period:StatsDateRangeDays followers:StatsAbsValueAndPrev views_per_post:StatsAbsValueAndPrev shares_per_post:StatsAbsValueAndPrev reactions_per_post:StatsAbsValueAndPrev views_per_story:StatsAbsValueAndPrev shares_per_story:StatsAbsValueAndPrev reactions_per_story:StatsAbsValueAndPrev enabled_notifications:StatsPercentValue growth_graph:StatsGraph followers_graph:StatsGraph mute_graph:StatsGraph top_hours_graph:StatsGraph interactions_graph:StatsGraph iv_interactions_graph:StatsGraph views_by_source_graph:StatsGraph new_followers_by_source_graph:StatsGraph languages_graph:StatsGraph reactions_by_emotion_graph:StatsGraph story_interactions_graph:StatsGraph story_reactions_by_emotion_graph:StatsGraph recent_posts_interactions:Vector = stats.BroadcastStats; help.promoDataEmpty#98f6ac75 expires:int = help.PromoData; help.promoData#8c39793f flags:# proxy:flags.0?true expires:int peer:Peer chats:Vector users:Vector psa_type:flags.1?string psa_message:flags.2?string = help.PromoData; @@ -1262,7 +1314,7 @@ statsGroupTopInviter#535f779d user_id:long invitations:int = StatsGroupTopInvite stats.megagroupStats#ef7ff916 period:StatsDateRangeDays members:StatsAbsValueAndPrev messages:StatsAbsValueAndPrev viewers:StatsAbsValueAndPrev posters:StatsAbsValueAndPrev growth_graph:StatsGraph members_graph:StatsGraph new_members_by_source_graph:StatsGraph languages_graph:StatsGraph messages_graph:StatsGraph actions_graph:StatsGraph top_hours_graph:StatsGraph weekdays_graph:StatsGraph top_posters:Vector top_admins:Vector top_inviters:Vector users:Vector = stats.MegagroupStats; -globalPrivacySettings#bea2f424 flags:# archive_and_mute_new_noncontact_peers:flags.0?Bool = GlobalPrivacySettings; +globalPrivacySettings#734c4ccb flags:# archive_and_mute_new_noncontact_peers:flags.0?true keep_archived_unmuted:flags.1?true keep_archived_folders:flags.2?true hide_read_marks:flags.3?true new_noncontact_peers_require_premium:flags.4?true = GlobalPrivacySettings; help.countryCode#4203c5ef flags:# country_code:string prefixes:flags.0?Vector patterns:flags.1?Vector = help.CountryCode; @@ -1277,13 +1329,14 @@ messages.messageViews#b6c4f543 views:Vector chats:Vector use messages.discussionMessage#a6341782 flags:# messages:Vector max_id:flags.0?int read_inbox_max_id:flags.1?int read_outbox_max_id:flags.2?int unread_count:int chats:Vector users:Vector = messages.DiscussionMessage; -messageReplyHeader#a6d57763 flags:# reply_to_scheduled:flags.2?true forum_topic:flags.3?true reply_to_msg_id:int reply_to_peer_id:flags.0?Peer reply_to_top_id:flags.1?int = MessageReplyHeader; +messageReplyHeader#afbc09db flags:# reply_to_scheduled:flags.2?true forum_topic:flags.3?true quote:flags.9?true reply_to_msg_id:flags.4?int reply_to_peer_id:flags.0?Peer reply_from:flags.5?MessageFwdHeader reply_media:flags.8?MessageMedia reply_to_top_id:flags.1?int quote_text:flags.6?string quote_entities:flags.7?Vector quote_offset:flags.10?int = MessageReplyHeader; +messageReplyStoryHeader#e5af939 peer:Peer story_id:int = MessageReplyHeader; messageReplies#83d60fc2 flags:# comments:flags.0?true replies:int replies_pts:int recent_repliers:flags.1?Vector channel_id:flags.0?long max_id:flags.2?int read_max_id:flags.3?int = MessageReplies; peerBlocked#e8fd8014 peer_id:Peer date:int = PeerBlocked; -stats.messageStats#8999f295 views_graph:StatsGraph = stats.MessageStats; +stats.messageStats#7fe91c14 views_graph:StatsGraph reactions_by_emotion_graph:StatsGraph = stats.MessageStats; groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCall; groupCall#d597650c flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true schedule_start_subscribed:flags.8?true can_start_video:flags.9?true record_video_active:flags.11?true rtmp_stream:flags.12?true listeners_hidden:flags.13?true id:long access_hash:long participants_count:int title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int schedule_date:flags.7?int unmuted_video_count:flags.10?int unmuted_video_limit:int version:int = GroupCall; @@ -1346,7 +1399,7 @@ account.resetPasswordFailedWait#e3779861 retry_date:int = account.ResetPasswordR account.resetPasswordRequestedWait#e9effc7d until_date:int = account.ResetPasswordResult; account.resetPasswordOk#e926d63e = account.ResetPasswordResult; -sponsoredMessage#fc25b828 flags:# recommended:flags.5?true show_peer_photo:flags.6?true random_id:bytes from_id:flags.3?Peer chat_invite:flags.4?ChatInvite chat_invite_hash:flags.4?string channel_post:flags.2?int start_param:flags.0?string message:string entities:flags.1?Vector sponsor_info:flags.7?string additional_info:flags.8?string = SponsoredMessage; +sponsoredMessage#bdedf566 flags:# recommended:flags.5?true can_report:flags.12?true random_id:bytes url:string title:string message:string entities:flags.1?Vector photo:flags.6?Photo color:flags.13?PeerColor button_text:string sponsor_info:flags.7?string additional_info:flags.8?string = SponsoredMessage; messages.sponsoredMessages#c9ee1d87 flags:# posts_between:flags.0?int messages:Vector chats:Vector users:Vector = messages.SponsoredMessages; messages.sponsoredMessagesEmpty#1839490f = messages.SponsoredMessages; @@ -1369,7 +1422,7 @@ auth.loggedOut#c3a2835f flags:# future_auth_token:flags.0?bytes = auth.LoggedOut reactionCount#a3d1cb80 flags:# chosen_order:flags.0?int reaction:Reaction count:int = ReactionCount; -messageReactions#4f2b9479 flags:# min:flags.0?true can_see_list:flags.2?true results:Vector recent_reactions:flags.1?Vector = MessageReactions; +messageReactions#4f2b9479 flags:# min:flags.0?true can_see_list:flags.2?true reactions_as_tags:flags.3?true results:Vector recent_reactions:flags.1?Vector = MessageReactions; messages.messageReactionsList#31bd492d flags:# count:int reactions:Vector chats:Vector users:Vector next_offset:flags.0?string = messages.MessageReactionsList; @@ -1378,7 +1431,7 @@ availableReaction#c077ec01 flags:# inactive:flags.0?true premium:flags.2?true re messages.availableReactionsNotModified#9f071957 = messages.AvailableReactions; messages.availableReactions#768e3aad hash:int reactions:Vector = messages.AvailableReactions; -messagePeerReaction#8c79b63c flags:# big:flags.0?true unread:flags.1?true peer_id:Peer date:int reaction:Reaction = MessagePeerReaction; +messagePeerReaction#8c79b63c flags:# big:flags.0?true unread:flags.1?true my:flags.2?true peer_id:Peer date:int reaction:Reaction = MessagePeerReaction; groupCallStreamChannel#80eb48af channel:int scale:int last_timestamp_ms:long = GroupCallStreamChannel; @@ -1390,7 +1443,7 @@ attachMenuBotIconColor#4576f3f0 name:string color:int = AttachMenuBotIconColor; attachMenuBotIcon#b2a7386b flags:# name:string icon:Document colors:flags.0?Vector = AttachMenuBotIcon; -attachMenuBot#c8aa2cd2 flags:# inactive:flags.0?true has_settings:flags.1?true request_write_access:flags.2?true bot_id:long short_name:string peer_types:Vector icons:Vector = AttachMenuBot; +attachMenuBot#d90d8dfe flags:# inactive:flags.0?true has_settings:flags.1?true request_write_access:flags.2?true show_in_attach_menu:flags.3?true show_in_side_menu:flags.4?true side_menu_disclaimer_needed:flags.5?true bot_id:long short_name:string peer_types:flags.3?Vector icons:Vector = AttachMenuBot; attachMenuBotsNotModified#f1d88a5c = AttachMenuBots; attachMenuBots#3c4301c0 hash:long bots:Vector users:Vector = AttachMenuBots; @@ -1426,15 +1479,20 @@ attachMenuPeerTypeBroadcast#7bfbdefc = AttachMenuPeerType; inputInvoiceMessage#c5b56859 peer:InputPeer msg_id:int = InputInvoice; inputInvoiceSlug#c326caef slug:string = InputInvoice; +inputInvoicePremiumGiftCode#98986c0d purpose:InputStorePaymentPurpose option:PremiumGiftCodeOption = InputInvoice; +inputInvoiceStars#1da33ad8 option:StarsTopupOption = InputInvoice; payments.exportedInvoice#aed0cbd9 url:string = payments.ExportedInvoice; -messages.transcribedAudio#93752c52 flags:# pending:flags.0?true transcription_id:long text:string = messages.TranscribedAudio; +messages.transcribedAudio#cfb9d957 flags:# pending:flags.0?true transcription_id:long text:string trial_remains_num:flags.1?int trial_remains_until_date:flags.1?int = messages.TranscribedAudio; help.premiumPromo#5334759c status_text:string status_entities:Vector video_sections:Vector videos:Vector period_options:Vector users:Vector = help.PremiumPromo; inputStorePaymentPremiumSubscription#a6751e66 flags:# restore:flags.0?true upgrade:flags.1?true = InputStorePaymentPurpose; inputStorePaymentGiftPremium#616f7fe8 user_id:InputUser currency:string amount:long = InputStorePaymentPurpose; +inputStorePaymentPremiumGiftCode#a3805f3f flags:# users:Vector boost_peer:flags.0?InputPeer currency:string amount:long = InputStorePaymentPurpose; +inputStorePaymentPremiumGiveaway#160544ca flags:# only_new_subscribers:flags.0?true winners_are_visible:flags.3?true boost_peer:InputPeer additional_peers:flags.1?Vector countries_iso2:flags.2?Vector prize_description:flags.4?string random_id:long until_date:int currency:string amount:long = InputStorePaymentPurpose; +inputStorePaymentStars#4f0ee8df flags:# stars:long currency:string amount:long = InputStorePaymentPurpose; premiumGiftOption#74c34319 flags:# months:int currency:string amount:long bot_url:string store_product:flags.0?string = PremiumGiftOption; @@ -1497,6 +1555,8 @@ emojiListNotModified#481eadfa = EmojiList; emojiList#7a1e11d1 hash:long document_id:Vector = EmojiList; emojiGroup#7a9abda9 title:string icon_emoji_id:long emoticons:Vector = EmojiGroup; +emojiGroupGreeting#80d26cc7 title:string icon_emoji_id:long emoticons:Vector = EmojiGroup; +emojiGroupPremium#93bcf34 title:string icon_emoji_id:long = EmojiGroup; messages.emojiGroupsNotModified#6fb4ad87 = messages.EmojiGroups; messages.emojiGroups#881fb94b hash:int groups:Vector = messages.EmojiGroups; @@ -1520,7 +1580,7 @@ inputBotAppShortName#908c0407 bot_id:InputUser short_name:string = InputBotApp; botAppNotModified#5da674b7 = BotApp; botApp#95fcd1d6 flags:# id:long access_hash:long short_name:string title:string description:string photo:Photo document:flags.0?Document hash:long = BotApp; -messages.botApp#eb50adf5 flags:# inactive:flags.0?true request_write_access:flags.1?true app:BotApp = messages.BotApp; +messages.botApp#eb50adf5 flags:# inactive:flags.0?true request_write_access:flags.1?true has_settings:flags.2?true app:BotApp = messages.BotApp; appWebViewResultUrl#3c1b4f0d url:string = AppWebViewResult; @@ -1543,6 +1603,240 @@ chatlists.chatlistUpdates#93bd878d missing_peers:Vector chats:Vector bots.botInfo#e8a775b0 name:string about:string description:string = bots.BotInfo; +messagePeerVote#b6cc2d5c peer:Peer option:bytes date:int = MessagePeerVote; +messagePeerVoteInputOption#74cda504 peer:Peer date:int = MessagePeerVote; +messagePeerVoteMultiple#4628f6e6 peer:Peer options:Vector date:int = MessagePeerVote; + +storyViews#8d595cd6 flags:# has_viewers:flags.1?true views_count:int forwards_count:flags.2?int reactions:flags.3?Vector reactions_count:flags.4?int recent_viewers:flags.0?Vector = StoryViews; + +storyItemDeleted#51e6ee4f id:int = StoryItem; +storyItemSkipped#ffadc913 flags:# close_friends:flags.8?true id:int date:int expire_date:int = StoryItem; +storyItem#79b26a24 flags:# pinned:flags.5?true public:flags.7?true close_friends:flags.8?true min:flags.9?true noforwards:flags.10?true edited:flags.11?true contacts:flags.12?true selected_contacts:flags.13?true out:flags.16?true id:int date:int from_id:flags.18?Peer fwd_from:flags.17?StoryFwdHeader expire_date:int caption:flags.0?string entities:flags.1?Vector media:MessageMedia media_areas:flags.14?Vector privacy:flags.2?Vector views:flags.3?StoryViews sent_reaction:flags.15?Reaction = StoryItem; + +stories.allStoriesNotModified#1158fe3e flags:# state:string stealth_mode:StoriesStealthMode = stories.AllStories; +stories.allStories#6efc5e81 flags:# has_more:flags.0?true count:int state:string peer_stories:Vector chats:Vector users:Vector stealth_mode:StoriesStealthMode = stories.AllStories; + +stories.stories#63c3dd0a flags:# count:int stories:Vector pinned_to_top:flags.0?Vector chats:Vector users:Vector = stories.Stories; + +storyView#b0bdeac5 flags:# blocked:flags.0?true blocked_my_stories_from:flags.1?true user_id:long date:int reaction:flags.2?Reaction = StoryView; +storyViewPublicForward#9083670b flags:# blocked:flags.0?true blocked_my_stories_from:flags.1?true message:Message = StoryView; +storyViewPublicRepost#bd74cf49 flags:# blocked:flags.0?true blocked_my_stories_from:flags.1?true peer_id:Peer story:StoryItem = StoryView; + +stories.storyViewsList#59d78fc5 flags:# count:int views_count:int forwards_count:int reactions_count:int views:Vector chats:Vector users:Vector next_offset:flags.0?string = stories.StoryViewsList; + +stories.storyViews#de9eed1d views:Vector users:Vector = stories.StoryViews; + +inputReplyToMessage#22c0f6d5 flags:# reply_to_msg_id:int top_msg_id:flags.0?int reply_to_peer_id:flags.1?InputPeer quote_text:flags.2?string quote_entities:flags.3?Vector quote_offset:flags.4?int = InputReplyTo; +inputReplyToStory#5881323a peer:InputPeer story_id:int = InputReplyTo; + +exportedStoryLink#3fc9053b link:string = ExportedStoryLink; + +storiesStealthMode#712e27fd flags:# active_until_date:flags.0?int cooldown_until_date:flags.1?int = StoriesStealthMode; + +mediaAreaCoordinates#3d1ea4e x:double y:double w:double h:double rotation:double = MediaAreaCoordinates; + +mediaAreaVenue#be82db9c coordinates:MediaAreaCoordinates geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string = MediaArea; +inputMediaAreaVenue#b282217f coordinates:MediaAreaCoordinates query_id:long result_id:string = MediaArea; +mediaAreaGeoPoint#df8b3b22 coordinates:MediaAreaCoordinates geo:GeoPoint = MediaArea; +mediaAreaSuggestedReaction#14455871 flags:# dark:flags.0?true flipped:flags.1?true coordinates:MediaAreaCoordinates reaction:Reaction = MediaArea; +mediaAreaChannelPost#770416af coordinates:MediaAreaCoordinates channel_id:long msg_id:int = MediaArea; +inputMediaAreaChannelPost#2271f2bf coordinates:MediaAreaCoordinates channel:InputChannel msg_id:int = MediaArea; + +peerStories#9a35e999 flags:# peer:Peer max_read_id:flags.0?int stories:Vector = PeerStories; + +stories.peerStories#cae68768 stories:PeerStories chats:Vector users:Vector = stories.PeerStories; + +messages.webPage#fd5e12bd webpage:WebPage chats:Vector users:Vector = messages.WebPage; + +premiumGiftCodeOption#257e962b flags:# users:int months:int store_product:flags.0?string store_quantity:flags.1?int currency:string amount:long = PremiumGiftCodeOption; + +payments.checkedGiftCode#284a1096 flags:# via_giveaway:flags.2?true from_id:flags.4?Peer giveaway_msg_id:flags.3?int to_id:flags.0?long date:int months:int used_date:flags.1?int chats:Vector users:Vector = payments.CheckedGiftCode; + +payments.giveawayInfo#4367daa0 flags:# participating:flags.0?true preparing_results:flags.3?true start_date:int joined_too_early_date:flags.1?int admin_disallowed_chat_id:flags.2?long disallowed_country:flags.4?string = payments.GiveawayInfo; +payments.giveawayInfoResults#cd5570 flags:# winner:flags.0?true refunded:flags.1?true start_date:int gift_code_slug:flags.0?string finish_date:int winners_count:int activated_count:int = payments.GiveawayInfo; + +prepaidGiveaway#b2539d54 id:long months:int quantity:int date:int = PrepaidGiveaway; + +boost#2a1c8c71 flags:# gift:flags.1?true giveaway:flags.2?true unclaimed:flags.3?true id:string user_id:flags.0?long giveaway_msg_id:flags.2?int date:int expires:int used_gift_slug:flags.4?string multiplier:flags.5?int = Boost; + +premium.boostsList#86f8613c flags:# count:int boosts:Vector next_offset:flags.0?string users:Vector = premium.BoostsList; + +myBoost#c448415c flags:# slot:int peer:flags.0?Peer date:int expires:int cooldown_until_date:flags.1?int = MyBoost; + +premium.myBoosts#9ae228e2 my_boosts:Vector chats:Vector users:Vector = premium.MyBoosts; + +premium.boostsStatus#4959427a flags:# my_boost:flags.2?true level:int current_level_boosts:int boosts:int gift_boosts:flags.4?int next_level_boosts:flags.0?int premium_audience:flags.1?StatsPercentValue boost_url:string prepaid_giveaways:flags.3?Vector my_boost_slots:flags.2?Vector = premium.BoostsStatus; + +storyFwdHeader#b826e150 flags:# modified:flags.3?true from:flags.0?Peer from_name:flags.1?string story_id:flags.2?int = StoryFwdHeader; + +postInteractionCountersMessage#e7058e7f msg_id:int views:int forwards:int reactions:int = PostInteractionCounters; +postInteractionCountersStory#8a480e27 story_id:int views:int forwards:int reactions:int = PostInteractionCounters; + +stats.storyStats#50cd067c views_graph:StatsGraph reactions_by_emotion_graph:StatsGraph = stats.StoryStats; + +publicForwardMessage#1f2bf4a message:Message = PublicForward; +publicForwardStory#edf3add0 peer:Peer story:StoryItem = PublicForward; + +stats.publicForwards#93037e20 flags:# count:int forwards:Vector next_offset:flags.0?string chats:Vector users:Vector = stats.PublicForwards; + +peerColor#b54b5acf flags:# color:flags.0?int background_emoji_id:flags.1?long = PeerColor; + +help.peerColorSet#26219a58 colors:Vector = help.PeerColorSet; +help.peerColorProfileSet#767d61eb palette_colors:Vector bg_colors:Vector story_colors:Vector = help.PeerColorSet; + +help.peerColorOption#adec6ebe flags:# hidden:flags.0?true color_id:int colors:flags.1?help.PeerColorSet dark_colors:flags.2?help.PeerColorSet channel_min_level:flags.3?int group_min_level:flags.4?int = help.PeerColorOption; + +help.peerColorsNotModified#2ba1f5ce = help.PeerColors; +help.peerColors#f8ed08 hash:int colors:Vector = help.PeerColors; + +storyReaction#6090d6d5 peer_id:Peer date:int reaction:Reaction = StoryReaction; +storyReactionPublicForward#bbab2643 message:Message = StoryReaction; +storyReactionPublicRepost#cfcd0f13 peer_id:Peer story:StoryItem = StoryReaction; + +stories.storyReactionsList#aa5f789c flags:# count:int reactions:Vector chats:Vector users:Vector next_offset:flags.0?string = stories.StoryReactionsList; + +savedDialog#bd87cb6c flags:# pinned:flags.2?true peer:Peer top_message:int = SavedDialog; + +messages.savedDialogs#f83ae221 dialogs:Vector messages:Vector chats:Vector users:Vector = messages.SavedDialogs; +messages.savedDialogsSlice#44ba9dd9 count:int dialogs:Vector messages:Vector chats:Vector users:Vector = messages.SavedDialogs; +messages.savedDialogsNotModified#c01f6fe8 count:int = messages.SavedDialogs; + +savedReactionTag#cb6ff828 flags:# reaction:Reaction title:flags.0?string count:int = SavedReactionTag; + +messages.savedReactionTagsNotModified#889b59ef = messages.SavedReactionTags; +messages.savedReactionTags#3259950a tags:Vector hash:long = messages.SavedReactionTags; + +outboxReadDate#3bb842ac date:int = OutboxReadDate; + +smsjobs.eligibleToJoin#dc8b44cf terms_url:string monthly_sent_sms:int = smsjobs.EligibilityToJoin; + +smsjobs.status#2aee9191 flags:# allow_international:flags.0?true recent_sent:int recent_since:int recent_remains:int total_sent:int total_since:int last_gift_slug:flags.1?string terms_url:string = smsjobs.Status; + +smsJob#e6a1eeb8 job_id:string phone_number:string text:string = SmsJob; + +businessWeeklyOpen#120b1ab9 start_minute:int end_minute:int = BusinessWeeklyOpen; + +businessWorkHours#8c92b098 flags:# open_now:flags.0?true timezone_id:string weekly_open:Vector = BusinessWorkHours; + +businessLocation#ac5c1af7 flags:# geo_point:flags.0?GeoPoint address:string = BusinessLocation; + +inputBusinessRecipients#6f8b32aa flags:# existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector = InputBusinessRecipients; + +businessRecipients#21108ff7 flags:# existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector = BusinessRecipients; + +businessAwayMessageScheduleAlways#c9b9e2b9 = BusinessAwayMessageSchedule; +businessAwayMessageScheduleOutsideWorkHours#c3f2f501 = BusinessAwayMessageSchedule; +businessAwayMessageScheduleCustom#cc4d9ecc start_date:int end_date:int = BusinessAwayMessageSchedule; + +inputBusinessGreetingMessage#194cb3b shortcut_id:int recipients:InputBusinessRecipients no_activity_days:int = InputBusinessGreetingMessage; + +businessGreetingMessage#e519abab shortcut_id:int recipients:BusinessRecipients no_activity_days:int = BusinessGreetingMessage; + +inputBusinessAwayMessage#832175e0 flags:# offline_only:flags.0?true shortcut_id:int schedule:BusinessAwayMessageSchedule recipients:InputBusinessRecipients = InputBusinessAwayMessage; + +businessAwayMessage#ef156a5c flags:# offline_only:flags.0?true shortcut_id:int schedule:BusinessAwayMessageSchedule recipients:BusinessRecipients = BusinessAwayMessage; + +timezone#ff9289f5 id:string name:string utc_offset:int = Timezone; + +help.timezonesListNotModified#970708cc = help.TimezonesList; +help.timezonesList#7b74ed71 timezones:Vector hash:int = help.TimezonesList; + +quickReply#697102b shortcut_id:int shortcut:string top_message:int count:int = QuickReply; + +inputQuickReplyShortcut#24596d41 shortcut:string = InputQuickReplyShortcut; +inputQuickReplyShortcutId#1190cf1 shortcut_id:int = InputQuickReplyShortcut; + +messages.quickReplies#c68d6695 quick_replies:Vector messages:Vector chats:Vector users:Vector = messages.QuickReplies; +messages.quickRepliesNotModified#5f91eb5b = messages.QuickReplies; + +connectedBot#bd068601 flags:# can_reply:flags.0?true bot_id:long recipients:BusinessBotRecipients = ConnectedBot; + +account.connectedBots#17d7f87b connected_bots:Vector users:Vector = account.ConnectedBots; + +messages.dialogFilters#2ad93719 flags:# tags_enabled:flags.0?true filters:Vector = messages.DialogFilters; + +birthday#6c8e1e06 flags:# day:int month:int year:flags.0?int = Birthday; + +botBusinessConnection#896433b4 flags:# can_reply:flags.0?true disabled:flags.1?true connection_id:string user_id:long dc_id:int date:int = BotBusinessConnection; + +inputBusinessIntro#9c469cd flags:# title:string description:string sticker:flags.0?InputDocument = InputBusinessIntro; + +businessIntro#5a0a066d flags:# title:string description:string sticker:flags.0?Document = BusinessIntro; + +messages.myStickers#faff629d count:int sets:Vector = messages.MyStickers; + +inputCollectibleUsername#e39460a9 username:string = InputCollectible; +inputCollectiblePhone#a2e214a4 phone:string = InputCollectible; + +fragment.collectibleInfo#6ebdff91 purchase_date:int currency:string amount:long crypto_currency:string crypto_amount:long url:string = fragment.CollectibleInfo; + +inputBusinessBotRecipients#c4e5921e flags:# existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector exclude_users:flags.6?Vector = InputBusinessBotRecipients; + +businessBotRecipients#b88cf373 flags:# existing_chats:flags.0?true new_chats:flags.1?true contacts:flags.2?true non_contacts:flags.3?true exclude_selected:flags.5?true users:flags.4?Vector exclude_users:flags.6?Vector = BusinessBotRecipients; + +contactBirthday#1d998733 contact_id:long birthday:Birthday = ContactBirthday; + +contacts.contactBirthdays#114ff30d contacts:Vector users:Vector = contacts.ContactBirthdays; + +missingInvitee#628c9224 flags:# premium_would_allow_invite:flags.0?true premium_required_for_pm:flags.1?true user_id:long = MissingInvitee; + +messages.invitedUsers#7f5defa6 updates:Updates missing_invitees:Vector = messages.InvitedUsers; + +inputBusinessChatLink#11679fa7 flags:# message:string entities:flags.0?Vector title:flags.1?string = InputBusinessChatLink; + +businessChatLink#b4ae666f flags:# link:string message:string entities:flags.0?Vector title:flags.1?string views:int = BusinessChatLink; + +account.businessChatLinks#ec43a2d1 links:Vector chats:Vector users:Vector = account.BusinessChatLinks; + +account.resolvedBusinessChatLinks#9a23af21 flags:# peer:Peer message:string entities:flags.0?Vector chats:Vector users:Vector = account.ResolvedBusinessChatLinks; + +requestedPeerUser#d62ff46a flags:# user_id:long first_name:flags.0?string last_name:flags.0?string username:flags.1?string photo:flags.2?Photo = RequestedPeer; +requestedPeerChat#7307544f flags:# chat_id:long title:flags.0?string photo:flags.2?Photo = RequestedPeer; +requestedPeerChannel#8ba403e4 flags:# channel_id:long title:flags.0?string username:flags.1?string photo:flags.2?Photo = RequestedPeer; + +sponsoredMessageReportOption#430d3150 text:string option:bytes = SponsoredMessageReportOption; + +channels.sponsoredMessageReportResultChooseOption#846f9e42 title:string options:Vector = channels.SponsoredMessageReportResult; +channels.sponsoredMessageReportResultAdsHidden#3e3bcf2f = channels.SponsoredMessageReportResult; +channels.sponsoredMessageReportResultReported#ad798849 = channels.SponsoredMessageReportResult; + +stats.broadcastRevenueStats#5407e297 top_hours_graph:StatsGraph revenue_graph:StatsGraph balances:BroadcastRevenueBalances usd_rate:double = stats.BroadcastRevenueStats; + +stats.broadcastRevenueWithdrawalUrl#ec659737 url:string = stats.BroadcastRevenueWithdrawalUrl; + +broadcastRevenueTransactionProceeds#557e2cc4 amount:long from_date:int to_date:int = BroadcastRevenueTransaction; +broadcastRevenueTransactionWithdrawal#5a590978 flags:# pending:flags.0?true failed:flags.2?true amount:long date:int provider:string transaction_date:flags.1?int transaction_url:flags.1?string = BroadcastRevenueTransaction; +broadcastRevenueTransactionRefund#42d30d2e amount:long date:int provider:string = BroadcastRevenueTransaction; + +stats.broadcastRevenueTransactions#87158466 count:int transactions:Vector = stats.BroadcastRevenueTransactions; + +reactionNotificationsFromContacts#bac3a61a = ReactionNotificationsFrom; +reactionNotificationsFromAll#4b9e22a0 = ReactionNotificationsFrom; + +reactionsNotifySettings#56e34970 flags:# messages_notify_from:flags.0?ReactionNotificationsFrom stories_notify_from:flags.1?ReactionNotificationsFrom sound:NotificationSound show_previews:Bool = ReactionsNotifySettings; + +broadcastRevenueBalances#8438f1c6 current_balance:long available_balance:long overall_revenue:long = BroadcastRevenueBalances; + +availableEffect#93c3e27e flags:# premium_required:flags.2?true id:long emoticon:string static_icon_id:flags.0?long effect_sticker_id:long effect_animation_id:flags.1?long = AvailableEffect; + +messages.availableEffectsNotModified#d1ed9a5b = messages.AvailableEffects; +messages.availableEffects#bddb616e hash:int effects:Vector documents:Vector = messages.AvailableEffects; + +factCheck#b89bfccf flags:# need_check:flags.0?true country:flags.1?string text:flags.1?TextWithEntities hash:long = FactCheck; + +starsTransactionPeerUnsupported#95f2bfe4 = StarsTransactionPeer; +starsTransactionPeerAppStore#b457b375 = StarsTransactionPeer; +starsTransactionPeerPlayMarket#7b560a0b = StarsTransactionPeer; +starsTransactionPeerPremiumBot#250dbaf8 = StarsTransactionPeer; +starsTransactionPeerFragment#e92fd902 = StarsTransactionPeer; +starsTransactionPeer#d80da15d peer:Peer = StarsTransactionPeer; + +starsTopupOption#bd915c0 flags:# extended:flags.1?true stars:long store_product:flags.0?string currency:string amount:long = StarsTopupOption; + +starsTransaction#cc7079b2 flags:# refund:flags.3?true id:string stars:long date:int peer:StarsTransactionPeer title:flags.0?string description:flags.1?string photo:flags.2?WebDocument = StarsTransaction; + +payments.starsStatus#8cf4ee60 flags:# balance:long history:Vector next_offset:flags.0?string chats:Vector users:Vector = payments.StarsStatus; + ---functions--- invokeAfterMsg#cb9f372d {X:Type} msg_id:long query:!X = X; @@ -1552,9 +1846,12 @@ invokeWithLayer#da9b0d0d {X:Type} layer:int query:!X = X; invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X; invokeWithMessagesRange#365275f2 {X:Type} range:MessageRange query:!X = X; invokeWithTakeout#aca9fd2e {X:Type} takeout_id:long query:!X = X; +invokeWithBusinessConnection#dd289f8e {X:Type} connection_id:string query:!X = X; +invokeWithGooglePlayIntegrity#1df92984 {X:Type} nonce:string token:string query:!X = X; +invokeWithApnsSecret#0dae54f8 {X:Type} nonce:string secret:string query:!X = X; auth.sendCode#a677244f phone_number:string api_id:int api_hash:string settings:CodeSettings = auth.SentCode; -auth.signUp#80eee427 phone_number:string phone_code_hash:string first_name:string last_name:string = auth.Authorization; +auth.signUp#aac7b717 flags:# no_joined_notifications:flags.0?true phone_number:string phone_code_hash:string first_name:string last_name:string = auth.Authorization; auth.signIn#8d52a951 flags:# phone_number:string phone_code_hash:string phone_code:flags.0?string email_verification:flags.1?EmailVerification = auth.Authorization; auth.logOut#3e72ba19 = auth.LoggedOut; auth.resetAuthorizations#9fab0d1a = Bool; @@ -1565,7 +1862,7 @@ auth.importBotAuthorization#67a3ff2c flags:int api_id:int api_hash:string bot_au auth.checkPassword#d18b4d16 password:InputCheckPasswordSRP = auth.Authorization; auth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery; auth.recoverPassword#37096c70 flags:# code:string new_settings:flags.0?account.PasswordInputSettings = auth.Authorization; -auth.resendCode#3ef1a9bf phone_number:string phone_code_hash:string = auth.SentCode; +auth.resendCode#cae47523 flags:# phone_number:string phone_code_hash:string reason:flags.0?string = auth.SentCode; auth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool; auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector = Bool; auth.exportLoginToken#b7e085fe api_id:int api_hash:string except_ids:Vector = auth.LoginToken; @@ -1573,8 +1870,9 @@ auth.importLoginToken#95ac5ce4 token:bytes = auth.LoginToken; auth.acceptLoginToken#e894ad4d token:bytes = Authorization; auth.checkRecoveryPassword#d36bf79 code:string = Bool; auth.importWebTokenAuthorization#2db873a9 api_id:int api_hash:string web_auth_token:string = auth.Authorization; -auth.requestFirebaseSms#89464b50 flags:# phone_number:string phone_code_hash:string safety_net_token:flags.0?string ios_push_secret:flags.1?string = Bool; +auth.requestFirebaseSms#8e39261e flags:# phone_number:string phone_code_hash:string safety_net_token:flags.0?string play_integrity_token:flags.2?string ios_push_secret:flags.1?string = Bool; auth.resetLoginEmail#7e960193 phone_number:string phone_code_hash:string = auth.SentCode; +auth.reportMissingCode#cb9deff6 phone_number:string phone_code_hash:string mnc:string = Bool; account.registerDevice#ec86017a flags:# no_muted:flags.0?true token_type:int token:string app_sandbox:Bool secret:bytes other_uids:Vector = Bool; account.unregisterDevice#6a0d3206 token_type:int token:string other_uids:Vector = Bool; @@ -1623,7 +1921,7 @@ account.resendPasswordEmail#7a7f2a15 = Bool; account.cancelPasswordEmail#c1cbd5b6 = Bool; account.getContactSignUpNotification#9f07c728 = Bool; account.setContactSignUpNotification#cff43f61 silent:Bool = Bool; -account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1?true peer:flags.0?InputNotifyPeer = Updates; +account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1?true compare_stories:flags.2?true peer:flags.0?InputNotifyPeer = Updates; account.getWallPaper#fc8ddbea wallpaper:InputWallPaper = WallPaper; account.uploadWallPaper#e39a8f03 flags:# for_chat:flags.0?true file:InputFile mime_type:string settings:WallPaperSettings = WallPaper; account.saveWallPaper#6c5a5b37 wallpaper:InputWallPaper unsave:Bool settings:WallPaperSettings = Bool; @@ -1648,7 +1946,7 @@ account.resetPassword#9308ce1b = account.ResetPasswordResult; account.declinePasswordReset#4c9409f6 = Bool; account.getChatThemes#d638de89 hash:long = account.Themes; account.setAuthorizationTTL#bf899aa0 authorization_ttl_days:int = Bool; -account.changeAuthorizationSettings#40f48462 flags:# hash:long encrypted_requests_disabled:flags.0?Bool call_requests_disabled:flags.1?Bool = Bool; +account.changeAuthorizationSettings#40f48462 flags:# confirmed:flags.3?true hash:long encrypted_requests_disabled:flags.0?Bool call_requests_disabled:flags.1?Bool = Bool; account.getSavedRingtones#e1902288 hash:long = account.SavedRingtones; account.saveRingtone#3dea5b03 id:InputDocument unsave:Bool = account.SavedRingtone; account.uploadRingtone#831a83a2 file:InputFile file_name:string mime_type:string = Document; @@ -1663,10 +1961,36 @@ account.getDefaultGroupPhotoEmojis#915860ae hash:long = EmojiList; account.getAutoSaveSettings#adcbbcda = account.AutoSaveSettings; account.saveAutoSaveSettings#d69b8361 flags:# users:flags.0?true chats:flags.1?true broadcasts:flags.2?true peer:flags.3?InputPeer settings:AutoSaveSettings = Bool; account.deleteAutoSaveExceptions#53bc0020 = Bool; +account.invalidateSignInCodes#ca8ae8ba codes:Vector = Bool; +account.updateColor#7cefa15d flags:# for_profile:flags.1?true color:flags.2?int background_emoji_id:flags.0?long = Bool; +account.getDefaultBackgroundEmojis#a60ab9ce hash:long = EmojiList; +account.getChannelDefaultEmojiStatuses#7727a7d5 hash:long = account.EmojiStatuses; +account.getChannelRestrictedStatusEmojis#35a9e0d5 hash:long = EmojiList; +account.updateBusinessWorkHours#4b00e066 flags:# business_work_hours:flags.0?BusinessWorkHours = Bool; +account.updateBusinessLocation#9e6b131a flags:# geo_point:flags.1?InputGeoPoint address:flags.0?string = Bool; +account.updateBusinessGreetingMessage#66cdafc4 flags:# message:flags.0?InputBusinessGreetingMessage = Bool; +account.updateBusinessAwayMessage#a26a7fa5 flags:# message:flags.0?InputBusinessAwayMessage = Bool; +account.updateConnectedBot#43d8521d flags:# can_reply:flags.0?true deleted:flags.1?true bot:InputUser recipients:InputBusinessBotRecipients = Updates; +account.getConnectedBots#4ea4c80f = account.ConnectedBots; +account.getBotBusinessConnection#76a86270 connection_id:string = Updates; +account.updateBusinessIntro#a614d034 flags:# intro:flags.0?InputBusinessIntro = Bool; +account.toggleConnectedBotPaused#646e1097 peer:InputPeer paused:Bool = Bool; +account.disablePeerConnectedBot#5e437ed9 peer:InputPeer = Bool; +account.updateBirthday#cc6e0c11 flags:# birthday:flags.0?Birthday = Bool; +account.createBusinessChatLink#8851e68e link:InputBusinessChatLink = BusinessChatLink; +account.editBusinessChatLink#8c3410af slug:string link:InputBusinessChatLink = BusinessChatLink; +account.deleteBusinessChatLink#60073674 slug:string = Bool; +account.getBusinessChatLinks#6f70dde1 = account.BusinessChatLinks; +account.resolveBusinessChatLink#5492e5ee slug:string = account.ResolvedBusinessChatLinks; +account.updatePersonalChannel#d94305e0 channel:InputChannel = Bool; +account.toggleSponsoredMessages#b9d9a38d enabled:Bool = Bool; +account.getReactionsNotifySettings#6dd654c = ReactionsNotifySettings; +account.setReactionsNotifySettings#316ce548 settings:ReactionsNotifySettings = ReactionsNotifySettings; users.getUsers#d91a548 id:Vector = Vector; users.getFullUser#b60f5918 id:InputUser = users.UserFull; users.setSecureValueErrors#90c894b5 id:InputUser errors:Vector = Bool; +users.getIsPremiumRequiredToContact#a622aa10 id:Vector = Vector; contacts.getContactIDs#7adc669d hash:long = Vector; contacts.getStatuses#c4a353ee = Vector; @@ -1674,9 +1998,9 @@ contacts.getContacts#5dd69e12 hash:long = contacts.Contacts; contacts.importContacts#2c800be5 contacts:Vector = contacts.ImportedContacts; contacts.deleteContacts#96a0e00 id:Vector = Updates; contacts.deleteByPhones#1013fd9e phones:Vector = Bool; -contacts.block#68cc1411 id:InputPeer = Bool; -contacts.unblock#bea65d50 id:InputPeer = Bool; -contacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked; +contacts.block#2e2e8734 flags:# my_stories_from:flags.0?true id:InputPeer = Bool; +contacts.unblock#b550d328 flags:# my_stories_from:flags.0?true id:InputPeer = Bool; +contacts.getBlocked#9a868f80 flags:# my_stories_from:flags.0?true offset:int limit:int = contacts.Blocked; contacts.search#11f812d8 q:string limit:int = contacts.Found; contacts.resolveUsername#f93ccba3 username:string = contacts.ResolvedPeer; contacts.getTopPeers#973478b6 flags:# correspondents:flags.0?true bots_pm:flags.1?true bots_inline:flags.2?true phone_calls:flags.3?true forward_users:flags.4?true forward_chats:flags.5?true groups:flags.10?true channels:flags.15?true offset:int limit:int hash:long = contacts.TopPeers; @@ -1691,19 +2015,22 @@ contacts.blockFromReplies#29a8962c flags:# delete_message:flags.0?true delete_hi contacts.resolvePhone#8af94344 phone:string = contacts.ResolvedPeer; contacts.exportContactToken#f8654027 = ExportedContactToken; contacts.importContactToken#13005788 token:string = User; +contacts.editCloseFriends#ba6705f0 id:Vector = Bool; +contacts.setBlocked#94c65c76 flags:# my_stories_from:flags.0?true id:Vector limit:int = Bool; +contacts.getBirthdays#daeda864 = contacts.ContactBirthdays; messages.getMessages#63c66506 id:Vector = messages.Messages; messages.getDialogs#a0f4cb4f flags:# exclude_pinned:flags.0?true folder_id:flags.1?int offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:long = messages.Dialogs; messages.getHistory#4423e6c5 peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.Messages; -messages.search#a0fda762 flags:# peer:InputPeer q:string from_id:flags.0?InputPeer top_msg_id:flags.1?int filter:MessagesFilter min_date:int max_date:int offset_id:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.Messages; +messages.search#29ee847a flags:# peer:InputPeer q:string from_id:flags.0?InputPeer saved_peer_id:flags.2?InputPeer saved_reaction:flags.3?Vector top_msg_id:flags.1?int filter:MessagesFilter min_date:int max_date:int offset_id:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.Messages; messages.readHistory#e306d3a peer:InputPeer max_id:int = messages.AffectedMessages; messages.deleteHistory#b08f922a flags:# just_clear:flags.0?true revoke:flags.1?true peer:InputPeer max_id:int min_date:flags.2?int max_date:flags.3?int = messages.AffectedHistory; messages.deleteMessages#e58e95d2 flags:# revoke:flags.0?true id:Vector = messages.AffectedMessages; messages.receivedMessages#5a954c0 max_id:int = Vector; messages.setTyping#58943ee2 flags:# peer:InputPeer top_msg_id:flags.0?int action:SendMessageAction = Bool; -messages.sendMessage#1cc20387 flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true peer:InputPeer reply_to_msg_id:flags.0?int top_msg_id:flags.9?int message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates; -messages.sendMedia#7547c966 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true peer:InputPeer reply_to_msg_id:flags.0?int top_msg_id:flags.9?int media:InputMedia message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates; -messages.forwardMessages#c661bbc4 flags:# silent:flags.5?true background:flags.6?true with_my_score:flags.8?true drop_author:flags.11?true drop_media_captions:flags.12?true noforwards:flags.14?true from_peer:InputPeer id:Vector random_id:Vector to_peer:InputPeer top_msg_id:flags.9?int schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates; +messages.sendMessage#983f9745 flags:# no_webpage:flags.1?true silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates; +messages.sendMedia#7852834e flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo media:InputMedia message:string random_id:long reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates; +messages.forwardMessages#d5039208 flags:# silent:flags.5?true background:flags.6?true with_my_score:flags.8?true drop_author:flags.11?true drop_media_captions:flags.12?true noforwards:flags.14?true from_peer:InputPeer id:Vector random_id:Vector to_peer:InputPeer top_msg_id:flags.9?int schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut = Updates; messages.reportSpam#cf1592db peer:InputPeer = Bool; messages.getPeerSettings#efd9a6a2 peer:InputPeer = messages.PeerSettings; messages.report#8953ab4e peer:InputPeer id:Vector reason:ReportReason message:string = Bool; @@ -1711,9 +2038,9 @@ messages.getChats#49e9528f id:Vector = messages.Chats; messages.getFullChat#aeb00b34 chat_id:long = messages.ChatFull; messages.editChatTitle#73783ffd chat_id:long title:string = Updates; messages.editChatPhoto#35ddd674 chat_id:long photo:InputChatPhoto = Updates; -messages.addChatUser#f24753e3 chat_id:long user_id:InputUser fwd_limit:int = Updates; +messages.addChatUser#cbc6d107 chat_id:long user_id:InputUser fwd_limit:int = messages.InvitedUsers; messages.deleteChatUser#a2185cab flags:# revoke_history:flags.0?true chat_id:long user_id:InputUser = Updates; -messages.createChat#34a818 flags:# users:Vector title:string ttl_period:flags.0?int = Updates; +messages.createChat#92ceddd4 flags:# users:Vector title:string ttl_period:flags.0?int = messages.InvitedUsers; messages.getDhConfig#26cf8950 version:int random_length:int = messages.DhConfig; messages.requestEncryption#f64daf43 user_id:InputUser random_id:int g_a:bytes = EncryptedChat; messages.acceptEncryption#3dbc0415 peer:InputEncryptedChat g_b:bytes key_fingerprint:long = EncryptedChat; @@ -1739,21 +2066,21 @@ messages.startBot#e6df7378 bot:InputUser peer:InputPeer random_id:long start_par messages.getMessagesViews#5784d3e1 peer:InputPeer id:Vector increment:Bool = messages.MessageViews; messages.editChatAdmin#a85bd1c2 chat_id:long user_id:InputUser is_admin:Bool = Bool; messages.migrateChat#a2875319 chat_id:long = Updates; -messages.searchGlobal#4bc6589a flags:# folder_id:flags.0?int q:string filter:MessagesFilter min_date:int max_date:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages; +messages.searchGlobal#4bc6589a flags:# broadcasts_only:flags.1?true folder_id:flags.0?int q:string filter:MessagesFilter min_date:int max_date:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages; messages.reorderStickerSets#78337739 flags:# masks:flags.0?true emojis:flags.1?true order:Vector = Bool; messages.getDocumentByHash#b1f2061f sha256:bytes size:long mime_type:string = Document; messages.getSavedGifs#5cf09635 hash:long = messages.SavedGifs; messages.saveGif#327a30cb id:InputDocument unsave:Bool = Bool; messages.getInlineBotResults#514e999d flags:# bot:InputUser peer:InputPeer geo_point:flags.0?InputGeoPoint query:string offset:string = messages.BotResults; messages.setInlineBotResults#bb12a419 flags:# gallery:flags.0?true private:flags.1?true query_id:long results:Vector cache_time:int next_offset:flags.2?string switch_pm:flags.3?InlineBotSwitchPM switch_webview:flags.4?InlineBotWebView = Bool; -messages.sendInlineBotResult#d3fbdccb flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true hide_via:flags.11?true peer:InputPeer reply_to_msg_id:flags.0?int top_msg_id:flags.9?int random_id:long query_id:long id:string schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates; +messages.sendInlineBotResult#3ebee86a flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true hide_via:flags.11?true peer:InputPeer reply_to:flags.0?InputReplyTo random_id:long query_id:long id:string schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut = Updates; messages.getMessageEditData#fda68d36 peer:InputPeer id:int = messages.MessageEditData; -messages.editMessage#48f71778 flags:# no_webpage:flags.1?true peer:InputPeer id:int message:flags.11?string media:flags.14?InputMedia reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.15?int = Updates; -messages.editInlineBotMessage#83557dba flags:# no_webpage:flags.1?true id:InputBotInlineMessageID message:flags.11?string media:flags.14?InputMedia reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector = Bool; +messages.editMessage#dfd14005 flags:# no_webpage:flags.1?true invert_media:flags.16?true peer:InputPeer id:int message:flags.11?string media:flags.14?InputMedia reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector schedule_date:flags.15?int quick_reply_shortcut_id:flags.17?int = Updates; +messages.editInlineBotMessage#83557dba flags:# no_webpage:flags.1?true invert_media:flags.16?true id:InputBotInlineMessageID message:flags.11?string media:flags.14?InputMedia reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector = Bool; messages.getBotCallbackAnswer#9342ca07 flags:# game:flags.1?true peer:InputPeer msg_id:int data:flags.0?bytes password:flags.2?InputCheckPasswordSRP = messages.BotCallbackAnswer; messages.setBotCallbackAnswer#d58f130a flags:# alert:flags.1?true query_id:long message:flags.0?string url:flags.2?string cache_time:int = Bool; messages.getPeerDialogs#e470bcfd peers:Vector = messages.PeerDialogs; -messages.saveDraft#b4331e3f flags:# no_webpage:flags.1?true reply_to_msg_id:flags.0?int top_msg_id:flags.2?int peer:InputPeer message:string entities:flags.3?Vector = Bool; +messages.saveDraft#7ff3b806 flags:# no_webpage:flags.1?true invert_media:flags.6?true reply_to:flags.4?InputReplyTo peer:InputPeer message:string entities:flags.3?Vector media:flags.5?InputMedia = Bool; messages.getAllDrafts#6a3f8d65 = Updates; messages.getFeaturedStickers#64780b14 hash:long = messages.FeaturedStickers; messages.readFeaturedStickers#5b118126 id:Vector = Bool; @@ -1768,21 +2095,20 @@ messages.setInlineGameScore#15ad9f64 flags:# edit_message:flags.0?true force:fla messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores; messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:InputUser = messages.HighScores; messages.getCommonChats#e40ca104 user_id:InputUser max_id:long limit:int = messages.Chats; -messages.getAllChats#875f74be except_ids:Vector = messages.Chats; -messages.getWebPage#32ca8f91 url:string hash:int = WebPage; +messages.getWebPage#8d9692a3 url:string hash:int = messages.WebPage; messages.toggleDialogPin#a731e257 flags:# pinned:flags.0?true peer:InputDialogPeer = Bool; messages.reorderPinnedDialogs#3b1adf37 flags:# force:flags.0?true folder_id:int order:Vector = Bool; messages.getPinnedDialogs#d6b94df2 folder_id:int = messages.PeerDialogs; messages.setBotShippingResults#e5f672fa flags:# query_id:long error:flags.0?string shipping_options:flags.1?Vector = Bool; messages.setBotPrecheckoutResults#9c2dd95 flags:# success:flags.1?true query_id:long error:flags.0?string = Bool; -messages.uploadMedia#519bc2b1 peer:InputPeer media:InputMedia = MessageMedia; -messages.sendScreenshotNotification#c97df020 peer:InputPeer reply_to_msg_id:int random_id:long = Updates; +messages.uploadMedia#14967978 flags:# business_connection_id:flags.0?string peer:InputPeer media:InputMedia = MessageMedia; +messages.sendScreenshotNotification#a1405817 peer:InputPeer reply_to:InputReplyTo random_id:long = Updates; messages.getFavedStickers#4f1aaa9 hash:long = messages.FavedStickers; messages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = Bool; messages.getUnreadMentions#f107e790 flags:# peer:InputPeer top_msg_id:flags.0?int offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.Messages; messages.readMentions#36e5bf4d flags:# peer:InputPeer top_msg_id:flags.0?int = messages.AffectedHistory; messages.getRecentLocations#702a40e0 peer:InputPeer limit:int hash:long = messages.Messages; -messages.sendMultiMedia#b6f11a1c flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true peer:InputPeer reply_to_msg_id:flags.0?int top_msg_id:flags.9?int multi_media:Vector schedule_date:flags.10?int send_as:flags.13?InputPeer = Updates; +messages.sendMultiMedia#37b74355 flags:# silent:flags.5?true background:flags.6?true clear_draft:flags.7?true noforwards:flags.14?true update_stickersets_order:flags.15?true invert_media:flags.16?true peer:InputPeer reply_to:flags.0?InputReplyTo multi_media:Vector schedule_date:flags.10?int send_as:flags.13?InputPeer quick_reply_shortcut:flags.17?InputQuickReplyShortcut effect:flags.18?long = Updates; messages.uploadEncryptedFile#5057c497 peer:InputEncryptedChat file:InputEncryptedFile = EncryptedFile; messages.searchStickerSets#35705b8a flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSets; messages.getSplitRanges#1cff7e08 = Vector; @@ -1799,7 +2125,7 @@ messages.getEmojiKeywords#35a0e062 lang_code:string = EmojiKeywordsDifference; messages.getEmojiKeywordsDifference#1508b6af lang_code:string from_version:int = EmojiKeywordsDifference; messages.getEmojiKeywordsLanguages#4e9963b2 lang_codes:Vector = Vector; messages.getEmojiURL#d5b10c26 lang_code:string = EmojiURL; -messages.getSearchCounters#ae7cc1 flags:# peer:InputPeer top_msg_id:flags.0?int filters:Vector = Vector; +messages.getSearchCounters#1bbcf300 flags:# peer:InputPeer saved_peer_id:flags.2?InputPeer top_msg_id:flags.0?int filters:Vector = Vector; messages.requestUrlAuth#198fb446 flags:# peer:flags.1?InputPeer msg_id:flags.1?int button_id:flags.1?int url:flags.2?string = UrlAuthResult; messages.acceptUrlAuth#b12c7125 flags:# write_allowed:flags.0?true peer:flags.1?InputPeer msg_id:flags.1?int button_id:flags.1?int url:flags.2?string = UrlAuthResult; messages.hidePeerSettingsBar#4facb138 peer:InputPeer = Bool; @@ -1809,7 +2135,7 @@ messages.sendScheduledMessages#bd38850a peer:InputPeer id:Vector = Updates; messages.deleteScheduledMessages#59ae2b16 peer:InputPeer id:Vector = Updates; messages.getPollVotes#b86e380e flags:# peer:InputPeer id:int option:flags.0?bytes offset:flags.1?string limit:int = messages.VotesList; messages.toggleStickerSets#b5052fea flags:# uninstall:flags.0?true archive:flags.1?true unarchive:flags.2?true stickersets:Vector = Bool; -messages.getDialogFilters#f19ed96d = Vector; +messages.getDialogFilters#efd48c89 = messages.DialogFilters; messages.getSuggestedDialogFilters#a29cd42c = Vector; messages.updateDialogFilter#1ad4a04a flags:# id:int filter:flags.0?DialogFilter = Bool; messages.updateDialogFiltersOrder#c563c1e4 order:Vector = Bool; @@ -1835,8 +2161,8 @@ messages.setHistoryTTL#b80e5fe4 peer:InputPeer period:int = Updates; messages.checkHistoryImportPeer#5dc60f03 peer:InputPeer = messages.CheckedHistoryImportPeer; messages.setChatTheme#e63be13f peer:InputPeer emoticon:string = Updates; messages.getMessageReadParticipants#31c1c44f peer:InputPeer msg_id:int = Vector; -messages.getSearchResultsCalendar#49f0bde9 peer:InputPeer filter:MessagesFilter offset_id:int offset_date:int = messages.SearchResultsCalendar; -messages.getSearchResultsPositions#6e9583a3 peer:InputPeer filter:MessagesFilter offset_id:int limit:int = messages.SearchResultsPositions; +messages.getSearchResultsCalendar#6aa3f6bd flags:# peer:InputPeer saved_peer_id:flags.2?InputPeer filter:MessagesFilter offset_id:int offset_date:int = messages.SearchResultsCalendar; +messages.getSearchResultsPositions#9c7f2f10 flags:# peer:InputPeer saved_peer_id:flags.2?InputPeer filter:MessagesFilter offset_id:int limit:int = messages.SearchResultsPositions; messages.hideChatJoinRequest#7fe7e815 flags:# approved:flags.0?true peer:InputPeer user_id:InputUser = Updates; messages.hideAllChatJoinRequests#e085f4ea flags:# approved:flags.0?true peer:InputPeer link:flags.1?string = Updates; messages.toggleNoForwards#b11eafa2 peer:InputPeer enabled:Bool = Updates; @@ -1844,7 +2170,7 @@ messages.saveDefaultSendAs#ccfddf96 peer:InputPeer send_as:InputPeer = Bool; messages.sendReaction#d30d78d4 flags:# big:flags.1?true add_to_recent:flags.2?true peer:InputPeer msg_id:int reaction:flags.0?Vector = Updates; messages.getMessagesReactions#8bba90e6 peer:InputPeer id:Vector = Updates; messages.getMessageReactionsList#461b3f48 flags:# peer:InputPeer id:int reaction:flags.0?Reaction offset:flags.1?string limit:int = messages.MessageReactionsList; -messages.setChatAvailableReactions#feb16771 peer:InputPeer available_reactions:ChatReactions = Updates; +messages.setChatAvailableReactions#5a150bd4 flags:# peer:InputPeer available_reactions:ChatReactions reactions_limit:flags.0?int = Updates; messages.getAvailableReactions#18dea0ac hash:int = messages.AvailableReactions; messages.setDefaultReaction#4f47a016 reaction:Reaction = Bool; messages.translateText#63183030 flags:# peer:flags.0?InputPeer id:flags.0?Vector text:flags.1?Vector to_lang:string = messages.TranslatedText; @@ -1854,9 +2180,9 @@ messages.searchSentMedia#107e31a0 q:string filter:MessagesFilter limit:int = mes messages.getAttachMenuBots#16fcc2cb hash:long = AttachMenuBots; messages.getAttachMenuBot#77216192 bot:InputUser = AttachMenuBotsBot; messages.toggleBotInAttachMenu#69f59d69 flags:# write_allowed:flags.0?true bot:InputUser enabled:Bool = Bool; -messages.requestWebView#178b480b flags:# from_bot_menu:flags.4?true silent:flags.5?true peer:InputPeer bot:InputUser url:flags.1?string start_param:flags.3?string theme_params:flags.2?DataJSON platform:string reply_to_msg_id:flags.0?int top_msg_id:flags.9?int send_as:flags.13?InputPeer = WebViewResult; -messages.prolongWebView#7ff34309 flags:# silent:flags.5?true peer:InputPeer bot:InputUser query_id:long reply_to_msg_id:flags.0?int top_msg_id:flags.9?int send_as:flags.13?InputPeer = Bool; -messages.requestSimpleWebView#299bec8e flags:# from_switch_webview:flags.1?true bot:InputUser url:string theme_params:flags.0?DataJSON platform:string = SimpleWebViewResult; +messages.requestWebView#269dc2c1 flags:# from_bot_menu:flags.4?true silent:flags.5?true peer:InputPeer bot:InputUser url:flags.1?string start_param:flags.3?string theme_params:flags.2?DataJSON platform:string reply_to:flags.0?InputReplyTo send_as:flags.13?InputPeer = WebViewResult; +messages.prolongWebView#b0d81a83 flags:# silent:flags.5?true peer:InputPeer bot:InputUser query_id:long reply_to:flags.0?InputReplyTo send_as:flags.13?InputPeer = Bool; +messages.requestSimpleWebView#1a46500a flags:# from_switch_webview:flags.1?true from_side_menu:flags.2?true bot:InputUser url:flags.3?string start_param:flags.4?string theme_params:flags.0?DataJSON platform:string = SimpleWebViewResult; messages.sendWebViewResultMessage#a4314f5 bot_query_id:string result:InputBotInlineResult = WebViewMessageSent; messages.sendWebViewData#dc0242c8 bot:InputUser random_id:long button_text:string data:string = Updates; messages.transcribeAudio#269e9a49 peer:InputPeer msg_id:int = messages.TranscribedAudio; @@ -1871,7 +2197,7 @@ messages.clearRecentReactions#9dfeefb4 = Bool; messages.getExtendedMedia#84f80814 peer:InputPeer id:Vector = Updates; messages.setDefaultHistoryTTL#9eb51445 period:int = Bool; messages.getDefaultHistoryTTL#658b7188 = DefaultHistoryTTL; -messages.sendBotRequestedPeer#fe38d01b peer:InputPeer msg_id:int button_id:int requested_peer:InputPeer = Updates; +messages.sendBotRequestedPeer#91b2d060 peer:InputPeer msg_id:int button_id:int requested_peers:Vector = Updates; messages.getEmojiGroups#7488ce5b hash:int = messages.EmojiGroups; messages.getEmojiStatusGroups#2ecd56cd hash:int = messages.EmojiGroups; messages.getEmojiProfilePhotoGroups#21a548f3 hash:int = messages.EmojiGroups; @@ -1879,10 +2205,36 @@ messages.searchCustomEmoji#2c11c0d7 emoticon:string hash:long = EmojiList; messages.togglePeerTranslations#e47cb579 flags:# disabled:flags.0?true peer:InputPeer = Bool; messages.getBotApp#34fdc5c3 app:InputBotApp hash:long = messages.BotApp; messages.requestAppWebView#8c5a3b3c flags:# write_allowed:flags.0?true peer:InputPeer app:InputBotApp start_param:flags.1?string theme_params:flags.2?DataJSON platform:string = AppWebViewResult; -messages.setChatWallPaper#8ffacae1 flags:# peer:InputPeer wallpaper:flags.0?InputWallPaper settings:flags.2?WallPaperSettings id:flags.1?int = Updates; +messages.setChatWallPaper#8ffacae1 flags:# for_both:flags.3?true revert:flags.4?true peer:InputPeer wallpaper:flags.0?InputWallPaper settings:flags.2?WallPaperSettings id:flags.1?int = Updates; +messages.searchEmojiStickerSets#92b4494c flags:# exclude_featured:flags.0?true q:string hash:long = messages.FoundStickerSets; +messages.getSavedDialogs#5381d21a flags:# exclude_pinned:flags.0?true offset_date:int offset_id:int offset_peer:InputPeer limit:int hash:long = messages.SavedDialogs; +messages.getSavedHistory#3d9a414d peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int hash:long = messages.Messages; +messages.deleteSavedHistory#6e98102b flags:# peer:InputPeer max_id:int min_date:flags.2?int max_date:flags.3?int = messages.AffectedHistory; +messages.getPinnedSavedDialogs#d63d94e0 = messages.SavedDialogs; +messages.toggleSavedDialogPin#ac81bbde flags:# pinned:flags.0?true peer:InputDialogPeer = Bool; +messages.reorderPinnedSavedDialogs#8b716587 flags:# force:flags.0?true order:Vector = Bool; +messages.getSavedReactionTags#3637e05b flags:# peer:flags.0?InputPeer hash:long = messages.SavedReactionTags; +messages.updateSavedReactionTag#60297dec flags:# reaction:Reaction title:flags.0?string = Bool; +messages.getDefaultTagReactions#bdf93428 hash:long = messages.Reactions; +messages.getOutboxReadDate#8c4bfe5d peer:InputPeer msg_id:int = OutboxReadDate; +messages.getQuickReplies#d483f2a8 hash:long = messages.QuickReplies; +messages.reorderQuickReplies#60331907 order:Vector = Bool; +messages.checkQuickReplyShortcut#f1d0fbd3 shortcut:string = Bool; +messages.editQuickReplyShortcut#5c003cef shortcut_id:int shortcut:string = Bool; +messages.deleteQuickReplyShortcut#3cc04740 shortcut_id:int = Bool; +messages.getQuickReplyMessages#94a495c3 flags:# shortcut_id:int id:flags.0?Vector hash:long = messages.Messages; +messages.sendQuickReplyMessages#6c750de1 peer:InputPeer shortcut_id:int id:Vector random_id:Vector = Updates; +messages.deleteQuickReplyMessages#e105e910 shortcut_id:int id:Vector = Updates; +messages.toggleDialogFilterTags#fd2dda49 enabled:Bool = Bool; +messages.getMyStickers#d0b5e1fc offset_id:long limit:int = messages.MyStickers; +messages.getEmojiStickerGroups#1dd840f5 hash:int = messages.EmojiGroups; +messages.getAvailableEffects#dea20a39 hash:int = messages.AvailableEffects; +messages.editFactCheck#589ee75 peer:InputPeer msg_id:int text:TextWithEntities = Updates; +messages.deleteFactCheck#d1da940c peer:InputPeer msg_id:int = Updates; +messages.getFactCheck#b9cdc5ee peer:InputPeer msg_id:Vector = Vector; updates.getState#edd4882a = updates.State; -updates.getDifference#25939651 flags:# pts:int pts_total_limit:flags.0?int date:int qts:int = updates.Difference; +updates.getDifference#19c2f763 flags:# pts:int pts_limit:flags.1?int pts_total_limit:flags.0?int date:int qts:int qts_limit:flags.2?int = updates.Difference; updates.getChannelDifference#3173d78 flags:# force:flags.0?true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifference; photos.updateProfilePhoto#9e82039 flags:# fallback:flags.0?true bot:flags.1?InputUser id:InputPhoto = photos.Photo; @@ -1905,7 +2257,6 @@ help.getNearestDc#1fb33026 = NearestDc; help.getAppUpdate#522d5a7d source:string = help.AppUpdate; help.getInviteText#4d392343 = help.InviteText; help.getSupport#9cdf08cd = help.Support; -help.getAppChangelog#9010ef6f prev_app_version:string = Updates; help.setBotUpdatesStatus#ec22cfcd pending_updates_count:int message:string = Bool; help.getCdnConfig#52029342 = CdnConfig; help.getRecentMeUrls#3dc0f114 referer:string = help.RecentMeUrls; @@ -1923,6 +2274,9 @@ help.hidePromoData#1e251c95 peer:InputPeer = Bool; help.dismissSuggestion#f50dbaa1 peer:InputPeer suggestion:string = Bool; help.getCountriesList#735787a8 lang_code:string hash:int = help.CountriesList; help.getPremiumPromo#b81b93d4 = help.PremiumPromo; +help.getPeerColors#da80f42f hash:int = help.PeerColors; +help.getPeerProfileColors#abcfa9fd hash:int = help.PeerColors; +help.getTimezonesList#49b30240 hash:int = help.TimezonesList; channels.readHistory#cc104937 channel:InputChannel max_id:int = Bool; channels.deleteMessages#84c1fd4e channel:InputChannel id:Vector = messages.AffectedMessages; @@ -1940,11 +2294,11 @@ channels.checkUsername#10e6bd2c channel:InputChannel username:string = Bool; channels.updateUsername#3514b3de channel:InputChannel username:string = Bool; channels.joinChannel#24b524c5 channel:InputChannel = Updates; channels.leaveChannel#f836aa95 channel:InputChannel = Updates; -channels.inviteToChannel#199f3a6c channel:InputChannel users:Vector = Updates; +channels.inviteToChannel#c9e33d54 channel:InputChannel users:Vector = messages.InvitedUsers; channels.deleteChannel#c0111fe3 channel:InputChannel = Updates; channels.exportMessageLink#e63fadeb flags:# grouped:flags.0?true thread:flags.1?true channel:InputChannel id:int = ExportedMessageLink; channels.toggleSignatures#1f69b606 channel:InputChannel enabled:Bool = Updates; -channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true = messages.Chats; +channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true for_personal:flags.2?true = messages.Chats; channels.editBanned#96e6cd81 channel:InputChannel participant:InputPeer banned_rights:ChatBannedRights = Updates; channels.getAdminLog#33ddf480 flags:# channel:InputChannel q:string events_filter:flags.0?ChannelAdminLogEventsFilter admins:flags.1?Vector max_id:long min_id:long limit:int = channels.AdminLogResults; channels.setStickers#ea8ca4f9 channel:InputChannel stickerset:InputStickerSet = Bool; @@ -1979,6 +2333,16 @@ channels.reorderPinnedForumTopics#2950a18f flags:# force:flags.0?true channel:In channels.toggleAntiSpam#68f3e4eb channel:InputChannel enabled:Bool = Updates; channels.reportAntiSpamFalsePositive#a850a693 channel:InputChannel msg_id:int = Bool; channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = Updates; +channels.clickSponsoredMessage#18afbc93 channel:InputChannel random_id:bytes = Bool; +channels.updateColor#d8aa3671 flags:# for_profile:flags.1?true channel:InputChannel color:flags.2?int background_emoji_id:flags.0?long = Updates; +channels.toggleViewForumAsMessages#9738bb15 channel:InputChannel enabled:Bool = Updates; +channels.getChannelRecommendations#25a71742 flags:# channel:flags.0?InputChannel = messages.Chats; +channels.updateEmojiStatus#f0d3e6a8 channel:InputChannel emoji_status:EmojiStatus = Updates; +channels.setBoostsToUnblockRestrictions#ad399cee channel:InputChannel boosts:int = Updates; +channels.setEmojiStickers#3cd930b7 channel:InputChannel stickerset:InputStickerSet = Bool; +channels.reportSponsoredMessage#af8ff6b9 channel:InputChannel random_id:bytes option:bytes = channels.SponsoredMessageReportResult; +channels.restrictSponsoredMessages#9ae91519 channel:InputChannel restricted:Bool = Updates; +channels.searchPosts#d19f987b hashtag:string offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages; bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON; bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool; @@ -1993,6 +2357,9 @@ bots.setBotInfo#10cf3123 flags:# bot:flags.2?InputUser lang_code:string name:fla bots.getBotInfo#dcd914fd flags:# bot:flags.0?InputUser lang_code:string = bots.BotInfo; bots.reorderUsernames#9709b1c2 bot:InputUser order:Vector = Bool; bots.toggleUsername#53ca973 bot:InputUser username:string active:Bool = Bool; +bots.canSendMessage#1359f4e6 bot:InputUser = Bool; +bots.allowSendMessage#f132e3ef bot:InputUser = Updates; +bots.invokeWebViewCustomMethod#87fc5e7 bot:InputUser custom_method:string params:DataJSON = DataJSON; payments.getPaymentForm#37148dbb flags:# invoice:InputInvoice theme_params:flags.0?DataJSON = payments.PaymentForm; payments.getPaymentReceipt#2478d1cc peer:InputPeer msg_id:int = payments.PaymentReceipt; @@ -2005,8 +2372,18 @@ payments.exportInvoice#f91b065 invoice_media:InputMedia = payments.ExportedInvoi payments.assignAppStoreTransaction#80ed747d receipt:bytes purpose:InputStorePaymentPurpose = Updates; payments.assignPlayMarketTransaction#dffd50d3 receipt:DataJSON purpose:InputStorePaymentPurpose = Updates; payments.canPurchasePremium#9fc19eb6 purpose:InputStorePaymentPurpose = Bool; - -stickers.createStickerSet#9021ab67 flags:# masks:flags.0?true animated:flags.1?true videos:flags.4?true emojis:flags.5?true text_color:flags.6?true user_id:InputUser title:string short_name:string thumb:flags.2?InputDocument stickers:Vector software:flags.3?string = messages.StickerSet; +payments.getPremiumGiftCodeOptions#2757ba54 flags:# boost_peer:flags.0?InputPeer = Vector; +payments.checkGiftCode#8e51b4c1 slug:string = payments.CheckedGiftCode; +payments.applyGiftCode#f6e26854 slug:string = Updates; +payments.getGiveawayInfo#f4239425 peer:InputPeer msg_id:int = payments.GiveawayInfo; +payments.launchPrepaidGiveaway#5ff58f20 peer:InputPeer giveaway_id:long purpose:InputStorePaymentPurpose = Updates; +payments.getStarsTopupOptions#c00ec7d3 = Vector; +payments.getStarsStatus#104fcfa7 peer:InputPeer = payments.StarsStatus; +payments.getStarsTransactions#673ac2f9 flags:# inbound:flags.0?true outbound:flags.1?true peer:InputPeer offset:string = payments.StarsStatus; +payments.sendStarsForm#2bb731d flags:# form_id:long invoice:InputInvoice = payments.PaymentResult; +payments.refundStarsCharge#25ae8f4a user_id:InputUser charge_id:string = Updates; + +stickers.createStickerSet#9021ab67 flags:# masks:flags.0?true emojis:flags.5?true text_color:flags.6?true user_id:InputUser title:string short_name:string thumb:flags.2?InputDocument stickers:Vector software:flags.3?string = messages.StickerSet; stickers.removeStickerFromSet#f7760f51 sticker:InputDocument = messages.StickerSet; stickers.changeStickerPosition#ffb6d4ca sticker:InputDocument position:int = messages.StickerSet; stickers.addStickerToSet#8653febe stickerset:InputStickerSet sticker:InputStickerSetItem = messages.StickerSet; @@ -2016,6 +2393,7 @@ stickers.suggestShortName#4dafc503 title:string = stickers.SuggestedShortName; stickers.changeSticker#f5537ebc flags:# sticker:InputDocument emoji:flags.0?string mask_coords:flags.1?MaskCoords keywords:flags.2?string = messages.StickerSet; stickers.renameStickerSet#124b1c00 stickerset:InputStickerSet title:string = messages.StickerSet; stickers.deleteStickerSet#87704394 stickerset:InputStickerSet = Bool; +stickers.replaceSticker#4696459a sticker:InputDocument new_sticker:InputStickerSetItem = messages.StickerSet; phone.getCallConfig#55451fa9 = DataJSON; phone.requestCall#42ff96ed flags:# video:flags.0?true user_id:InputUser random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCall; @@ -2060,8 +2438,13 @@ folders.editPeerFolders#6847d0ab folder_peers:Vector = Updates; stats.getBroadcastStats#ab42441a flags:# dark:flags.0?true channel:InputChannel = stats.BroadcastStats; stats.loadAsyncGraph#621d5fa0 flags:# token:string x:flags.0?long = StatsGraph; stats.getMegagroupStats#dcdf8607 flags:# dark:flags.0?true channel:InputChannel = stats.MegagroupStats; -stats.getMessagePublicForwards#5630281b channel:InputChannel msg_id:int offset_rate:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages; +stats.getMessagePublicForwards#5f150144 channel:InputChannel msg_id:int offset:string limit:int = stats.PublicForwards; stats.getMessageStats#b6e0a3f5 flags:# dark:flags.0?true channel:InputChannel msg_id:int = stats.MessageStats; +stats.getStoryStats#374fef40 flags:# dark:flags.0?true peer:InputPeer id:int = stats.StoryStats; +stats.getStoryPublicForwards#a6437ef6 peer:InputPeer id:int offset:string limit:int = stats.PublicForwards; +stats.getBroadcastRevenueStats#75dfb671 flags:# dark:flags.0?true channel:InputChannel = stats.BroadcastRevenueStats; +stats.getBroadcastRevenueWithdrawalUrl#2a65ef73 channel:InputChannel password:InputCheckPasswordSRP = stats.BroadcastRevenueWithdrawalUrl; +stats.getBroadcastRevenueTransactions#69280f channel:InputChannel offset:int limit:int = stats.BroadcastRevenueTransactions; chatlists.exportChatlistInvite#8472478e chatlist:InputChatlist title:string peers:Vector = chatlists.ExportedChatlistInvite; chatlists.deleteExportedInvite#719c5c5e chatlist:InputChatlist slug:string = Bool; @@ -2075,4 +2458,46 @@ chatlists.hideChatlistUpdates#66e486fb chatlist:InputChatlist = Bool; chatlists.getLeaveChatlistSuggestions#fdbcd714 chatlist:InputChatlist = Vector; chatlists.leaveChatlist#74fae13a chatlist:InputChatlist peers:Vector = Updates; -// LAYER 158 +stories.canSendStory#c7dfdfdd peer:InputPeer = Bool; +stories.sendStory#e4e6694b flags:# pinned:flags.2?true noforwards:flags.4?true fwd_modified:flags.7?true peer:InputPeer media:InputMedia media_areas:flags.5?Vector caption:flags.0?string entities:flags.1?Vector privacy_rules:Vector random_id:long period:flags.3?int fwd_from_id:flags.6?InputPeer fwd_from_story:flags.6?int = Updates; +stories.editStory#b583ba46 flags:# peer:InputPeer id:int media:flags.0?InputMedia media_areas:flags.3?Vector caption:flags.1?string entities:flags.1?Vector privacy_rules:flags.2?Vector = Updates; +stories.deleteStories#ae59db5f peer:InputPeer id:Vector = Vector; +stories.togglePinned#9a75a1ef peer:InputPeer id:Vector pinned:Bool = Vector; +stories.getAllStories#eeb0d625 flags:# next:flags.1?true hidden:flags.2?true state:flags.0?string = stories.AllStories; +stories.getPinnedStories#5821a5dc peer:InputPeer offset_id:int limit:int = stories.Stories; +stories.getStoriesArchive#b4352016 peer:InputPeer offset_id:int limit:int = stories.Stories; +stories.getStoriesByID#5774ca74 peer:InputPeer id:Vector = stories.Stories; +stories.toggleAllStoriesHidden#7c2557c4 hidden:Bool = Bool; +stories.readStories#a556dac8 peer:InputPeer max_id:int = Vector; +stories.incrementStoryViews#b2028afb peer:InputPeer id:Vector = Bool; +stories.getStoryViewsList#7ed23c57 flags:# just_contacts:flags.0?true reactions_first:flags.2?true forwards_first:flags.3?true peer:InputPeer q:flags.1?string id:int offset:string limit:int = stories.StoryViewsList; +stories.getStoriesViews#28e16cc8 peer:InputPeer id:Vector = stories.StoryViews; +stories.exportStoryLink#7b8def20 peer:InputPeer id:int = ExportedStoryLink; +stories.report#1923fa8c peer:InputPeer id:Vector reason:ReportReason message:string = Bool; +stories.activateStealthMode#57bbd166 flags:# past:flags.0?true future:flags.1?true = Updates; +stories.sendReaction#7fd736b2 flags:# add_to_recent:flags.0?true peer:InputPeer story_id:int reaction:Reaction = Updates; +stories.getPeerStories#2c4ada50 peer:InputPeer = stories.PeerStories; +stories.getAllReadPeerStories#9b5ae7f9 = Updates; +stories.getPeerMaxIDs#535983c3 id:Vector = Vector; +stories.getChatsToSend#a56a8b60 = messages.Chats; +stories.togglePeerStoriesHidden#bd0415c4 peer:InputPeer hidden:Bool = Bool; +stories.getStoryReactionsList#b9b2881f flags:# forwards_first:flags.2?true peer:InputPeer id:int reaction:flags.0?Reaction offset:flags.1?string limit:int = stories.StoryReactionsList; +stories.togglePinnedToTop#b297e9b peer:InputPeer id:Vector = Bool; + +premium.getBoostsList#60f67660 flags:# gifts:flags.0?true peer:InputPeer offset:string limit:int = premium.BoostsList; +premium.getMyBoosts#be77b4a = premium.MyBoosts; +premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector peer:InputPeer = premium.MyBoosts; +premium.getBoostsStatus#42f1f61 peer:InputPeer = premium.BoostsStatus; +premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsList; + +smsjobs.isEligibleToJoin#edc39d0 = smsjobs.EligibilityToJoin; +smsjobs.join#a74ece2d = Bool; +smsjobs.leave#9898ad73 = Bool; +smsjobs.updateSettings#93fa0bf flags:# allow_international:flags.0?true = Bool; +smsjobs.getStatus#10a698e8 = smsjobs.Status; +smsjobs.getSmsJob#778d902f job_id:string = SmsJob; +smsjobs.finishJob#4f1ebf24 flags:# job_id:string error:flags.0?string = Bool; + +fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo; + +// LAYER 181 diff --git a/tools/docimport.js b/tools/docimport.js index 0745eef..ac6ed8e 100644 --- a/tools/docimport.js +++ b/tools/docimport.js @@ -10,6 +10,6 @@ schema.constructors.forEach(constructor => { var docs = $("#dev_page_content").find("p").first().text().trim() if(docs !== "") - fs.appendFileSync(`../docs/constructors/${constructor.predicate}.md`, docs) + fs.writeFileSync(`../docs/constructors/${constructor.predicate}.md`, docs) }) -}) \ No newline at end of file +}) diff --git a/tools/update-schema/index.js b/tools/update-schema/index.js index f2c384a..0699291 100644 --- a/tools/update-schema/index.js +++ b/tools/update-schema/index.js @@ -47,7 +47,7 @@ async function exec(cmd, opts) { async function start() { const layerRegex = /\/\/ LAYER ([0-9]+)/ - const { body: currentSchema } = await request(`https://raw.githubusercontent.com/tjhorner/schema.tl/master/resources/schema.tl?${Date.now()}`) + const { body: currentSchema } = await request(`https://raw.githubusercontent.com/TelegramPlayGround/schema.tl/master/resources/schema.tl?${Date.now()}`) const currentLayerNumber = parseInt(currentSchema.match(layerRegex)[1]) console.log("Latest fetched layer number:", currentLayerNumber) @@ -61,7 +61,7 @@ async function start() { console.log("Checking for open PRs before we go any further...") const { data: openPulls } = await octokit.pulls.list({ - owner: "tjhorner", + owner: "TelegramPlayGround", repo: "schema.tl", state: "open", head: `tjhorner:layer-${newLayerNumber}` @@ -74,20 +74,10 @@ async function start() { } console.log("No open PRs for this layer; continuing...") - - await rimraf(config.REPO_WORKING_DIRECTORY) - console.log("Creating working directory if it does not already exist...") - - await fs.mkdir(config.REPO_WORKING_DIRECTORY) - console.log("Cloning repository...") - await exec(`git clone --depth=1 git@github.com:tjhorner/schema.tl.git ${config.REPO_WORKING_DIRECTORY}`) - - console.log(`Checking out new branch layer-${newLayerNumber}...`) - - await exec(`git checkout -b layer-${newLayerNumber}`, { cwd: config.REPO_WORKING_DIRECTORY }) + console.log(await fs.readdir(config.REPO_WORKING_DIRECTORY)) console.log("Converting new schema to JSON...") @@ -96,8 +86,13 @@ async function start() { console.log("Writing new schema to working directory...") - await fs.writeFile(path.join(config.REPO_WORKING_DIRECTORY, "resources", "schema.json"), JSON.stringify(newSchema, null, 2)) - await fs.writeFile(path.join(config.REPO_WORKING_DIRECTORY, "resources", "schema.tl"), latestSchema) + try { + await fs.writeFile(path.join(config.REPO_WORKING_DIRECTORY, "resources", "schema.json"), JSON.stringify(newSchema, null, 2)) + await fs.writeFile(path.join(config.REPO_WORKING_DIRECTORY, "resources", "schema.tl"), latestSchema) + } + catch (e) { + console.log(e); + } console.log("Ensuring all documentation files for methods/constructors exist...") @@ -148,11 +143,8 @@ async function start() { console.log("Pushing changes to GitHub...") - await exec(`git push origin layer-${newLayerNumber}`, { - cwd: config.REPO_WORKING_DIRECTORY, - env: { - GIT_SSH_COMMAND: `ssh -o IdentitiesOnly=yes -i ${config.GIT_PRIVATE_KEY_PATH}` - } + await exec(`git push origin master`, { + cwd: config.REPO_WORKING_DIRECTORY }) console.log("OK, done! Cleaning up working directory...") @@ -176,7 +168,7 @@ async function start() { newDocsText += "\n\nDocumentation files were created for these new constructors and methods." const { data: pr } = await octokit.pulls.create({ - owner: "tjhorner", + owner: "TelegramPlayGround", repo: "schema.tl", head: `layer-${newLayerNumber}`, base: "master", @@ -185,17 +177,17 @@ async function start() { }) await octokit.issues.addLabels({ - owner: "tjhorner", + owner: "TelegramPlayGround", repo: "schema.tl", number: pr.number, labels: [ "layer update" ] }) await octokit.pulls.createReviewRequest({ - owner: "tjhorner", + owner: "TelegramPlayGround", repo: "schema.tl", number: pr.number, - reviewers: [ "tjhorner" ] + reviewers: [ ] }) console.log("PR created, check it out:", pr.html_url) @@ -206,4 +198,4 @@ async function start() { } } -start() \ No newline at end of file +start()