from .base import TelegramObject


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
    """
