|
|
@ -36,7 +36,7 @@ const (
|
|
|
|
groupExpireTime = time.Second * 60 * 60 * 12
|
|
|
|
groupExpireTime = time.Second * 60 * 60 * 12
|
|
|
|
groupInfoKey = "GROUP_INFO:"
|
|
|
|
groupInfoKey = "GROUP_INFO:"
|
|
|
|
groupMemberIDsKey = "GROUP_MEMBER_IDS:"
|
|
|
|
groupMemberIDsKey = "GROUP_MEMBER_IDS:"
|
|
|
|
groupMembersHashKey = "GROUP_MEMBERS_HASH:"
|
|
|
|
groupMembersHashKey = "GROUP_MEMBERS_HASH2:"
|
|
|
|
groupMemberInfoKey = "GROUP_MEMBER_INFO:"
|
|
|
|
groupMemberInfoKey = "GROUP_MEMBER_INFO:"
|
|
|
|
joinedSuperGroupsKey = "JOIN_SUPER_GROUPS:"
|
|
|
|
joinedSuperGroupsKey = "JOIN_SUPER_GROUPS:"
|
|
|
|
SuperGroupMemberIDsKey = "SUPER_GROUP_MEMBER_IDS:"
|
|
|
|
SuperGroupMemberIDsKey = "SUPER_GROUP_MEMBER_IDS:"
|
|
|
|