Link Search Menu Expand Document

Constructor: channelAdminLogEvent

Back to constructors index

Admin log event

Attributes:

NameTypeRequiredDescription
idlongYesEvent ID
dateintYesDate
user_idlongYesUser ID
actionChannelAdminLogEventActionYesAction

Type: ChannelAdminLogEvent

Example:

$channelAdminLogEvent = ['_' => 'channelAdminLogEvent', 'id' => long, 'date' => int, 'user_id' => long, 'action' => ChannelAdminLogEventAction];