telebot icon indicating copy to clipboard operation
telebot copied to clipboard

question: how do I pass data(variable) from event to event

Open hosseinalipour opened this issue 5 years ago • 1 comments

how do I pass data(variable) from event to event? I'm asking for contact. then in the contact event, I ask for a name. now, how do I have contact information and name in the same context to use it?

hosseinalipour avatar Mar 23 '20 23:03 hosseinalipour

Just use plugin "askUser", you can see the sample code here :

https://github.com/mullwar/telebot/blob/master/examples/plugin-askUser.js

cikaldev avatar Mar 07 '21 17:03 cikaldev