How to get address list of holders on a snapshot event?

Hello i can use function balanceOfAt to get the balance of a specific address.
Is there to get a list of all the addresses that were snapshotted at that event?

Thank you

If you are talking about ERC20Snapshot, as far as I know, all snapshots are taken individually and hence each has its a unqiue ID. Then the question is how the event in your question is defined in terms of snapshotId.

i wanna query the array of addresses at the snapshot event....
to get the list of address (wallets)

found this alternative....

But i was wondering if i can get the list of holder wallets at the time of openzeppelin contract ERC20snapshot