app.bsky.embed.defs
Shared type definitions.
- class atproto_client.models.app.bsky.embed.defs.AspectRatio
Bases:
ModelBaseDefinition model for
app.bsky.embed.defs. width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.- field height: int [Required]
Height.
- Constraints:
ge = 1
- field width: int [Required]
Width.
- Constraints:
ge = 1