const github.com/gotd/td/tg.InputSecureFileUploadedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_secure_file_gen.go#L55: const InputSecureFileUploadedTypeID = 0x3334b0f0
tl_input_secure_file_gen.go#L121: return InputSecureFileUploadedTypeID
tl_input_secure_file_gen.go#L133: ID: InputSecureFileUploadedTypeID,
tl_input_secure_file_gen.go#L169: b.PutID(InputSecureFileUploadedTypeID)
tl_input_secure_file_gen.go#L191: if err := b.ConsumeID(InputSecureFileUploadedTypeID); err != nil {
tl_input_secure_file_gen.go#L502: case InputSecureFileUploadedTypeID:
tl_registry_gen.go#L864: InputSecureFileUploadedTypeID: "inputSecureFileUploaded#3334b0f0",
tl_registry_gen.go#L2646: "inputSecureFileUploaded": InputSecureFileUploadedTypeID,
tl_registry_gen.go#L4428: InputSecureFileUploadedTypeID: func() bin.Object { return &InputSecureFileUploaded{} },
tl_registry_gen.go#L5928: InputSecureFileUploadedTypeID,
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. |