How to int same item in different condition

int message2 = HIGH;
int message2 = LOW;

Example i want make message2 become HIGH and LOW because i want set a condition as

if (message2 = HIGH){
   telegramButton1PressedFlag = true;
}
 {else if (mesage2 = LOW){
             telegramButton1PressFlag = false;

So when it HIGH it will sent message after that when it become LOW it will not sent message

already answered in your other post here, please do not duplicate