You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/atproto_client/models/app/bsky/actor/defs.py
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,9 @@ class BskyAppStatePref(base.ModelBase):
326
326
"""Definition model for :obj:`app.bsky.actor.defs`. A grab bag of state that's specific to the bsky.app program. Third-party apps shouldn't use this."""
327
327
328
328
active_progress_guide: t.Optional['models.AppBskyActorDefs.BskyAppProgressGuide'] =None#: Active progress guide.
0 commit comments