Sha256: 0b942516300a61d3062df753b6ce51b1a5f6c17a9f6196b0b167fea37934e727
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class UserProfilePhotos < Base attribute :total_count, Integer attribute :photos, Array.of(Array.of(PhotoSize)) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/user_profile_photos.rb |