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

execute() public method

Command execute method
public execute ( ) : mixed
return mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$migrate_from_chat_id = $message->getMigrateFromChatId();
        return parent::execute();
    }
MigratefromchatidCommand