1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-04 10:27:46 +01:00
Telegram/Share/TGChatListAvatarSignal.h

15 lines
418 B
C
Raw Normal View History

2015-10-01 18:19:52 +02:00
#import <Foundation/Foundation.h>
#import <SSignalKit/SSignalKit.h>
#import "TGPeerId.h"
#import "TGShareContext.h"
#import "TGFileLocation.h"
@interface TGChatListAvatarSignal : NSObject
+ (SSignal *)chatListAvatarWithContext:(TGShareContext *)context location:(TGFileLocation *)location;
+ (SSignal *)chatListAvatarWithContext:(TGShareContext *)context letters:(NSString *)letters peerId:(TGPeerId)peerId;
@end