Swiftgram/submodules/WatchCommon/Watch/Sources/TGBridgeReplyMessageMediaAttachment.h
2025-07-04 14:58:10 +03:00

11 lines
258 B
Objective-C

#import <WatchCommonWatch/TGBridgeMediaAttachment.h>
@class TGBridgeMessage;
@interface TGBridgeReplyMessageMediaAttachment : TGBridgeMediaAttachment
@property (nonatomic, assign) int32_t mid;
@property (nonatomic, strong) TGBridgeMessage *message;
@end