ruma::events::room

Module third_party_invite

Source
Available on crate feature events only.
Expand description

Types for the m.room.third_party_invite event.

Structs§

PublicKey
A public key for signing a third party invite token.
RedactedRoomThirdPartyInviteEventContent
Redacted form of RoomThirdPartyInviteEventContent
RoomThirdPartyInviteEventContent
The content of an m.room.third_party_invite event.

Type Aliases§

InitialRoomThirdPartyInviteEvent
An m.room.third_party_invite event for creating a room.
OriginalRoomThirdPartyInviteEvent
An m.room.third_party_invite event.
OriginalSyncRoomThirdPartyInviteEvent
An m.room.third_party_invite event from a sync_events response.
PossiblyRedactedRoomThirdPartyInviteEventContent
The possibly redacted form of RoomThirdPartyInviteEventContent.
RedactedRoomThirdPartyInviteEvent
An m.room.third_party_invite event that has been redacted.
RedactedSyncRoomThirdPartyInviteEvent
An m.room.third_party_invite event from a sync_events response that has been redacted.
RoomThirdPartyInviteEvent
An m.room.third_party_invite event.
StrippedRoomThirdPartyInviteEvent
An m.room.third_party_invite event from an invited room preview.
SyncRoomThirdPartyInviteEvent
An m.room.third_party_invite event from a sync_events response.