Integration

Add Bot To Channel Id

Add a bot to a Telegram channel.

post/api/integration/telegram/channel/{channel_id}

Path parameters

channel_idstring required

Query parameters

tokenstring required

Response

Successful Response

message_codeinteger required

Numeric code indicating the type of message or response.

messagestring required

Human-readable message providing additional context about the response.

{"stackTrail":"components:schemas:HttpResponseSchema:properties:data","oasType":"schema","type":"unknown","title":"Data","description":"Optional data accompanying the response."}

Changes

Changed in 1 of the 3 revisions of this API.31

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property message from the response with the 200 status

      response-required-property-removed

    • removed the required property message_code from the response with the 200 status

      response-required-property-removed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 3 revisions, 1 has no diff computed.