Link Search Menu Expand Document

Constructor: channelAdminLogEventActionParticipantEditRank

Back to constructors index

Attributes:

NameTypeRequired
user_idlongYes
prev_rankstringYes
new_rankstringYes

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantEditRank = ['_' => 'channelAdminLogEventActionParticipantEditRank', 'user_id' => long, 'prev_rank' => 'string', 'new_rank' => 'string'];