
    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_ACCOUNT)api_version)Mastodonc                   f    e Zd Z edde          d             Z edde          d             ZdS )r   z2.4.3c                 .    |                      dd          S )z
        Fetch follow suggestions for the logged-in user.

        Returns a list of :ref:`account dicts <account dicts>`.

        GETz/api/v1/suggestions)_Mastodon__api_request)selfs    b/home/feoh/.local/pipx/venvs/mastodon-archive/lib/python3.11/site-packages/mastodon/suggestions.pysuggestionszMastodon.suggestions   s     !!%)>???    c                 b    |                      |          }|                     dd|            dS )zZ
        Remove the user with the given `account_id` from the follow suggestions.
        DELETEz/api/v1/suggestions/N)_Mastodon__unpack_idr	   )r
   
account_ids     r   suggestion_deletezMastodon.suggestion_delete   s<    
 %%j11
8%HJ%H%HIIIIIr   N)__name__
__module____qualname__r   r   r   r    r   r   r   r   	   sr         ['#899@ @ :9@ ['#899J J :9J J Jr   r   N)versionsr   utilityr   	internalsr   	Internalsr   r   r   <module>r      s{    , + + + + +             , , , , , ,J J J J Jy J J J J Jr   