Interface MemberInvitedEvent

The MemberInvitedEvent type

interface MemberInvitedEvent {
    body: MemberEventBodyJS;
    conversationId: string;
    from: From;
    id: number;
    kind: "member:invited";
    timestamp: string;
}

Properties

body: MemberEventBodyJS

The invited member

conversationId: string

The conversation id

from: From

The event sender

id: number

The event id

kind: "member:invited"

The kind property of MemberInvitedEvent

timestamp: string

The event timestamp