Swiftgram/Telegram/Watch/WatchCommonWatch/TGBridgeVideoMediaAttachment.h
2020-02-19 18:44:10 +04:00

13 lines
352 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
#import <CoreGraphics/CoreGraphics.h>
@interface TGBridgeVideoMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, assign) int64_t videoId;
@property (nonatomic, assign) int32_t duration;
@property (nonatomic, assign) CGSize dimensions;
@property (nonatomic, assign) bool round;
@end