Skip to content

Commit a2f12d3

Browse files
Corina Gumclaude
andcommitted
Fix line length lint error in time field docstring
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ba27a7c commit a2f12d3

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 (IC3 epoch value, e.g. '1772050244572'). Populated on inbound; ignored on outbound."
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)