sendCustomMessageForPartner

@JvmOverloads
fun TalkApiClient.sendCustomMessageForPartner(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null, callback: (messageSendResult: PartnerMessageSendResult?, error: Throwable?) -> Unit)

사용자 정의 템플릿으로 메시지 보내기
Send message with custom template

Parameters

receiverUuids

수신자 UUID
Receiver UUIDs

templateId

메시지 템플릿 ID
Message template ID

templateArgs

사용자 인자
User arguments

See also


@JvmOverloads
fun RxTalkApiClient.sendCustomMessageForPartner(receiverUuids: List<String>, templateId: Long, templateArgs: Map<String, String>? = null): Single<PartnerMessageSendResult>

사용자 정의 템플릿으로 메시지 보내기
Send message with custom template

Parameters

receiverUuids

수신자 UUID
Receiver UUIDs

templateId

메시지 템플릿 ID
Message template ID

templateArgs

사용자 인자
User arguments