v0.2.2
bigcat88
released this
26 Sep 18:15
·
200 commits
to refs/heads/main
since this release
Added
- FilesAPI: Chunked v2 upload support, enabled by default.
- New option to disable
chunked v2 upload
if there is a need for that:CHUNKED_UPLOAD_V2
- TalkAPI: Poll API support(create_poll, get_poll, vote_poll, close_poll).
- TalkAPI: Conversation avatar API(get_conversation_avatar, set_conversation_avatar, delete_conversation_avatar)
Changed
- Default
chunk_size
argument is now 5Mb instead of 4Mb.