Module tdlight.api

Class TdApi.InputInvoiceMessage

Enclosing class:
TdApi

public static final class TdApi.InputInvoiceMessage extends TdApi.InputInvoice
An invoice from a message of the type messageInvoice.
  • Field Details

    • chatId

      public long chatId
      Chat identifier of the message.
    • messageId

      public long messageId
      Message identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputInvoiceMessage

      public InputInvoiceMessage()
      An invoice from a message of the type messageInvoice.
    • InputInvoiceMessage

      public InputInvoiceMessage(long chatId, long messageId)
      An invoice from a message of the type messageInvoice.
      Parameters:
      chatId - long Chat identifier of the message.
      messageId - long Message identifier.
    • InputInvoiceMessage

      public InputInvoiceMessage(DataInput input) throws IOException
      An invoice from a message of the type messageInvoice.
      Throws:
      IOException
  • Method Details