github.com/gotd/td/tg.AccountAcceptAuthorizationRequest.ValueHashes (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_accept_authorization_gen.go#L47: ValueHashes []SecureValueHash
tl_account_accept_authorization_gen.go#L76: if !(a.ValueHashes == nil) {
tl_account_accept_authorization_gen.go#L106: a.ValueHashes = from.GetValueHashes()
tl_account_accept_authorization_gen.go#L174: b.PutVectorHeader(len(a.ValueHashes))
tl_account_accept_authorization_gen.go#L175: for idx, v := range a.ValueHashes {
tl_account_accept_authorization_gen.go#L230: a.ValueHashes = make([]SecureValueHash, 0, headerLen%bin.PreallocateLimit)
tl_account_accept_authorization_gen.go#L237: a.ValueHashes = append(a.ValueHashes, value)
tl_account_accept_authorization_gen.go#L277: return a.ValueHashes
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. |