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