
    N[i                     ~    d dl mZ d dlmZmZmZmZmZ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  G d de      Zy)	    )BytesIO)	IntLongInt128Int256BoolBytesStringDoubleVector)TLObject)raw)ListOptionalAnyc                   j    e Zd ZU dZdgZee   ed<   dZdZ	de
ddfdZed	ed
edd fd       ZdefdZy)InvokeWithoutUpdatesa  Telegram API function.

    Details:
        - Layer: ``158``
        - ID: ``BF9459B7``

    Parameters:
        query (Any function from :obj:`~pyrogram.raw.functions`):
            N/A

    Returns:
        Any object from :obj:`~pyrogram.raw.types`
    query	__slots__l   Y( zfunctions.InvokeWithoutUpdatesreturnNc                    || _         y )Nr   )selfr   s     `/var/www/files/kim/lib/python3.12/site-packages/pyrogram/raw/functions/invoke_without_updates.py__init__zInvokeWithoutUpdates.__init__5   s	    
    bargsc                 D    t        j                  |       }t        |      S )Nr   )r   readr   )r   r   r   s      r   r    zInvokeWithoutUpdates.read8   s     a #%00r   c                     t               }|j                  t        | j                  d             |j                  | j                  j                                |j                         S )NF)r   writer   IDr   getvalue)r   r   r   s      r   r"   zInvokeWithoutUpdates.write@   sG    I	DGGU#$ 	


  "#zz|r   )__name__
__module____qualname____doc__r   r   str__annotations__r#   QUALNAMEr   r   staticmethodr   r   r    bytesr"    r   r   r   r   !   sl     $9ItCy$	B/H d  1 1 1(> 1 1e r   r   N)ior   pyrogram.raw.core.primitivesr   r   r   r   r   r	   r
   r   r   pyrogram.raw.corer   pyrogramr   typingr   r   r   r   r.   r   r   <module>r4      s+   &  g g g &  & &'8 'r   