1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-22 22:11:31 +01:00
Telegram/Watch/Bridge/TGBridgeBotReplyMarkup+TGBotReplyMarkup.h

11 lines
268 B
C
Raw Normal View History

2015-10-01 19:19:52 +03:00
#import "TGBridgeBotReplyMarkup.h"
@class TGBotReplyMarkup;
@class TGMessage;
@interface TGBridgeBotReplyMarkup (TGBotReplyMarkup)
+ (TGBridgeBotReplyMarkup *)botReplyMarkupWithTGBotReplyMarkup:(TGBotReplyMarkup *)botReplyMarkup message:(TGMessage *)message;
@end