Skip to content
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

Properties

.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

Clone this wiki locally