KeyboardButton constructor
KeyboardButton({
- String? extra,
- int? client_id,
- string? text,
- KeyboardButtonType? type,
Implementation
KeyboardButton({
super.extra,
super.client_id,
this.text,
this.type,
});