Fab1en / rocket-chat-rest-client

Rocket Chat REST API client in PHP
49 stars 38 forks source link

Add Webhook and functions: clearHistory, getMessage #17

Open ged-nn opened 5 years ago

ged-nn commented 5 years ago

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.