Documentation - v0.27.1
    Preparing search index...

    Interface ActionChannelCreated

    Channel/supergroup was created

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

    Properties

    Properties

    title: string

    Original channel/supergroup title

    type: "channel_created"