github.com/gotd/td/tg.ContactsImportedContacts.Users (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_contacts_imported_contacts_gen.go#L47: 	Users []UserClass
		tl_contacts_imported_contacts_gen.go#L74: 	if !(i.Users == nil) {
		tl_contacts_imported_contacts_gen.go#L100: 	i.Users = from.GetUsers()
		tl_contacts_imported_contacts_gen.go#L176: 	b.PutVectorHeader(len(i.Users))
		tl_contacts_imported_contacts_gen.go#L177: 	for idx, v := range i.Users {
		tl_contacts_imported_contacts_gen.go#L262: 			i.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L269: 			i.Users = append(i.Users, value)
		tl_contacts_imported_contacts_gen.go#L304: 	return i.Users
		tl_contacts_imported_contacts_gen.go#L309: 	return UserClassArray(i.Users)