github.com/gotd/td/tg.ChatlistsEditExportedInviteRequest.Peers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_chatlists_edit_exported_invite_gen.go#L61: Peers []InputPeerClass
tl_chatlists_edit_exported_invite_gen.go#L91: if !(e.Peers == nil) {
tl_chatlists_edit_exported_invite_gen.go#L121: e.Peers = val
tl_chatlists_edit_exported_invite_gen.go#L176: if !(e.Peers == nil) {
tl_chatlists_edit_exported_invite_gen.go#L207: b.PutVectorHeader(len(e.Peers))
tl_chatlists_edit_exported_invite_gen.go#L208: for idx, v := range e.Peers {
tl_chatlists_edit_exported_invite_gen.go#L267: e.Peers = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
tl_chatlists_edit_exported_invite_gen.go#L274: e.Peers = append(e.Peers, value)
tl_chatlists_edit_exported_invite_gen.go#L317: e.Peers = value
tl_chatlists_edit_exported_invite_gen.go#L329: return e.Peers, true
tl_chatlists_edit_exported_invite_gen.go#L337: return InputPeerClassArray(e.Peers), true
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. |