MadelineProto/old_docs/API_docs_v44/constructors/chatParticipants.md

642 B

title description
chatParticipants chatParticipants attributes, type and example

Constructor: chatParticipants

Back to constructors index

Attributes:

Name Type Required
chat_id int Required
participants Array of ChatParticipant Required
version int Required

Type: ChatParticipants

Example:

$chatParticipants = ['_' => 'chatParticipants', 'chat_id' => int, 'participants' => [Vector t], 'version' => int, ];