StatusSource
Represents a status’s source as plain text.
Last modified
Edit this page
Example
{
"id": "108942703571991143",
"text": "this is a status that will be edited",
"spoiler_text": ""
}
Attributes
id
Description: ID of the status in the database.
Type: String (cast from an integer but not guaranteed to be a number)
Version history:
3.5.0 - added
text
Description: The plain text used to compose the status.
Type: String
Version history:
3.5.0 - added
spoiler_text
Description: The plain text used to compose the status’s subject or content warning.
Type: String
Version history:
3.5.0 - added