2015-10-01 18:19:52 +02:00
|
|
|
#import "TLUpdates.h"
|
|
|
|
|
|
|
|
@class TLPeer;
|
2016-02-25 01:03:51 +01:00
|
|
|
@class TLMessageFwdHeader;
|
2015-10-01 18:19:52 +02:00
|
|
|
|
|
|
|
@interface TLUpdates$modernUpdateShortChatMessage : TLUpdates
|
|
|
|
|
|
|
|
@property (nonatomic) int32_t flags;
|
|
|
|
@property (nonatomic) int32_t n_id;
|
|
|
|
@property (nonatomic) int32_t from_id;
|
|
|
|
@property (nonatomic) int32_t chat_id;
|
|
|
|
@property (nonatomic) NSString *message;
|
|
|
|
@property (nonatomic) int32_t pts;
|
|
|
|
@property (nonatomic) int32_t pts_count;
|
|
|
|
@property (nonatomic) int32_t date;
|
2016-02-25 01:03:51 +01:00
|
|
|
@property (nonatomic) TLMessageFwdHeader *fwd_header;
|
|
|
|
@property (nonatomic) int32_t via_bot_id;
|
2015-10-01 18:19:52 +02:00
|
|
|
@property (nonatomic) int32_t reply_to_msg_id;
|
|
|
|
@property (nonatomic, strong) NSArray *entities;
|
|
|
|
|
|
|
|
@end
|