pull/397/head
halcy 2025-02-14 20:14:22 +02:00
rodzic 9c826877b8
commit 8586462c6c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ class Mastodon(Internals):
# Reading data: Read markers # Reading data: Read markers
## ##
@api_version("3.0.0", "3.0.0", _DICT_VERSION_MARKER) @api_version("3.0.0", "3.0.0", _DICT_VERSION_MARKER)
def markers_get(self, timeline: Union[str, List[str]] = ["home"]) -> dict[str, Marker]: def markers_get(self, timeline: Union[str, List[str]] = ["home"]) -> Dict[str, Marker]:
""" """
Get the last-read-location markers for the specified timelines. Valid timelines Get the last-read-location markers for the specified timelines. Valid timelines
are the same as in :ref:`timeline() <timeline()>` are the same as in :ref:`timeline() <timeline()>`