View Source ExTDLib.Object.VectorPathCommandCubicBezierCurve (ExTDLib v0.0.4)
A cubic Bézier curve to a given point.
| Name | Type | Description |
|---|---|---|
| start_control_point | point | The start control point of the curve. |
| end_control_point | point | The end control point of the curve. |
| end_point | point | The end point of the curve. |
More details on telegram's documentation.