send Default Message For Partner
fun TalkApiClient.sendDefaultMessageForPartner(receiverUuids: List<String>, template: DefaultTemplate, callback: (messageSendResult: PartnerMessageSendResult?, error: Throwable?) -> Unit)
Content copied to clipboard
기본 템플릿으로 메시지 보내기
Send message with default template
See also
Parameters
receiver Uuids
수신자 UUID
Receiver UUIDs
template
메시지 템플릿 객체
An object of a message template
fun RxTalkApiClient.sendDefaultMessageForPartner(receiverUuids: List<String>, template: DefaultTemplate): Single<PartnerMessageSendResult>
Content copied to clipboard
기본 템플릿으로 메시지 보내기
Send message with default template
Parameters
receiver Uuids
수신자 UUID
Receiver UUIDs
template
메시지 템플릿 객체
An object of a message template