Bot.Admin

Represents a bot administrator.

Authenticated bot administrators can run commands with the @admin command attribute.

Both the nick name and the account name need to match for a user to be considered an administrator.

class Bot
final
struct Admin {}

Members

Variables

accountName
string accountName;

Account name of administrator.

nickName
string nickName;

Nick name of administrator.

See Also

Meta