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

Version Path
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/sticker.rb