mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
10 lines
181 B
Objective-C
10 lines
181 B
Objective-C
#import "TGBridgeBotInfo.h"
|
|
|
|
@class TGBotInfo;
|
|
|
|
@interface TGBridgeBotInfo (TGBotInfo)
|
|
|
|
+ (TGBridgeBotInfo *)botInfoWithTGBotInfo:(TGBotInfo *)botInfo userId:(int32_t)userId;
|
|
|
|
@end
|