Swiftgram/Watch/Bridge/TGBridgeBotInfo+TGBotInfo.h
2018-11-14 23:03:33 +04:00

10 lines
181 B
Objective-C

#import "TGBridgeBotInfo.h"
@class TGBotInfo;
@interface TGBridgeBotInfo (TGBotInfo)
+ (TGBridgeBotInfo *)botInfoWithTGBotInfo:(TGBotInfo *)botInfo userId:(int32_t)userId;
@end