View Source ExGram.Model.LabeledPrice (ex_gram v0.52.2)

This object represents a portion of the price for goods or services.

Check the documentation of this model in https://core.telegram.org/bots/api#labeledprice

Summary

Types

@type t() :: %ExGram.Model.LabeledPrice{amount: integer(), label: String.t()}

Functions