Swiftgram/submodules/WatchCommon/Sources/TGBridgeForwardedMessageMediaAttachment.h
2019-06-16 00:51:10 +01:00

14 lines
352 B
Objective-C

#if TARGET_OS_WATCH
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
#else
#import <WatchCommon/TGBridgeMediaAttachment.h>
#endif
@interface TGBridgeForwardedMessageMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, assign) int64_t peerId;
@property (nonatomic, assign) int32_t mid;
@property (nonatomic, assign) int32_t date;
@end