Sha256: 4823aaa82c254876cc8a74594457379211a9f0f595a7b5f791ba2c9090fcd08c
Contents?: true
Size: 260 Bytes
Versions: 6
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class UserProfilePhotos < Base attribute :total_count, Types::Integer attribute :photos, Types::Array.of(Types::Array.of(PhotoSize)) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems