o
    Uj                     @  st   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
 d
ee ZdS )    )annotations)TYPE_CHECKINGAny)Field   )Default)ChatIdUnionMessageReplyMarkupUnionReplyParametersSuggestedPostParameters   )TelegramMethodc                      s6  e Zd ZU dZeZ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< 	 edddidZded< 	 edddidZded< 	 erdddddedddddddddd$ fd"d#Z  ZS   ZS )%SendDicez
    Use this method to send an animated emoji that will display a random value. On success, the sent :class:`aiogram.types.message.Message` is returned.

    Source: https://core.telegram.org/bots/api#senddice
    sendDicer   chat_idN
str | Nonebusiness_connection_id
int | Nonemessage_thread_iddirect_messages_topic_idemoji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
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'   _SendDice__pydantic_kwargsr   returnNonec                  s4   t  jd|||||||||	|
||||d| d S )N)r   r   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#   r&   r'   r(   	__class__r+   R/opt/telega-widget/.venv/lib/python3.10/site-packages/aiogram/methods/send_dice.pyr-   C   s$   
zSendDice.__init__) 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*   )__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   r-   __classcell__r+   r+   r/   r1   r      s`   
 r   N)
__future__r   typingr   r   pydanticr   client.defaultr   typesr   r	   r
   r   r   baser   r   r+   r+   r+   r1   <module>   s    