teams.updateChat updates and returns a group chat.
Example
automations/teams-update-chat.automation.ts
Inputs
Pass{ chatId: "chat-id", topic: "Launch room" }. The optional second argument { account } selects a Microsoft binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates and returns a group chat.
teams.updateChat updates and returns a group chat.
import { automation } from "automate.ax"
import { teams } from "automate.ax/teams"
export default automation("Update chat", () => {
teams.updateChat({ chatId: "chat-id", topic: "Launch room" })
})
{ chatId: "chat-id", topic: "Launch room" }. The optional second argument { account } selects a Microsoft binding.