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