Raw.channels.DeleteTopicHistory
Delete message history of a forum topic
channels.deleteTopicHistory#34435f2d channel:InputChannel top_msg_id:int = messages.AffectedHistory;
export namespace Raw {
export namespace channels {
export class DeleteTopicHistory {
constructor(params: { channel: Raw.TypeInputChannel; topMsgId: number }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x34435f2d
Property
channel
: Raw.TypeInputChannelForum
topMsgId
: numberTopic id
Results
Raw.messages.TypeAffectedHistory