copyWith method

ReplyMarkupRemoveKeyboard copyWith({
  1. bool? isPersonal,
})

Implementation

ReplyMarkupRemoveKeyboard copyWith({bool? isPersonal}) =>
    ReplyMarkupRemoveKeyboard(isPersonal: isPersonal ?? this.isPersonal);