send Default Message To Chats
fun TalkApiClient.sendDefaultMessageToChats(receiverChatIds: List<Long>, template: DefaultTemplate, callback: (messageSendResult: PartnerMessageSendResult?, error: Throwable?) -> Unit)
채팅방에 기본 템플릿으로 메시지 보내기
Send message with default template to chats
Parameters
receiver Chat Ids
수신자 UUID
Receiver UUIDs
template
메시지 템플릿 객체
An object of a message template
fun RxTalkApiClient.sendDefaultMessageToChats(receiverChatIds: List<Long>, template: DefaultTemplate): Single<PartnerMessageSendResult>
채팅방에 기본 템플릿으로 메시지 보내기
Send message with default template to chats
Parameters
receiver Uuids
수신자 UUID
Receiver UUIDs
template
메시지 템플릿 객체
An object of a message template