message_params library
Classes
- ChatType
- Class representing the types of chat.
- ContactMessageParams
- Represents the parameters for a contact message.
- FileMessage
- Represents a file message with various parameters.
- FileMessageParams
- Represents the parameters for a file message.
- LocationMessageParams
- Represents the parameters for a location message.
- MeetMessage
- Represents a meeting message with various parameters.
- MessageMetaData
- Represents metadata for a message.
- MessageParams
- Represents parameters for constructing a message.
- TextMessageParams
- Represents the parameters for a text message.
Enums
- MediaDownloadStatus
- An enumeration of media download statuses.
- MediaUploadStatus
- Enum representing the status of media upload.
- MessageType
- An enumeration of message types.
Extensions
- ExtractContactMessageParams on ContactMessageParams
- Provides an extension on ContactMessageParams to convert the contact parameters to a map.
- ExtractFileMessage on FileMessage
- Provides an extension on FileMessage to convert the message into a map.
- ExtractFileMessageParams on FileMessageParams
- Provides an extension on FileMessageParams to convert the file message parameters into a map.
- ExtractLocationMessageParams on LocationMessageParams
- Provides an extension on LocationMessageParams to convert the location parameters to a map.
- ExtractMeetMessage on MeetMessage
- Provides an extension on MeetMessage to convert the meeting message into a map.
- ExtractMessageMetaData on MessageMetaData
- Provides an extension on MessageMetaData to convert the metadata into a map.
- ExtractMessageParams on MessageParams
- Provides an extension on MessageParams to convert the message into a map.
- ExtractTextMessage on TextMessageParams
- Extension method to convert a TextMessageParams object into a map.