get_entity_by_id
Retrieve entity details from a Telegram session by specifying its ID to access relevant information for interaction and management within the platform.
Instructions
Get an entity from the current session
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "id",
"type": "string"
}
},
"title": "get_entity_by_idArguments",
"type": "object"
}