menu
max_bot_api package
documentation
types.dart
InlineKeyboardAttachment
InlineKeyboardAttachment.new const constructor
InlineKeyboardAttachment.new const constructor
dark_mode
light_mode
InlineKeyboardAttachment
constructor
const
InlineKeyboardAttachment
(
{
required
List
<
List
<
Button
>
>
buttons
,
})
Implementation
const InlineKeyboardAttachment({required this.buttons}) : super(type: 'inline_keyboard');
max_bot_api package
documentation
types
InlineKeyboardAttachment
InlineKeyboardAttachment.new const constructor
InlineKeyboardAttachment class