my.fbmessenger.android: add optional facebook_id

This commit is contained in:
Dima Gerasimov 2023-02-19 03:55:11 +00:00
parent 8a2651b970
commit 549ac2446b
2 changed files with 47 additions and 13 deletions

View file

@ -142,6 +142,7 @@ class hackernews:
class fbmessenger:
class fbmessengerexport:
export_db: PathIsh
facebook_id: Optional[str]
class android:
export_path: Paths