github.com/gotd/td/tg.ContactsBlockedSlice.Blocked (field)
9 uses
github.com/gotd/td/tg (current package)
tl_contacts_blocked_gen.go#L292: Blocked []PeerBlocked
tl_contacts_blocked_gen.go#L322: if !(b.Blocked == nil) {
tl_contacts_blocked_gen.go#L352: b.Blocked = from.GetBlocked()
tl_contacts_blocked_gen.go#L415: buf.PutVectorHeader(len(b.Blocked))
tl_contacts_blocked_gen.go#L416: for idx, v := range b.Blocked {
tl_contacts_blocked_gen.go#L472: b.Blocked = make([]PeerBlocked, 0, headerLen%bin.PreallocateLimit)
tl_contacts_blocked_gen.go#L479: b.Blocked = append(b.Blocked, value)
tl_contacts_blocked_gen.go#L532: 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. |