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

Class StarRefProgram

Telegram/SourceFiles/data/data_user.h:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29} // namespace Api
30
31struct StarRefProgram {
32 CreditsAmount revenuePerUser;
33 TimeId endDate = 0;
34 ushort commission = 0;
35 uint8 durationMonths = 0;
36
37 friend inline constexpr bool operator==(
38 StarRefProgram,
39 StarRefProgram) = default;
40};
41
42struct BotVerifierSettings {
43 DocumentId iconId = 0;

Callers 1

ParseStarRefProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected