
    dh                    L    d dl mZ d dlmZmZmZ ddlmZ  G d dee         Z	y)    )annotations)TYPE_CHECKINGAnyOptional   )TelegramMethodc                  z     e Zd ZU dZeZdZded<   	 ded<   	 dZded<   	 e	rdd		 	 	 	 	 	 	 	 	 d fd
Z
 xZS  xZS )DeclineSuggestedPosta   
    Use this method to decline a suggested post in a direct messages chat. The bot must have the 'can_manage_direct_messages' administrator right in the corresponding channel chat. Returns :code:`True` on success.

    Source: https://core.telegram.org/bots/api#declinesuggestedpost
    declineSuggestedPostintchat_id
message_idNOptional[str]comment)r   c               ,    t        |   d|||d| y )N)r   r   r    )super__init__)__pydantic__self__r   r   r   &_DeclineSuggestedPost__pydantic_kwargs	__class__s        `/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/decline_suggested_post.pyr   zDeclineSuggestedPost.__init__   s&     G JK\    )
r   r   r   r   r   r   r   r   returnNone)__name__
__module____qualname____doc__bool__returning____api_method____annotations__r   r   r   __classcell__)r   s   @r   r
   r
      sz     M+NL?O;!G]!I &*	 	 		
 #	 "%	 	 		 r   r
   N)

__future__r   typingr   r   r   baser   r    r
   r   r   r   <module>r(      s"    " / /  #>$/ #r   