SuperChang

Results 57 issues of SuperChang

## Background When we want to send message which could mention all members in the room, we could set room announcement for it. But it will stay on the board...

feature request

### 目标 企业微信支持转发视频号消息,因此,希望wechaty能支持该接口。 考虑到适配其他底层服务,初步设计如下: ### 消息类型 ```ts export enum MessageType { ... VideoPost = 16, // VideoPost(141) } ``` ### 数据结构 ```ts class VideoPost { authorName?: string, authorAvatar?: string, title:...

enhancement

**Is your feature request related to a problem? Please describe.** If the bot has receive `video call` or `voice call`, I think receive an event notification is better than a...

feature request

**Is your feature request related to a problem? Please describe.** When implementing the `puppet-whatsapp`, we found `Wechaty` maybe need more methods for making use it easily. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** Some IM support blacklist, so it's better to add it to `Wechaty`. **Describe the solution you'd like** **New Methods** -...

feature request

**Is your feature request related to a problem? Please describe.** For `WeChat` we can not change the room avatar, but some IM support change room avatar, so we need a...

**Is your feature request related to a problem? Please describe.** Support Moments related methods could make Wechaty be better. **Describe the solution you'd like** The API which I design based...

enhancement

wechaty目前仅有 `Location` 的消息类型,但是没有对应的方法获取到具体消息内容。 ### wechaty-puppet 增加 LocationPayload 数据结构 ```ts interface LocationPayload { address: string; latitude: number; longitude: number; name: string; precision: number; // 精度层级信息 } messageLocation(): Promise messageSendLocation(locationPayload: LocationPayload): Promise...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Send an invite url...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When we received `message_revoke_everyone`...

bug