const github.com/gotd/td/tg.EncryptedFileEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_encrypted_file_gen.go#L42: const EncryptedFileEmptyTypeID = 0xc21f497e
tl_encrypted_file_gen.go#L78: return EncryptedFileEmptyTypeID
tl_encrypted_file_gen.go#L90: ID: EncryptedFileEmptyTypeID,
tl_encrypted_file_gen.go#L105: b.PutID(EncryptedFileEmptyTypeID)
tl_encrypted_file_gen.go#L122: if err := b.ConsumeID(EncryptedFileEmptyTypeID); err != nil {
tl_encrypted_file_gen.go#L454: case EncryptedFileEmptyTypeID:
tl_registry_gen.go#L415: EncryptedFileEmptyTypeID: "encryptedFileEmpty#c21f497e",
tl_registry_gen.go#L2197: "encryptedFileEmpty": EncryptedFileEmptyTypeID,
tl_registry_gen.go#L3979: EncryptedFileEmptyTypeID: func() bin.Object { return &EncryptedFileEmpty{} },
tl_registry_gen.go#L5691: EncryptedFileEmptyTypeID,
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. |