github.com/gotd/td/tg.ContactsContactBirthdays.Contacts (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_contact_birthdays_gen.go#L40: Contacts []ContactBirthday
tl_contacts_contact_birthdays_gen.go#L60: if !(c.Contacts == nil) {
tl_contacts_contact_birthdays_gen.go#L84: c.Contacts = from.GetContacts()
tl_contacts_contact_birthdays_gen.go#L137: b.PutVectorHeader(len(c.Contacts))
tl_contacts_contact_birthdays_gen.go#L138: for idx, v := range c.Contacts {
tl_contacts_contact_birthdays_gen.go#L178: c.Contacts = make([]ContactBirthday, 0, headerLen%bin.PreallocateLimit)
tl_contacts_contact_birthdays_gen.go#L185: c.Contacts = append(c.Contacts, value)
tl_contacts_contact_birthdays_gen.go#L213: return c.Contacts
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |