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

56 uses

	github.com/gotd/td/tg (current package)
		tl_input_bot_inline_message_gen.go#L1919: 	Invoice Invoice
		tl_input_bot_inline_message_gen.go#L2003: 	GetInvoice() (value Invoice)
		tl_input_bot_inline_message_gen.go#L2249: func (i *InputBotInlineMessageMediaInvoice) GetInvoice() (value Invoice) {
		tl_input_media_gen.go#L2789: 	Invoice Invoice
		tl_input_media_gen.go#L2887: 	GetInvoice() (value Invoice)
		tl_input_media_gen.go#L3156: func (i *InputMediaInvoice) GetInvoice() (value Invoice) {
		tl_invoice_gen.go#L38: type Invoice struct {
		tl_invoice_gen.go#L98: 	_ bin.Encoder     = &Invoice{}
		tl_invoice_gen.go#L99: 	_ bin.Decoder     = &Invoice{}
		tl_invoice_gen.go#L100: 	_ bin.BareEncoder = &Invoice{}
		tl_invoice_gen.go#L101: 	_ bin.BareDecoder = &Invoice{}
		tl_invoice_gen.go#L104: func (i *Invoice) Zero() bool {
		tl_invoice_gen.go#L158: func (i *Invoice) String() string {
		tl_invoice_gen.go#L162: 	type Alias Invoice
		tl_invoice_gen.go#L167: func (i *Invoice) FillFrom(from interface {
		tl_invoice_gen.go#L211: func (*Invoice) TypeID() uint32 {
		tl_invoice_gen.go#L216: func (*Invoice) TypeName() string {
		tl_invoice_gen.go#L221: func (i *Invoice) TypeInfo() tdp.Type {
		tl_invoice_gen.go#L304: func (i *Invoice) SetFlags() {
		tl_invoice_gen.go#L344: func (i *Invoice) Encode(b *bin.Buffer) error {
		tl_invoice_gen.go#L353: func (i *Invoice) EncodeBare(b *bin.Buffer) error {
		tl_invoice_gen.go#L384: func (i *Invoice) Decode(b *bin.Buffer) error {
		tl_invoice_gen.go#L395: func (i *Invoice) DecodeBare(b *bin.Buffer) error {
		tl_invoice_gen.go#L472: func (i *Invoice) SetTest(value bool) {
		tl_invoice_gen.go#L483: func (i *Invoice) GetTest() (value bool) {
		tl_invoice_gen.go#L491: func (i *Invoice) SetNameRequested(value bool) {
		tl_invoice_gen.go#L502: func (i *Invoice) GetNameRequested() (value bool) {
		tl_invoice_gen.go#L510: func (i *Invoice) SetPhoneRequested(value bool) {
		tl_invoice_gen.go#L521: func (i *Invoice) GetPhoneRequested() (value bool) {
		tl_invoice_gen.go#L529: func (i *Invoice) SetEmailRequested(value bool) {
		tl_invoice_gen.go#L540: func (i *Invoice) GetEmailRequested() (value bool) {
		tl_invoice_gen.go#L548: func (i *Invoice) SetShippingAddressRequested(value bool) {
		tl_invoice_gen.go#L559: func (i *Invoice) GetShippingAddressRequested() (value bool) {
		tl_invoice_gen.go#L567: func (i *Invoice) SetFlexible(value bool) {
		tl_invoice_gen.go#L578: func (i *Invoice) GetFlexible() (value bool) {
		tl_invoice_gen.go#L586: func (i *Invoice) SetPhoneToProvider(value bool) {
		tl_invoice_gen.go#L597: func (i *Invoice) GetPhoneToProvider() (value bool) {
		tl_invoice_gen.go#L605: func (i *Invoice) SetEmailToProvider(value bool) {
		tl_invoice_gen.go#L616: func (i *Invoice) GetEmailToProvider() (value bool) {
		tl_invoice_gen.go#L624: func (i *Invoice) SetRecurring(value bool) {
		tl_invoice_gen.go#L635: func (i *Invoice) GetRecurring() (value bool) {
		tl_invoice_gen.go#L643: func (i *Invoice) GetCurrency() (value string) {
		tl_invoice_gen.go#L651: func (i *Invoice) GetPrices() (value []LabeledPrice) {
		tl_invoice_gen.go#L659: func (i *Invoice) SetMaxTipAmount(value int64) {
		tl_invoice_gen.go#L666: func (i *Invoice) GetMaxTipAmount() (value int64, ok bool) {
		tl_invoice_gen.go#L677: func (i *Invoice) SetSuggestedTipAmounts(value []int64) {
		tl_invoice_gen.go#L684: func (i *Invoice) GetSuggestedTipAmounts() (value []int64, ok bool) {
		tl_invoice_gen.go#L695: func (i *Invoice) SetTermsURL(value string) {
		tl_invoice_gen.go#L702: func (i *Invoice) GetTermsURL() (value string, ok bool) {
		tl_payments_payment_form_gen.go#L66: 	Invoice Invoice
		tl_payments_payment_form_gen.go#L188: 	GetInvoice() (value Invoice)
		tl_payments_payment_form_gen.go#L674: func (p *PaymentsPaymentForm) GetInvoice() (value Invoice) {
		tl_payments_payment_receipt_gen.go#L59: 	Invoice Invoice
		tl_payments_payment_receipt_gen.go#L172: 	GetInvoice() (value Invoice)
		tl_payments_payment_receipt_gen.go#L559: func (p *PaymentsPaymentReceipt) GetInvoice() (value Invoice) {
		tl_registry_gen.go#L4307: 		InvoiceTypeID:                                            func() bin.Object { return &Invoice{} },