Sha256: 41cc98f0fb9ca2426649ca89ce3fa2ee42627bcc21d09cd41cd002e74d0edb6b

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/sticker_set.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/sticker_set.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/sticker_set.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/sticker_set.rb