replacePinnedMessage abstract method
Replaces the currently pinned message in a conversation with messageId.
After this call, at most one non-deleted message in the conversation should have
isPinned == true.
Implementation
Future<void> replacePinnedMessage(
String conversationId,
String messageId, {
DateTime? pinnedUntil,
});