View Source ExGram.Model.PollOption (ex_gram v0.52.1)

This object contains information about one answer option in a poll.

Check the documentation of this model in https://core.telegram.org/bots/api#polloption

Summary

Types

@type t() :: %ExGram.Model.PollOption{text: String.t(), voter_count: integer()}

Functions