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