Sha256: 1e92944469d74e36a1ae04d74cf3842201208fb629555210384b4575813d704a
Contents?: true
Size: 279 Bytes
Versions: 29
Compression:
Stored size: 279 Bytes
Contents
module Telegram module Bot module Types class Sticker < Base attribute :file_id, String attribute :width, Integer attribute :height, Integer attribute :thumb, PhotoSize attribute :file_size, Integer end end end end
Version data entries
29 entries across 29 versions & 2 rubygems