ruma::events

Module file

Source
Available on crate features events and unstable-msc3551 only.
Expand description

Types for extensible file message events (MSC3551).

Structs§

CaptionContentBlock
A block for caption content.
EncryptedContent
The encryption info of a file sent to a room with end-to-end encryption enabled.
EncryptedContentInit
Initial set of fields of EncryptedContent.
FileContentBlock
A block for file content.
FileEventContent
The payload for an extensible file message.
FileEventContentWithoutRelation
Form of FileEventContent without relation.
RedactedFileEventContent
Redacted form of FileEventContent

Type Aliases§

FileEvent
An org.matrix.msc1767.file event.
OriginalFileEvent
An org.matrix.msc1767.file event.
OriginalSyncFileEvent
An org.matrix.msc1767.file event from a sync_events response.
RedactedFileEvent
An org.matrix.msc1767.file event that has been redacted.
RedactedSyncFileEvent
An org.matrix.msc1767.file event from a sync_events response that has been redacted.
SyncFileEvent
An org.matrix.msc1767.file event from a sync_events response.