SW Combine SDK
    Preparing search index...

    Interface CreateMessageOptions

    interface CreateMessageOptions {
        communication: string;
        receivers: string;
        uid: string;
    }
    Index

    Properties

    communication: string

    Message text content

    receivers: string

    Semicolon-separated list of recipient character handles (max 25). Example: 'handle1;handle2'

    uid: string