1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-03 09:57:46 +01:00
Telegram/Telegraph/TLRPCmessages_sendInlineBotResult.h
2016-02-25 01:03:51 +01:00

18 lines
404 B
Objective-C

#import "TLMetaRpc.h"
#import "TLObject.h"
#import "TLMetaRpc.h"
@class TLInputPeer;
@interface TLRPCmessages_sendInlineBotResult : TLMetaRpc
@property (nonatomic) int32_t flags;
@property (nonatomic, strong) TLInputPeer *peer;
@property (nonatomic) int32_t reply_to_msg_id;
@property (nonatomic) int64_t random_id;
@property (nonatomic) int64_t query_id;
@property (nonatomic) NSString *n_id;
@end