Raw.ChannelAdminLogEventActionEditTopic
A forum topic was edited
channelAdminLogEventActionEditTopic#f06fe208 prev_topic:ForumTopic new_topic:ForumTopic = ChannelAdminLogEventAction;export namespace Raw {
export class ChannelAdminLogEventActionEditTopic {
constructor(params: { prevTopic: Raw.TypeForumTopic; newTopic: Raw.TypeForumTopic }) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xf06fe208
Property
prevTopic: Raw.TypeForumTopicPrevious topic information
newTopic: Raw.TypeForumTopicNew topic information