updatePinnedMessageReactions abstract method

Future<void> updatePinnedMessageReactions(
  1. List<Reaction> reactions
)

Updates the pinned message reactions data with the new reactions data

Implementation

Future<void> updatePinnedMessageReactions(List<Reaction> reactions);