const github.com/gotd/td/internal/mt.FutureSaltTypeID
8 uses
github.com/gotd/td/internal/mt (current package)
tl_future_salt_gen.go#L45: const FutureSaltTypeID = 0x949d9dc
tl_future_salt_gen.go#L85: return FutureSaltTypeID
tl_future_salt_gen.go#L97: ID: FutureSaltTypeID,
tl_future_salt_gen.go#L125: b.PutID(FutureSaltTypeID)
tl_future_salt_gen.go#L145: if err := b.ConsumeID(FutureSaltTypeID); err != nil {
tl_registry_gen.go#L53: FutureSaltTypeID: "future_salt#949d9dc",
tl_registry_gen.go#L104: "future_salt": FutureSaltTypeID,
tl_registry_gen.go#L155: FutureSaltTypeID: func() bin.Object { return &FutureSalt{} },
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. |