wechaty / puppet

Puppet Provider Abstraction for Wechaty
https://wechaty.github.io/wechaty-puppet
Apache License 2.0
231 stars 52 forks source link

Add new message type VideoPost #144

Open su-chang opened 3 years ago

su-chang commented 3 years ago

Good News

wechaty-puppet-wxwork support forward Channels message

Channels introduction: WeChat Channels: a comprehensive guide

So we should do that:

export interface ChannelsPayload {
  authorAvatar: string, // channel author avatar
  authorNickname: string, // channel author nickname
  coverageUrl: string, // channels coverage url
  title: string, // channels tilte
  videoUrl: string, // channel video url
}
huan commented 3 years ago

Could you please kindly explain that: what is a Channel message?

su-chang commented 3 years ago

Could you please kindly explain that: what is a Channel message?

Channels is the official name for 视频号 in WeChat. See: WeChat Channels: a comprehensive guide

huan commented 3 years ago

Thanks for the additional information.

However, it is still not clear to me, because I have never use the 视频号 before.

I have some questions like:

  1. What's the difference between a 视频号 video and a Video message?
  2. What's the difference between a 视频号 video and a Mini Program?
  3. etc.

I'll try to learn something about the 视频号, and it will be appreciated if you can share more insights for your design.

su-chang commented 3 years ago

Card Message

Rich Message

Difference

su-chang commented 3 years ago

@huan kindly ping