NIMPassThroughMsgData Class Reference

Inherits from NSObject
Declared in NIMPassThroughOption.h

Overview

Received messages delivered in pass-through mode

  fromAccid

accid of a sender

@property (nullable, nonatomic, copy) NSString *fromAccid

Discussion

accid of a sender

Declared In

NIMPassThroughOption.h

  body

Message body

@property (nonatomic, copy) NSString *body

Discussion

Message body

Declared In

NIMPassThroughOption.h

  time

time a message was sent in milliseconds

@property (nonatomic, assign) int64_t time

Discussion

time a message was sent in milliseconds

Declared In

NIMPassThroughOption.h