ConversationsGetConversationMemberResponse type
Enthält Antwortdaten für den getConversationMember-Vorgang.
type ConversationsGetConversationMemberResponse = ChannelAccount & {
_response: HttpResponse & { bodyAsText: string, parsedBody: ChannelAccount },
}