SendPollMethod

Undocumented in source.

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendPoll"
Undocumented in source.

Variables

allows_multiple_answers
Nullable!bool allows_multiple_answers;
Undocumented in source.
chat_id
ChatId chat_id;
Undocumented in source.
close_date
Nullable!uint close_date;
Undocumented in source.
correct_option_id
Nullable!uint correct_option_id;
Undocumented in source.
disable_notification
Nullable!bool disable_notification;
Undocumented in source.
explanation
Nullable!string explanation;
Undocumented in source.
explanation_parse_mode
Nullable!string explanation_parse_mode;
Undocumented in source.
is_anonymous
Nullable!bool is_anonymous;
Undocumented in source.
is_closed
Nullable!bool is_closed;
Undocumented in source.
open_period
Nullable!ushort open_period;
Undocumented in source.
options
string[] options;
Undocumented in source.
question
string question;
Undocumented in source.
reply_markup
Nullable!ReplyMarkup reply_markup;
Undocumented in source.
reply_to_message_id
Nullable!uint reply_to_message_id;
Undocumented in source.
type
Nullable!PollType type;
Undocumented in source.

Meta