@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface MessageLocationEventBody

    The MessageLocationEvent Body type

    interface MessageLocationEventBody {
        get deleted(): Nullable<string>;
        get location(): Location;
    }
    Index
    • get deleted(): Nullable<string>

      Returns Nullable<string>

    • get location(): Location

      Returns Location