TeamChannelResult: {
    channelId: string;
    channelName: string;
    teamId: string;
    teamName: string;
}

Channel information resolved by a Teams API function.

Type declaration

  • channelId: string

    ID of the channel that was resolved.

  • channelName: string

    Name of the channel that was resolved.

  • teamId: string

    ID of the team that the resolved channel belongs to.

  • teamName: string

    Name of the team that the resolved channel belongs to.

Generated using TypeDoc