function
chatInputIsOpen (client-side)
Available since version: 0.0.1
The function is used to check whether chat input is opened.
Declaration
bool chatInputIsOpen()
Parameters
No parameters.
Returns bool
true
when chat input is visible, otherwise false
.