#import #import @protocol TGStickerPackReference @end @interface TGStickerPackBuiltinReference : NSObject @end @interface TGStickerPackIdReference : NSObject @property (nonatomic, readonly) int64_t packId; @property (nonatomic, readonly) int64_t packAccessHash; @property (nonatomic, strong, readonly) NSString *shortName; - (instancetype)initWithPackId:(int64_t)packId packAccessHash:(int64_t)packAccessHash shortName:(NSString *)shortName; @end @interface TGStickerPackShortnameReference : NSObject @property (nonatomic, strong, readonly) NSString *shortName; - (instancetype)initWithShortName:(NSString *)shortName; @end