github.com/gotd/td/tg.ContactsSetBlockedRequest.ID (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_set_blocked_gen.go#L54: ID []InputPeerClass
tl_contacts_set_blocked_gen.go#L83: if !(s.ID == nil) {
tl_contacts_set_blocked_gen.go#L109: s.ID = from.GetID()
tl_contacts_set_blocked_gen.go#L178: b.PutVectorHeader(len(s.ID))
tl_contacts_set_blocked_gen.go#L179: for idx, v := range s.ID {
tl_contacts_set_blocked_gen.go#L220: s.ID = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
tl_contacts_set_blocked_gen.go#L227: s.ID = append(s.ID, value)
tl_contacts_set_blocked_gen.go#L264: return s.ID
tl_contacts_set_blocked_gen.go#L277: return InputPeerClassArray(s.ID)
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. |