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