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