We recently added submessages to the normal Response type: https://github.com/CosmWasm/cosmwasm/blob/main/packages/std/src/results/response.rs#L80
However, it is missing from the IBC-related response types:
They should be the same as a normal Response type, only with the absence of a data field