MadelineProto/old_docs/API_docs_v18/constructors/chat.md
2017-02-12 20:32:28 +03:00

778 B

title description
chat chat attributes, type and example

Constructor: chat

Back to constructors index

Attributes:

Name Type Required
id int Required
title string Required
photo ChatPhoto Required
participants_count int Required
date int Required
left Bool Required
version int Required

Type: Chat

Example:

$chat = ['_' => 'chat', 'id' => int, 'title' => string, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'left' => Bool, 'version' => int, ];