github.com/gotd/td/internal/mt.FutureSalt.Salt (field)
8 uses
github.com/gotd/td/internal/mt (current package)
tl_future_salt_gen.go#L41: Salt int64
tl_future_salt_gen.go#L65: if !(f.Salt == 0) {
tl_future_salt_gen.go#L136: b.PutLong(f.Salt)
tl_future_salt_gen.go#L175: f.Salt = value
tl_future_salt_gen.go#L201: return f.Salt
github.com/gotd/td/internal/mtproto/salts
salts.go#L31: return salt.Salt, true
salts.go#L73: if _, ok := dedup[salt.Salt]; !ok {
salts.go#L74: dedup[salt.Salt] = struct{}{}
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. |