Bluestep JS Documentation
    Preparing search index...

    Interface MessageSettings

    interface MessageSettings {
        channels: string[];
        crossOrganization?: boolean;
        data: string;
        permissions?: string[];
        timestamp?: number;
        uuid?: string;
    }
    Index

    Properties

    channels: string[]

    Array of channels to send this message to

    crossOrganization?: boolean

    Should the message be send across orgs in this server cluster. Optional.

    data: string

    Data to be sent

    permissions?: string[]

    Optional list of user keys or user groups keys to send the message too.

    timestamp?: number

    Optional timestamp for this message. If not included, the server will provide one.

    uuid?: string

    Optional identifier for this message. If not included, the server will provide one.