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