#import "TGMediaAttachment.h" @class TGMessage; #define TGReplyMessageMediaAttachmentType ((int)414002169) @interface TGReplyMessageMediaAttachment : TGMediaAttachment @property (nonatomic) int32_t replyMessageId; @property (nonatomic, strong) TGMessage *replyMessage; @end