Longman\TelegramBot\Commands\SystemCommands\ChannelchatcreatedCommand::execute PHP Method

execute() public method

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