PrivateMessage
The following operations are supported. For a formal definition, please review the Service Description.
-
GetMessages
Gets message for a user. itemsOnPage can be max 200. -
SendMessage
Sends a message to a username. responseMessageId is the id of the message you are replying. If you are not replying to any message then responseMessageId = 0. Return 1 if sucsessfull, 0 if the username cannot be found -
ToogleRead
Toggles if the message is read. If read = true then the message is read.