Skip to main content

Type Alias: TeamsConversation

TeamsConversation = Omit<GeneratedTeamsConversationResponse, "chatTitle" | "teamId" | "channelId" | "workflowId" | "workflowName"> & object

Defined in: packages/sdk/src/types/teams-app-types.ts:34

Type Declaration

channelId

channelId: string | null

chatTitle?

optional chatTitle: string | null

teamId

teamId: string | null

workflowId

workflowId: number | null

workflowName

workflowName: string | null