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