[ Web Proxy ]
URL:
Viewing: https://zoom.github.io/rivet-javascript/modules/../types/Phone.PhoneSmsReceivedEvent.html [Back]  [Original]

PhoneSmsReceivedEvent | @zoom/rivet

Type Alias PhoneSmsReceivedEvent

PhoneSmsReceivedEvent: Event<"phone.sms_received"> & {
event: string;
event_ts: number;
payload: {
account_id: string;
object: {
attachments: {
download_url: string;
id: string;
name: string;
size: number;
type: string;
}[];
date_time: string;
message: string;
message_id: string;
message_type: number;
owner: { id?: string; team_id?: string; type?: string };
sender: {
display_name?: string;
id?: string;
phone_number: string;
type?: string;
};
session_id: string;
to_members: {
display_name?: string;
id?: string;
is_message_owner?: boolean;
phone_number: string;
type?: string;
}[];
};
};
}

Copyright © 2024 Zoom Video Communications, Inc.


Web Proxy Viewer  |  New URL  |  Original Page