TCHConversationLimits Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TCHConversationLimits.h |
mediaAttachmentsCountLimit
The maximum number of attachments per message.
@property (nonatomic, readonly) NSInteger mediaAttachmentsCountLimitDiscussion
The maximum number of attachments per message.
Declared In
TCHConversationLimits.h
mediaAttachmentSizeLimitInMb
The maximum size of each attachment.
@property (nonatomic, readonly) NSInteger mediaAttachmentSizeLimitInMbDiscussion
The maximum size of each attachment.
Declared In
TCHConversationLimits.h
mediaAttachmentsTotalSizeLimitInMb
The maximum total size of all attachments of one message.
@property (nonatomic, readonly) NSInteger mediaAttachmentsTotalSizeLimitInMbDiscussion
The maximum total size of all attachments of one message.
Declared In
TCHConversationLimits.h
emailBodiesAllowedContentTypes
The list of content types supported for email body.
@property (nonatomic, readonly) NSArray<NSString*> *emailBodiesAllowedContentTypesDiscussion
The list of content types supported for email body.
Declared In
TCHConversationLimits.h
emailHistoriesAllowedContentTypes
The list of content types supported for email history.
@property (nonatomic, readonly) NSArray<NSString*> *emailHistoriesAllowedContentTypesDiscussion
The list of content types supported for email history.
Declared In
TCHConversationLimits.h