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