TeamsFetchChannelListResponse type
Содержит данные ответа для операции fetchChannelList.
type TeamsFetchChannelListResponse = ConversationList & {
_response: HttpResponse & {
bodyAsText: string,
parsedBody: ConversationList,
},
}