Skip to content

Commit b6613fb

Browse files
committed
Update API schema to Layer 125 (patch)
1 parent c7914f6 commit b6613fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/api/source/main_api.tl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ peerBlocked#e8fd8014 peer_id:Peer date:int = PeerBlocked;
11811181
stats.messageStats#8999f295 views_graph:StatsGraph = stats.MessageStats;
11821182

11831183
groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCall;
1184-
groupCall#c0c2052e flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true id:long access_hash:long participants_count:int params:flags.0?DataJSON title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int version:int = GroupCall;
1184+
groupCall#c0c2052e flags:# join_muted:flags.1?true can_change_join_muted:flags.2?true join_date_asc:flags.6?true id:long access_hash:long participants_count:int params:flags.0?DataJSON title:flags.3?string stream_dc_id:flags.4?int record_start_date:flags.5?int version:int = GroupCall;
11851185

11861186
inputGroupCall#d8aa840f id:long access_hash:long = InputGroupCall;
11871187

@@ -1550,7 +1550,7 @@ channels.inviteToChannel#199f3a6c channel:InputChannel users:Vector<InputUser> =
15501550
channels.deleteChannel#c0111fe3 channel:InputChannel = Updates;
15511551
channels.exportMessageLink#e63fadeb flags:# grouped:flags.0?true thread:flags.1?true channel:InputChannel id:int = ExportedMessageLink;
15521552
channels.toggleSignatures#1f69b606 channel:InputChannel enabled:Bool = Updates;
1553-
channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true for_groupcall:flags.2?true = messages.Chats;
1553+
channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true = messages.Chats;
15541554
channels.editBanned#72796912 channel:InputChannel user_id:InputUser banned_rights:ChatBannedRights = Updates;
15551555
channels.getAdminLog#33ddf480 flags:# channel:InputChannel q:string events_filter:flags.0?ChannelAdminLogEventsFilter admins:flags.1?Vector<InputUser> max_id:long min_id:long limit:int = channels.AdminLogResults;
15561556
channels.setStickers#ea8ca4f9 channel:InputChannel stickerset:InputStickerSet = Bool;

0 commit comments

Comments
 (0)