
    soj                     2    d Z ddlmZ  G d de          ZdS )zcDrop-in replacement for the (small) subset of ``telegram.constants`` used
by the original codebase.    )StrEnumc                   *    e Zd ZdZdZdZdZdZdZdZ	dS )	ChatMemberStatuszMirrors telegram.constants.ChatMemberStatus. Values match the literal
    strings used by the Bot API, since some of the original code may log or
    compare these directly.creatoradministratormember
restrictedleftkickedN)
__name__
__module____qualname____doc__OWNERADMINISTRATORMEMBER
RESTRICTEDLEFTBANNED     /app/src/tg_compat/constants.pyr   r      s8          E#MFJDFFFr   r   N)r   enumr   r   r   r   r   <module>r      sW          
 
 
 
 
w 
 
 
 
 
r   