Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroupMember ¶
type GroupMember struct { //群号和Q号 Group, QQ int64 Name, Card string //性别,0/男;1/女 Gender int32 Age int32 Area string JoinTime, LastChat time.Time Level string //管理权限,1/成员;2/管理员;3/群主 Auth int32 //是否有不良记录 Bad bool Title string TitleLife time.Time CanSetTitle bool }
GroupMember 群成员信息
func UnpackGroupMemberInfo ¶
func UnpackGroupMemberInfo(str string) (m GroupMember, err error)
UnpackGroupMemberInfo 解码群成员信息
func UnpackGroupMemberList ¶
func UnpackGroupMemberList(str string) ([]GroupMember, error)
UnpackGroupMemberList 解码群成员列表
Click to show internal directories.
Click to hide internal directories.