Sha256: bca376876cc592232d141cb1ef0b2fbac8a91991f8f3febab3b288f4a4002437
Contents?: true
Size: 312 Bytes
Versions: 13
Compression:
Stored size: 312 Bytes
Contents
module Telegram module Bot module Types class Sticker < Base attribute :file_id, String attribute :width, Integer attribute :height, Integer attribute :thumb, PhotoSize attribute :emoji, String attribute :file_size, Integer end end end end
Version data entries
13 entries across 13 versions & 2 rubygems