SW Combine SDK
    Preparing search index...

    Variable MessageScopesConst

    MessageScopes: {
        ALL: "messages_all";
        DELETE: "messages_delete";
        READ: "messages_read";
        SEND: "messages_send";
    } = ...

    Message-related scopes

    Type Declaration

    • ReadonlyALL: "messages_all"

      Read, send and delete messages to or from the character

    • ReadonlyDELETE: "messages_delete"

      Delete messages to or from the character

    • ReadonlyREAD: "messages_read"

      Read messages sent to or by the character

    • ReadonlySEND: "messages_send"

      Send messages to or from the character