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

Method shuffleAnswers

Telegram/SourceFiles/data/data_poll.cpp:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379bool PollData::shuffleAnswers() const {
380 return (_flags & Flag::ShuffleAnswers);
381}
382
383bool PollData::revotingDisabled() const {
384 return (_flags & Flag::RevotingDisabled);

Callers 1

PollDataToMTPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected