We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412ff5a commit 1092933Copy full SHA for 1092933
lagrange/pb/status/friend.py
@@ -17,7 +17,7 @@ class PBFriendRecall(ProtoStruct):
17
class FriendRequestInfo(ProtoStruct):
18
to_uid: str = proto_field(1)
19
from_uid: str = proto_field(2)
20
- verify: str = proto_field(10) # 验证消息:我是...
+ verify: str = proto_field(10) # 验证消息:我是...
21
source: str = proto_field(11)
22
23
class PBFriendRequest(ProtoStruct):
0 commit comments