send Custom Message To Chats
fun TalkApiClient.sendCustomMessageToChats(receiverChatIds: List<Long>, templateId: Long, templateArgs: Map<String, String>? = null, callback: (messageSendResult: PartnerMessageSendResult?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxTalkApiClient.sendCustomMessageToChats(receiverChatIds: List<Long>, templateId: Long, templateArgs: Map<String, String>? = null): Single<PartnerMessageSendResult>
Content copied to clipboard
채팅방에 사용자 정의 템플릿으로 메시지 보내기
Send message with custom template to chats
Parameters
receiver Chat Ids
수신 채팅방 ID
Receiver chat IDs
template Id
메시지 템플릿 ID
Message template ID
template Args
사용자 인자
User arguments