type github.com/gotd/td/tg.LabeledPrice

29 uses

	github.com/gotd/td/tg (current package)
		tl_invoice_gen.go#L69: 	Prices []LabeledPrice
		tl_invoice_gen.go#L178: 	GetPrices() (value []LabeledPrice)
		tl_invoice_gen.go#L427: 			i.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_invoice_gen.go#L430: 			var value LabeledPrice
		tl_invoice_gen.go#L651: func (i *Invoice) GetPrices() (value []LabeledPrice) {
		tl_labeled_price_gen.go#L38: type LabeledPrice struct {
		tl_labeled_price_gen.go#L56: 	_ bin.Encoder     = &LabeledPrice{}
		tl_labeled_price_gen.go#L57: 	_ bin.Decoder     = &LabeledPrice{}
		tl_labeled_price_gen.go#L58: 	_ bin.BareEncoder = &LabeledPrice{}
		tl_labeled_price_gen.go#L59: 	_ bin.BareDecoder = &LabeledPrice{}
		tl_labeled_price_gen.go#L62: func (l *LabeledPrice) Zero() bool {
		tl_labeled_price_gen.go#L77: func (l *LabeledPrice) String() string {
		tl_labeled_price_gen.go#L81: 	type Alias LabeledPrice
		tl_labeled_price_gen.go#L86: func (l *LabeledPrice) FillFrom(from interface {
		tl_labeled_price_gen.go#L97: func (*LabeledPrice) TypeID() uint32 {
		tl_labeled_price_gen.go#L102: func (*LabeledPrice) TypeName() string {
		tl_labeled_price_gen.go#L107: func (l *LabeledPrice) TypeInfo() tdp.Type {
		tl_labeled_price_gen.go#L130: func (l *LabeledPrice) Encode(b *bin.Buffer) error {
		tl_labeled_price_gen.go#L139: func (l *LabeledPrice) EncodeBare(b *bin.Buffer) error {
		tl_labeled_price_gen.go#L149: func (l *LabeledPrice) Decode(b *bin.Buffer) error {
		tl_labeled_price_gen.go#L160: func (l *LabeledPrice) DecodeBare(b *bin.Buffer) error {
		tl_labeled_price_gen.go#L182: func (l *LabeledPrice) GetLabel() (value string) {
		tl_labeled_price_gen.go#L190: func (l *LabeledPrice) GetAmount() (value int64) {
		tl_registry_gen.go#L4306: 		LabeledPriceTypeID:                                       func() bin.Object { return &LabeledPrice{} },
		tl_shipping_option_gen.go#L44: 	Prices []LabeledPrice
		tl_shipping_option_gen.go#L88: 	GetPrices() (value []LabeledPrice)
		tl_shipping_option_gen.go#L196: 			s.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_shipping_option_gen.go#L199: 			var value LabeledPrice
		tl_shipping_option_gen.go#L226: func (s *ShippingOption) GetPrices() (value []LabeledPrice) {