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