grammyjs / types

Type declarations of the Telegram Bot API.
MIT License
40 stars 5 forks source link

Wrong type for KeyboardButtonRequestUsers.max_quantity #36

Closed ubertao closed 10 months ago

ubertao commented 11 months ago

https://github.com/grammyjs/types/blob/e266fb129062d48fd82a16a374ad7f6ec080a868/markup.ts#L234C26-L234C26

export interface KeyboardButtonRequestUsers {
  ...
  max_quantity?: boolean; // <-- should be number
}
KnorpelSenf commented 11 months ago

Damn it, thanks for pointing it out. I'll release a fix in a few hours.