Sha256: 6f123b81d8d1a3d99e0bd649ea5ec92788f628b1c6e3398ce2fe715eb3956254
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
module Telegram module Bot module Types class Sticker < Base attribute :file_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.11.0 | lib/telegram/bot/types/sticker.rb |