teleproto - v1.229.0
    Preparing search index...

    Interface CreateChatParams

    Parameters for TelegramClient.createChat (small group chats).

    interface CreateChatParams {
        title: string;
        ttlPeriod?: number;
        users: EntitiesLike;
    }
    Index
    title: string

    The chat title.

    ttlPeriod?: number

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

    users: EntitiesLike

    The users to invite into the chat.