sendImageMessage method
Implementation
void sendImageMessage(
String uid, String content, ThreadProtobuf currentThread) {
publish(uid, content, BytedeskConstants.MESSAGE_TYPE_IMAGE, currentThread);
}
void sendImageMessage(
String uid, String content, ThreadProtobuf currentThread) {
publish(uid, content, BytedeskConstants.MESSAGE_TYPE_IMAGE, currentThread);
}