app_bsky_feed_defs library
Classes
- BlockedAuthor
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#blockedauthor
- BlockedAuthorConverter
- BlockedPost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#blockedpost
- BlockedPostConverter
- FeedViewPost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#feedviewpost
- FeedViewPostConverter
- GeneratorView
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#generatorview
- GeneratorViewConverter
- GeneratorViewerState
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#generatorviewerstate
- GeneratorViewerStateConverter
- Interaction
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#interaction
- InteractionConverter
- NotFoundPost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#notfoundpost
- NotFoundPostConverter
- PostView
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#postview
- PostViewConverter
- ReasonRepost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#reasonrepost
- ReasonRepostConverter
- ReplyRef
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#replyref
- ReplyRefConverter
- SkeletonFeedPost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#skeletonfeedpost
- SkeletonFeedPostConverter
- SkeletonReasonRepost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#skeletonreasonrepost
- SkeletonReasonRepostConverter
- ThreadgateView
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#threadgateview
- ThreadgateViewConverter
- ThreadViewPost
- https://atprotodart.com/docs/lexicons/app/bsky/feed/defs#threadviewpost
- ThreadViewPostConverter
- UFeedViewPostReason
- UFeedViewPostReasonConverter
- UFeedViewPostReasonReasonRepost
- UFeedViewPostReasonUnknown
- UInteractionEvent
- Overview
- UInteractionEventConverter
- UInteractionEventKnownValue
- UInteractionEventUnknownValue
- UPostViewEmbed
- UPostViewEmbedConverter
- UPostViewEmbedExternalView
- UPostViewEmbedImagesView
- UPostViewEmbedRecordView
- UPostViewEmbedRecordWithMediaView
- UPostViewEmbedUnknown
- UPostViewEmbedVideoView
- UReplyRefParent
- UReplyRefParentBlockedPost
- UReplyRefParentConverter
- UReplyRefParentNotFoundPost
- UReplyRefParentPostView
- UReplyRefParentUnknown
- UReplyRefRoot
- UReplyRefRootBlockedPost
- UReplyRefRootConverter
- UReplyRefRootNotFoundPost
- UReplyRefRootPostView
- UReplyRefRootUnknown
- USkeletonFeedPostReason
- USkeletonFeedPostReasonConverter
- USkeletonFeedPostReasonSkeletonReasonRepost
- USkeletonFeedPostReasonUnknown
- UThreadViewPostParent
- UThreadViewPostParentBlockedPost
- UThreadViewPostParentConverter
- UThreadViewPostParentNotFoundPost
- UThreadViewPostParentThreadViewPost
- UThreadViewPostParentUnknown
- UThreadViewPostReply
- UThreadViewPostReplyBlockedPost
- UThreadViewPostReplyConverter
- UThreadViewPostReplyNotFoundPost
- UThreadViewPostReplyThreadViewPost
- UThreadViewPostReplyUnknown
- ViewerState
- Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests.
- ViewerStateConverter
Enums
- KnownInteractionEvent
- Overview
Extensions
- $BlockedAuthorExtension on BlockedAuthor
- $BlockedPostExtension on BlockedPost
- $FeedViewPostExtension on FeedViewPost
- $GeneratorViewerStateExtension on GeneratorViewerState
- $GeneratorViewExtension on GeneratorView
- $InteractionExtension on Interaction
- $KnownInteractionEventExtension on KnownInteractionEvent
- $NotFoundPostExtension on NotFoundPost
- $PostViewExtension on PostView
- $ReasonRepostExtension on ReasonRepost
- $ReplyRefExtension on ReplyRef
- $SkeletonFeedPostExtension on SkeletonFeedPost
- $SkeletonReasonRepostExtension on SkeletonReasonRepost
- $ThreadgateViewExtension on ThreadgateView
- $ThreadViewPostExtension on ThreadViewPost
- $UFeedViewPostReasonExtension on UFeedViewPostReason
- $UInteractionEventExtension on UInteractionEvent
- $UPostViewEmbedExtension on UPostViewEmbed
- $UReplyRefParentExtension on UReplyRefParent
- $UReplyRefRootExtension on UReplyRefRoot
- $USkeletonFeedPostReasonExtension on USkeletonFeedPostReason
- $UThreadViewPostParentExtension on UThreadViewPostParent
- $UThreadViewPostReplyExtension on UThreadViewPostReply
- $ViewerStateExtension on ViewerState
Functions
-
isBlockedAuthor(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is BlockedAuthor, otherwise false. -
isBlockedPost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is BlockedPost, otherwise false. -
isFeedViewPost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is FeedViewPost, otherwise false. -
isGeneratorView(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is GeneratorView, otherwise false. -
isGeneratorViewerState(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is GeneratorViewerState, otherwise false. -
isInteraction(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is Interaction, otherwise false. -
isNotFoundPost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is NotFoundPost, otherwise false. -
isPostView(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is PostView, otherwise false. -
isReasonRepost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ReasonRepost, otherwise false. -
isReplyRef(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ReplyRef, otherwise false. -
isSkeletonFeedPost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is SkeletonFeedPost, otherwise false. -
isSkeletonReasonRepost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is SkeletonReasonRepost, otherwise false. -
isThreadgateView(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ThreadgateView, otherwise false. -
isThreadViewPost(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ThreadViewPost, otherwise false. -
isViewerState(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is ViewerState, otherwise false.