Rate this page:

UserEvent

Interface that represents messenger events related to users, such as get or edit user.

Extends MessengerEvent which provides service information (IM user id, action, event type).

Props

action

Copy URL

The action that triggered this event.

Returns

imUserId

Copy URL

The IM id for the user that initiated the event.

Note that IM user id is always 0 for the ErrorEvent events.

Returns

  • type:

    Long

type

Copy URL

The messenger event type.

Returns

user

Copy URL

The user information.

Returns