User object
getMagicVariable ()
Example
const converse = new NewBot()
converse.exec('hey', 'user id', {
preUser(user) {
user.getMagicVariable('text') // "hey"
}
})setMagicVariable ()
Example
getVariable ()
setVariable ()
saveSession ()
retrieveSession ()
setLang ()
getLang ()
toJson ()
fromJson ()
Last updated