o
    @j0
  ã                   @  s`   d dl mZ d dlmZmZmZmZ ddlmZ ddl	m
Z
 ddlmZ G dd	„ d	ee
 ƒZd
S )é    )Úannotations)ÚTYPE_CHECKINGÚAnyÚOptionalÚUnioné   )ÚDefault)ÚMessageé   )ÚTelegramMethodc                      s’   e Zd ZU dZeZdZded< 	 ded< 	 ded< 	 dZd	ed
< 	 dZ	ded< 	 e
dƒZded< 	 erEdde
dƒdœd‡ fdd„Z‡  ZS ‡  ZS )ÚForwardMessagea  
    Use this method to forward messages of any kind. Service messages and messages with protected content can't be forwarded. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#forwardmessage
    ÚforwardMessageúUnion[int, str]Úchat_idÚfrom_chat_idÚintÚ
message_idNúOptional[int]Úmessage_thread_idúOptional[bool]Údisable_notificationÚprotect_contentúOptional[Union[bool, Default]])r   r   r   Ú _ForwardMessage__pydantic_kwargsr   ÚreturnÚNonec             	     s$   t ƒ jd||||||dœ|¤Ž d S )N)r   r   r   r   r   r   © )ÚsuperÚ__init__)Ú__pydantic__self__r   r   r   r   r   r   r   ©Ú	__class__r   ún/var/www/www-root/data/www/ai-bot.pdev.uz/venv/lib/python3.10/site-packages/aiogram/methods/forward_message.pyr   %   s   ú
ùzForwardMessage.__init__)r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   Ú__returning__Ú__api_method__Ú__annotations__r   r   r   r   r   r   Ú__classcell__r   r   r    r"   r   
   s,   
 
øür   N)Ú
__future__r   Útypingr   r   r   r   Úclient.defaultr   Útypesr	   Úbaser   r   r   r   r   r"   Ú<module>   s    