TCHConversationLimits Class Reference

Inherits from NSObject
Declared in TCHConversationLimits.h

Overview

Limits for attachments per each message in a conversation.

  mediaAttachmentsCountLimit

The maximum number of attachments per message.

@property (nonatomic, readonly) NSInteger mediaAttachmentsCountLimit

Discussion

The maximum number of attachments per message.

Declared In

TCHConversationLimits.h

  mediaAttachmentSizeLimitInMb

The maximum size of each attachment.

@property (nonatomic, readonly) NSInteger mediaAttachmentSizeLimitInMb

Discussion

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 mediaAttachmentsTotalSizeLimitInMb

Discussion

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*> *emailBodiesAllowedContentTypes

Discussion

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*> *emailHistoriesAllowedContentTypes

Discussion

The list of content types supported for email history.

Declared In

TCHConversationLimits.h