mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-12 22:39:23 +00:00
10 lines
227 B
Objective-C
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
|