Source code for aiogram.types.story

from aiogram.types import TelegramObject


[docs]class Story(TelegramObject): """ This object represents a message about a forwarded story in the chat. Currently holds no information. Source: https://core.telegram.org/bots/api#story """