github.com/gotd/td/tg.ContactsContacts.SavedCount (field)
6 uses
github.com/gotd/td/tg (current package)
tl_contacts_contacts_gen.go#L144: SavedCount int
tl_contacts_contacts_gen.go#L172: if !(c.SavedCount == 0) {
tl_contacts_contacts_gen.go#L198: c.SavedCount = from.GetSavedCount()
tl_contacts_contacts_gen.go#L261: b.PutInt(c.SavedCount)
tl_contacts_contacts_gen.go#L312: c.SavedCount = value
tl_contacts_contacts_gen.go#L347: return c.SavedCount
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. |