mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-08 18:20:12 +08:00
feat: more subtitle
This commit is contained in:
@@ -21,4 +21,12 @@ abstract final class DmGrpc {
|
||||
isolate: true,
|
||||
);
|
||||
}
|
||||
|
||||
static Future<LoadingState<DmViewReply>> dmView(int aid, int cid) {
|
||||
return GrpcReq.request(
|
||||
GrpcUrl.dmView,
|
||||
DmViewReq(pid: Int64(aid), oid: Int64(cid), type: 1),
|
||||
DmViewReply.fromBuffer,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user