2020-02-22 15:38:54 +04:00

10 lines
227 B
Objective-C

#import <LegacyComponents/TGMessageEntity.h>
@interface TGMessageEntityMentionName : TGMessageEntity
@property (nonatomic, readonly) int32_t userId;
- (instancetype)initWithRange:(NSRange)range userId:(int32_t)userId;
@end