Sha256: 6b3b9c6cea7f400c3ea980e0d6374ae33b59925c2b49a70ac9e75a38127dbba2

Contents?: true

Size: 514 Bytes

Versions: 1

Compression:

Stored size: 514 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 :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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/sticker.rb