Sha256: 3b11f733cd2fca19eed6217dd0f4b8f490b872f935218c906344fedf58ff1907
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class MaskPosition < Base attribute :point, Types::String attribute :x_shift, Types::Float attribute :y_shift, Types::Float attribute :scale, Types::Float end end end end
Version data entries
5 entries across 5 versions & 1 rubygems