Raw.MessageActionChannelCreate
The channel was created
messageActionChannelCreate#95d2ac92 title:string = MessageAction;
export namespace Raw {
export class MessageActionChannelCreate {
constructor(params: { title: string }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x95d2ac92
Property
title
: stringOriginal channel/supergroup title
Last updated on 2025-04-07T13:34:42.000Z