Sha256: 8c5fb6e0312f17a56bc3ecdea3c95ec8718d142e60d9e623add3b7179821a8ac
Contents?: true
Size: 192 Bytes
Versions: 4
Compression:
Stored size: 192 Bytes
Contents
module Telegram module Bot module Types class UserProfilePhotos < Base attribute :total_count, Integer attribute :photos, [[PhotoSize]] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems