Sha256: 8b0ca56c6419194e8f0b53a177718d57afea89525d546c88ea118a4dd62f5162

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

module Telegram
  module Bot
    module Types
      class StickerSet < Base
        attribute :name, String
        attribute :title, String
        attribute :contains_masks, Boolean
        attribute :stickers, [Sticker]
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/sticker_set.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/sticker_set.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/sticker_set.rb