const github.com/gotd/td/tg.LabeledPriceTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_labeled_price_gen.go#L52: const LabeledPriceTypeID = 0xcb296bf8
		tl_labeled_price_gen.go#L98: 	return LabeledPriceTypeID
		tl_labeled_price_gen.go#L110: 		ID:   LabeledPriceTypeID,
		tl_labeled_price_gen.go#L134: 	b.PutID(LabeledPriceTypeID)
		tl_labeled_price_gen.go#L153: 	if err := b.ConsumeID(LabeledPriceTypeID); err != nil {
		tl_registry_gen.go#L742: 		LabeledPriceTypeID:                                       "labeledPrice#cb296bf8",
		tl_registry_gen.go#L2524: 		"labeledPrice":                                       LabeledPriceTypeID,
		tl_registry_gen.go#L4306: 		LabeledPriceTypeID:                                       func() bin.Object { return &LabeledPrice{} },