Slack\Bot::isDeleted PHP Method

isDeleted() public method

Checks if the bot is deleted.
public isDeleted ( ) : boolean
return boolean True if the bot is deleted.
    public function isDeleted()
    {
        return $this->data['deleted'];
    }