rocket-chat-rest-client icon indicating copy to clipboard operation
rocket-chat-rest-client copied to clipboard

Add Webhook and functions: clearHistory, getMessage

Open ged-nn opened this issue 5 years ago • 0 comments

Add RocketChatWebHook.php

    This need for work as Outgoing WebHook.
        * __construct - get post data as array $postData from json and $text as array from text message
        * function sendmessage() - send message to current channel

README.md

    + example usage WebHook

RocketChatChannel.php

    + clearHistory() - Clean history of the channel.

RocketChatClient.php

    + getMessage() - Get message by msgId. Need access for user to room or chat.

ged-nn avatar May 01 '19 15:05 ged-nn