Skip to content

Commit 67de6dd

Browse files
Update README.md
1 parent ba34a5c commit 67de6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/smack/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ Retrieves all posted messages from the database.
9999
...
100100
```
101101

102-
### `post_message(message: str)`
102+
### `post_message(sender: str, message: str)`
103103
Posts a new message to the database.
104104

105105
**Parameters:**
106+
- `sender`: The sender of the message
106107
- `message`: The text content you want to post
107108

108109
**Response:**

0 commit comments

Comments
 (0)