TWMMessage Class Reference
Inherits from | NSObject |
---|---|
Declared in | TWMMessage.h |
sid
The unique identifier for this message.
@property (nonatomic, copy, readonly) NSString *sid
Discussion
The unique identifier for this message.
Declared In
TWMMessage.h
author
The identity of the author of the message.
@property (nonatomic, copy, readonly) NSString *author
Discussion
The identity of the author of the message.
Declared In
TWMMessage.h
body
The body of the message.
@property (nonatomic, copy, readonly) NSString *body
Discussion
The body of the message.
Declared In
TWMMessage.h
timestamp
The timestamp of the message.
@property (nonatomic, copy, readonly) NSString *timestamp
Discussion
The timestamp of the message.
Declared In
TWMMessage.h
lastUpdatedBy
Who the the message was last updated by.
@property (nonatomic, copy, readonly) NSString *lastUpdatedBy
Discussion
Who the the message was last updated by.
Declared In
TWMMessage.h