Longman\TelegramBot\Commands\SystemCommands\ChannelchatcreatedCommand::execute PHP 메소드

execute() 공개 메소드

Command execute method
public execute ( ) : mixed
리턴 mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$channel_chat_created = $message->getChannelChatCreated();
        return parent::execute();
    }
ChannelchatcreatedCommand