View Source Telegex.Type.PollOption (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.PollOption{
  text: String.t(),
  text_entities: [Telegex.Type.MessageEntity.t()] | nil,
  voter_count: integer()
}