Current section

Files

Jump to
telega include telega@model_PollOption.hrl
Raw

include/telega@model_PollOption.hrl

-record(poll_option, {
text :: binary(),
text_entities :: gleam@option:option(list(telega@model:message_entity())),
voter_count :: integer()
}).