KeyboardButtonPollType

telegramium.bots.KeyboardButtonPollType
final case class KeyboardButtonPollType(`type`: Option[String])

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

Value parameters

type

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.

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