mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-29 03:15:59 +02:00
9 lines
184 B
Objective-C
9 lines
184 B
Objective-C
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGBridgeBotSignals : NSObject
|
|
|
|
+ (SSignal *)botInfoForUserId:(int32_t)userId;
|
|
+ (SSignal *)botReplyMarkupForPeerId:(int64_t)peerId;
|
|
|
|
@end
|