Files
ghostgram/submodules/LegacyComponents/Sources/TGMessageEntityBotCommand.m
T

11 lines
231 B
Objective-C

#import <LegacyComponents/TGMessageEntityBotCommand.h>
@implementation TGMessageEntityBotCommand
- (BOOL)isEqual:(id)object
{
return [super isEqual:object] && [object isKindOfClass:[TGMessageEntityBotCommand class]];
}
@end