github.com/gotd/td/tg.ContactsBlocked.Blocked (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L40: Blocked []PeerBlocked
tl_contacts_blocked_gen.go#L67: if !(b.Blocked == nil) {
tl_contacts_blocked_gen.go#L95: b.Blocked = from.GetBlocked()
tl_contacts_blocked_gen.go#L153: buf.PutVectorHeader(len(b.Blocked))
tl_contacts_blocked_gen.go#L154: for idx, v := range b.Blocked {
tl_contacts_blocked_gen.go#L203: b.Blocked = make([]PeerBlocked, 0, headerLen%bin.PreallocateLimit)
tl_contacts_blocked_gen.go#L210: b.Blocked = append(b.Blocked, value)
tl_contacts_blocked_gen.go#L255: return b.Blocked
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. |