SW Combine SDK
    Preparing search index...

    Interface Message

    Full message returned by client.character.messages.get().

    This detail shape includes communication, unlike MessageListItem.

    const message: Message = {
    uid: '38:105138990',
    sender: { attributes: { uid: '1:1467702' }, value: 'Marcinius Turelles' },
    receiver: { attributes: { uid: '1:1467702' }, value: 'Marcinius Turelles' },
    time: { years: 27, days: 88, hours: 5, mins: 12, secs: 14, timestamp: '1771675934' },
    communication: 'Test',
    };
    interface Message {
        communication: string;
        receiver: MessageParticipant;
        sender: MessageParticipant;
        time: MessageTime;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    communication: string

    Message body content

    Receiver reference

    Sender reference

    Message timestamp

    uid: string

    Message UID