mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-27 21:52:24 +02:00
13 lines
333 B
Objective-C
13 lines
333 B
Objective-C
#import <LegacyComponents/TGMediaAttachment.h>
|
|
|
|
@class TGMessage;
|
|
|
|
#define TGReplyMessageMediaAttachmentType ((int)414002169)
|
|
|
|
@interface TGReplyMessageMediaAttachment : TGMediaAttachment <NSCopying, TGMediaAttachmentParser>
|
|
|
|
@property (nonatomic) int32_t replyMessageId;
|
|
@property (nonatomic, strong) TGMessage *replyMessage;
|
|
|
|
@end
|