Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add new message type VideoPost #144

Open
su-chang opened this issue Aug 30, 2021 · 5 comments
Open

Add new message type VideoPost #144

su-chang opened this issue Aug 30, 2021 · 5 comments

Comments

@su-chang
Copy link
Member

su-chang commented Aug 30, 2021

Good News

wechaty-puppet-wxwork support forward Channels message

Channels introduction: WeChat Channels: a comprehensive guide

So we should do that:

  • add message type: MessageType.Channels
  • add schema ChannelsPayload for get the message detail
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
Copy link
Member

huan commented Aug 31, 2021

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

@su-chang
Copy link
Member Author

su-chang commented Sep 1, 2021

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
Copy link
Member

huan commented Sep 1, 2021

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
Copy link
Member Author

su-chang commented Sep 2, 2021

Card Message

  • UrlLink Message

  • MiniProgram Message

  • Channels Message

Rich Message

  • Image Message

  • File Message

  • Video Message

Difference

  • The difference between Channels and Mini Program:

    • MiniProgram Message has page path for jump to MiniProgram.

    • Channels Message video url link for jump to Channels.

  • The difference between Channels and Video:

    • Video Message is mp4 file.

    • Channels Message has a video link.

@su-chang
Copy link
Member Author

su-chang commented Sep 3, 2021

@huan kindly ping

@su-chang su-chang changed the title Add new message type CHANNELS Add new message type VideoPost Sep 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants