Source code for aiogram.types.giveaway_created

from .base import TelegramObject


[docs] class GiveawayCreated(TelegramObject): """ This object represents a service message about the creation of a scheduled giveaway. Currently holds no information. Source: https://core.telegram.org/bots/api#giveawaycreated """