Chats
Update a chat
Update a group Chat name or photo.
PUT
Update a chat
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Path Parameters
Unique identifier of the chat
Body
application/json
New display name for the chat (group chats only)
Required string length:
1 - 255Group photo for the chat, in either of two forms. A completed image Attachment ID uses an image you already uploaded. Any publicly reachable HTTPS image address also works: Relay downloads it and serves a permanent copy of its own, so the address you supply does not have to stay up. Send null to clear the photo.
Maximum string length:
2048
