Sha256: ef056f0f4885a4b8efb7f3cff1ce3ffa983ed76e96170d7df5a2c8cfc3a4a132
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
module Telegram module Bot module Types class StickerSet < Base attribute :name, String attribute :title, String attribute :is_animated, Boolean attribute :contains_masks, Boolean attribute :stickers, Array[Sticker] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.12.0 | lib/telegram/bot/types/sticker_set.rb |
telegram-bot-ruby-0.11.0 | lib/telegram/bot/types/sticker_set.rb |