mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: 修复群禁言事件群号获取错误 #148
This commit is contained in:
parent
85cdc86b07
commit
4dafa75944
@ -436,7 +436,7 @@ internal object PrimitiveListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun onGroupBan(msgTime: Long, pb: ProtoMap) {
|
private suspend fun onGroupBan(msgTime: Long, pb: ProtoMap) {
|
||||||
val groupCode = pb[1, 1, 1].asULong
|
val groupCode = pb[1, 3, 2, 1].asULong
|
||||||
val operatorUid = pb[1, 3, 2, 4].asUtf8String
|
val operatorUid = pb[1, 3, 2, 4].asUtf8String
|
||||||
val targetUid = pb[1, 3, 2, 5, 3, 1].asUtf8String
|
val targetUid = pb[1, 3, 2, 5, 3, 1].asUtf8String
|
||||||
val duration = pb[1, 3, 2, 5, 3, 2].asInt
|
val duration = pb[1, 3, 2, 5, 3, 2].asInt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user