Class TdApi.GetPaymentReceipt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier of the PaymentSuccessful message.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      long messageId
      Message identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetPaymentReceipt()
      Default constructor.
      GetPaymentReceipt​(long chatId, long messageId)
      Constructor for initialization of all fields.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier of the PaymentSuccessful message.
      • messageId

        public long messageId
        Message identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetPaymentReceipt

        public GetPaymentReceipt()
        Default constructor.
      • GetPaymentReceipt

        public GetPaymentReceipt​(long chatId,
                                 long messageId)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier of the PaymentSuccessful message.
        messageId - Message identifier.