PreloadMessagesResponse typedef
A map of channel IDs to the latest message in each channel
Implementation
typedef PreloadMessagesResponse = Map<String, MessageResponseSchema?>;
A map of channel IDs to the latest message in each channel
typedef PreloadMessagesResponse = Map<String, MessageResponseSchema?>;