github.com/gotd/td/tg.AccountAuthorizations.Authorizations (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_authorizations_gen.go#L42: Authorizations []Authorization
tl_account_authorizations_gen.go#L63: if !(a.Authorizations == nil) {
tl_account_authorizations_gen.go#L85: a.Authorizations = from.GetAuthorizations()
tl_account_authorizations_gen.go#L138: b.PutVectorHeader(len(a.Authorizations))
tl_account_authorizations_gen.go#L139: for idx, v := range a.Authorizations {
tl_account_authorizations_gen.go#L177: a.Authorizations = make([]Authorization, 0, headerLen%bin.PreallocateLimit)
tl_account_authorizations_gen.go#L184: a.Authorizations = append(a.Authorizations, value)
tl_account_authorizations_gen.go#L203: return a.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. |