POST Bot/UpdateCommand
Request Information
URI Parameters
None.
Body Parameters
BotCommandUpdateFormName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
name | string |
None. |
|
usageHint | string |
None. |
|
shortDesc | string |
None. |
|
ctx | BotCommandContext |
None. |
|
wmid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "name": "sample string 2", "usageHint": "sample string 3", "shortDesc": "sample string 4", "ctx": 1, "wmid": "sample string 5" }
Response Information
Resource Description
None.