kaios-types
Preparing search index...
MmsAttachment
Interface MmsAttachment
Represents an attachment in an MMS message.
interface
MmsAttachment
{
content
?:
Blob
|
null
;
id
?:
string
|
null
;
location
?:
string
|
null
;
}
Index
Properties
content?
id?
location?
Properties
Optional
content
content
?:
Blob
|
null
Optional
id
id
?:
string
|
null
Optional
location
location
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
id
location
kaios-types
Loading...
Represents an attachment in an MMS message.