КК
Size: a a a
КК
Р
АТ
Р
ВК
АТ
PM
КК
ctx.message.text
ctx.callbackQuery.message.text
MA
MA
if(object.x1 > object.x2 && object.y1 > object.y2) {
if (object.x1 < cCoordinate.x || object.x2 > cCoordinate.x && object.y1 < cCoordinate.y || object.y2 > cCoordinate.y) {
return undefined
}
} else if(object.x1 < object.x2 && object.y1 < object.y2) {
if (object.x1 > cCoordinate.x || object.x2 < cCoordinate.x && object.y1 > cCoordinate.y || object.y2 < cCoordinate.y) {
return undefined
}
} else if(object.x1 > object.x2 && object.y1 < object.y2) {
if (object.x1 < cCoordinate.x || object.x2 > cCoordinate.x && object.y1 > cCoordinate.y || object.y2 < cCoordinate.y) {
return undefined
}
} else if(object.x1 < object.x2 && object.y1 > object.y2) {
if (object.x1 > cCoordinate.x || object.x2 < cCoordinate.x && object.y1 < cCoordinate.y || object.y2 > cCoordinate.y) {
return undefined
}
} else if(object.x1 === object.x2 && object.y1 > object.y2) {
if (object.y1 < cCoordinate.y || object.y2 > cCoordinate.y) {
return undefined
}
} else if(object.x1 === object.x2 && object.y1 < object.y2) {
if (object.y1 > cCoordinate.y || object.y2 < cCoordinate.y) {
return undefined
}
} else if(object.x1 > object.x2 && object.y1 === object.y2) {
if (object.x1 < cCoordinate.x || object.x2 > cCoordinate.x) {
return undefined
}
} else if(object.x1 < object.x2 && object.y1 === object.y2) {
if (object.x1 > cCoordinate.x || object.x2 < cCoordinate.x) {
return undefined
}
}
TT
TT
MA
КК
MA
Р
MA
TT