mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
17 lines
450 B
Objective-C
17 lines
450 B
Objective-C
#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
|
|
|
|
@interface TGBridgeAudioMediaAttachment : TGBridgeMediaAttachment
|
|
|
|
@property (nonatomic, assign) int64_t audioId;
|
|
@property (nonatomic, assign) int64_t accessHash;
|
|
@property (nonatomic, assign) int32_t datacenterId;
|
|
|
|
@property (nonatomic, assign) int64_t localAudioId;
|
|
|
|
@property (nonatomic, assign) int32_t duration;
|
|
@property (nonatomic, assign) int32_t fileSize;
|
|
|
|
- (int64_t)identifier;
|
|
|
|
@end
|