PostMessageRequest.ChannelName Property

Definition

Channel, private group, or IM channel to send message to. Can be a name(ex: #general) or an encoded ID.

[System.Text.Json.Serialization.JsonPropertyName("channel")]
public string ChannelName { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("channel")>]
member this.ChannelName : string with get, set
Public Property ChannelName As String

Property Value

Attributes

Applies to