interface SessionChatBase {
    disableUnreadAnchor: any;
    lastReceivedKey?: MsgKey;
    msgChunks: MsgLoad[];
    msgsChanged: number;
    msgsLength: number;
    unreadMsgAnchor: any;
}

Properties

disableUnreadAnchor: any
lastReceivedKey?: MsgKey
msgChunks: MsgLoad[]
msgsChanged: number
msgsLength: number
unreadMsgAnchor: any