matrix-js-sdk
Preparing search index...
matrix
RoomRetentionContent
Interface RoomRetentionContent
The content of a
m.room.retention
state event.
interface
RoomRetentionContent
{
max_lifetime
?:
number
;
min_lifetime
?:
number
;
}
Index
Properties
max_
lifetime?
min_
lifetime?
Properties
Optional
max_
lifetime
max_lifetime
?:
number
Optional
min_
lifetime
min_lifetime
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max_
lifetime
min_
lifetime
matrix-js-sdk
Loading...
The content of a
m.room.retentionstate event.