Additional Parameter on SendMessage (#3327)

Additional Parameter on SendMessage
Added parse_mode
This commit is contained in:
Woong 2024-05-06 13:57:20 +08:00 коммит произвёл GitHub
Родитель 49cec5c500
Коммит befe22a276
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -7,7 +7,7 @@
"contact": {
"name": "Woong Choi",
"url": "https://www.linkedin.com/in/woongchoi/",
"email": "woong.choi@sevensigma.com.au"
"email": "woong.choi@rapidcircle.com"
}
},
"x-ms-connector-metadata": [
@ -135,7 +135,10 @@
},
"text": {
"$ref": "#/definitions/text"
}
},
"parse_mode": {
"$ref": "#/definitions/parse_mode"
}
}
}
}
@ -361,6 +364,11 @@
},
"x-ms-summary": "User",
"description": "This object represents a Telegram user or bot"
},
"parse_mode": {
"type": "string",
"description": "Mode for parsing entities in the message text.",
"x-ms-summary": "Parse Mode"
}
},
"parameters": {