UNPKG

@botonic/plugin-hubtype-analytics

Version:

Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord

12 lines 440 B
export class HtEvent { constructor(event, requestData) { this.chat_id = requestData.userId; this.format_version = 3; this.action = event.action; this.bot_interaction_id = requestData.botInteractionId; this.user_locale = requestData.userLocale; this.user_country = requestData.userCountry; this.system_locale = requestData.systemLocale; } } //# sourceMappingURL=ht-event.js.map