• Preparing search index...
  • The search index is not available
Documentation - v0.23.3
  • Documentation
  • @mtcute/node
  • methods
  • joinChatlist

Function joinChatlist

  • joinChatlist(
        client: ITelegramClient,
        link: string,
        params?: { peers?: MaybeArray<InputPeerLike> },
    ): Promise<tl.RawDialogFilterChatlist>
  • Join a chatlist by its link

    Parameters

    • client: ITelegramClient
    • link: string

      Invite link to the chatlist

    • Optionalparams: { peers?: MaybeArray<InputPeerLike> }

      Additional parameters

      • Optionalpeers?: MaybeArray<InputPeerLike>

        Chats to join from the chatlist (all by default)

    Returns Promise<tl.RawDialogFilterChatlist>

    Folder representing the chatlist

    • Defined in packages/core/src/highlevel/methods/dialogs/join-chatlist.ts:20

Settings

Member Visibility
Documentation - v0.23.3
  • Loading...

Generated using TypeDoc