#import "TGMediaAttachment.h" #import "TGBotReplyMarkup.h" #define TGReplyMarkupAttachmentType ((int)0x5678acc1) @interface TGReplyMarkupAttachment : TGMediaAttachment @property (nonatomic, strong) TGBotReplyMarkup *replyMarkup; @end