We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3471a8f + 37c791b commit ea4229bCopy full SHA for ea4229b
1 file changed
mautrix/client/api/modules/misc.py
@@ -50,7 +50,7 @@ async def set_typing(self, room_id: RoomID, timeout: int = 0) -> None:
50
51
Args:
52
room_id: The ID of the room in which the user is typing.
53
- timeout: The length of time in seconds to mark this user as typing.
+ timeout: The length of time in milliseconds to mark this user as typing.
54
"""
55
if timeout > 0:
56
content = {"typing": True, "timeout": timeout}
0 commit comments