const github.com/gotd/td/tg.InputEncryptedFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_file_gen.go#L374: const InputEncryptedFileTypeID = 0x5a17b5e5
tl_input_encrypted_file_gen.go#L425: return InputEncryptedFileTypeID
tl_input_encrypted_file_gen.go#L437: ID: InputEncryptedFileTypeID,
tl_input_encrypted_file_gen.go#L461: b.PutID(InputEncryptedFileTypeID)
tl_input_encrypted_file_gen.go#L480: if err := b.ConsumeID(InputEncryptedFileTypeID); err != nil {
tl_input_encrypted_file_gen.go#L836: case InputEncryptedFileTypeID:
tl_registry_gen.go#L419: InputEncryptedFileTypeID: "inputEncryptedFile#5a17b5e5",
tl_registry_gen.go#L2201: "inputEncryptedFile": InputEncryptedFileTypeID,
tl_registry_gen.go#L3983: InputEncryptedFileTypeID: func() bin.Object { return &InputEncryptedFile{} },
tl_registry_gen.go#L5815: InputEncryptedFileTypeID,
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. |