Home
last modified time | relevance | path

Searched refs:favorite_stickers_limit_ (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h786 int32 favorite_stickers_limit_ = 5; variable
H A DStickersManager.cpp6547 if (favorite_stickers_limit != favorite_stickers_limit_) { in on_update_favorite_stickers_limit()
6550 favorite_stickers_limit_ = favorite_stickers_limit; in on_update_favorite_stickers_limit()
6644 if (static_cast<int32>(favorite_sticker_ids.size()) > favorite_stickers_limit_) { in on_load_favorite_stickers_finished()
6645 favorite_sticker_ids.resize(favorite_stickers_limit_); in on_load_favorite_stickers_finished()
6815 if (static_cast<int32>(favorite_sticker_ids_.size()) == favorite_stickers_limit_) { in add_favorite_sticker_impl()