Sha256: 8c479c502cd829fe1cf710a7fa27416f6361ebab7d65b7999e94c19869d12f58
Contents?: true
Size: 308 Bytes
Versions: 11
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ChatPhoto < Base attribute :small_file_id, String attribute :small_file_unique_id, String attribute :big_file_id, String attribute :big_file_unique_id, String end end end end
Version data entries
11 entries across 11 versions & 2 rubygems