Current section

Files

Jump to
telega include telega@model@types_PollOption.hrl
Raw

include/telega@model@types_PollOption.hrl

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