copyWith method
Implementation
@override
InternalLinkTypeStickerSet copyWith({
String? stickerSetName,
dynamic extra,
int? clientId,
}) => InternalLinkTypeStickerSet(
stickerSetName: stickerSetName ?? this.stickerSetName,
extra: extra ?? this.extra,
clientId: clientId ?? this.clientId,
);