Sha256: beb50035f29ab09b0a0ece88d69b3ab0fc8f0643a27b6e5b58ceb9042266a9b5
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 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] attribute :thumb, PhotoSize end end end end
Version data entries
5 entries across 5 versions & 1 rubygems