typing

abstract val typing: TypingOptions

The typing options for the room. To enable typing in the room, set this property. You may use rooms.get("ROOM_NAME") { typing() }to enable typing with default options.