Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

messages.send

Description

Send new message

Params

token
string

Access token.

user
string

User name who to send the message.

subject
string

Message subject

text
string

Message text

Response

response
struct
status
int
enum

Status code

ValueDescription
200

Message was sent.

404

Target user was not found.

500

Server error

statusMessage
string

Status code description

messageId
int

ID of message.

Call example

messages.send("esse", "deserunt", "officia deserunt mollit", "nulla pariatur")