Slack\Bot::getName PHP Method

getName() public method

Gets the name of the bot.
public getName ( ) : string
return string The name of the bot.
    public function getName()
    {
        return $this->data['name'];
    }