o
    ä›e  ã                   @   s<   d Z ddlmZ ddlmZ ddlmZ G dd„ deƒZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚVersion)ÚCredentialList)ÚServiceListc                       s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚV1c                    s&   t t| ƒ |¡ d| _d| _d| _dS )zƒ
        Initialize the V1 version of Chat

        :returns: V1 version of Chat
        :rtype: twilio.rest.chat.v1.V1.V1
        Úv1N)Úsuperr   Ú__init__ÚversionÚ_credentialsÚ	_services)ÚselfÚdomain©Ú	__class__© úO/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/chat/v1/__init__.pyr      s   
zV1.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )zG
        :rtype: twilio.rest.chat.v1.credential.CredentialList
        N)r
   r   ©r   r   r   r   Úcredentials   ó   

zV1.credentialsc                 C   r   )zA
        :rtype: twilio.rest.chat.v1.service.ServiceList
        N)r   r   r   r   r   r   Úservices%   r   zV1.servicesc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Chat.V1>r   r   r   r   r   Ú__repr__.   s   zV1.__repr__)	Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   Ú__classcell__r   r   r   r   r      s    

r   N)Ú__doc__Útwilio.base.versionr   Útwilio.rest.chat.v1.credentialr   Útwilio.rest.chat.v1.servicer   r   r   r   r   r   Ú<module>   s
   