Skip to content

make it possible in the "send" method to transfer files in base64 (as in the API specification) #79

Description

@ruslans-zkz

I already have a base64 encoded file as a string, but I cannot send it because the "send" method expects me to provide an unencoded list of files. Now, for my code to work, I must first decode base64, then wrap it in BytesIO, and only then pass it to the "send" method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions