@sourceloop/chat-service / Exports / AttachmentFile
Class: AttachmentFile¶
Hierarchy¶
-
UserModifiableEntity
<AttachmentFile
>↳
AttachmentFile
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new AttachmentFile(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <AttachmentFile > |
Inherited from¶
UserModifiableEntity<AttachmentFile>.constructor
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:6
Properties¶
channelId¶
• Optional
channelId: string
Defined in¶
services/chat-service/src/models/attachment-file.model.ts:21
createdBy¶
• Optional
createdBy: string
Inherited from¶
UserModifiableEntity.createdBy
Defined in¶
packages/core/dist/models/user-modifiable-entity.model.d.ts:4
createdOn¶
• Optional
createdOn: Date
Inherited from¶
UserModifiableEntity.createdOn
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:4
fileKey¶
• Optional
fileKey: string
Defined in¶
services/chat-service/src/models/attachment-file.model.ts:27
id¶
• Optional
id: string
Defined in¶
services/chat-service/src/models/attachment-file.model.ts:14
messageId¶
• Optional
messageId: string
Defined in¶
services/chat-service/src/models/attachment-file.model.ts:36
metaData¶
• Optional
metaData: object
Defined in¶
services/chat-service/src/models/attachment-file.model.ts:43
modifiedBy¶
• Optional
modifiedBy: string
Inherited from¶
UserModifiableEntity.modifiedBy
Defined in¶
packages/core/dist/models/user-modifiable-entity.model.d.ts:5
modifiedOn¶
• Optional
modifiedOn: Date
Inherited from¶
UserModifiableEntity.modifiedOn
Defined in¶
packages/core/dist/models/base-entity.model.d.ts:5