send() per item on the underlying provider. It is not a single compound message.
Reach for group() when you specifically want multiple items rendered as one bundled unit.
Reply with multiple items
message.reply(...) has the same variadic signature and delegates to space.send(reply(...)) internally:
reply() resolves as a no-op. If you need guaranteed delivery, use space.send(...) instead. See Replies for the canonical form.