We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890e79e commit 6b08de1Copy full SHA for 6b08de1
1 file changed
guide/Message/forwardMessage.md
@@ -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