teleproto - v1.229.0
    Preparing search index...

    Interface ChatlistsJoinChatlistInviteParams

    interface ChatlistsJoinChatlistInviteParams {
        peers: EntityLike[];
        slug: string;
    }
    Index
    peers: EntityLike[]

    List of new chats to join, fetched using chatlists.checkChatlistInvite and filtered as specified in the documentation » .

    slug: string

    slug obtained from a chat folder deep link » .