| Name | Type | Description | Notes |
|---|---|---|---|
| parse_mode | Option<ParseMode> | Text formatting mode for the message (default is HTML) (enum: HTML, Markdown, MarkdownV2) | [optional] |
| disable_web_page_preview | Option<bool> | Disable link preview generation for URLs in the message | [optional] |
| disable_notification | Option<bool> | Send the message silently (users will receive notification without sound) | [optional] |
| protect_content | Option<bool> | Protect message content from forwarding and saving | [optional] |