Sha256: 824ee8aa9a4479af2a3b79214bca473c00fa87face38c53401fe2d8dc3d2c9e2
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.18.0 | lib/telegram/bot/types/sticker_set.rb |