Gets or sets a value indicating whether this status message is truncated.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "truncated")] public Nullable<bool> IsTruncated { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "truncated")> _ Public Property IsTruncated As Nullable(Of Boolean) Get Set
true if this status message is truncated; otherwise, false.