class
TelegramBot::MaskPosition
- TelegramBot::MaskPosition
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/mask_position.crConstructors
- .new(point : String, x_shift : Float64, y_shift : Float64, scale : Float64)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #point : String
- #point=(point : String)
- #scale : Float64
- #scale=(scale : Float64)
- #x_shift : Float64
- #x_shift=(x_shift : Float64)
- #y_shift : Float64
- #y_shift=(y_shift : Float64)