Tuya iOS Smart Life App SDK 5.15.0
ThingSmartMessageAttachModel Class Reference

The model of a message attachment. More...

#import <ThingSmartMessageListModel.h>

Inheritance diagram for ThingSmartMessageAttachModel:

Properties

BOOL isVideo
 Specifies whether the attachment is a video file, such as MP4 files. More...
 
NSString * url
 The URL of the attachment. More...
 
NSString * thumbUrl
 The thumbnail of the attachment. More...
 

Detailed Description

The model of a message attachment.

Definition at line 12 of file ThingSmartMessageListModel.h.

Property Documentation

◆ isVideo

- (BOOL) isVideo
readwritenonatomicassign

Specifies whether the attachment is a video file, such as MP4 files.

Definition at line 15 of file ThingSmartMessageListModel.h.

◆ thumbUrl

- (NSString *) thumbUrl
readwritenonatomicstrong

The thumbnail of the attachment.

Definition at line 21 of file ThingSmartMessageListModel.h.

◆ url

- (NSString *) url
readwritenonatomicstrong

The URL of the attachment.

Definition at line 18 of file ThingSmartMessageListModel.h.


The documentation for this class was generated from the following files: