@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface Location

    Location message content.

    Location

    interface Location {
        description: string;
        geoUri: string;
        isEdited: boolean;
        repliedToMessageId?: string;
        selfDestructInfo?: SelfDestructInfo;
        threadId?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string

    The description of the location.

    geoUri: string

    The geo URI of the location.

    isEdited: boolean

    True if this message has been edited by the sender, false if not.

    repliedToMessageId?: string

    The message ID of the message this message is replying to (if this message is a reply).

    selfDestructInfo?: SelfDestructInfo

    Self-destructing properties of a message.

    threadId?: string

    The thread ID of the message (if this message is in a thread).

    type: string

    The type of the message content.