github.com/gotd/td/tg.ChatlistsChatlistInviteAlready.AlreadyPeers (field)
10 uses
github.com/gotd/td/tg (current package)
tl_chatlists_chatlist_invite_gen.go#L47: AlreadyPeers []PeerClass
tl_chatlists_chatlist_invite_gen.go#L80: if !(c.AlreadyPeers == nil) {
tl_chatlists_chatlist_invite_gen.go#L112: c.AlreadyPeers = from.GetAlreadyPeers()
tl_chatlists_chatlist_invite_gen.go#L188: b.PutVectorHeader(len(c.AlreadyPeers))
tl_chatlists_chatlist_invite_gen.go#L189: for idx, v := range c.AlreadyPeers {
tl_chatlists_chatlist_invite_gen.go#L265: c.AlreadyPeers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_chatlists_chatlist_invite_gen.go#L272: c.AlreadyPeers = append(c.AlreadyPeers, value)
tl_chatlists_chatlist_invite_gen.go#L333: return c.AlreadyPeers
tl_chatlists_chatlist_invite_gen.go#L359: return PeerClassArray(c.AlreadyPeers)
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. |