Additional Parameter on SendMessage (#3327)
Additional Parameter on SendMessage Added parse_mode
This commit is contained in:
Родитель
49cec5c500
Коммит
befe22a276
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче