CRMchat APIBeta
Telegram APIAccount

account.updateBusinessLocation

POST
/workspaces/{workspaceId}/telegram-accounts/{accountId}/call/account.updateBusinessLocation

Businesses » may advertise their location using this method, see here » for more info. To remove business location information invoke the method without setting any of the parameters.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workspaceId*string

Workspace ID

accountId*string

Telegram account ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

params*

Businesses » may advertise their location using this method, see here » for more info. To remove business location information invoke the method without setting any of the parameters.

Response Body

application/json

application/json

curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/account.updateBusinessLocation" \  -H "Content-Type: application/json" \  -d '{    "params": {}  }'
{  "result": true}