pub type MegolmV2AesSha2WithheldContent = MegolmV1AesSha2WithheldContent;
Expand description

Megolm V2 variant of withheld content

Aliased Type§

enum MegolmV2AesSha2WithheldContent {
    BlackListed(Box<CommonWithheldCodeContent>),
    Unverified(Box<CommonWithheldCodeContent>),
    Unauthorised(Box<CommonWithheldCodeContent>),
    Unavailable(Box<CommonWithheldCodeContent>),
    NoOlm(Box<NoOlmWithheldContent>),
}

Variants§

§

BlackListed(Box<CommonWithheldCodeContent>)

The m.blacklisted variant of the withheld code content.

§

Unverified(Box<CommonWithheldCodeContent>)

The m.unverified variant of the withheld code content.

§

Unauthorised(Box<CommonWithheldCodeContent>)

The m.unauthorised variant of the withheld code content.

§

Unavailable(Box<CommonWithheldCodeContent>)

The m.unavailable variant of the withheld code content.

§

NoOlm(Box<NoOlmWithheldContent>)

The m.no_olm variant of the withheld code content.