github.com/gotd/td/tg.ChatlistsExportedInvites.Invites (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chatlists_exported_invites_gen.go#L46: Invites []ExportedChatlistInvite
tl_chatlists_exported_invites_gen.go#L68: if !(e.Invites == nil) {
tl_chatlists_exported_invites_gen.go#L96: e.Invites = from.GetInvites()
tl_chatlists_exported_invites_gen.go#L154: b.PutVectorHeader(len(e.Invites))
tl_chatlists_exported_invites_gen.go#L155: for idx, v := range e.Invites {
tl_chatlists_exported_invites_gen.go#L204: e.Invites = make([]ExportedChatlistInvite, 0, headerLen%bin.PreallocateLimit)
tl_chatlists_exported_invites_gen.go#L211: e.Invites = append(e.Invites, value)
tl_chatlists_exported_invites_gen.go#L256: return e.Invites
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. |