Link Search Menu Expand Document

Constructor: channelAdminLogEventActionEditTopic

Back to constructors index

A forum topic was edited

Attributes:

NameTypeRequiredDescription
prev_topicForumTopicYesPrevious topic information
new_topicForumTopicYesNew topic information

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionEditTopic = ['_' => 'channelAdminLogEventActionEditTopic', 'prev_topic' => ForumTopic, 'new_topic' => ForumTopic];