const github.com/gotd/td/tg.InputEncryptedFileEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_file_gen.go#L42: const InputEncryptedFileEmptyTypeID = 0x1837c364
tl_input_encrypted_file_gen.go#L78: return InputEncryptedFileEmptyTypeID
tl_input_encrypted_file_gen.go#L90: ID: InputEncryptedFileEmptyTypeID,
tl_input_encrypted_file_gen.go#L105: b.PutID(InputEncryptedFileEmptyTypeID)
tl_input_encrypted_file_gen.go#L122: if err := b.ConsumeID(InputEncryptedFileEmptyTypeID); err != nil {
tl_input_encrypted_file_gen.go#L822: case InputEncryptedFileEmptyTypeID:
tl_registry_gen.go#L417: InputEncryptedFileEmptyTypeID: "inputEncryptedFileEmpty#1837c364",
tl_registry_gen.go#L2199: "inputEncryptedFileEmpty": InputEncryptedFileEmptyTypeID,
tl_registry_gen.go#L3981: InputEncryptedFileEmptyTypeID: func() bin.Object { return &InputEncryptedFileEmpty{} },
tl_registry_gen.go#L5813: InputEncryptedFileEmptyTypeID,
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. |