Longman\TelegramBot\Entities\Chat::isChannel PHP Method

isChannel() public method

Check if this is a channel
public isChannel ( ) : boolean
return boolean
    public function isChannel()
    {
        return $this->getType() === 'channel';
    }