github.com/gotd/td/tg.ContactsImportedContacts.PopularInvites (field)
9 uses
	github.com/gotd/td/tg (current package)
		tl_contacts_imported_contacts_gen.go#L42: 	PopularInvites []PopularContact
		tl_contacts_imported_contacts_gen.go#L68: 	if !(i.PopularInvites == nil) {
		tl_contacts_imported_contacts_gen.go#L98: 	i.PopularInvites = from.GetPopularInvites()
		tl_contacts_imported_contacts_gen.go#L166: 	b.PutVectorHeader(len(i.PopularInvites))
		tl_contacts_imported_contacts_gen.go#L167: 	for idx, v := range i.PopularInvites {
		tl_contacts_imported_contacts_gen.go#L228: 			i.PopularInvites = make([]PopularContact, 0, headerLen%bin.PreallocateLimit)
		tl_contacts_imported_contacts_gen.go#L235: 			i.PopularInvites = append(i.PopularInvites, value)
		tl_contacts_imported_contacts_gen.go#L288: 	return i.PopularInvites
|  | 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. |