from userbot.modules.stt.service import ( is_transcribable, should_transcribe_on_backfill, transcribe_message, ) __all__ = ["is_transcribable", "should_transcribe_on_backfill", "transcribe_message"]