{notice}

{warning}

from typing import Union
from pyrogram import raw
from pyrogram.raw.core import TLObject

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