copyWith method
Implementation
@override
InlineQueryResultsButtonTypeWebApp copyWith({
String? url,
}) =>
InlineQueryResultsButtonTypeWebApp(
url: url ?? this.url,
);
@override
InlineQueryResultsButtonTypeWebApp copyWith({
String? url,
}) =>
InlineQueryResultsButtonTypeWebApp(
url: url ?? this.url,
);