Type Alias ruma::events::room::third_party_invite::SyncRoomThirdPartyInviteEvent
source · pub type SyncRoomThirdPartyInviteEvent = SyncStateEvent<RoomThirdPartyInviteEventContent>;
Available on crate feature
events
only.Expand description
An m.room.third_party_invite
event from a sync_events
response.
Aliased Type§
enum SyncRoomThirdPartyInviteEvent {
Original(OriginalSyncStateEvent<RoomThirdPartyInviteEventContent>),
Redacted(RedactedSyncStateEvent<RedactedRoomThirdPartyInviteEventContent>),
}
Variants§
Original(OriginalSyncStateEvent<RoomThirdPartyInviteEventContent>)
Original, unredacted form of the event.
Redacted(RedactedSyncStateEvent<RedactedRoomThirdPartyInviteEventContent>)
Redacted form of the event with minimal fields.