Skip to content

Commit

Permalink
Updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Oct 29, 2021
1 parent b1b4fc8 commit c00e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ function main() {
The `Client.sendMessage()` method returns a `Promise` that resolves when the message has been sent.

The promise rejects with a `Forbidden` error when the submitted credentials are invalid.
It also rejects with an `InternalError` if any error occurred while sending the message.
It rejects with an `InternalError` if any error occurred while sending the message.

!> The text of the messages will be automatically truncated to **160** characters: you can't send multipart messages using this library.

0 comments on commit c00e624

Please sign in to comment.