copyWith method
Implementation
ChatPhotoStickerTypeRegularOrMask copyWith({
int? stickerSetId,
int? stickerId,
}) => ChatPhotoStickerTypeRegularOrMask(
stickerSetId: stickerSetId ?? this.stickerSetId,
stickerId: stickerId ?? this.stickerId,
);