Cephalopod_models.App_Bsky_Notification_ListNotificationslexicon "app.bsky.notification.listNotifications"
val pp_main_params :
Ppx_deriving_runtime.Format.formatter ->
main_params ->
Ppx_deriving_runtime.unitval show_main_params : main_params -> Ppx_deriving_runtime.stringval make_main_params :
?reasons:string list ->
?limit:int64 ->
?priority:bool ->
?cursor:string ->
?seenAt:string ->
unit ->
main_paramsval main_params_of_value : main_params Cephalopod_dasl.Value.Util.convval main_params_to_value : main_params -> Cephalopod_dasl.Value.ttype main_output = {cursor : string option;notifications : Types.app_bsky_notification_listnotifications_notification list;priority : bool option;seenAt : string option;format: "Datetime"
*)}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval main : (main_params, main_output, unit) Base.queryEnumerate notifications for the requesting account. Requires auth.
type nonrec notification =
Types.app_bsky_notification_listnotifications_notification =
{uri : string;format: "AtUri"
*)cid : string;format: "Cid"
*)reason : string;The reason why this notification was delivered - e.g. your post was liked, or you received a new follower. known values: "like"; "repost"; "follow"; "mention"; "reply"; "quote"; "starterpack-joined"; "verified"; "unverified"; "like-via-repost"; "repost-via-repost"
reasonSubject : string option;format: "AtUri"
*)record : Cephalopod_dasl.Value.t;isRead : bool;indexedAt : string;format: "Datetime"
*)labels : Types.com_atproto_label_defs_label list option;}val pp_notification :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_notification_listnotifications_notification ->
Ppx_deriving_runtime.unitval notification_of_value :
Types.app_bsky_notification_listnotifications_notification
Cephalopod_dasl.Value.Util.convval notification_to_value :
Types.app_bsky_notification_listnotifications_notification ->
Cephalopod_dasl.Value.t