Last updated 2 years ago
ส่งข้อความแบบรูปภาพหาผู้ใช้
ส่งข้อความหาลูกค้าประเภทรูปภาพ
"U2bb84b8f680ef825d32f726c483f8000"
"1657695000"
OK
const response = await fetch('/chats/message/push', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();