MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / helloStickers

Method helloStickers

Telegram/SourceFiles/api/api_premium.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142auto Premium::helloStickers() const
143-> const std::vector<not_null<DocumentData*>> & {
144 if (_helloStickers.empty()) {
145 const_cast<Premium*>(this)->reloadHelloStickers();
146 }
147 return _helloStickers;
148}
149
150rpl::producer<> Premium::helloStickersUpdated() const {
151 return _helloStickersUpdated.events();

Callers 2

RandomHelloStickerValueFunction · 0.80
GenerateChatIntroFunction · 0.80

Calls 2

reloadHelloStickersMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected