ProtoRune.App.Bsky.Notification.ListNotifications.Notification (proto_rune v0.1.1)

Generated schema for notification

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Notification.ListNotifications.Notification{
  author: ProtoRune.App.Bsky.Actor.Defs.ProfileView.t(),
  cid: String.t(),
  indexed_at: String.t(),
  is_read: boolean(),
  labels: [ProtoRune.Com.Atproto.Label.Defs.Label.t()],
  reason:
    :like
    | :repost
    | :follow
    | :mention
    | :reply
    | :quote
    | :"starterpack-joined",
  reason_subject: String.t(),
  record: any(),
  uri: String.t()
}