botas-core
    Preparing search index...

    Interface TeamsChannelData

    Teams-specific channel data attached to an activity.

    interface TeamsChannelData {
        tenant?: TenantInfo;
        channel?: ChannelInfo;
        team?: TeamInfo;
        meeting?: MeetingInfo;
        notification?: NotificationInfo;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    tenant?: TenantInfo
    channel?: ChannelInfo
    team?: TeamInfo
    meeting?: MeetingInfo
    notification?: NotificationInfo