Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File extension missed #15

Open
goshgarmirzayev opened this issue May 27, 2024 · 0 comments
Open

File extension missed #15

goshgarmirzayev opened this issue May 27, 2024 · 0 comments

Comments

@goshgarmirzayev
Copy link

Hello, I am using calling getFile endpoint and result is like this

{
    "ok": true,
    "result": {
        "file_id": "AgACAgIAAx0Cc-iEZQACFS9mU3kQP76tK26IMiLqQad96F7FRAACftUxGyq7oUr4MK3g6PNOCgEAAwIAA20AAzUE",
        "file_unique_id": "AQADftUxGyq7oUpy",
        "file_size": 22033,
        "file_path": "/photos/file_288"
    }
}

checked file in volume also file located without extension. Attaching docker-compose file

telegram-bot-api:
image: aiogram/telegram-bot-api:latest
environment:
TELEGRAM_API_ID: "myAppId"
TELEGRAM_API_HASH: "myHash"
TELEGRAM_LOCAL: true
ports:
- 1002:8081
volumes:
- telegram-bot-api-data:/var/lib/telegram-bot-api

can u provide a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant