Enumeration

PurpleTypingState

unstable since: 3.0

Declaration

enum Purple.TypingState

Description [src]

Defines the state of a user composing a message.

Available since: 3.0

Members

PURPLE_TYPING_STATE_NONE

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

  • Value: 0
  • Available since: 3.0
PURPLE_TYPING_STATE_TYPING

The user is currently typing.

  • Value: 1
  • Available since: 3.0
PURPLE_TYPING_STATE_PAUSED

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

  • Value: 2
  • Available since: 3.0