Returns a list of the current user's incoming or outgoing private messages
messagesGet(
out = "",
offset = "",
count = "",
time_offset = "",
filters = "",
preview_length = "",
last_message_id = "",
v = getAPIVersion()
)
1 - to return outgoing messages; 0 - to return incoming messages (default)
Offset needed to return a specific subset of messages
Number of messages to return
Maximum time since a message was sent, in seconds. To return messages without a time limitation, set as 0
Filter to apply: 1 - unread only; 2 - not from the chat; 4 - messages from friends
Number of characters after which to truncate a previewed message. To preview the full message, specify 0
ID of the message received before the message that will be returned last
Version of API