build(tl): updated to layer 202

This commit is contained in:
alina sireneva
2025-05-01 01:55:24 +03:00
parent 40e9b654c4
commit e31b8a7b49
4 changed files with 40 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
TL schema and related utils used for mtcute.
Generated from TL layer **201** (last updated on 07.04.2025).
Generated from TL layer **202** (last updated on 01.05.2025).
## About

File diff suppressed because one or more lines are too long

View File

@@ -14,3 +14,4 @@ channel_layer199#e00998b7 flags:# creator:flags.0?true left:flags.2?true broadca
message_layer199#96fdbbe9 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 video_processing_pending:flags2.4?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?int53 via_business_bot_id:flags2.0?int53 reply_to:flags.3?MessageReplyHeader date:int message:string media:flags.9?MessageMedia reply_markup:flags.6?ReplyMarkup entities:flags.7?Vector<MessageEntity> 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<RestrictionReason> ttl_period:flags.25?int quick_reply_shortcut_id:flags.30?int effect:flags2.2?long factcheck:flags2.3?FactCheck report_delivery_until_date:flags2.5?int = Message;
// LAYER 200
userFull_layer200#d2234ea0 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 can_view_revenue:flags2.9?true bot_can_manage_emoji_status:flags2.10?true id:int53 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 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?int53 personal_channel_message:flags2.6?int stargifts_count:flags2.8?int starref_program:flags2.11?StarRefProgram bot_verification:flags2.12?BotVerification send_paid_messages_stars:flags2.14?long = UserFull;
// LAYER 201

View File

@@ -1,39 +1,39 @@
{
"name": "@mtcute/tl",
"version": "201.0.0",
"description": "TL schema used for mtcute",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"scripts": {
"test": "tsc --noEmit --esModuleInterop tests/types.ts",
"fetch-mtp": "tsx scripts/fetch-mtp.ts",
"fetch-api": "tsx scripts/fetch-api.ts",
"fetch-errors": "tsx scripts/fetch-errors.ts",
"docs-cli": "tsx scripts/documentation.ts",
"gen-code": "tsx scripts/gen-code.ts",
"gen-rsa": "tsx scripts/gen-rsa-keys.ts",
"fetch-and-gen": "pnpm run fetch-api && pnpm run gen-code",
"build": "tsx scripts/build-package.ts",
"build:jsr": "JSR=1 tsx scripts/build-package.ts"
},
"dependencies": {
"long": "5.2.3"
},
"devDependencies": {
"@mtcute/core": "workspace:^",
"@mtcute/node": "workspace:^",
"@mtcute/tl-utils": "workspace:^",
"@fuman/utils": "0.0.14",
"@fuman/fetch": "0.1.0",
"@types/js-yaml": "^4.0.5",
"cheerio": "1.0.0-rc.12",
"csv-parse": "^5.5.0",
"js-yaml": "4.1.0"
},
"typedoc": {
"entryPoint": "index.d.ts"
},
"fuman": {
"ownVersioning": true
}
"name": "@mtcute/tl",
"version": "202.0.0",
"description": "TL schema used for mtcute",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"scripts": {
"test": "tsc --noEmit --esModuleInterop tests/types.ts",
"fetch-mtp": "tsx scripts/fetch-mtp.ts",
"fetch-api": "tsx scripts/fetch-api.ts",
"fetch-errors": "tsx scripts/fetch-errors.ts",
"docs-cli": "tsx scripts/documentation.ts",
"gen-code": "tsx scripts/gen-code.ts",
"gen-rsa": "tsx scripts/gen-rsa-keys.ts",
"fetch-and-gen": "pnpm run fetch-api && pnpm run gen-code",
"build": "tsx scripts/build-package.ts",
"build:jsr": "JSR=1 tsx scripts/build-package.ts"
},
"dependencies": {
"long": "5.2.3"
},
"devDependencies": {
"@mtcute/core": "workspace:^",
"@mtcute/node": "workspace:^",
"@mtcute/tl-utils": "workspace:^",
"@fuman/utils": "0.0.14",
"@fuman/fetch": "0.1.0",
"@types/js-yaml": "^4.0.5",
"cheerio": "1.0.0-rc.12",
"csv-parse": "^5.5.0",
"js-yaml": "4.1.0"
},
"typedoc": {
"entryPoint": "index.d.ts"
},
"fuman": {
"ownVersioning": true
}
}