Skip to main content

inputMediaPoll

A poll

type tg.InputMediaPoll struct { /* ... */ }

Implements InputMedia.

Fields

NameTypeRequiredDescription
PollPollyesThe poll to send
CorrectAnswers[]intCorrect answer IDs (for quiz polls)
AttachedMediaInputMediaClassAttachedMedia field of InputMediaPoll.
SolutionstringExplanation of quiz solution
SolutionEntities[]MessageEntityClassMessage entities for styled text
SolutionMediaInputMediaClassSolutionMedia field of InputMediaPoll.

References