Current section
Files
Jump to
Current section
Files
include/telega@model@types_PollAnswer.hrl
-record(poll_answer, {
poll_id :: binary(),
voter_chat :: gleam@option:option(telega@model@types:chat()),
user :: gleam@option:option(telega@model@types:user()),
option_ids :: list(integer()),
option_persistent_ids :: list(binary())
}).