Usethismethodtoedittextand`game<https://core.telegram.org/bots/api#games>`_ messages. On success, if the edited message is not an inline message, the edited :class:`aiogram.types.message.Message` is returned, otherwise :code:`True` is returned.
"""New text of the message, 1-4096 characters after entities parsing"""
chat_id:Optional[Union[int,str]]=None
"""Required if *inline_message_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format :code:`@channelusername`)"""
message_id:Optional[int]=None
"""Required if *inline_message_id* is not specified. Identifier of the message to edit"""
inline_message_id:Optional[str]=None
"""Required if *chat_id* and *message_id* are not specified. Identifier of the inline message"""
"""Mode for parsing entities in the message text. See `formatting options <https://core.telegram.org/bots/api#formatting-options>`_ for more details."""