Sha256: 04377ccd25dfb73d8fc3db6b32d5f4f2f39662bbd94ae4cbe826acd8c3f190f3
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class StickerSet < Base attribute :name, String attribute :title, String attribute :sticker_type, 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