|
|
@ -58,6 +58,7 @@ NSUInteger const TSAttachmentSchemaVersion = 4;
|
|
|
|
_contentType = contentType;
|
|
|
|
_contentType = contentType;
|
|
|
|
_sourceFilename = sourceFilename;
|
|
|
|
_sourceFilename = sourceFilename;
|
|
|
|
_caption = caption;
|
|
|
|
_caption = caption;
|
|
|
|
|
|
|
|
_albumMessageId = albumMessageId;
|
|
|
|
|
|
|
|
|
|
|
|
_attachmentSchemaVersion = TSAttachmentSchemaVersion;
|
|
|
|
_attachmentSchemaVersion = TSAttachmentSchemaVersion;
|
|
|
|
|
|
|
|
|
|
|
@ -126,6 +127,7 @@ NSUInteger const TSAttachmentSchemaVersion = 4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
_contentType = contentType;
|
|
|
|
_contentType = contentType;
|
|
|
|
_caption = pointer.caption;
|
|
|
|
_caption = pointer.caption;
|
|
|
|
|
|
|
|
_albumMessageId = pointer.albumMessageId;
|
|
|
|
|
|
|
|
|
|
|
|
_attachmentSchemaVersion = TSAttachmentSchemaVersion;
|
|
|
|
_attachmentSchemaVersion = TSAttachmentSchemaVersion;
|
|
|
|
|
|
|
|
|
|
|
|