jacquard-api 0.12.0

Generated AT Protocol API bindings for Jacquard
Documentation
1
2
3
4
5
6
7
8
9
10
11
// @generated by jacquard-lexicon. DO NOT EDIT.
//
// Lexicon: net.mimonelu.klearsky.updatedAt
//
// This file was automatically generated from Lexicon schemas.
// Any manual changes will be overwritten on the next regeneration.

use jacquard_common::{BosStr, DefaultStr, FromStaticStr};
use jacquard_common::types::string::Datetime;
/// Timestamp when the post was last edited. Used as an extension field in app.bsky.feed.post records to indicate post modification by Klearsky's edit feature.
pub type UpdatedAt = Datetime;