o
    ã?HhT  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )z linebot.v3.models.events module.é    )ÚEvent©Úto_snake_casec                   @   s   e Zd ZdZedd„ ƒZdS )ÚUnknownEventzMUnknown event.

    We welcome your contribution to line-bot-sdk-python!
    c                 C   s    dd„ |  ¡ D ƒ}| di |¤ŽS )zKCreate a new instance from a dict.

        :param data: JSON dict
        c                 S   s   i | ]	\}}t |ƒ|“qS © r   )Ú.0ÚkeyÚvaluer   r   úX/home/air/sanwanet/gpt-api/venv/lib/python3.10/site-packages/linebot/v3/models/events.pyÚ
<dictcomp>    s    ÿz3UnknownEvent.new_from_json_dict.<locals>.<dictcomp>Nr   )Úitems)ÚclsÚdataÚnew_datar   r   r
   Únew_from_json_dict   s   ÿzUnknownEvent.new_from_json_dictN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Úclassmethodr   r   r   r   r
   r      s    r   N)r   Ú linebot.v3.webhooks.models.eventr   Úlinebot.v3.utilsr   r   r   r   r   r
   Ú<module>   s   