Type alias InitialReceivedChatsState

InitialReceivedChatsState: {
    [jid: string]: {
        lastMsgRecvTimestamp?: number;
        lastMsgTimestamp: number;
    };
}

Type declaration

  • [jid: string]: {
        lastMsgRecvTimestamp?: number;
        lastMsgTimestamp: number;
    }
    • Optional lastMsgRecvTimestamp?: number

      the last message received from the other party

    • lastMsgTimestamp: number

      the absolute last message in the chat

Generated using TypeDoc