Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
720 stars 144 forks source link

Adding key/value pairs to sessions #163

Closed amirh715 closed 4 years ago

amirh715 commented 7 years ago

Hello... I'm trying to build a shopping cart using sessions. But I'm confused by the syntax. How am I able to do that??(I want to add a key with an empty value, then in another stage add the value.) Please help me out...