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.
Rocket-Python supports certain calls from the Rocketchat API.
Documentation below assumes you have initialized an API object with proper settings:
from rocketchat.api import RocketChatAPI api = RocketChatAPI(settings=my_settings_dict)
rooms = api.get_public_rooms()
api.send_message('123212', 'Test message')