PostMessageResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Post message (V2)
public class PostMessageResponse
type PostMessageResponse = class
Public Class PostMessageResponse
- Inheritance
-
PostMessageResponse
Constructors
| Name | Description |
|---|---|
| PostMessageResponse() | |
Properties
| Name | Description |
|---|---|
| Channel |
The channel which the message was posted to. |
| Error |
Details of the error messages, if any. |
| Message |
A channel message. |
| Ok |
Indicates if the operation was successful. |
| Ts |
Unix timestamp for when the message was created. |