Freigeben über


TeamsFetchChannelListResponse type

Enthält Antwortdaten für den Vorgang fetchChannelList.

type TeamsFetchChannelListResponse = ConversationList & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: ConversationList,
  },
}