mineos-market-client
    Preparing search index...

    Type Alias Dialog

    Dialog information containing last message details and participant

    type Dialog = {
        dialogUserName: string;
        timestamp: number;
        text: string;
        lastMessageIsRead: MessageStatus;
        lastMessageUserName: string;
        lastMessageUserId: number;
    }
    Index

    Properties

    dialogUserName: string

    Username of the dialog participant

    timestamp: number

    Timestamp of the last message

    text: string

    Text content of the last message

    lastMessageIsRead: MessageStatus

    Whether the last message has been read

    lastMessageUserName: string

    Username of who sent the last message

    lastMessageUserId: number

    User ID of who sent the last message