
    G˝iz                    t    d dl mZ d dl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)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
str | Nonebusiness_connection_id
int | Nonemessage_thread_idbool | Nonedisable_notificationprotect_contentbool | Default | Noneallow_paid_broadcastmessage_effect_idReplyParameters | Nonereply_parametersInlineKeyboardMarkup | None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                 R/home/leshdev/mybot/venv/lib/python3.12/site-packages/aiogram/methods/send_game.pyr*   zSendGame.__init__9   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   @r.   r   r      s    MNLx N)-J-b$(z( a(,+, S-45F-GO*GN(,+, k$(z(d/3,3004L-4 d/4Tl\`Ma/bbD ',D\SWDX&YYD
  26,0045<=N5O04,07;8<7;.2#	 #	 !	#	
 %/#	  *#	 #.#	 3#	 #.#	  *#	 5#	 6#	 *5#	 ",#	 "%#	  !#	 #		 r/   r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr	   r
   r   baser   r   r(   r/   r.   <module>r@      s-    " %  $ B B  P~g& Pr/   