# Packages
No description provided by the author
# Constants
AnimationEmotionsMsg 动画表情.
AppendMsg 拓展消息类型,已知有红包、停止共享实时位置.
ContactCardMsg 名片.
ContactFlagNoFollowMoments 不查看其朋友圈的联系人.
ContactFlagNoShareMoments 不分享朋友圈的联系人.
ContactFlagQuiet 屏蔽新消息提示的联系人.
ContactFlagStar 星标联系人.
ContactFlagTop 置顶联系人.
ImageMsg 图片消息.
LinkMsg 链接消息类型,已知有转账、开始共享实时位置、合并转发聊天记录.
LittleVideoMsg 小视频消息.
ReciveFileAppmsg 接收文件.
ReciveTransferAppmsg 收到转账.
RevokeMsg 撤回消息.
StartShareLocation 共享位置.
TextMsg 文字消息.
UnknownAppmsg 未知消息类型.
VoiceMsg 音频消息.
# Structs
BaseRequest 基本请求结构,包含通用的请求信息.
BaseResponse 服务器响应的基本结构体,通用.
BatchGetContactRequest 获取群组联系人的请求.
BatchGetContactRequestListItem 获取群组联系人的请求的列表元素.
BatchGetContactResponse 获取群组联系人的返回.
Contact 联系人结构.
GetContactRespond 获取联系人的返回.
GetCookieRespond 获取Cookie的返回.
Member 群成员.
Message 微信消息结构体.
ModifyChatRoomTopicRequest 修改群名的请求.
ModifyChatRoomTopicRespond 修改群名的返回.
ModifyRemarkRequest 修改用户备注的请求.
ModifyRemarkRespond 修改用户备注的返回.
MPArticle 公众号的文章.
MPSubscribeMsg 订阅的公众号消息.
RevokeMessageRequest 撤回消息请求,需要附带要撤回消息的客户端、服务端消息ID.
RevokeMessageRespond 撤回消息的返回.
SendMessage 发送消息,可发送带媒体的消息.
SendMessageRequest 发送消息请求.
SendMessageRespond 发送消息的返回.
StatusNotifyRequest 状态通知请求.
StatusNotifyRespond 状态通知请求的返回.
SyncCheckRespond 同步消息轮询的返回.
SyncKey 同步Key.
SyncKeyItem 同步Key的元素.
TextMessage 发送纯文本消息,用SendMessage也一样.
User 当前登陆用户的结构体.
WebwxSyncRequest 获取新消息的轮询请求.
WebwxSyncRespond 取回消息的返回.
WebwxSyncRespondDelContactListItem 同步时发现的已删除的联系人.
WxInitRequestBody 微信初始化请求.
WxInitRespond 初始化请求的返回.