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

feat(lark): add more api, correct function name #210

Merged
merged 2 commits into from
Dec 23, 2023
Merged

Conversation

MaikoTan
Copy link
Member

This commit add APIs for "forwarding messages" and "merging and forwarding messages", also changing the original getUserInfo function to the consist one getContactUser

Fix #207

This commit add APIs for "forwarding messages" and
"merging and forwarding messages", also changing the original
`getUserInfo` function to the consist one `getContactUser`

Fix #207
adapters/lark/src/types/message/index.ts Outdated Show resolved Hide resolved
adapters/lark/src/types/message/index.ts Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf6bdea) 86.08% compared to head (413b031) 86.08%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   86.08%   86.08%           
=======================================
  Files           1        1           
  Lines         503      503           
  Branches      111      111           
=======================================
  Hits          433      433           
  Misses         70       70           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shigma shigma merged commit ae058ac into master Dec 23, 2023
8 checks passed
@shigma shigma deleted the more-lark-api branch December 23, 2023 05:10
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

Successfully merging this pull request may close these issues.

希望adapter-lark能支持发送自定义卡片消息,以及更多Api
3 participants