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

Method quiz

Telegram/SourceFiles/data/data_poll.cpp:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool PollData::quiz() const {
376 return (_flags & Flag::Quiz);
377}
378
379bool PollData::shuffleAnswers() const {
380 return (_flags & Flag::ShuffleAnswers);

Callers 15

PollDataToMTPFunction · 0.80
PollDataToInputMediaFunction · 0.80
CreateAnswerRowsFunction · 0.80
titleMethod · 0.80
MessageAccessibilityNameFunction · 0.80
MessageSubItemValueFunction · 0.80
FillPollOptionPageFunction · 0.80
AddPollActionsFunction · 0.80
updateTotalVotesMethod · 0.80
textStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected