Sha256: f485d48b3b7cacd5dad047d20413336444d7118da57b2ea58c40f072522dea61
Contents?: true
Size: 477 Bytes
Versions: 6
Compression:
Stored size: 477 Bytes
Contents
module Telegram module Bot module Types class Sticker < Base attribute :file_id, String attribute :file_unique_id, String attribute :width, Integer attribute :height, Integer attribute :is_animated, Boolean 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
6 entries across 6 versions & 1 rubygems