Sha256: f7df11da543837e2a36c48d2cd4b8d9032493e37e6960719792ae37c18016343
Contents?: true
Size: 508 Bytes
Versions: 3
Compression:
Stored size: 508 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 :thumb, PhotoSize attribute :emoji, String attribute :set_name, String attribute :mask_position, MaskPosition attribute :file_size, Integer end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/sticker.rb |
telegram-bot-types-0.6.3 | lib/telegram/bot/types/sticker.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/sticker.rb |