github.com/gotd/td/tg.ExportedChatlistInvite.Peers (field)
10 uses
github.com/gotd/td/tg (current package)
tl_exported_chatlist_invite_gen.go#L55: Peers []PeerClass
tl_exported_chatlist_invite_gen.go#L82: if !(e.Peers == nil) {
tl_exported_chatlist_invite_gen.go#L106: e.Peers = from.GetPeers()
tl_exported_chatlist_invite_gen.go#L172: b.PutVectorHeader(len(e.Peers))
tl_exported_chatlist_invite_gen.go#L173: for idx, v := range e.Peers {
tl_exported_chatlist_invite_gen.go#L226: e.Peers = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
tl_exported_chatlist_invite_gen.go#L233: e.Peers = append(e.Peers, value)
tl_exported_chatlist_invite_gen.go#L260: return e.Peers
tl_exported_chatlist_invite_gen.go#L265: return PeerClassArray(e.Peers)
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. |