Sha256: 1e3b660c6fd15ed98d7eb82b88bdf8a68aca59d4406af31ca6d92f8b2d328667
Contents?: true
Size: 545 Bytes
Versions: 4
Compression:
Stored size: 545 Bytes
Contents
# frozen_string_literal: true 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 :is_video, 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
4 entries across 4 versions & 1 rubygems