Skip to content

Commit 27f5d89

Browse files
Corina Gumclaude
andcommitted
Add docstring for time field format (IC3 epoch)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9182616 commit 27f5d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/microsoft_teams/api/models/entity/quoted_reply_entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QuotedReplyData(CustomBaseModel):
3232
"Preview text of the quoted message"
3333

3434
time: Optional[str] = None
35-
"Timestamp of the quoted message"
35+
"Timestamp of the quoted message (IC3 epoch value, e.g. '1772050244572'). Inbound only."
3636

3737
is_reply_deleted: Optional[bool] = None
3838
"Whether the quoted reply has been deleted"

0 commit comments

Comments
 (0)