Skip to content

Commit 935af31

Browse files
committed
feat(schema): update Telegram to the latest layer
1 parent 6138648 commit 935af31

File tree

1 file changed

+34
-12
lines changed

1 file changed

+34
-12
lines changed

_schema/tdlib.tl

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Code generated by ./cmd/dltl, DO NOT EDIT.
22
//
33
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/telegram_api.tl
4-
// Layer: 201
5-
// SHA256: dcad00ce2accc5dfe2c1d739a9b722f432bb80663416f5466ca51d3137144cd1
4+
// Layer: 202
5+
// SHA256: 0c256cbebd95bea87c6b4d75ed2b56e89a0c43d790fe014b50550edd746be866
66

77
int#a8509bda ? = Int;
88

@@ -14,6 +14,8 @@ string#b5286e24 ? = String;
1414

1515
bytes#e937bb82 = Bytes;
1616

17+
int256#e9be1e6b = Int256;
18+
1719
true#3fedd339 = True;
1820

1921
boolFalse#bc799737 = Bool;
@@ -366,6 +368,8 @@ messageActionPaidMessagesRefunded#ac1f1fcd count:int stars:long = MessageAction;
366368

367369
messageActionPaidMessagesPrice#bcd71419 stars:long = MessageAction;
368370

371+
messageActionConferenceCall#2ffe2f7a flags:# missed:flags.0?true active:flags.1?true video:flags.4?true call_id:long duration:flags.2?int other_participants:flags.3?Vector<Peer> = MessageAction;
372+
369373
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;
370374

371375
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;
@@ -800,6 +804,8 @@ updatePaidReactionPrivacy#8b725fce private:PaidReactionPrivacy = Update;
800804

801805
updateSentPhoneCode#504aa18f sent_code:auth.SentCode = Update;
802806

807+
updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:Vector<bytes> next_offset:int = Update;
808+
803809
updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;
804810

805811
updates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference;
@@ -1544,6 +1550,8 @@ phoneCallDiscardReasonHangup#57adc690 = PhoneCallDiscardReason;
15441550

15451551
phoneCallDiscardReasonBusy#faf7e8c9 = PhoneCallDiscardReason;
15461552

1553+
phoneCallDiscardReasonMigrateConferenceCall#9fbbf1f7 slug:string = PhoneCallDiscardReason;
1554+
15471555
dataJSON#7d748d04 data:string = DataJSON;
15481556

15491557
labeledPrice#cb296bf8 label:string amount:long = LabeledPrice;
@@ -1608,15 +1616,15 @@ inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;
16081616

16091617
phoneCallEmpty#5366c915 id:long = PhoneCall;
16101618

1611-
phoneCallWaiting#eed42858 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 conference_call:flags.8?InputGroupCall = PhoneCall;
1619+
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;
16121620

1613-
phoneCallRequested#45361c63 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol conference_call:flags.8?InputGroupCall = PhoneCall;
1621+
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;
16141622

1615-
phoneCallAccepted#22fd7181 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol conference_call:flags.8?InputGroupCall = PhoneCall;
1623+
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;
16161624

1617-
phoneCall#3ba5940c 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<PhoneConnection> start_date:int custom_parameters:flags.7?DataJSON conference_call:flags.8?InputGroupCall = PhoneCall;
1625+
phoneCall#30535af5 flags:# p2p_allowed:flags.5?true video:flags.6?true conference_supported:flags.8?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<PhoneConnection> start_date:int custom_parameters:flags.7?DataJSON = PhoneCall;
16181626

1619-
phoneCallDiscarded#f9d25503 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 conference_call:flags.8?InputGroupCall = PhoneCall;
1627+
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;
16201628

16211629
phoneConnection#9cc123c7 flags:# tcp:flags.0?true id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection;
16221630

@@ -2128,10 +2136,14 @@ stats.messageStats#7fe91c14 views_graph:StatsGraph reactions_by_emotion_graph:St
21282136

21292137
groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCall;
21302138

2131-
groupCall#cdf8d3e3 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 conference_from_call:flags.14?long = GroupCall;
2139+
groupCall#553b0ba1 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 conference:flags.14?true creator:flags.15?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 invite_link:flags.16?string = GroupCall;
21322140

21332141
inputGroupCall#d8aa840f id:long access_hash:long = InputGroupCall;
21342142

2143+
inputGroupCallSlug#fe06823f slug:string = InputGroupCall;
2144+
2145+
inputGroupCallInviteMessage#8c10603f msg_id:int = InputGroupCall;
2146+
21352147
groupCallParticipant#eba636fe flags:# muted:flags.0?true left:flags.1?true can_self_unmute:flags.2?true just_joined:flags.4?true versioned:flags.5?true min:flags.8?true muted_by_you:flags.9?true volume_by_admin:flags.10?true self:flags.12?true video_joined:flags.15?true peer:Peer date:int active_date:flags.3?int source:int volume:flags.7?int about:flags.11?string raise_hand_rating:flags.13?long video:flags.6?GroupCallParticipantVideo presentation:flags.14?GroupCallParticipantVideo = GroupCallParticipant;
21362148

21372149
phone.groupCall#9e727aad call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string chats:Vector<Chat> users:Vector<User> = phone.GroupCall;
@@ -4081,7 +4093,7 @@ stickers.replaceSticker#4696459a sticker:InputDocument new_sticker:InputStickerS
40814093

40824094
phone.getCallConfig#55451fa9 = DataJSON;
40834095

4084-
phone.requestCall#a6c4600c flags:# video:flags.0?true user_id:InputUser conference_call:flags.1?InputGroupCall random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCall;
4096+
phone.requestCall#42ff96ed flags:# video:flags.0?true user_id:InputUser random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCall;
40854097

40864098
phone.acceptCall#3bd2b4a0 peer:InputPhoneCall g_b:bytes protocol:PhoneCallProtocol = phone.PhoneCall;
40874099

@@ -4099,7 +4111,7 @@ phone.sendSignalingData#ff7a9383 peer:InputPhoneCall data:bytes = Bool;
40994111

41004112
phone.createGroupCall#48cdc6d8 flags:# rtmp_stream:flags.2?true peer:InputPeer random_id:int title:flags.0?string schedule_date:flags.1?int = Updates;
41014113

4102-
phone.joinGroupCall#d61e1df3 flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string key_fingerprint:flags.3?long params:DataJSON = Updates;
4114+
phone.joinGroupCall#8fb53057 flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string public_key:flags.3?int256 block:flags.3?bytes params:DataJSON = Updates;
41034115

41044116
phone.leaveGroupCall#500377f9 call:InputGroupCall source:int = Updates;
41054117

@@ -4141,7 +4153,17 @@ phone.getGroupCallStreamRtmpUrl#deb3abbf peer:InputPeer revoke:Bool = phone.Grou
41414153

41424154
phone.saveCallLog#41248786 peer:InputPhoneCall file:InputFile = Bool;
41434155

4144-
phone.createConferenceCall#dfc909ab peer:InputPhoneCall key_fingerprint:long = phone.PhoneCall;
4156+
phone.createConferenceCall#7d0444bb flags:# muted:flags.0?true video_stopped:flags.2?true join:flags.3?true random_id:int public_key:flags.3?int256 block:flags.3?bytes params:flags.3?DataJSON = Updates;
4157+
4158+
phone.deleteConferenceCallParticipants#8ca60525 flags:# only_left:flags.0?true kick:flags.1?true call:InputGroupCall ids:Vector<long> block:bytes = Updates;
4159+
4160+
phone.sendConferenceCallBroadcast#c6701900 call:InputGroupCall block:bytes = Updates;
4161+
4162+
phone.inviteConferenceCallParticipant#bcf22685 flags:# video:flags.0?true call:InputGroupCall user_id:InputUser = Updates;
4163+
4164+
phone.declineConferenceCallInvite#3c479971 msg_id:int = Updates;
4165+
4166+
phone.getGroupCallChainBlocks#ee9f88a6 call:InputGroupCall sub_chain_id:int offset:int limit:int = Updates;
41454167

41464168
langpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifference;
41474169

@@ -4275,4 +4297,4 @@ smsjobs.finishJob#4f1ebf24 flags:# job_id:string error:flags.0?string = Bool;
42754297

42764298
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo;
42774299

4278-
// LAYER 201
4300+
// LAYER 202

0 commit comments

Comments
 (0)