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

Method daysAccountTTL

Telegram/SourceFiles/api/api_self_destruct.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40rpl::producer<int> SelfDestruct::daysAccountTTL() const {
41 return _accountTTL.days.value() | rpl::filter(rpl::mappers::_1 != 0);
42}
43
44rpl::producer<TimeId> SelfDestruct::periodDefaultHistoryTTL() const {
45 return _defaultHistoryTTL.period.value();

Callers 1

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected