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

21 uses

	github.com/gotd/td/tg (current package)
		tl_payments_export_invoice_gen.go#L187: func (c *Client) PaymentsExportInvoice(ctx context.Context, invoicemedia InputMediaClass) (*PaymentsExportedInvoice, error) {
		tl_payments_export_invoice_gen.go#L188: 	var result PaymentsExportedInvoice
		tl_payments_exported_invoice_gen.go#L41: type PaymentsExportedInvoice struct {
		tl_payments_exported_invoice_gen.go#L54: 	_ bin.Encoder     = &PaymentsExportedInvoice{}
		tl_payments_exported_invoice_gen.go#L55: 	_ bin.Decoder     = &PaymentsExportedInvoice{}
		tl_payments_exported_invoice_gen.go#L56: 	_ bin.BareEncoder = &PaymentsExportedInvoice{}
		tl_payments_exported_invoice_gen.go#L57: 	_ bin.BareDecoder = &PaymentsExportedInvoice{}
		tl_payments_exported_invoice_gen.go#L60: func (e *PaymentsExportedInvoice) Zero() bool {
		tl_payments_exported_invoice_gen.go#L72: func (e *PaymentsExportedInvoice) String() string {
		tl_payments_exported_invoice_gen.go#L76: 	type Alias PaymentsExportedInvoice
		tl_payments_exported_invoice_gen.go#L81: func (e *PaymentsExportedInvoice) FillFrom(from interface {
		tl_payments_exported_invoice_gen.go#L90: func (*PaymentsExportedInvoice) TypeID() uint32 {
		tl_payments_exported_invoice_gen.go#L95: func (*PaymentsExportedInvoice) TypeName() string {
		tl_payments_exported_invoice_gen.go#L100: func (e *PaymentsExportedInvoice) TypeInfo() tdp.Type {
		tl_payments_exported_invoice_gen.go#L119: func (e *PaymentsExportedInvoice) Encode(b *bin.Buffer) error {
		tl_payments_exported_invoice_gen.go#L128: func (e *PaymentsExportedInvoice) EncodeBare(b *bin.Buffer) error {
		tl_payments_exported_invoice_gen.go#L137: func (e *PaymentsExportedInvoice) Decode(b *bin.Buffer) error {
		tl_payments_exported_invoice_gen.go#L148: func (e *PaymentsExportedInvoice) DecodeBare(b *bin.Buffer) error {
		tl_payments_exported_invoice_gen.go#L163: func (e *PaymentsExportedInvoice) GetURL() (value string) {
		tl_registry_gen.go#L4675: 		PaymentsExportedInvoiceTypeID:                                           func() bin.Object { return &PaymentsExportedInvoice{} },
		tl_server_gen.go#L8301: func (s *ServerDispatcher) OnPaymentsExportInvoice(f func(ctx context.Context, invoicemedia InputMediaClass) (*PaymentsExportedInvoice, error)) {