mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 02:17:51 +01:00
13 lines
236 B
Mathematica
13 lines
236 B
Mathematica
|
#import "TGInternalGifSearchResult+TGMediaItem.h"
|
||
|
|
||
|
#import "TGStringUtils.h"
|
||
|
|
||
|
@implementation TGInternalGifSearchResult (TGMediaItem)
|
||
|
|
||
|
- (NSString *)uniqueIdentifier
|
||
|
{
|
||
|
return [TGStringUtils stringByEscapingForURL:self.url];
|
||
|
}
|
||
|
|
||
|
@end
|