1
0
mirror of https://github.com/danog/schemas.git synced 2024-11-26 12:04:44 +01:00

Remove getAllChats

This commit is contained in:
Daniil Gentili 2023-04-25 17:27:34 +02:00
parent 415041aba9
commit d611b9cd7e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1748,7 +1748,6 @@ messages.setInlineGameScore#15ad9f64 flags:# edit_message:flags.0?true force:fla
messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores;
messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:InputUser = messages.HighScores;
messages.getCommonChats#e40ca104 user_id:InputUser max_id:long limit:int = messages.Chats;
messages.getAllChats#875f74be except_ids:Vector<long> = messages.Chats;
messages.getWebPage#32ca8f91 url:string hash:int = WebPage;
messages.toggleDialogPin#a731e257 flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;
messages.reorderPinnedDialogs#3b1adf37 flags:# force:flags.0?true folder_id:int order:Vector<InputDialogPeer> = Bool;