We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c90da5 commit 12b58ecCopy full SHA for 12b58ec
1 file changed
xbox/webapi/api/provider/presence/models.py
@@ -13,7 +13,7 @@ class PresenceLevel(str, Enum):
13
14
class LastSeen(CamelCaseModel):
15
device_type: str
16
- title_id: str
+ title_id: Optional[str]
17
title_name: str
18
timestamp: str
19
0 commit comments