mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
947 B
947 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionEditTopic | A forum topic was edited | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];