@@ -491,6 +491,7 @@ updateGroupCallChainBlocks#a477288f call:InputGroupCall sub_chain_id:int blocks:
491491updateReadMonoForumInbox#77b0e372 channel_id:long saved_peer_id:Peer read_max_id:int = Update ;
492492updateReadMonoForumOutbox#a4a79376 channel_id:long saved_peer_id:Peer read_max_id:int = Update ;
493493updateMonoForumNoPaidException#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
495496updates.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
25152516messages.getForumTopics#3ba47bff flags:# peer:InputPeer q:flags.0? string offset_date:int offset_id:int offset_topic:int limit:int = messages .ForumTopics ;
25162517messages.getForumTopicsByID#af0a4a08 peer:InputPeer topics:Vector<int > = messages .ForumTopics ;
25172518messages.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 ;
25182521messages.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 ;
25192522messages.deleteTopicHistory#d2816f10 peer:InputPeer top_msg_id:int = messages .AffectedHistory ;
25202523
@@ -2606,8 +2609,6 @@ channels.reorderUsernames#b45ced1d channel:InputChannel order:Vector<string> = B
26062609channels.toggleUsername#50f24105 channel:InputChannel username:string active:Bool = Bool ;
26072610channels.deactivateAllUsernames#a245dd3 channel:InputChannel = Bool ;
26082611channels.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 ;
26112612channels.toggleAntiSpam#68f3e4eb channel:InputChannel enabled:Bool = Updates ;
26122613channels.reportAntiSpamFalsePositive#a850a693 channel:InputChannel msg_id:int = Bool ;
26132614channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = Updates ;
@@ -2763,6 +2764,7 @@ phone.sendConferenceCallBroadcast#c6701900 call:InputGroupCall block:bytes = Upd
27632764phone.inviteConferenceCallParticipant#bcf22685 flags:# video:flags.0? true call:InputGroupCall user_id:InputUser = Updates ;
27642765phone.declineConferenceCallInvite#3c479971 msg_id:int = Updates ;
27652766phone.getGroupCallChainBlocks#ee9f88a6 call:InputGroupCall sub_chain_id:int offset:int limit:int = Updates ;
2767+ phone.sendGroupCallMessage#db608048 call:InputGroupCall message:TextWithEntities = Bool ;
27662768
27672769langpack.getLangPack#f2f2330a lang_pack:string lang_code:string = LangPackDifference ;
27682770langpack.getStrings#efea3803 lang_pack:string lang_code:string keys:Vector<string > = Vector <LangPackString >;
0 commit comments