KeyboardButtonPollType¶
- class telegram.KeyboardButtonPollType(type=None, *, api_kwargs=None)[source]¶
Bases:
telegram.TelegramObject
This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
type
is equal.Examples
Available In