Enumeration

PurpleTypingState

since: 3.0

Declaration

enum Purple.TypingState

Description [src]

Defines the state of a user composing a message.

Available since: 3.0

Members

Name Description
PURPLE_TYPING_STATE_NONE

The user is not currently typing and has nothing in their buffer.

PURPLE_TYPING_STATE_TYPING

The user is currently typing.

PURPLE_TYPING_STATE_PAUSED

The user has typed some text, but stopped without deleting it.