const github.com/gotd/td/tg.InputSecureFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_secure_file_gen.go#L296: const InputSecureFileTypeID = 0x5367e5be
tl_input_secure_file_gen.go#L347: return InputSecureFileTypeID
tl_input_secure_file_gen.go#L359: ID: InputSecureFileTypeID,
tl_input_secure_file_gen.go#L383: b.PutID(InputSecureFileTypeID)
tl_input_secure_file_gen.go#L402: if err := b.ConsumeID(InputSecureFileTypeID); err != nil {
tl_input_secure_file_gen.go#L509: case InputSecureFileTypeID:
tl_registry_gen.go#L865: InputSecureFileTypeID: "inputSecureFile#5367e5be",
tl_registry_gen.go#L2647: "inputSecureFile": InputSecureFileTypeID,
tl_registry_gen.go#L4429: InputSecureFileTypeID: func() bin.Object { return &InputSecureFile{} },
tl_registry_gen.go#L5929: InputSecureFileTypeID,
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. |