ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaPosition

    Describes the position of a clickable area within a story.

    interface StoryAreaPosition {
        corner_radius_percentage: number;
        height_percentage: number;
        rotation_angle: number;
        width_percentage: number;
        x_percentage: number;
        y_percentage: number;
    }
    Index

    Properties

    corner_radius_percentage: number

    The radius of the rectangle corner rounding, as a percentage of the media width

    height_percentage: number

    The height of the area's rectangle, as a percentage of the media height

    rotation_angle: number

    The clockwise rotation angle of the rectangle, in degrees; 0-360

    width_percentage: number

    The width of the area's rectangle, as a percentage of the media width

    x_percentage: number

    The abscissa of the area's center, as a percentage of the media width

    y_percentage: number

    The ordinate of the area's center, as a percentage of the media height