Expand description
Types for the m.room.member
event.
Structs§
- A simple representation of a change, containing old and new data.
- The details of a member event required to calculate a
MembershipChange
. - A member event that has been redacted.
- Redacted information about a third party invitation.
- The content of an
m.room.member
event. - Extra information about a message event that is not incorporated into the event’s hash.
- A block of content which has been signed, which servers can use to verify a third party invitation.
- Information about a third party invitation.
Enums§
- Translation of the membership change in
m.room.member
event. - The membership state of a user.
Type Aliases§
- An
m.room.member
event for creating a room. - An
m.room.member
event. - An
m.room.member
event from async_events
response. - The possibly redacted form of
RoomMemberEventContent
. - An
m.room.member
event that has been redacted. - An
m.room.member
event from async_events
response that has been redacted. - An
m.room.member
event. - An
m.room.member
event from an invited room preview. - An
m.room.member
event from async_events
response.