Skip to main content

attachment-id-properties

cid

The cid of the channel the attachment belongs to.

public let cid: ChannelId

messageId

The id of the message the attachments belongs to.

public let messageId: MessageId

index

The position of the attachment within the message. The first attachment index is 0, then 1, etc.

public let index: Int

rawValue

public var rawValue: String

Did you find this page helpful?