
     jh                    |    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mZmZ ddlmZ  G d	 d
ee         Zy)    )annotations)TYPE_CHECKINGAny)Field   )Default)ChatIdUnionMessageReplyMarkupUnionReplyParametersSuggestedPostParameters   )TelegramMethodc                  `    e Zd ZU dZeZdZded<   	 ded<   	 ded<   	 ded	<   	 ded
<   	 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<   	 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<   	 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rUdddddddd ed      dddddddddd(	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d* fd)Z xZS  xZS )+	SendVenuez
    Use this method to send information about a venue. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#sendvenue
    	sendVenuer	   chat_idfloatlatitude	longitudestrtitleaddressN
str | Nonebusiness_connection_id
int | Nonemessage_thread_iddirect_messages_topic_idfoursquare_idfoursquare_typegoogle_place_idgoogle_place_typebool | Nonedisable_notificationprotect_contentbool | Default | Noneallow_paid_broadcastmessage_effect_idSuggestedPostParameters | Nonesuggested_post_parametersReplyParameters | Nonereply_parametersReplyMarkupUnion | Nonereply_markupreceiver_user_idcallback_query_id
deprecatedT)json_schema_extraallow_sending_without_replyreply_to_message_id)r   r   r   r   r    r!   r"   r$   r%   r'   r(   r*   r,   r.   r/   r0   r3   r4   c                   t        |   di d|d|d|d|d|d|d|d|d	|	d
|
d|d|d|d|d|d|d|d|d|d|d|d|d|| y )Nr   r   r   r   r   r   r   r   r   r    r!   r"   r$   r%   r'   r(   r*   r,   r.   r/   r0   r3   r4    )super__init__)__pydantic__self__r   r   r   r   r   r   r   r   r   r    r!   r"   r$   r%   r'   r(   r*   r,   r.   r/   r0   r3   r4   _SendVenue__pydantic_kwargs	__class__s                            M/var/www/html/venv/lib/python3.12/site-packages/aiogram/methods/send_venue.pyr8   zSendVenue.__init__U   s    @ G ! $ 	
   (> #4 *B , !0 !0 #4 &: !0 &:  #4!" +D#$ "2%& *'( "2)* #4+, -H-. %8#1    )2r   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%   r&   r'   r#   r(   r   r*   r)   r,   r+   r.   r-   r/   r   r0   r   r3   r#   r4   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,   r.   r/   r0   r   r3   r4   r   r8   __classcell__)r;   s   @r<   r   r      s    M N EO JL)-J-b$(z( a+/j/ O $M:$,"&OZ& Q"&OZ&/$(z( H(,+, R-45F-GO*GN(,+, k$(z(d@D=D l/3,30,0L)0 o#'j' `$(z(o/4Tl\`Ma/bbD ',D\SWDX&YYD
  26,037(,*.*.,0045<=N5O04,0HL7;48+/,07;.239	 !9	 	9	
 9	 9	 9	 %/9	  *9	 '19	 &9	 (9	 (9	  *9	 #.9	  3!9	" #.#9	$  *%9	& (F'9	( 5)9	* 2+9	, )-9	.  */9	0 *519	2 ",39	4 "%59	6 79	 9		 r=   r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr	   r
   r   r   r   baser   r   r6   r=   r<   <module>rN      s3    " %  $  !|w' |r=   