PostMessageResponse Class

Definition

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.

Applies to