Class LabeledPrice

java.lang.Object
io.github.natanimn.telebof.types.payments.LabeledPrice
All Implemented Interfaces:
Serializable

public class LabeledPrice extends Object implements Serializable
This object represents a portion of the price for goods or services.
Since:
3 March 2025
See Also:
  • Constructor Details

    • LabeledPrice

      public LabeledPrice(String label, Integer amount)
  • Method Details

    • getLabel

      public String getLabel()
    • getAmount

      public Integer getAmount()