Expand description
Types for extensible file message events (MSC3551).
Structs§
- Caption
Content Block - A block for caption content.
- Encrypted
Content - The encryption info of a file sent to a room with end-to-end encryption enabled.
- Encrypted
Content Init - Initial set of fields of
EncryptedContent
. - File
Content Block - A block for file content.
- File
Event Content - The payload for an extensible file message.
- File
Event Content Without Relation - Form of
FileEventContent
without relation. - Redacted
File Event Content - Redacted form of
FileEventContent
Type Aliases§
- File
Event - An
org.matrix.msc1767.file
event. - Original
File Event - An
org.matrix.msc1767.file
event. - Original
Sync File Event - An
org.matrix.msc1767.file
event from async_events
response. - Redacted
File Event - An
org.matrix.msc1767.file
event that has been redacted. - Redacted
Sync File Event - An
org.matrix.msc1767.file
event from async_events
response that has been redacted. - Sync
File Event - An
org.matrix.msc1767.file
event from async_events
response.