setBusinessIntro
Set the business intro. USER-ONLY
Parameters
title: string
The title of the intro.
description: string
The description of the intro.
sticker?: string
File identifier of a sticker to include in the intro.
Result
void
Syntax
// Required parameters only.
await client.setBusinessIntro(title, description);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.setBusinessIntro(title, description, { sticker });