Sha256: 38308a88b107b534e9f279cb2a77b6b2317dd4c24206ecd3c5725d4446656f71

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

module Telegram
  module Bot
    module Types
      class UserProfilePhotos < Base
        attribute :total_count, Integer
        attribute :first_name, [[PhotoSize]]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.3.0 lib/telegram/bot/types/user_profile_photos.rb
telegram-bot-types-0.2.0 lib/telegram/bot/types/user_profile_photos.rb