Sha256: 0de2d6e602b532b2ebb945f7db5a70ad3ba7bfb17cde0d22c0e10400fda73fac
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
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
7 entries across 7 versions & 1 rubygems