§
    soj  ã                   óª   — d Z ddlmZmZmZmZmZmZm	Z	m
Z
mZmZmZmZmZmZmZ ddlmZmZmZmZ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# g d¢Z$dS )að  
Drop-in replacement for the ``telegram`` package (python-telegram-bot),
backed entirely by Telethon. This is a compatibility shim, not a general
reimplementation of PTB - it exposes exactly the classes this codebase's
288 files import from ``telegram`` / ``telegram.ext`` / ``telegram.error`` /
``telegram.constants`` / ``telegram.helpers``, see MIGRATION_NOTES.md for how
that surface was audited (every ``from telegram...`` import line in the
codebase, and every ``context.bot.*`` / ``update.*`` / ``.effective_*``
attribute access, were enumerated and cross-checked against this package).

Every business-logic file in src/ was mechanically updated to import from
``src.tg_compat`` instead of ``telegram`` - nothing else about those files
changed.
é   )ÚChatÚTelegramUserÚ	PhotoSizeÚVideoÚ	AnimationÚFileÚUserProfilePhotosÚ
ChatMemberÚChatMemberAdministratorÚMessageOriginUserÚMessageOriginChatÚMessageOriginChannelÚMessageOriginHiddenÚPollÚ
PollOption)ÚMessageÚUpdateÚCallbackQueryÚInlineQueryÚForumTopicCreated)	ÚInlineKeyboardButtonÚInlineKeyboardMarkupÚ
InputMediaÚInputMediaPhotoÚInputMediaVideoÚInputMediaAnimationÚInputTextMessageContentÚInlineQueryResultÚInlineQueryResultArticle)ÚBot)r   ÚUserr   r   r   r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    N)%Ú__doc__Ú_typesr   r   r!   r   r   r   r   r	   r
   r   r   r   r   r   r   r   Ú_messager   r   r   r   r   Ú	_keyboardr   r   r   r   r   r   r   r   r   Ú_botr    Ú__all__© ó    ú/app/src/tg_compat/__init__.pyú<module>r+      s}  ððð ðð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð ð" UÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ TÐ Tð
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð 
ð Ð Ð Ð Ð Ð ðð ð €€€r)   