According to Telegram's API, https://core.telegram.org/bots/api#senddocument
sendDocument method can accept document or file_id as a reference to a file which already exists on their servers.
Current version of php-telegram-bot doesn't support to pass file_id to this method, only path to local document.