CommunicationMessagesModelFactory.ReadReceiptContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ReadReceiptContent.
public static Azure.Communication.Messages.ReadReceiptContent ReadReceiptContent(string messageId = default, Guid channelRegistrationId = default, bool? typingIndicator = default);
static member ReadReceiptContent : string * Guid * Nullable<bool> -> Azure.Communication.Messages.ReadReceiptContent
Public Shared Function ReadReceiptContent (Optional messageId As String = Nothing, Optional channelRegistrationId As Guid = Nothing, Optional typingIndicator As Nullable(Of Boolean) = Nothing) As ReadReceiptContent
Parameters
- messageId
- String
The id of the message this read receipt refers to.
- channelRegistrationId
- Guid
The Channel Registration ID for the Business Identifier.
Whether this status update includes a typing indicator. This field defaults to false when not provided.
Returns
A new ReadReceiptContent instance for mocking.