
    m>h                     N    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d de      Z	y)	a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Chat
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )Optional)Version)Domain)ChannelListc                   F     e Zd Zdef fdZedefd       ZdefdZ	 xZ
S )V3domainc                 4    t         |   |d       d| _        y)zb
        Initialize the V3 version of Chat

        :param domain: The Twilio.chat domain
        v3N)super__init__	_channels)selfr	   	__class__s     `/var/www/html/DP/alpha_backend/venv/lib/python3.12/site-packages/twilio/rest/chat/v3/__init__.pyr   zV3.__init__   s     	&04    returnc                 R    | j                   t        |       | _         | j                   S )N)r   r   r   s    r   channelszV3.channels    s"    >>!(.DN~~r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Chat.V3> r   s    r   __repr__zV3.__repr__&   s    
 "r   )__name__
__module____qualname__r   r   propertyr   r   strr   __classcell__)r   s   @r   r   r      s6    5v 5 +  
"# "r   r   N)
__doc__typingr   twilio.base.versionr   twilio.base.domainr   twilio.rest.chat.v3.channelr   r   r   r   r   <module>r%      s$     ' % 3" "r   