Added note that media attachements can not be base64-encoded

This commit is contained in:
tastytea 2018-03-13 14:16:45 +01:00
parent 0364a6ffae
commit 61878d6371
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ namespace Mastodon
/*!
* @brief Class for the Mastodon API. All input is expected to be UTF-8.
* Binary data must be base64-encoded or a filename.
*
* It appears that media attachements can not be base64 encoded.
* @section error Error codes
* mastodon-cpp will never use error codes below 11, except 0.
* | Code | Explanation |