POST api/PrivateMessageEdit
Request Information
URI Parameters
None.
Body Parameters
EditPrivateMessageName | Description | Type | Additional information |
---|---|---|---|
chat_id | integer |
None. |
|
message_id | integer |
None. |
|
token | string |
None. |
|
type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "chat_id": 1, "message_id": 2, "token": "sample string 3", "type": 4 }
application/xml, text/xml
Sample:
<EditPrivateMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChannelAPI.Classes"> <chat_id>1</chat_id> <message_id>2</message_id> <token>sample string 3</token> <type>4</type> </EditPrivateMessage>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.