UNPKG

botframework-webchat-component

Version:
6 lines (4 loc) 216 B
import type { WebChatActivity } from 'botframework-webchat-core'; export default function getActivityUniqueId(activity: WebChatActivity): string { return activity?.channelData?.clientActivityID || activity?.id; }