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