Sha256: f89cf05470ef0fd5e7633573af19bf6de890e0f24d95d16950a020e1a16ca810
Contents?: true
Size: 269 Bytes
Versions: 11
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class MaskPosition < Base attribute :point, String attribute :x_shift, Float attribute :y_shift, Float attribute :zoom, Float end end end end
Version data entries
11 entries across 11 versions & 2 rubygems