producers\socket_receive_methods\receive_message library
Classes
- ReceiveMessageOptions
- Represents options for receiving and processing a message.
Functions
-
receiveMessage(
ReceiveMessageOptions options) → Future< void> - Processes an incoming message and updates the message list and badge display based on specified rules. Filters out messages from banned participants and categorizes messages into group and direct. Displays a badge for new messages if certain conditions are met.
Typedefs
-
ReceiveMessageType
= Future<
void> Function(ReceiveMessageOptions options)