mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 22:11:31 +01:00
11 lines
268 B
C
11 lines
268 B
C
|
#import "TGBridgeBotReplyMarkup.h"
|
||
|
|
||
|
@class TGBotReplyMarkup;
|
||
|
@class TGMessage;
|
||
|
|
||
|
@interface TGBridgeBotReplyMarkup (TGBotReplyMarkup)
|
||
|
|
||
|
+ (TGBridgeBotReplyMarkup *)botReplyMarkupWithTGBotReplyMarkup:(TGBotReplyMarkup *)botReplyMarkup message:(TGMessage *)message;
|
||
|
|
||
|
@end
|