POST api/webhook/telebot/{channel}/{botid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| channel | string |
Required |
|
| botid | string |
Required |
Body Parameters
UpdateInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateId | integer |
None. |
|
| Message | MessageInfo |
None. |
|
| EditedMessage | MessageInfo |
None. |
|
| ChannelPost | MessageInfo |
None. |
|
| EditedChannelPost | MessageInfo |
None. |
|
| InlineQuery | InlineQueryInfo |
None. |
|
| ChosenInlineResult | ChosenInlineResultInfo |
None. |
|
| CallbackQuery | CallbackQueryInfo |
None. |
|
| ShippingQuery | ShippingQueryInfo |
None. |
|
| PreCheckoutQuery | PreCheckoutQueryInfo |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.