Link Search Menu Expand Document

Constructor: chatParticipants

Back to constructors index

Group members.

Attributes:

NameTypeRequiredDescription
chat_idlongYesGroup identifier
participantsArray of ChatParticipantYesList of group members
versionintYesGroup version number

Type: ChatParticipants

Example:

$chatParticipants = ['_' => 'chatParticipants', 'chat_id' => long, 'participants' => [ChatParticipant, ChatParticipant], 'version' => int];