How can I send meta data as payload for creating group channel?

[Problem/Question]
I need to send some meta-data when creating group channel.

but in GroupChannelCreateParams, there is only data props, not metaData props.

is it okay if I send data with data?

how can I send as meta-data for group channel?

image

Hello @BizimplyHan,

You cannot create metadata for a channel when creating a group channel.

Data property can be used to specify additional channel information such as a long description of the channel or a JSON formatted string which is different to metadata.