
    dh                    |    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mZmZ ddlmZ  G d	 d
ee         Zy)    )annotations)TYPE_CHECKINGAnyOptionalUnion)Field   )Default)InlineKeyboardMarkupMessageReplyParameters   )TelegramMethodc                      e Zd ZU dZeZdZded<   	 ded<   	 dZded	<   	 dZ	d
ed<   	 dZ
ded<   	  ed      Zded<   	 dZded<   	 dZded<   	 dZded<   	 dZded<   	  edddi      Zded<   	  edddi      Zd
ed<   	 er7ddd ed      ddddddd
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d fdZ xZS  xZS )SendGamez
    Use this method to send a game. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#sendgame
    sendGameintchat_idstrgame_short_nameNOptional[str]business_connection_idOptional[int]message_thread_idOptional[bool]disable_notificationprotect_contentOptional[Union[bool, Default]]allow_paid_broadcastmessage_effect_idOptional[ReplyParameters]reply_parametersOptional[InlineKeyboardMarkup]reply_markup
deprecatedT)json_schema_extraallow_sending_without_replyreply_to_message_id)
r   r   r   r   r   r    r"   r$   r'   r(   c               >    t        |   d|||||||||	|
||d| y )N)r   r   r   r   r   r   r   r    r"   r$   r'   r(    )super__init__)__pydantic__self__r   r   r   r   r   r   r   r    r"   r$   r'   r(   _SendGame__pydantic_kwargs	__class__s                 S/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/send_game.pyr,   zSendGame.__init__;   sE    * G  /'="3%9 /%9"3!1),G$7 $    )r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r   r"   r!   r$   r#   r'   r   r(   r   r.   r   returnNone)__name__
__module____qualname____doc__r   __returning____api_method____annotations__r   r   r   r
   r   r   r    r"   r$   r   r'   r(   r   r,   __classcell__)r/   s   @r0   r   r      s    MNLx N,0M0b'+}+j+/./ S6=>O6PO3PN+/./ k'+}+d26/6037L07 d27t 43 D */tVZG[)\\D
  59/337>EFW>X37/3:>;?:>15#	 #	 !	#	
 %2#	  -#	 #1#	 <#	 #1#	  -#	 8#	 9#	 *8#	 "/#	 "%#	  !#	 #		 r1   r   N)
__future__r   typingr   r   r   r   pydanticr   client.defaultr
   typesr   r   r   baser   r   r*   r1   r0   <module>rB      s0    " 6 6  $ B B  R~g& Rr1   