Sha256: b4c781fed0a2fa69eee5a2c42fb1cc750ae6e2cc678162556c626ec8b1e2224d

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class StickerSet < Base
        attribute :name, Types::String
        attribute :title, Types::String
        attribute :sticker_type, Types::String
        attribute :stickers, Types::Array.of(Sticker)
        attribute? :thumbnail, PhotoSize
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/sticker_set.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/sticker_set.rb