Swiftgram/submodules/LegacyComponents/Sources/TGMessageEntityBotCommand.m
2025-06-18 17:24:21 +02:00

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