Sha256: f8fefe99e502697671ca2372f26a58f3ff4901939092b2a5fa2d5483460e3982
Contents?: true
Size: 395 Bytes
Versions: 14
Compression:
Stored size: 395 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 :set_name, String attribute :mask_position, MaskPosition attribute :file_size, Integer end end end end
Version data entries
14 entries across 14 versions & 3 rubygems