TCHContentDataActionReply Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | TCHContentDataActionProtocol | 
| Declared in | TCHContentTemplate.h | 
  type
	The [TCHContentDataActionTypeReply] type of the action variant.
@property (nonatomic, readonly) enum TCHContentDataActionType typeDiscussion
The [TCHContentDataActionTypeReply] type of the action variant.
Declared In
TCHContentTemplate.h
  title
	The title for the action. This is the message that will be sent back when the user taps on the button.
@property (nonatomic, readonly, copy) NSString *titleDiscussion
The title for the action. This is the message that will be sent back when the user taps on the button.
Declared In
TCHContentTemplate.h
  id
	The postback payload. This field is not visible to the end user.
@property (nonatomic, readonly, copy) NSString *idDiscussion
The postback payload. This field is not visible to the end user.
Declared In
TCHContentTemplate.h
  index
	The index for the action.
@property (nonatomic, readonly) NSInteger indexDiscussion
The index for the action.
Declared In
TCHContentTemplate.h