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