github.com/gotd/td/tg.AccountWebAuthorizations.Authorizations (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_web_authorizations_gen.go#L40: Authorizations []WebAuthorization
tl_account_web_authorizations_gen.go#L60: if !(w.Authorizations == nil) {
tl_account_web_authorizations_gen.go#L84: w.Authorizations = from.GetAuthorizations()
tl_account_web_authorizations_gen.go#L137: b.PutVectorHeader(len(w.Authorizations))
tl_account_web_authorizations_gen.go#L138: for idx, v := range w.Authorizations {
tl_account_web_authorizations_gen.go#L178: w.Authorizations = make([]WebAuthorization, 0, headerLen%bin.PreallocateLimit)
tl_account_web_authorizations_gen.go#L185: w.Authorizations = append(w.Authorizations, value)
tl_account_web_authorizations_gen.go#L213: return w.Authorizations
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. |