Longman\TelegramBot\Entities\Chat::isChannel PHP 메소드

isChannel() 공개 메소드

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