facebook-messenger-api-types
Version:
Typescript types for the Facebook messenger platform API (https://developers.facebook.com/docs/messenger-platform/reference)
11 lines (9 loc) • 301 B
TypeScript
import {NotificationType} from '../components/NotificationType';
export interface SendBroadcastData {
custom_label_id: string;
message_creative_id: number;
messaging_type: 'MESSAGE_TAG';
notification_type?: NotificationType;
schedule_time?: string;
tag: 'NON_PROMOTIONAL_SUBSCRIPTION';
}