interface RootResponse {
    cursor: string;
    fetchInterval: number;
    heartbeatDuration: number;
    internalExt: string;
    messages: Tiktok.Message[];
    needAck: boolean;
    serverTimestamp: string;
}

Properties

cursor: string
fetchInterval: number
heartbeatDuration: number
internalExt: string
messages: Tiktok.Message[]
needAck: boolean
serverTimestamp: string