ConversationsGetConversationMemberResponse type
getConversationMember 操作の応答データを格納します。
type ConversationsGetConversationMemberResponse = ChannelAccount & {
_response: HttpResponse & { bodyAsText: string, parsedBody: ChannelAccount },
}