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

Method EarnStatistics

Telegram/SourceFiles/api/api_statistics.cpp:690–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690EarnStatistics::EarnStatistics(not_null<PeerData*> peer)
691: StatisticsRequestSender(peer)
692, _isUser(peer->isUser()) {
693}
694
695rpl::producer<rpl::no_value, QString> EarnStatistics::request() {
696 return [=](auto consumer) {

Callers

nothing calls this directly

Calls 1

isUserMethod · 0.45

Tested by

no test coverage detected