boostChat
Boost a chat. USER-ONLY
Parameters
The identifier of the chat to boost.
slots?: number[]
The slots to assign.
Result
void
Syntax
// Required parameters only.
await client.boostChat(chatId);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.boostChat(chatId, { slots });