Sha256: 6cdd3ea84c5ebc44d5dd73e05af82538c2e0ce3833a00b77d0632af95fb23e8b

Contents?: true

Size: 663 Bytes

Versions: 4

Compression:

Stored size: 663 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 :type, 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 :premium_animation, File
        attribute :mask_position, MaskPosition
        attribute :custom_emoji_id, String
        attribute :file_size, Integer
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/sticker.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/sticker.rb