PollOption

telegramium.bots.PollOption
final case class PollOption(text: String, voterCount: Int)

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

Value parameters

text

Option text, 1-100 characters

voterCount

Number of users that voted for this option

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product