diff options
Diffstat (limited to 'include/mastodonpp.hpp')
-rw-r--r-- | include/mastodonpp.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index 9d00369..a696eac 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -69,7 +69,10 @@ * * @subsection input Input * - * All text input is expected to be UTF-8. + * * All text input is expected to be UTF-8. + * + * * To send a file, use “<tt>\@file:</tt>” followed by the file name as value + * in the @link mastodonpp::parametermap parametermap@endlink. * * @section exceptions Exceptions * |