PostMessageRequest.PostAsUser Property

Definition

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

Applies to