copyWith method
Implementation
GetPreparedKeyboardButton copyWith({
int? botUserId,
String? preparedButtonId,
}) => GetPreparedKeyboardButton(
botUserId: botUserId ?? this.botUserId,
preparedButtonId: preparedButtonId ?? this.preparedButtonId,
);