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

Ошибка определения формата сообщений / Message generation conversion error #360

Closed
andreyMalyshkin opened this issue Nov 29, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@andreyMalyshkin
Copy link

Ошибка:
При отправке сообщения с расширением xlsx, методом sendFileByUrl, фаил не доходит до получателя в нужном формате. Сообщение доходит в формате BIN.

Уровень:
API

Обходное решение:

Использовать метод отправки SendFileByUpload
Использовать метод отправки UploadFile + sendFileByUrl. Как отправить файл?


Error:
When sending a message with the xlsx extension using the sendFileByUrl method, the file does not reach the recipient in the required format. The message arrives in BIN format.

Level:
API

Workaround:
Use the sending method SendFileByUpload
Use the sending method UploadFile + sendFileByUrl. How to send a file?

@EscHelpNew EscHelpNew added the bug Something isn't working label Feb 6, 2024
@EscHelpNew EscHelpNew added this to the Release 25 milestone Feb 6, 2024
@EscHelpNew
Copy link
Collaborator

Решено в релизе 5.44.25.19


Solved in the release 5.44.25.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants