Skip to content

Commit 5cdb4fa

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#713)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 8db1f74 commit 5cdb4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linebot/v3/messaging/models/text_message_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class TextMessageV2(Message):
3131
https://developers.line.biz/en/reference/messaging-api/#text-message-v2
3232
"""
3333
text: StrictStr = Field(...)
34-
substitution: Optional[Dict[str, SubstitutionObject]] = Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.")
34+
substitution: Optional[Dict[str, SubstitutionObject]] = Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the `text` field.")
3535
quote_token: Optional[StrictStr] = Field(None, alias="quoteToken", description="Quote token of the message you want to quote.")
3636
type: str = "textV2"
3737

0 commit comments

Comments
 (0)