Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: Session

Interface: Session

Defined in: src/_other-scraper/chatup-ai.ts:92

Represents a session containing message history and a timestamp.

Properties

messages

messages: Message[]

Defined in: src/_other-scraper/chatup-ai.ts:94

An array of messages exchanged during the session.

lastActive

lastActive: number

Defined in: src/_other-scraper/chatup-ai.ts:96

The timestamp (in milliseconds) indicating the last time the session was active.

Last updated on