logo
On this page

ZegoBarrageMessageInfo

ZegoBarrageMessageInfo

Barrage message info.

Details

The received object of the room barrage message, including the message content, message ID, sender, sending time

Declared in ZegoExpressDefines.h

Properties

message

message
nonatomic, copy NSString * message

message content

messageID

messageID
nonatomic, copy NSString * messageID

message id

sendTime

sendTime
nonatomic, assign unsigned long long sendTime

Message send time, UNIX timestamp, in milliseconds.

fromUser

fromUser
nonatomic, strong ZegoUser * fromUser

Message sender.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.

Previous

zegobackgroundconfig

Next

zegobeautifyoption

On this page

Back to top