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