Skip to content

weixin-ts / bot/src / SessionData

Interface: SessionData

Defined in: bot/src/auth/session.ts:11

Session data stored to disk

Properties

accountId?

optional accountId?: string

Defined in: bot/src/auth/session.ts:13


baseUrl?

optional baseUrl?: string

Defined in: bot/src/auth/session.ts:14


botToken

botToken: string

Defined in: bot/src/auth/session.ts:12


savedAt

savedAt: string

Defined in: bot/src/auth/session.ts:16


userId?

optional userId?: string

Defined in: bot/src/auth/session.ts:15

Released under the MIT License.