Function updateForumSettings
- updateForumSettings(
client: ITelegramClient,
chatId: InputPeerLike,
settings: null | { isForum: boolean; threadsMode: "tabs" | "list" },
): Promise<void> Parameters
- client: ITelegramClient
- chatId: InputPeerLike
- settings: null | { isForum: boolean; threadsMode: "tabs" | "list" }
- null
- { isForum: boolean; threadsMode: "tabs" | "list" }
isForum: boolean
threadsMode: "tabs" | "list"
Returns Promise<void>
Update forum settings of a supergroup.
Only owner of the supergroup can change this setting.