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

    Represents settings for Teams channel data.

    interface TeamsChannelDataSettings {
        selectedChannel?: ChannelInfo;
        [properties: string]: unknown;
    }

    Indexable

    • [properties: string]: unknown

      Additional properties.

    Index

    Properties

    Properties

    selectedChannel?: ChannelInfo

    The selected channel information.