Added initial support of complex boosts list in boosts info.

This commit is contained in:
23rd
2023-11-01 15:24:38 +03:00
committed by John Preston
parent 69b24c494e
commit 01573af0de
3 changed files with 91 additions and 16 deletions
@@ -554,6 +554,7 @@ void Boosts::requestBoosts(
constexpr auto kTlFirstSlice = tl::make_int(kFirstSlice);
constexpr auto kTlLimit = tl::make_int(kLimit);
_requestId = _api.request(MTPpremium_GetBoostsList(
// MTP_flags(MTPpremium_GetBoostsList::Flag::f_gifts),
MTP_flags(0),
_peer->input,
MTP_string(token.next),