mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 10:27:46 +01:00
10 lines
219 B
C
10 lines
219 B
C
|
#import "TGBridgeBotCommandInfo.h"
|
||
|
|
||
|
@class TGBotComandInfo;
|
||
|
|
||
|
@interface TGBridgeBotCommandInfo (TGBotCommandInfo)
|
||
|
|
||
|
+ (TGBridgeBotCommandInfo *)botCommandInfoWithTGBotCommandInfo:(TGBotComandInfo *)botCommandInfo;
|
||
|
|
||
|
@end
|