ReplyMarkupShowKeyboard constructor

ReplyMarkupShowKeyboard({
  1. String? extra,
  2. int? client_id,
  3. vector<vector<KeyboardButton>>? rows,
  4. Bool? is_persistent,
  5. Bool? resize_keyboard,
  6. Bool? one_time,
  7. Bool? is_personal,
  8. string? input_field_placeholder,
})

Implementation

ReplyMarkupShowKeyboard({
  super.extra,
  super.client_id,
  this.rows,
  this.is_persistent,
  this.resize_keyboard,
  this.one_time,
  this.is_personal,
  this.input_field_placeholder,
});