Constructor: channelAdminLogEventActionEditTopic
A forum topic was edited
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| prev_topic | ForumTopic | Yes | Previous topic information |
| new_topic | ForumTopic | Yes | New topic information |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionEditTopic = ['_' => 'channelAdminLogEventActionEditTopic', 'prev_topic' => ForumTopic, 'new_topic' => ForumTopic];