User
Props
conversationList
conversationList: string[]
Array of UUIDs for the conversations the user currently belongs to. Only available if user queries information about himself.
customData
customData: object
JavaScript object with public custom data, available to all users.
displayName
displayName: string
User's display name which is specified during user creation. The display name is available to all users.
imId
imId: number
IM unique id that is used to identify users in events and specify in user-related methods.
isDeleted
isDeleted: boolean
Whether the user is deleted.
leaveConversationList
leaveConversationList: String[]
Array of UUIDs for uber conversations that user has been joined, but currently is not participating in.
name
name: string
Voximplant user identifier, for example 'username@appname.accname'.
notifications
notifications: object
Array of messenger notifications that current user is subscribed to.
privateCustomData
privateCustomData: object
JavaScript object with private custom data, available only to the user himself.