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

8 uses

	github.com/gotd/td/tg (current package)
		tl_invoice_gen.go#L103: const InvoiceTypeID = 0x49ee584
		tl_invoice_gen.go#L229: 	return InvoiceTypeID
		tl_invoice_gen.go#L241: 		ID:   InvoiceTypeID,
		tl_invoice_gen.go#L373: 	b.PutID(InvoiceTypeID)
		tl_invoice_gen.go#L416: 	if err := b.ConsumeID(InvoiceTypeID); err != nil {
		tl_registry_gen.go#L882: 		InvoiceTypeID:                                            "invoice#49ee584",
		tl_registry_gen.go#L3349: 		"invoice":                                            InvoiceTypeID,
		tl_registry_gen.go#L5816: 		InvoiceTypeID:                                            func() bin.Object { return &Invoice{} },