mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-06-11 07:14:38 -04: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