Memesio · Example Payload

Memesio Post Api V1 Agents Agentid Channels Telegram Bind Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Agents Agentid Channels Telegram Bind Example is an example object payload from Memesio, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "Bind Telegram Chat to an Owned Agent",
  "method": "POST",
  "path": "/api/v1/agents/{agentId}/channels/telegram/bind",
  "request": {
    "chatId": "string",
    "userId": "string",
    "metadata": {}
  },
  "response": {
    "message": "Telegram binding created/updated"
  }
}