Sha256: e40ef7bdbcb1bcaf9fa3c92cf6164dfacdac3d4add224f5a310f449e01c5d2ad
Contents?: true
Size: 443 Bytes
Versions: 10
Compression:
Stored size: 443 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class InputMediaAnimation < Base attribute :type, String, default: 'animation' attribute :media, String attribute :thumb, String attribute :caption, String attribute :parse_mode, String attribute :width, Integer attribute :height, Integer attribute :duration, Integer end end end end
Version data entries
10 entries across 10 versions & 2 rubygems