chore: mark version v1.0.0

This commit is contained in:
Pedro Lopez
2020-02-09 00:58:10 -04:00
parent f947f75725
commit 7deef27800
34 changed files with 1130 additions and 168 deletions

View File

@@ -55,7 +55,7 @@ class Chat extends Base {
/**
* Send a message to this chat
* @param {string|MessageMedia} content
* @param {string|MessageMedia|Location} content
* @param {object} options
* @returns {Promise<Message>} Message that was just sent
*/