zernio 0.0.89

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TelegramPlatformData

## Properties

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]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)