type github.com/gotd/td/tg.PaymentsExportInvoiceRequest
20 uses
github.com/gotd/td/tg (current package)
tl_payments_export_invoice_gen.go#L41: type PaymentsExportInvoiceRequest struct {
tl_payments_export_invoice_gen.go#L51: _ bin.Encoder = &PaymentsExportInvoiceRequest{}
tl_payments_export_invoice_gen.go#L52: _ bin.Decoder = &PaymentsExportInvoiceRequest{}
tl_payments_export_invoice_gen.go#L53: _ bin.BareEncoder = &PaymentsExportInvoiceRequest{}
tl_payments_export_invoice_gen.go#L54: _ bin.BareDecoder = &PaymentsExportInvoiceRequest{}
tl_payments_export_invoice_gen.go#L57: func (e *PaymentsExportInvoiceRequest) Zero() bool {
tl_payments_export_invoice_gen.go#L69: func (e *PaymentsExportInvoiceRequest) String() string {
tl_payments_export_invoice_gen.go#L73: type Alias PaymentsExportInvoiceRequest
tl_payments_export_invoice_gen.go#L78: func (e *PaymentsExportInvoiceRequest) FillFrom(from interface {
tl_payments_export_invoice_gen.go#L87: func (*PaymentsExportInvoiceRequest) TypeID() uint32 {
tl_payments_export_invoice_gen.go#L92: func (*PaymentsExportInvoiceRequest) TypeName() string {
tl_payments_export_invoice_gen.go#L97: func (e *PaymentsExportInvoiceRequest) TypeInfo() tdp.Type {
tl_payments_export_invoice_gen.go#L116: func (e *PaymentsExportInvoiceRequest) Encode(b *bin.Buffer) error {
tl_payments_export_invoice_gen.go#L125: func (e *PaymentsExportInvoiceRequest) EncodeBare(b *bin.Buffer) error {
tl_payments_export_invoice_gen.go#L139: func (e *PaymentsExportInvoiceRequest) Decode(b *bin.Buffer) error {
tl_payments_export_invoice_gen.go#L150: func (e *PaymentsExportInvoiceRequest) DecodeBare(b *bin.Buffer) error {
tl_payments_export_invoice_gen.go#L165: func (e *PaymentsExportInvoiceRequest) GetInvoiceMedia() (value InputMediaClass) {
tl_payments_export_invoice_gen.go#L190: request := &PaymentsExportInvoiceRequest{
tl_registry_gen.go#L5264: PaymentsExportInvoiceRequestTypeID: func() bin.Object { return &PaymentsExportInvoiceRequest{} },
tl_server_gen.go#L8303: var request PaymentsExportInvoiceRequest
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |