U
    ;g                     @   s2   d dl mZ d dlZd dlmZ G dd dZdS )    )UnionN)rawc                   @   s(   e Zd Zdeeef eedddZdS )GetDiscussionRepliesCountzpyrogram.Client)selfchat_id
message_idreturnc                    s>   |  tjjj| |I dH |dddddddd	I dH }|jS )a  Get the total count of replies in a discussion thread.

        .. include:: /_includes/usable-by/users.rst

        Parameters:
            chat_id (``int`` | ``str``):
                Unique identifier (int) or username (str) of the target chat.

            message_id (``int``):
                Message id.

        Example:
            .. code-block:: python

                count = await app.get_discussion_replies_count(chat_id, message_id)
        Nr      )	ZpeerZmsg_idZ	offset_idZoffset_dateZ
add_offsetlimitZmax_idZmin_idhash)Zinvoker   Z	functionsmessagesZ
GetRepliesZresolve_peercount)r   r   r   r r   v/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/methods/messages/get_discussion_replies_count.pyget_discussion_replies_count   s    
z6GetDiscussionRepliesCount.get_discussion_replies_countN)__name__
__module____qualname__r   intstrr   r   r   r   r   r      s
   
r   )typingr   Zpyrogramr   r   r   r   r   r   <module>   s   