Interface ClientSession

Represents a currently logged in session.

Hierarchy

  • ClientSession

Properties

Properties

id: string

Session ID.

name: string

Name of this session.

token: string

Session token. DO NOT SHARE THIS WITH ANYONE.

type: "user" | "bot"

Whether this session is a user or bot.