teleproto - v1.229.0
    Preparing search index...

    Interface CommunitiesCreateParams

    interface CommunitiesCreateParams {
        about?: string;
        hidden?: boolean;
        peer: EntityLike;
        title: string;
    }
    Index
    about?: string
    hidden?: boolean
    peer: EntityLike
    title: string