class |
CallAnswerContent |
Message Event.
|
class |
CallCandidatesContent |
Message Event.
|
class |
CallHangupContent |
Message Event.
|
class |
CallInviteContent |
Message Event.
|
class |
DirectContent |
A map of which rooms are considered 'direct' rooms for specific users is kept in account_data in an event of type m.direct.
|
class |
DummyContent |
This event type is used to indicate new Olm sessions for end-to-end encryption.
|
class |
ForwardedRoomKeyContent |
This event type is used to forward keys for end-to-end encryption.
|
class |
FullyReadContent |
The current location of the user's read marker in a room.
|
class |
IgnoredUserListContent |
A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.
|
class |
KeyVerificationAcceptContent |
Accepts a previously sent m.key.verification.start message.
|
class |
KeyVerificationCancelContent |
Cancels a key verification process/request.
|
class |
KeyVerificationKeyContent |
Sends the ephemeral public key for a device to the partner device.
|
class |
KeyVerificationMacContent |
Sends the MAC of a device's key to the partner device.
|
class |
KeyVerificationRequestContent |
Requests a key verification with another user's devices.
|
class |
KeyVerificationStartContent |
Begins a key verification process.
|
class |
PresenceContent |
Informs the client of a user's presence state change.
|
class |
PushRulesContent |
Push rules content.
|
class |
RawEventContent |
Raw message for all unknown messages.
|
class |
ReceiptContent |
A map of which rooms are considered 'direct' rooms for specific users is kept in account_data in an event of type m.direct.
|
class |
RoomAliasesContent |
This event is sent by a homeserver directly to inform of changes to the list of aliases it knows about for that room.
|
class |
RoomAvatarContent |
A picture that is associated with the room.
|
class |
RoomCanonicalAliasContent |
This event is used to inform the room about which alias should be considered the canonical one.
|
class |
RoomCreateContent |
This is the first event in a room and cannot be changed.
|
class |
RoomEncryptedContent |
This event type is used when sending encrypted events.
|
class |
RoomEncryptionContent |
State Event.
|
class |
RoomGuestAccessContent |
This event controls whether guest users are allowed to join rooms.
|
class |
RoomHistoryVisibilityContent |
This event controls whether a user can see the events that happened in a room from before they joined.
|
class |
RoomJoinRulesContent |
A room may be ``public`` meaning anyone can join the room without any prior action.
|
class |
RoomKeyContent |
This event type is used to exchange keys for end-to-end encryption.
|
class |
RoomKeyRequestContent |
This event type is used to request keys for end-to-end encryption.
|
class |
RoomMemberContent |
Adjusts the membership state for a user in a room.
|
class |
RoomMessageContent |
This event is used when sending messages in a room.
|
class |
RoomMessageFeedbackContent |
Deprecated.
|
class |
RoomNameContent |
A room has an opaque room ID which is not human-friendly to read.
|
class |
RoomPinnedContent |
This event is used to "pin" particular events in a room for other participants to review later.
|
class |
RoomPowerLevelsContent |
This event specifies the minimum level a user must have in order to perform a certain action.
|
class |
RoomRedactionContent |
Events can be redacted by either room or server admins.
|
class |
RoomServerAclContent |
An event to indicate which servers are permitted to participate in the room.
|
class |
RoomThirdPartyInviteContent |
Acts as an m.room.member invite event, where there isn't a target user_id to invite.
|
class |
RoomTopicContent |
A topic is a short message detailing what is currently being discussed in the room.
|
class |
StickerContent |
This message represents a single sticker image.
|
class |
TagContent |
Informs the client of tags on a room.
|
class |
TombstoneContent |
A state event signifying that a room has been upgraded to a different room version, and that clients should go there.
|
class |
TypingContent |
Informs the client of the list of users currently typing.
|