Lists
List initialization
let list = new List({ name: "MyList" })
Bot.inspect(list.exist) // false for new List, true for already exist listCreate new list
Remove list
Recount list
Calculate the amount of all props and users
Properties management
Add bot property to bot list
Add user property to user list
Add user property to bot list
Reject property
Remove property
Reject all properties (and all users)
Remove all properties (and reject all users)
Users management
Add user
Reject user
Reject all users
Getting data
Getting props from list
Getting users from list
Paginating
User searching
Getting user by id from list
Checking the user's existence in the list
Statistics
Last updated