View Source Telegex.Type.InputPollOption (Telegex v1.8.0)
This object contains information about one answer option in a poll to send.
Summary
Types
@type t() :: %Telegex.Type.InputPollOption{ text: String.t(), text_entities: [Telegex.Type.MessageEntity.t()] | nil, text_parse_mode: String.t() | nil }