We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa76a02 commit 2cef811Copy full SHA for 2cef811
README.md
@@ -98,7 +98,7 @@ $channel->addMembers(['mike', 'joe']);
98
$msg_bob = $channel->sendMessage(["text" => "Hi June!"], 'bob-1');
99
100
// Reply to a message
101
-$reply_bob = $channel->sendMessage(["text" => "Long time no see!"], 'bob-1', $msg_june['message']['id']);
+$reply_bob = $channel->sendMessage(["text" => "Long time no see!"], 'bob-1', $msg_bob['message']['id']);
102
```
103
104
### Reactions
0 commit comments