Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 473 Bytes

key-value-server.md

File metadata and controls

9 lines (5 loc) · 473 Bytes

Server Key-Value storage

For each bot there are server-side key-value storage and you can access it with simple API. Bot provides two types of storages: shared key-value and one separate for each conversation.

Key-value storage can persist integers, strings, doubles, booleans and json-objects.

Accessing KeyValue storage.

Each bot have scope and you can find forkKeyValue and botKeyValue. First one is for current conversation and second one is shared key-value.