mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-30 03:33:55 +02:00
Update API scheme to layer 173.
This commit is contained in:
parent
98a71cce89
commit
ded2015dc2
2 changed files with 4 additions and 2 deletions
|
@ -748,6 +748,8 @@ void Reactions::requestMyTags() {
|
||||||
auto &api = _owner->session().api();
|
auto &api = _owner->session().api();
|
||||||
_myTagsRequestScheduled = false;
|
_myTagsRequestScheduled = false;
|
||||||
_myTagsRequestId = api.request(MTPmessages_GetSavedReactionTags(
|
_myTagsRequestId = api.request(MTPmessages_GetSavedReactionTags(
|
||||||
|
MTP_flags(0),
|
||||||
|
MTP_inputPeerEmpty(),
|
||||||
MTP_long(_myTagsHash)
|
MTP_long(_myTagsHash)
|
||||||
)).done([=](const MTPmessages_SavedReactionTags &result) {
|
)).done([=](const MTPmessages_SavedReactionTags &result) {
|
||||||
_myTagsRequestId = 0;
|
_myTagsRequestId = 0;
|
||||||
|
|
|
@ -2002,7 +2002,7 @@ messages.deleteSavedHistory#6e98102b flags:# peer:InputPeer max_id:int min_date:
|
||||||
messages.getPinnedSavedDialogs#d63d94e0 = messages.SavedDialogs;
|
messages.getPinnedSavedDialogs#d63d94e0 = messages.SavedDialogs;
|
||||||
messages.toggleSavedDialogPin#ac81bbde flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;
|
messages.toggleSavedDialogPin#ac81bbde flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;
|
||||||
messages.reorderPinnedSavedDialogs#8b716587 flags:# force:flags.0?true order:Vector<InputDialogPeer> = Bool;
|
messages.reorderPinnedSavedDialogs#8b716587 flags:# force:flags.0?true order:Vector<InputDialogPeer> = Bool;
|
||||||
messages.getSavedReactionTags#761ddacf hash:long = messages.SavedReactionTags;
|
messages.getSavedReactionTags#3637e05b flags:# peer:flags.0?InputPeer hash:long = messages.SavedReactionTags;
|
||||||
messages.updateSavedReactionTag#60297dec flags:# reaction:Reaction title:flags.0?string = Bool;
|
messages.updateSavedReactionTag#60297dec flags:# reaction:Reaction title:flags.0?string = Bool;
|
||||||
messages.getDefaultTagReactions#bdf93428 hash:long = messages.Reactions;
|
messages.getDefaultTagReactions#bdf93428 hash:long = messages.Reactions;
|
||||||
messages.getOutboxReadDate#8c4bfe5d peer:InputPeer msg_id:int = OutboxReadDate;
|
messages.getOutboxReadDate#8c4bfe5d peer:InputPeer msg_id:int = OutboxReadDate;
|
||||||
|
@ -2248,4 +2248,4 @@ premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector<int> peer:InputPeer = p
|
||||||
premium.getBoostsStatus#42f1f61 peer:InputPeer = premium.BoostsStatus;
|
premium.getBoostsStatus#42f1f61 peer:InputPeer = premium.BoostsStatus;
|
||||||
premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsList;
|
premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsList;
|
||||||
|
|
||||||
// LAYER 172
|
// LAYER 173
|
||||||
|
|
Loading…
Add table
Reference in a new issue