User functions
Function | Description |
| Set property with name for user. Name is case sensitive. Read more
You can pass type also: Type can be: |
| Read property with name. Name is case sensitive. Read more
can get property of another bot:
|
| Delete prop by name |
| Add user to group with group_name
|
| Get current user's group |
| Remove user from current group |
Access to property in answer:
You can also use the properties in the command's answer. For example, you can do this with the / hello command:
Hello, <UserRole>!
in BJS:
And you can use it in
Bot.sendMessage("Hello, <UserRole>")
Last updated