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

Function createFolder

  • createFolder(
        client: ITelegramClient,
        folder: PartialExcept<RawDialogFilter, "title">,
    ): Promise<tl.RawDialogFilter>
  • Create a folder from given parameters

    ID for the folder is optional, if not provided it will be derived automatically.

    Parameters

    • client: ITelegramClient
    • folder: PartialExcept<RawDialogFilter, "title">

      Parameters for the folder

    Returns Promise<tl.RawDialogFilter>

    Newly created folder

    • Defined in packages/core/src/highlevel/methods/dialogs/create-folder.ts:18

Settings

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

Generated using TypeDoc