class TelegramBot::MaskPosition

Included Modules

Defined in:

telegram_bot/types/mask_position.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def point : String #

def point=(point : String) #

def scale : Float64 #

def scale=(scale : Float64) #

def x_shift : Float64 #

def x_shift=(x_shift : Float64) #

def y_shift : Float64 #

def y_shift=(y_shift : Float64) #