We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d59dcd commit ba570ddCopy full SHA for ba570dd
python/natsrpy/_natsrpy_rs/js/__init__.pyi
@@ -147,6 +147,7 @@ class JetStreamMessage:
147
@property
148
def token(self) -> str | None:
149
"""Authentication token, if applicable."""
150
+
151
async def ack(self, double: bool = False) -> None:
152
"""Acknowledge that a message was handled.
153
0 commit comments