botas-core
    Preparing search index...

    Interface TeamsConversation

    Teams-specific conversation with additional metadata.

    interface TeamsConversation {
        id: string;
        conversationType?: string;
        tenantId?: string;
        isGroup?: boolean;
        name?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Additional channel-specific properties.

    Index

    Properties

    id: string

    Unique identifier for the conversation.

    conversationType?: string
    tenantId?: string
    isGroup?: boolean
    name?: string