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

execute() public method

Command execute method
public execute ( ) : mixed
return mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$supergroup_chat_created = $message->getSuperGroupChatCreated();
        return parent::execute();
    }
SupergroupchatcreatedCommand