UNPKG

dop-sdk

Version:

Mini App SDK for JavaScript by VTB

9 lines (8 loc) 181 B
/** Message type sent to Contact. */ export interface MessageToContact { image: string; text: string; caption: string; action: string; bannerMessage?: string; }