Interface UserTypeRegular

Represents the type of user. The following types are possible: regular users, deleted users and bots. Subtype of UserType.

interface UserTypeRegular {
    @type: "userTypeRegular";
}

Properties

Properties

@type: "userTypeRegular"