VGConversationProperties

@interface VGConversationProperties : NSObject

@property (nullable) NSNumber * ttl;
@property (nullable) NSString * customSortKey;
@property (nullable) NSString * customData;


- (instancetype)init __attribute__((unavailable));
@end

Undocumented

  • ttl

    Undocumented

    Declaration

    Objective-C

    @property (nullable) NSNumber * ttl
  • Undocumented

    Declaration

    Objective-C

    @property (nullable) NSString * customSortKey
  • Undocumented

    Declaration

    Objective-C

    @property (nullable) NSString * customData
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype)init __attribute__((unavailable));