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