Sha256: bd66b90a23dea65f0efa284cee56b99dd2a372a26d22b08688596d24ef67729c
Contents?: true
Size: 286 Bytes
Versions: 24
Compression:
Stored size: 286 Bytes
Contents
module Telegram module Bot module Types class Animation < Base attribute :file_id, String attribute :thumb, PhotoSize attribute :file_name, String attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
24 entries across 24 versions & 3 rubygems