dont try to update already hidden message
This commit is contained in:
parent
0470cfe09e
commit
a4e5b7980c
@ -166,6 +166,9 @@ public class TelegramService {
|
||||
messageService.clearTelegramMessageId(messageDto);
|
||||
return;
|
||||
}
|
||||
if (messageDto.getTelegramMessageId() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
final EditMessageCaption edit = new EditMessageCaption(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user