Sha256: 58c395d5cd8dd7ee4bb82a7859503081d1b10792946550d08638df6bb11abf5d
Contents?: true
Size: 437 Bytes
Versions: 3
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class StickerSet < Base attribute :name, Types::String attribute :title, Types::String attribute :sticker_type, Types::String attribute :is_animated, Types::Bool attribute :is_video, Types::Bool attribute :stickers, Types::Array.of(Sticker) attribute? :thumb, PhotoSize end end end end
Version data entries
3 entries across 3 versions & 1 rubygems