const github.com/gotd/td/tg.SecurePlainEmailTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L870: SecurePlainEmailTypeID: "securePlainEmail#21ec5a5f",
tl_registry_gen.go#L2652: "securePlainEmail": SecurePlainEmailTypeID,
tl_registry_gen.go#L4434: SecurePlainEmailTypeID: func() bin.Object { return &SecurePlainEmail{} },
tl_registry_gen.go#L6415: SecurePlainEmailTypeID,
tl_secure_plain_data_gen.go#L187: const SecurePlainEmailTypeID = 0x21ec5a5f
tl_secure_plain_data_gen.go#L233: return SecurePlainEmailTypeID
tl_secure_plain_data_gen.go#L245: ID: SecurePlainEmailTypeID,
tl_secure_plain_data_gen.go#L265: b.PutID(SecurePlainEmailTypeID)
tl_secure_plain_data_gen.go#L283: if err := b.ConsumeID(SecurePlainEmailTypeID); err != nil {
tl_secure_plain_data_gen.go#L363: case SecurePlainEmailTypeID:
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. |