• Create a new broadcast channel

    Parameters

    • client: ITelegramClient
    • params: { description?: string; title: string }
      • Optionaldescription?: string

        Channel description

      • title: string

        Channel title

    Returns Promise<Chat>

    Newly created channel