PostMessageRequest.PostAsUser 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.
Pass true to post the message as the authenticated user, instead of as a bot.
[System.Text.Json.Serialization.JsonPropertyName("as_user")]
public bool? PostAsUser { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("as_user")>]
member this.PostAsUser : Nullable<bool> with get, set
Public Property PostAsUser As Nullable(Of Boolean)
Property Value
- Attributes