Merge remote-tracking branch 'origin/master' into refactory/meta

pull/34/head
yupix 2 years ago
parent bf16f50ad4
commit e932b297dc
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -83,6 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- fixed `ChatMessage` model.
- For v13, the url is automatically generated. (Although it returns None by type, it never actually returns None.
- fixed `Chat` action.
## Removed
- Delete `get_user` method at `FollowRequestActions` class.

@ -93,6 +93,10 @@ class ChatAction(BaseChatAction):
super().__init__(
session, client, user_id=user_id, message_id=message_id
)
self.__session = session
self.__client = client
self.__user_id = user_id
self.__message_id = message_id
async def get_history(self, limit: int = 100, group: bool = True):
"""

Loading…
Cancel
Save