mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-30 17:41:30 -05:00
Fix send_message message param name
This commit is contained in:
@@ -298,7 +298,7 @@ class Plugin():
|
||||
async def get_users(self, user_id_list):
|
||||
raise NotImplementedError()
|
||||
|
||||
async def send_message(self, room_id, message):
|
||||
async def send_message(self, room_id, message_text):
|
||||
raise NotImplementedError()
|
||||
|
||||
async def mark_as_read(self, room_id, last_message_id):
|
||||
|
||||
Reference in New Issue
Block a user