const github.com/gotd/td/tg.InputPaymentCredentialsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_payment_credentials_gen.go#L213: const InputPaymentCredentialsTypeID = 0x3417d728
tl_input_payment_credentials_gen.go#L267: return InputPaymentCredentialsTypeID
tl_input_payment_credentials_gen.go#L279: ID: InputPaymentCredentialsTypeID,
tl_input_payment_credentials_gen.go#L311: b.PutID(InputPaymentCredentialsTypeID)
tl_input_payment_credentials_gen.go#L335: if err := b.ConsumeID(InputPaymentCredentialsTypeID); err != nil {
tl_input_payment_credentials_gen.go#L710: case InputPaymentCredentialsTypeID:
tl_registry_gen.go#L762: InputPaymentCredentialsTypeID: "inputPaymentCredentials#3417d728",
tl_registry_gen.go#L2544: "inputPaymentCredentials": InputPaymentCredentialsTypeID,
tl_registry_gen.go#L4326: InputPaymentCredentialsTypeID: func() bin.Object { return &InputPaymentCredentials{} },
tl_registry_gen.go#L5883: InputPaymentCredentialsTypeID,
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. |