copyWith method
Implementation
InlineKeyboardButtonTypeUser copyWith({int? userId}) =>
InlineKeyboardButtonTypeUser(userId: userId ?? this.userId);
InlineKeyboardButtonTypeUser copyWith({int? userId}) =>
InlineKeyboardButtonTypeUser(userId: userId ?? this.userId);