Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents data for a Teams channel.

    interface TeamsChannelData {
        channel?: ChannelInfo;
        eventType?: string;
        meeting?: TeamsMeetingInfo;
        membershipSource?: MembershipSource;
        notification?: NotificationInfo;
        onBehalfOf?: OnBehalfOf[];
        settings?: TeamsChannelDataSettings;
        sharedWithTeams?: TeamInfo[];
        team?: TeamInfo;
        tenant?: TenantInfo;
        unsharedFromTeams?: TeamInfo[];
    }
    Index

    Properties

    channel?: ChannelInfo

    Information about the channel.

    eventType?: string

    The type of event.

    Information about the meeting.

    membershipSource?: MembershipSource

    Information about the source of a member that was added or removed from a shared channel.

    notification?: NotificationInfo

    Information about the notification.

    onBehalfOf?: OnBehalfOf[]

    Information about the users on behalf of whom the action is performed.

    Settings for the Teams channel data.

    sharedWithTeams?: TeamInfo[]

    List of teams that a channel was shared with.

    team?: TeamInfo

    Information about the team.

    tenant?: TenantInfo

    Information about the tenant.

    unsharedFromTeams?: TeamInfo[]

    List of teams that a channel was unshared from.