{notice}

{warning}

from typing import Union
<<<<<<< HEAD
from pyrogram import raw
from pyrogram.raw.core import TLObject
=======
from Badmunda import raw
from Badmunda.raw.core import TLObject
>>>>>>> f7f5e654 (?? Clean history and fixed broken tree)

# We need to dynamically set `__doc__` due to `sphinx`
{name} = Union[{types}]
{name}.__doc__ = """
    {docstring}
"""
