create Message Meta Array Keys
fun BaseChannel.createMessageMetaArrayKeys(message: BaseMessage, metaArrayKeys: List<String>, handler: ResultHandler<BaseMessage>?)
Create message meta array keys
Since
4.15.0
Parameters
message
The message to create meta array keys
meta Array Keys
The meta array keys to create
handler
The handler for the result
suspend fun BaseChannel.createMessageMetaArrayKeys(message: BaseMessage, metaArrayKeys: List<String>): BaseMessage
Deprecated
As of 4.17.0, replaced with awaitCreateMessageMetaArrayKeys(message, metaArrayKeys).
Replace with
awaitCreateMessageMetaArrayKeys(message, metaArrayKeys)
Content copied to clipboard
Create message meta array keys
Return
The message with created meta array keys
Since
4.15.0
Parameters
message
The message to create meta array keys
meta Array Keys
The meta array keys to create