Add MediaNoLongerAvailable wiring.

This commit is contained in:
Alex Hart
2024-10-31 15:29:28 -03:00
committed by GitHub
parent 1a8988f825
commit 719ae72270
9 changed files with 167 additions and 0 deletions

View File

@@ -134,5 +134,6 @@ public interface BindableConversationItem extends Unbindable, GiphyMp4Playable,
void onMessageRequestAcceptOptionsClicked();
void onItemDoubleClick(MultiselectPart multiselectPart);
void onPaymentTombstoneClicked();
void onDisplayMediaNoLongerAvailableSheet();
}
}