feat(tl): updated to layer 181
This commit is contained in:
parent
f7e883fe2c
commit
635f02162a
4 changed files with 6 additions and 4 deletions
|
@ -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
|
@ -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"],
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue