View Source WeChat.UserTag (wechat v0.16.0)
标签管理
Summary
Types
Functions
@spec batch_tagging_users(WeChat.client(), tag_id(), WeChat.openid_list()) :: WeChat.response()
批量为用户打标签 - 官方文档
@spec batch_untagging_users(WeChat.client(), tag_id(), WeChat.openid_list()) :: WeChat.response()
批量为用户取消标签 - 官方文档
@spec create(WeChat.client(), tag_name()) :: WeChat.response()
创建标签 - 官方文档
@spec delete(WeChat.client(), tag_id()) :: WeChat.response()
删除标签 - 官方文档
@spec get(WeChat.client()) :: WeChat.response()
获取公众号已创建的标签 - 官方文档
@spec get_tag_users(WeChat.client(), tag_id()) :: WeChat.response()
获取标签下粉丝列表 - 官方文档
@spec get_tag_users(WeChat.client(), tag_id(), next_openid :: WeChat.openid()) :: WeChat.response()
获取标签下粉丝列表 - 翻页 - 官方文档
@spec get_user_tags(WeChat.client(), WeChat.openid()) :: WeChat.response()
获取用户身上的标签列表 - 官方文档
@spec update(WeChat.client(), tag_id(), tag_name()) :: WeChat.response()
编辑标签 - 官方文档