Skip to content

Commit

Permalink
Codes are generated by openapi generator (#713)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 25, 2024
1 parent 8db1f74 commit 5cdb4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linebot/v3/messaging/models/text_message_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TextMessageV2(Message):
https://developers.line.biz/en/reference/messaging-api/#text-message-v2
"""
text: StrictStr = Field(...)
substitution: Optional[Dict[str, SubstitutionObject]] = Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the 'text' field.")
substitution: Optional[Dict[str, SubstitutionObject]] = Field(None, description="A mapping that specifies substitutions for parts enclosed in {} within the `text` field.")
quote_token: Optional[StrictStr] = Field(None, alias="quoteToken", description="Quote token of the message you want to quote.")
type: str = "textV2"

Expand Down

0 comments on commit 5cdb4fa

Please sign in to comment.