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) #

[View source]

Instance Method Detail

def point : String #

[View source]
def point=(point : String) #

[View source]
def scale : Float64 #

[View source]
def scale=(scale : Float64) #

[View source]
def x_shift : Float64 #

[View source]
def x_shift=(x_shift : Float64) #

[View source]
def y_shift : Float64 #

[View source]
def y_shift=(y_shift : Float64) #

[View source]