Skip to content

Support phone related operations #2037

@windmemory

Description

@windmemory

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions