Skip to content

Commit 6b08de1

Browse files
committed
$forwardMessage support
1 parent 890e79e commit 6b08de1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

guide/Message/forwardMessage.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# $forwardMessage
2+
forward a messaage to another channel
3+
4+
#### Usage: `$forwardMessage[Source Channel ID;Source Message ID;Target Channel ID;Return the new message id (yes/no)]`
5+
6+
#### Example
7+
Forwarding a message with ID `1234` to another channel called `Target Channel`
8+
```php
9+
$forwardMessage[$channelID;1234;Target Channel]
10+
```

0 commit comments

Comments
 (0)