Type Alias tgbot::types::StopQuiz

source ·
pub type StopQuiz = StopPoll;
Expand description

Stops a quiz which was sent by the bot.

On success, the stopped Quiz with the final results is returned.

Aliased Type§

struct StopQuiz { /* private fields */ }