InlineKeyboardAttachment constructor

const InlineKeyboardAttachment({
  1. required List<List<Button>> buttons,
})

Implementation

const InlineKeyboardAttachment({required this.buttons})
    : super(type: 'inline_keyboard');