UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

12 lines (11 loc) 742 B
export interface MiniProgramPayload { appid? : string, // optional, appid, get from wechat (mp.weixin.qq.com) description? : string, // optional, mini program title pagePath? : string, // optional, mini program page path iconUrl? : string, // optional, mini program icon url shareId? : string, // optional, the unique userId for who share this mini program thumbUrl? : string, // optional, default picture, convert to thumbnail title? : string, // optional, mini program title username? : string, // original ID, get from wechat (mp.weixin.qq.com) thumbKey? : string, // original, thumbnailurl and thumbkey will make the headphoto of mini-program better }