Class TdApi.InternalLinkTypeUpgradedGift

Enclosing class:
TdApi

public static class TdApi.InternalLinkTypeUpgradedGift extends TdApi.InternalLinkType
The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link.
  • Field Details

    • name

      public String name
      Name of the unique gift.
    • CONSTRUCTOR

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

    • InternalLinkTypeUpgradedGift

      public InternalLinkTypeUpgradedGift()
      The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link.
    • InternalLinkTypeUpgradedGift

      public InternalLinkTypeUpgradedGift(String name)
      The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link.
      Parameters:
      name - Name of the unique gift.
  • 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