methods\participants_methods\message_participants library
Classes
- MessageParticipantsOptions
- Defines options for messaging a participant.
Functions
-
messageParticipants(
MessageParticipantsOptions options) → void - Sends a direct message to a participant if the current member has the necessary permissions.
Typedefs
- MessageParticipantsType = void Function(MessageParticipantsOptions options)
- Type definition for the function that sends a message to participants.