Interface ActionChannelCreated

Channel/supergroup was created

interface ActionChannelCreated {
    title: string;
    type: "channel_created";
}

Properties

Properties

title: string

Original channel/supergroup title

type: "channel_created"