botapi icon indicating copy to clipboard operation
botapi copied to clipboard

botapi: support file uploads

Open ghost opened this issue 3 years ago • 3 comments

Blockers:

  • [x] File uploads/multipart/form-data support in ogen
  • [ ] Investigate file_unique_id generation.

TDLib file_unique_id generator implementation links: https://github.com/tdlib/td/blob/3ff9723722a88022e4698a5562c2f8901dec63fa/td/telegram/files/FileManager.cpp#L739 https://github.com/tdlib/td/blob/3ff9723722a88022e4698a5562c2f8901dec63fa/td/telegram/files/FileLocation.h#L284 https://github.com/tdlib/td/blob/3ff9723722a88022e4698a5562c2f8901dec63fa/td/telegram/files/FileLocation.hpp#L326 https://github.com/tdlib/td/blob/3ff9723722a88022e4698a5562c2f8901dec63fa/td/telegram/files/FileLocation.h#L164 https://github.com/tdlib/td/blob/3ff9723722a88022e4698a5562c2f8901dec63fa/td/telegram/files/FileLocation.hpp#L174

ghost avatar Jan 02 '22 13:01 ghost

Can we already add methods with file uploads to openapi schema?

ernado avatar Jun 15 '22 15:06 ernado

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 17 '23 21:06 stale[bot]