feat(tl): updated to layer 181

This commit is contained in:
alina 🌸 2024-05-31 17:58:58 +03:00
parent f7e883fe2c
commit 635f02162a
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
4 changed files with 6 additions and 4 deletions

View file

@ -2,7 +2,7 @@
TL schema and related utils used for mtcute. TL schema and related utils used for mtcute.
Generated from TL layer **179** (last updated on 03.05.2024). Generated from TL layer **181** (last updated on 31.05.2024).
## About ## About

File diff suppressed because one or more lines are too long

View file

@ -80,6 +80,8 @@
"missingInvitee": ["user_id"], "missingInvitee": ["user_id"],
"payments.paymentForm": ["bot_id"], "payments.paymentForm": ["bot_id"],
"payments.paymentReceipt": ["bot_id"], "payments.paymentReceipt": ["bot_id"],
"payments.paymentFormStars": ["bot_id"],
"payments.paymentReceiptStars": ["bot_id"],
"peerChannel": ["channel_id"], "peerChannel": ["channel_id"],
"peerChat": ["chat_id"], "peerChat": ["chat_id"],
"peerSettings": ["business_bot_id"], "peerSettings": ["business_bot_id"],
@ -95,7 +97,7 @@
"readParticipantDate": ["user_id"], "readParticipantDate": ["user_id"],
"recentMeUrlChat": ["chat_id"], "recentMeUrlChat": ["chat_id"],
"recentMeUrlUser": ["user_id"], "recentMeUrlUser": ["user_id"],
"requestedPeerChannel": ["chat_id"], "requestedPeerChannel": ["channel_id"],
"requestedPeerChat": ["chat_id"], "requestedPeerChat": ["chat_id"],
"requestedPeerUser": ["user_id"], "requestedPeerUser": ["user_id"],
"secureFile": ["size"], "secureFile": ["size"],

View file

@ -1,6 +1,6 @@
{ {
"name": "@mtcute/tl", "name": "@mtcute/tl",
"version": "179.0.0", "version": "181.0.0",
"description": "TL schema used for mtcute", "description": "TL schema used for mtcute",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",
"license": "MIT", "license": "MIT",