-
-
Notifications
You must be signed in to change notification settings - Fork 0
Client
Calculus edited this page Feb 23, 2024
·
9 revisions
The main hub for interacting with the AntiLand API, and the starting point for any bot.
extends BaseClient
.calls : CallManager
Manage all calls
.dialogues : DialogueManager
Search for, cache, and perform actions on dialogues
.groups : GroupManager
Search for, cache, and perform actions on groups
.stickers : StickerManager
Search for, cache, and perform actions on stickers
.user : ?ClientUser
User that the client is logged in as
.users : UserManager
Search for, cache, and perform actions on users
A powerful library for interacting with the AntiLand API