Wasm Directoryalpha
Record

post-send-poll-params

No description available.

record post-send-poll-params {
  allow-sending-without-reply: option​<bool>,
  allows-multiple-answers: option​<bool>,
  chat-id: string,
  close-date: option​<s32>,
  correct-option-id: option​<s32>,
  disable-notification: option​<bool>,
  explanation: option​<string>,
  explanation-entities: option​<list​<message-entity>>,
  explanation-parse-mode: option​<string>,
  is-anonymous: option​<bool>,
  is-closed: option​<bool>,
  open-period: option​<s32>,
  options: list​<string>,
  question: string,
  reply-markup: option​<string>,
  reply-to-message-id: option​<s32>,
  type-op: option​<string>,
}

Fields

NameTypeDescription
allow-sending-without-replyoption​<bool>
allows-multiple-answersoption​<bool>
chat-idstring
close-dateoption​<s32>
correct-option-idoption​<s32>
disable-notificationoption​<bool>
explanationoption​<string>
explanation-entitiesoption​<list​<message-entity>>
explanation-parse-modeoption​<string>
is-anonymousoption​<bool>
is-closedoption​<bool>
open-periodoption​<s32>
optionslist​<string>
questionstring
reply-markupoption​<string>
reply-to-message-idoption​<s32>
type-opoption​<string>