Examples

AdminBot Basics

The work with AdminBot consists of three parts:

  1. Initialization (set the group name)

  2. Sending AdminBot commands

  3. Receiving AdminBot events

Starting Your Script

Most AdminBot commands and events are defined as constants.
It's recommended to include the full set of AdminBot constants in your script.

Simple Examples

Advanced Examples