weixin-ts / bot/src / SessionData
Interface: SessionData
Defined in: bot/src/auth/session.ts:11
Session data stored to disk
Properties
accountId?
optionalaccountId?:string
Defined in: bot/src/auth/session.ts:13
baseUrl?
optionalbaseUrl?: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?
optionaluserId?:string
Defined in: bot/src/auth/session.ts:15