VGMemberTimestamp

@interface VGMemberTimestamp : NSObject

@property (readonly, nullable) NSString* invited;
@property (readonly, nullable) NSString* joined;
@property (readonly, nullable) NSString* left;

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

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nullable) NSString* invited
  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nullable) NSString* joined
  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nullable) NSString* left
  • Unavailable

    Undocumented

    Declaration

    Objective-C

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