Link Search Menu Expand Document

Constructor: chatParticipantAdmin

Back to constructors index

Chat admin

Attributes:

NameTypeRequiredDescription
user_idlongYesID of a group member that is admin
inviter_idlongYesID of the user that added the member to the group
dateintYesDate when the user was added

Type: ChatParticipant

Example:

$chatParticipantAdmin = ['_' => 'chatParticipantAdmin', 'user_id' => long, 'inviter_id' => long, 'date' => int];