Skip to content

Commit e795f9d

Browse files
authored
Merge pull request #1489 from gotd/feat/update-tdlib-schema
Update TDLib schema to the latest layer
2 parents 758f125 + a33028d commit e795f9d

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

_schema/tdapi.tl

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Code generated by ./cmd/dltl, DO NOT EDIT.
22
//
33
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl
4-
// SHA256: 07ad017a571fa9a3d4997997ca6a2192f8f334e17b948d168b71ae38f1e613fc
4+
// SHA256: 6c47328011c26b2e8305ae7fee0b791a91ee5555f8a57fefb41a879974ca221d
55

66
double#2210c154 ? = Double;
77

@@ -1269,11 +1269,11 @@ usernames#bf343063 active_usernames:vector<string> disabled_usernames:vector<str
12691269
//@phone_number Phone number of the user
12701270
//@status Current online status of the user
12711271
//@profile_photo Profile photo of the user; may be null
1272-
//@accent_color_id Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only
1273-
//@background_custom_emoji_id Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only
1274-
//@profile_accent_color_id Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only
1275-
//@profile_background_custom_emoji_id Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only
1276-
//@emoji_status Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only
1272+
//@accent_color_id Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview
1273+
//@background_custom_emoji_id Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none
1274+
//@profile_accent_color_id Identifier of the accent color for the user's profile; -1 if none
1275+
//@profile_background_custom_emoji_id Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none
1276+
//@emoji_status Emoji status to be shown instead of the default Telegram Premium badge; may be null
12771277
//@is_contact The user is a contact of the current user
12781278
//@is_mutual_contact The user is a contact of the current user and the current user is a contact of the user
12791279
//@is_close_friend The user is a close friend of the current user; implies that the user is a contact

tdapi/tl_user_gen.go

+5-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)