
    bf                     F    d dl mZ d dlmZ d dlmZ  G d de          ZdS )   )_DICT_VERSION_STATUS)api_version)Mastodonc                   j    e Zd Z edde          dd            Z edde          dd            ZdS )r   z1.0.0z2.6.0Nc                    ||                      |d          }||                      |d          }||                      |d          }|                     t                                }|                     dd|          S )a  
        Fetch the logged-in user's favourited statuses.

        This endpoint uses internal ids for pagination, passing status ids to
        `max_id`, `min_id`, or `since_id` will not work. Pagination functions
        :ref:`fetch_next() <fetch_next()>`
        and :ref:`fetch_previous() <fetch_previous()>` should be used instead.

        Returns a list of :ref:`status dicts <status dicts>`.
        NTdateconvGETz/api/v1/favourites_Mastodon__unpack_id_Mastodon__generate_paramslocals_Mastodon__api_requestselfmax_idmin_idsince_idlimitparamss         a/home/feoh/.local/pipx/venvs/mastodon-archive/lib/python3.11/site-packages/mastodon/favourites.py
favouriteszMastodon.favourites   s     %%ft%<<F%%ft%<<F''4'@@H''11!!%)=vFFF    z3.1.0c                    ||                      |d          }||                      |d          }||                      |d          }|                     t                                }|                     dd|          S )a  
        Get a list of statuses bookmarked by the logged-in user.

        This endpoint uses internal ids for pagination, passing status ids to
        `max_id`, `min_id`, or `since_id` will not work. Pagination functions
        :ref:`fetch_next() <fetch_next()>`
        and :ref:`fetch_previous() <fetch_previous()>` should be used instead.

        Returns a list of :ref:`status dicts <status dicts>`.
        NTr   r
   z/api/v1/bookmarksr   r   s         r   	bookmarkszMastodon.bookmarks(   s     %%ft%<<F%%ft%<<F''4'@@H''11!!%)<fEEEr   )NNNN)__name__
__module____qualname__r   r   r   r    r   r   r   r   	   s~         ['#788G G G 98G4 ['#788F F F 98F F Fr   r   N)versionsr   utilityr   	internalsr   	Internalsr   r   r   <module>r$      s{    + * * * * *             , , , , , ,5F 5F 5F 5F 5Fy 5F 5F 5F 5F 5Fr   