Skip to main content

Type Alias: Voicemail

Voicemail = object

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:21

Represents voicemail.

Properties

callerId

callerId: string

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:25

Caller id of user that left voicemail.


duration

duration: number

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:30

Voicemail duration in seconds.


fileName

fileName: string

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:35

Voicemail file name.


location

location: VoicemailFolder

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:45

Voicemail folder location. (NEW, OLD).


timestamp

timestamp: number

Defined in: sdk/.repo/sdk/src/types/Voicemail.ts:40

Timestamp of when voicemail was left.