Class TdApi.GetSavedOrderInfo

Enclosing class:
TdApi

public static class TdApi.GetSavedOrderInfo extends TdApi.Function<TdApi.OrderInfo>
Returns saved order information. Returns a 404 error if there is no saved order information.

Returns OrderInfo

  • Field Details

    • CONSTRUCTOR

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

    • GetSavedOrderInfo

      public GetSavedOrderInfo()
      Default constructor for a function, which returns saved order information. Returns a 404 error if there is no saved order information.

      Returns OrderInfo

  • Method Details