#import #import #define TGReplyMarkupAttachmentType ((int)0x5678acc1) @interface TGReplyMarkupAttachment : TGMediaAttachment @property (nonatomic, strong) TGBotReplyMarkup *replyMarkup; - (instancetype)initWithReplyMarkup:(TGBotReplyMarkup *)replyMarkup; @end