POST api/webhook/telebot/{channel}/{botid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
channel

string

Required

botid

string

Required

Body Parameters

UpdateInfo
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.