mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-10 00:01:44 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline: 608630530451e02e5aec48389d144dbf7a3625b9 git-subtree-split: d5594346161c1b7f203d1e87068bbe77bcaac019
22 lines
553 B
Objective-C
22 lines
553 B
Objective-C
|
|
|
|
#import <LegacyComponents/TGMediaAttachment.h>
|
|
|
|
#define TGForwardedMessageMediaAttachmentType ((int)0xAA1050C1)
|
|
|
|
@interface TGForwardedMessageMediaAttachment : TGMediaAttachment <NSCopying, TGMediaAttachmentParser>
|
|
|
|
@property (nonatomic) int64_t forwardSourcePeerId;
|
|
|
|
@property (nonatomic) int64_t forwardPeerId;
|
|
@property (nonatomic) int forwardDate;
|
|
|
|
@property (nonatomic) int32_t forwardAuthorUserId;
|
|
@property (nonatomic) int32_t forwardPostId;
|
|
|
|
@property (nonatomic) NSString *forwardAuthorSignature;
|
|
|
|
@property (nonatomic) int forwardMid;
|
|
|
|
@end
|