Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 283 Bytes

File metadata and controls

25 lines (17 loc) · 283 Bytes

IsBotUser

Indicates if the user is a bot or service user

Supported Types

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\IsBotUser2

/**
* @var Components\IsBotUser2
*/
Components\IsBotUser2 $value = /* values here */