const github.com/gotd/td/tg.SecureFileEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L866: SecureFileEmptyTypeID: "secureFileEmpty#64199744",
tl_registry_gen.go#L2648: "secureFileEmpty": SecureFileEmptyTypeID,
tl_registry_gen.go#L4430: SecureFileEmptyTypeID: func() bin.Object { return &SecureFileEmpty{} },
tl_registry_gen.go#L6405: SecureFileEmptyTypeID,
tl_secure_file_gen.go#L42: const SecureFileEmptyTypeID = 0x64199744
tl_secure_file_gen.go#L78: return SecureFileEmptyTypeID
tl_secure_file_gen.go#L90: ID: SecureFileEmptyTypeID,
tl_secure_file_gen.go#L105: b.PutID(SecureFileEmptyTypeID)
tl_secure_file_gen.go#L122: if err := b.ConsumeID(SecureFileEmptyTypeID); err != nil {
tl_secure_file_gen.go#L512: case SecureFileEmptyTypeID:
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. |