B
    fd	                 @   sx   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 deZdS )	    )BytesIO)	IntLongInt128Int256BoolBytesStringDoubleVector)TLObject)raw)ListOptionalAnyc               @   sd   e Zd ZU dZddgZee ed< dZdZ	e
e
ddd	d
Zeeed dddZedddZdS )GetDhConfiga6  Telegram API function.

    Details:
        - Layer: ``158``
        - ID: ``26CF8950``

    Parameters:
        version (``int`` ``32-bit``):
            N/A

        random_length (``int`` ``32-bit``):
            N/A

    Returns:
        :obj:`messages.DhConfig <pyrogram.raw.base.messages.DhConfig>`
    versionrandom_length	__slots__iP&zfunctions.messages.GetDhConfigN)r   r   returnc            C   s   || _ || _d S )N)r   r   )selfr   r    r   Q/tmp/pip-unpacked-wheel-rcokkf2l/pyrogram/raw/functions/messages/get_dh_config.py__init__8   s    zGetDhConfig.__init__)bargsr   c             G   s    t | }t | }t||dS )N)r   r   )r   readr   )r   r   r   r   r   r   r   r   <   s    

zGetDhConfig.read)r   c             G   s@   t  }|t| jd |t| j |t| j | S )NF)r   writer   IDr   r   getvalue)r   r   r   r   r   r   r   F   s
    zGetDhConfig.write)__name__
__module____qualname____doc__r   r   str__annotations__r   ZQUALNAMEintr   staticmethodr   r   r   bytesr   r   r   r   r   r   !   s   
	r   N)ior   Zpyrogram.raw.core.primitivesr   r   r   r   r   r   r	   r
   r   Zpyrogram.raw.corer   Zpyrogramr   typingr   r   r   r   r   r   r   r   <module>   s
   ,	