Raw.KeyboardButtonRequestPoll

Raw.KeyboardButtonRequestPoll

A button that allows the user to create and send a poll when pressed; available only in private

keyboardButtonRequestPoll#bbc7515d flags:# quiz:flags.0?Bool text:string = KeyboardButton;
export namespace Raw {
  export class KeyboardButtonRequestPoll {
    constructor(params: { quiz?: boolean; text: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xbbc7515d

Property