Current section

Files

Jump to
telega include telega@model_PollAnswer.hrl
Raw

include/telega@model_PollAnswer.hrl

-record(poll_answer, {
poll_id :: binary(),
voter_chat :: gleam@option:option(telega@model:chat()),
user :: gleam@option:option(telega@model:user()),
option_ids :: list(integer())
}).