bsky_comments_widget/models
Types
pub type Author {
Author(
did: String,
handle: String,
display_name: String,
avatar_url: String,
)
}
Constructors
-
Author( did: String, handle: String, display_name: String, avatar_url: String, )
pub type Image {
Image(fullsize: String, alt: String, aspect_ratio: #(Int, Int))
}
Constructors
-
Image(fullsize: String, alt: String, aspect_ratio: #(Int, Int))
Values
pub fn thread_response_decoder() -> decode.Decoder(Post)