PostMessageRequest.ChannelName Property
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.
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