Skip to content

Commit

Permalink
Update chat.py (#117)
Browse files Browse the repository at this point in the history
added missing annotation to get_user_conversations function
  • Loading branch information
Jodenee authored Feb 16, 2024
1 parent 3f4ac8e commit 25b06bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roblox/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def get_settings(self) -> ChatSettings:
settings_data = settings_response.json()
return ChatSettings(data=settings_data)

def get_user_conversations(self):
def get_user_conversations(self) -> PageNumberIterator:
"""
Gets the user's conversations.
Expand Down

0 comments on commit 25b06bd

Please sign in to comment.