TCHContentDataRaw Protocol Reference
| Declared in | TCHContentTemplate.h | 
|---|
  rawData
required method
	The full data of the content data as a stringified JSON.
@property (nonatomic, readonly, copy) NSString *rawDataDiscussion
The full data of the content data as a stringified JSON.
Can be used for new content types and fields which are not yet supported in the current version of Conversations SDK.
Declared In
TCHContentTemplate.h
  type
required method
	The type of the content template variant.
@property (nonatomic, readonly) enum TCHContentDataType typeDiscussion
The type of the content template variant.
Declared In
TCHContentTemplate.h