teleproto - v1.229.0
    Preparing search index...

    Interface CreateChannelParams

    interface CreateChannelParams {
        about?: string;
        address?: string;
        forImport?: boolean;
        forum?: boolean;
        geoPoint?: TypeInputGeoPoint;
        megagroup?: boolean;
        title: string;
        ttlPeriod?: number;
    }
    Index
    about?: string

    The channel description.

    address?: string

    Physical address of the geo chat.

    forImport?: boolean

    Whether the group will be used to import messages from a foreign chat service.

    forum?: boolean

    Create a forum (requires megagroup).

    Geolocation of the supergroup (for geo chats). Requires address.

    megagroup?: boolean

    Create a supergroup instead of a broadcast channel.

    title: string

    The channel title.

    ttlPeriod?: number

    Time-to-live of all messages that will be sent in the channel, in seconds.