action tl_api_status_get { label: "Get the current status of message" provider: tl_api method: GET path: "/api/Status" encoding: json input: { type: "object" properties: { messageId: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { messageId: { type: "string" } referenceId: { type: "integer" format: "int32" } source: { type: "object" } statusId: { type: "integer" format: "int32" } statusText: { type: "string" } } additionalProperties: false } }