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