add more tests

This commit is contained in:
adbenitez
2022-12-08 08:38:36 -05:00
parent a9afc1e6ba
commit c49743d38c
2 changed files with 140 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ class Chat:
info = await self._rpc.get_full_chat_by_id(self.account.id, self.id)
return AttrDict(chat=self, **info)
async def send_msg(
async def send_message(
self,
text: Optional[str] = None,
file: Optional[str] = None,