Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a Mention entity.

    interface Mention {
        mentioned: ChannelAccount;
        text: string;
        type: string;
    }
    Index

    Properties

    Properties

    mentioned: ChannelAccount

    The account that is mentioned.

    text: string

    The text of the mention.

    type: string

    The type of the mention.