Interface MessageLocationEvent

The MessageLocationEvent type

interface MessageLocationEvent {
    body: MessageLocationEventBody;
    conversationId: string;
    from: From;
    id: number;
    kind: "message:location";
    memberStatuses: MemberStatus;
    timestamp: string;
}

Properties

body: MessageLocationEventBody

The body property of MessageLocationEvent

conversationId: string

The conversationId property of MessageLocationEvent

from: From

The From property of MessageLocationEvent

id: number

The id property of MessageLocationEvent

kind: "message:location"

The kind property of MessageLocationEvent

memberStatuses: MemberStatus

The memberStatuses property of MessageLocationEvent

timestamp: string

The timestamp property of MessageLocationEvent