createMessageMetaArrayKeys

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

metaArrayKeys

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)

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

metaArrayKeys

The meta array keys to create