module Bot
    module Types
      class ChatBoostSourceGiveaway < Base
        attribute :source, Types::String.constrained(eql: 'giveaway').default('giveaway')
        attribute :giveaway_message_id, Types::Integer