Skip to content

Remove DEPRECATED methods from Wechaty@0.47.21 #2049

@huan

Description

@huan

Deprecated list:

Before (Deprecated) After
WechatyOptions.profile name
Wechaty.self() userSelf()
Contact.stranger() friend()
Contact.official() contact.type() === ContactType.Official
Contact.personal() contact.type() === ContactType.Individual
Contact.refresh() sync()
Friendship.send() add()
Message.content() text()
Message.mentioned() mentionList()
Message.file() toFileBox()
RoomInvitation.roomTopic() topic()
RoomInvitation.roomMemberCount() memberCount()
RoomInvitation.roomMemberList() memberList()
Room.refresh() sync()
Room.qrcode() qrCode()
Room.roomAlias() alias()

That's all!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions