Skip to content

GramIO API Reference / gramio/dist / TelegramKeyboardButtonPollType

Interface: TelegramKeyboardButtonPollType

Defined in: @gramio/types/out/objects.d.ts:3177

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

Documentation

Properties

PropertyTypeDescriptionDefined in
type?stringOptional. 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.@gramio/types/out/objects.d.ts:3181