GetPreparedKeyboardButton constructor

GetPreparedKeyboardButton({
  1. required int botUserId,
  2. required String preparedButtonId,
})

Implementation

GetPreparedKeyboardButton({
  required this.botUserId,
  required this.preparedButtonId,
});