-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Is your feature request related to a problem? Please describe.
Would like to have apis to support phone related operations, since WeChat Work, DingDing and Lark all supports modify the phone number of the contact.
Wechat Work | DingDing | Lark | |
---|---|---|---|
get phone | ✅ | ✅ | ✅ |
set phone | ✅ | ❌ | ✅ |
Describe the solution you'd like
We could add methods below to Contact
class
// Get phone number
public async phone (): Promise<string>
// Set phone number
public async phone (phoneNum: string): Promise<void>
Additional context
Add any other context or screenshots about the feature request here.
[enhancement]
Metadata
Metadata
Assignees
Labels
No labels