Aliaksei Levin
Aliaksei Levin
The file in the log is being downloaded. Also, the log doesn't look complete. Many parts that must be in the log are missing, therefore it is impossible to tell...
It could be a Docker bug if you access the files from outside of the Docker container.
It is important, how and when do you access the file.
The Bot API method `getFile` saves the file locally to the Bot API server and returns full path to the file in local mode.
1. It is unspecified whether size of the message affects waiting time. It may or may not affect it. 2. Even approximate limits are unknown. 3. It is unspecified whether...
The update is kept as small as possible, but the topic's `message_thread_id` present in the `Message` object may be added there in the future.
Service message is just the name for messages that are sent by Telegram on behalf of users or chats and can't be sent directly. There is no need to differentiate...
@foremtehan I would use the list of selected message types that should be copied, or just ignore the error. The actual condition is much harder then just "service messages can't...
To send a document you need to pass `inputMessageDocument` as `input_message_content` to `sendMessage`.
In Bot API you can use https://core.telegram.org/bots/api#senddocument.