Class TdApi.MessageForwardInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.MessageForwardInfo
Enclosing class:
TdApi

public static class TdApi.MessageForwardInfo extends TdApi.Object
Contains information about a forwarded message.
  • Field Details

    • origin

      public TdApi.MessageOrigin origin
      Origin of the forwarded message.
    • date

      public int date
      Point in time (Unix timestamp) when the message was originally sent.
    • source

      public TdApi.ForwardSource source
      For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, information about the source message from which the message was forwarded last time; may be null for other forwards or if unknown.
    • publicServiceAnnouncementType

      public String publicServiceAnnouncementType
      The type of public service announcement for the forwarded message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageForwardInfo

      public MessageForwardInfo()
      Contains information about a forwarded message.
    • MessageForwardInfo

      public MessageForwardInfo(TdApi.MessageOrigin origin, int date, TdApi.ForwardSource source, String publicServiceAnnouncementType)
      Contains information about a forwarded message.
      Parameters:
      origin - Origin of the forwarded message.
      date - Point in time (Unix timestamp) when the message was originally sent.
      source - For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, information about the source message from which the message was forwarded last time; may be null for other forwards or if unknown.
      publicServiceAnnouncementType - The type of public service announcement for the forwarded message.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR