Skip to content

Commit 31480cc

Browse files
committed
Update API scheme to layer 216
- Comments and reactions in group calls.
1 parent 2b58a3b commit 31480cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

compiler/api/source/main_api.tl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:
491491
updateReadMonoForumInbox#77b0e372 channel_id:long saved_peer_id:Peer read_max_id:int = Update;
492492
updateReadMonoForumOutbox#a4a79376 channel_id:long saved_peer_id:Peer read_max_id:int = Update;
493493
updateMonoForumNoPaidException#9f812b08 flags:# exception:flags.0?true channel_id:long saved_peer_id:Peer = Update;
494+
updateGroupCallMessage#96fb0840 call:InputGroupCall from_id:Peer message:TextWithEntities = Update;
494495

495496
updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;
496497

@@ -2515,6 +2516,8 @@ messages.toggleSuggestedPostApproval#8107455c flags:# reject:flags.1?true peer:I
25152516
messages.getForumTopics#3ba47bff flags:# peer:InputPeer q:flags.0?string offset_date:int offset_id:int offset_topic:int limit:int = messages.ForumTopics;
25162517
messages.getForumTopicsByID#af0a4a08 peer:InputPeer topics:Vector<int> = messages.ForumTopics;
25172518
messages.editForumTopic#cecc1134 flags:# peer:InputPeer topic_id:int title:flags.0?string icon_emoji_id:flags.1?long closed:flags.2?Bool hidden:flags.3?Bool = Updates;
2519+
messages.updatePinnedForumTopic#175df251 peer:InputPeer topic_id:int pinned:Bool = Updates;
2520+
messages.reorderPinnedForumTopics#e7841f0 flags:# force:flags.0?true peer:InputPeer order:Vector<int> = Updates;
25182521
messages.createForumTopic#2f98c3d5 flags:# title_missing:flags.4?true peer:InputPeer title:string icon_color:flags.0?int icon_emoji_id:flags.3?long random_id:long send_as:flags.2?InputPeer = Updates;
25192522
messages.deleteTopicHistory#d2816f10 peer:InputPeer top_msg_id:int = messages.AffectedHistory;
25202523

@@ -2606,8 +2609,6 @@ channels.reorderUsernames#b45ced1d channel:InputChannel order:Vector<string> = B
26062609
channels.toggleUsername#50f24105 channel:InputChannel username:string active:Bool = Bool;
26072610
channels.deactivateAllUsernames#a245dd3 channel:InputChannel = Bool;
26082611
channels.toggleForum#3ff75734 channel:InputChannel enabled:Bool tabs:Bool = Updates;
2609-
channels.updatePinnedForumTopic#6c2d9026 channel:InputChannel topic_id:int pinned:Bool = Updates;
2610-
channels.reorderPinnedForumTopics#2950a18f flags:# force:flags.0?true channel:InputChannel order:Vector<int> = Updates;
26112612
channels.toggleAntiSpam#68f3e4eb channel:InputChannel enabled:Bool = Updates;
26122613
channels.reportAntiSpamFalsePositive#a850a693 channel:InputChannel msg_id:int = Bool;
26132614
channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = Updates;
@@ -2763,6 +2764,7 @@ phone.sendConferenceCallBroadcast#c6701900 call:InputGroupCall block:bytes = Upd
27632764
phone.inviteConferenceCallParticipant#bcf22685 flags:# video:flags.0?true call:InputGroupCall user_id:InputUser = Updates;
27642765
phone.declineConferenceCallInvite#3c479971 msg_id:int = Updates;
27652766
phone.getGroupCallChainBlocks#ee9f88a6 call:InputGroupCall sub_chain_id:int offset:int limit:int = Updates;
2767+
phone.sendGroupCallMessage#db608048 call:InputGroupCall message:TextWithEntities = Bool;
27662768

27672769
langpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifference;
27682770
langpack.getStrings#efea3803 lang_pack:string lang_code:string keys:Vector<string> = Vector<LangPackString>;

0 commit comments

Comments
 (0)