diff --git a/roblox/chat.py b/roblox/chat.py index a0bdb03b..f63f3bf8 100644 --- a/roblox/chat.py +++ b/roblox/chat.py @@ -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.