Optional settings for telegram
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
or
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
chat:write-Управление чатом
or
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/channel_settings/chat/setTelegram' \
--header 'Content-Type: application/json' \
--data '{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"link": "http://example.com",
"select": 0,
"messageId": 0
}'
Responses
application/json
Modified at 2026-05-13 15:11:55