We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf12d1 commit 7bd49cdCopy full SHA for 7bd49cd
1 file changed
Sources/Falko.Talkie.Platforms.Telegram/Controllers/MessageControllers/TelegramMessageController.cs
@@ -359,11 +359,6 @@ public async Task UnpublishMessageAsync
359
throw new ArgumentException("Message id is required.");
360
}
361
362
- if (telegramMessageIdentifier.ConnectionIdentifier is not null)
363
- {
364
- throw new NotSupportedException("Business connection id is not supported.");
365
- }
366
-
367
var deleteMessage = new TelegramDeleteMessageRequest
368
(
369
telegramMessageIdentifier.MessageIdentifier,
0 commit comments