#import #import @interface TGBotComandInfo : NSObject @property (nonatomic, strong, readonly) NSString *command; @property (nonatomic, strong, readonly) NSString *commandDescription; - (instancetype)initWithCommand:(NSString *)command commandDescription:(NSString *)commandDescription; @end