ConversationsGetConversationMemberResponse type
Contains response data for the getConversationMember operation.
type ConversationsGetConversationMemberResponse = ChannelAccount & {
_response: HttpResponse & { bodyAsText: string, parsedBody: ChannelAccount },
}