The callback to handle the event when a user sends a text message.
typedef OnSendPressed = void Function(String message, {Message? repliedTo})?;