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