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