Longman\TelegramBot\Entities\Chat::isChannel PHP Méthode

isChannel() public méthode

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