Sha256: 275a0255ba33900b6b095309eed1ee5889cf90dc6e2e8f07516b0ce21dc6b8a7

Contents?: true

Size: 294 Bytes

Versions: 1

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class GiveawayCompleted < Base
        attribute :winner_count, Types::Integer
        attribute? :unclaimed_prize_count, Types::Integer
        attribute? :giveaway_message, Message
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/giveaway_completed.rb