MessageForwardInfo
public struct MessageForwardInfo : Codable, Equatable, FunctionResultContains information about a forwarded message
- 
                  
                  Origin of a forwarded message DeclarationSwift public let origin: MessageForwardOrigin
- 
                  
                  Point in time (Unix timestamp) when the message was originally sent DeclarationSwift public let date: Int32
- 
                  
                  For messages forwarded to the chat with the current user (Saved Messages) or to the channel’s discussion group, the identifier of the chat from which the message was forwarded last time; 0 if unknown DeclarationSwift public let fromChatId: Int53
- 
                  
                  For messages forwarded to the chat with the current user (Saved Messages) or to the channel’s discussion group, the identifier of the original message from which the new message was forwarded last time; 0 if unknown DeclarationSwift public let fromMessageId: Int53
- 
                  
                  Contains information about a forwarded message DeclarationSwift public init(origin: MessageForwardOrigin, date: Int32, fromChatId: Int53, fromMessageId: Int53)ParametersoriginOrigin of a forwarded message datePoint in time (Unix timestamp) when the message was originally sent fromChatIdFor messages forwarded to the chat with the current user (Saved Messages) or to the channel’s discussion group, the identifier of the chat from which the message was forwarded last time; 0 if unknown fromMessageIdFor messages forwarded to the chat with the current user (Saved Messages) or to the channel’s discussion group, the identifier of the original message from which the new message was forwarded last time; 0 if unknown 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           MessageForwardInfo Structure Reference
      MessageForwardInfo Structure Reference