github.com/gotd/td/tg.ChatlistsChatlistUpdates.MissingPeers (field)
10 uses
	github.com/gotd/td/tg (current package)
		tl_chatlists_chatlist_updates_gen.go#L43: 	MissingPeers []PeerClass
		tl_chatlists_chatlist_updates_gen.go#L65: 	if !(c.MissingPeers == nil) {
		tl_chatlists_chatlist_updates_gen.go#L93: 	c.MissingPeers = from.GetMissingPeers()
		tl_chatlists_chatlist_updates_gen.go#L151: 	b.PutVectorHeader(len(c.MissingPeers))
		tl_chatlists_chatlist_updates_gen.go#L152: 	for idx, v := range c.MissingPeers {
		tl_chatlists_chatlist_updates_gen.go#L204: 			c.MissingPeers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_chatlists_chatlist_updates_gen.go#L211: 			c.MissingPeers = append(c.MissingPeers, value)
		tl_chatlists_chatlist_updates_gen.go#L256: 	return c.MissingPeers
		tl_chatlists_chatlist_updates_gen.go#L277: 	return PeerClassArray(c.MissingPeers)
![]()  | 
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. |