POST api/Telegram/AddGroup

Request Information

URI Parameters

None.

Body Parameters

TelegramNewGroup
NameDescriptionTypeAdditional information
BotId

integer

None.

ChatId

integer

None.

Title

string

None.

ChatType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BotId": 1,
  "ChatId": 2,
  "Title": "sample string 3",
  "ChatType": "sample string 4"
}

application/xml, text/xml

Sample:
<TelegramNewGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IES.JobBoard.WebApi.Models">
  <BotId>1</BotId>
  <ChatId>2</ChatId>
  <ChatType>sample string 4</ChatType>
  <Title>sample string 3</Title>
</TelegramNewGroup>

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.