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