Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

【send to chatroom at list】 seems invalid #3

Open
krapnikkk opened this issue Nov 23, 2020 · 0 comments
Open

【send to chatroom at list】 seems invalid #3

krapnikkk opened this issue Nov 23, 2020 · 0 comments

Comments

@krapnikkk
Copy link

environment

  • windows 10
  • nodejs: 12.18.4 (Currently using 64-bit executable)
  • padlocal-ts-client version: 0.1.26

code

let { id, message } = msg;
let idempotentId = genIdempotentId();
let atUserList = ['wxid_3bz8mzvqmrcv21'];
const response: SendTextMessageResponse = await client.api.sendTextMessage(
                    idempotentId,
                    id,
                    message,
                    atUserList
);

details

【send to chatroom at list(no matter single or multiple)】 seems invalid,the messge will be send,but nobody will be at.
Another question:how to send to chatroom at whole chatroom menber ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant