account settings
Get TG bot commands
Get the bot commands configuration for a Telegram account.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/telegram-commands"{
"data": [
{
"command": "string",
"description": "string"
}
]
}Empty
{
"error": "Unauthorized"
}