Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params application/json
{
"filter_mode": 0,
"message_id": 0,
"link": "http://example.com"
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/channel_settings/chat/telegram/setting?v&language&project_id&channel_id' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter_mode": 0,
"message_id": 0,
"link": "http://example.com"
}'
Responses
application/json Modified at 2025-09-11 17:15:27