ReadReceiptInfo Constructors
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.
Overloads
ReadReceiptInfo() |
Initializes a new instance of the ReadReceiptInfo class. |
ReadReceiptInfo(String) |
Initializes a new instance of the ReadReceiptInfo class. |
ReadReceiptInfo()
Initializes a new instance of the ReadReceiptInfo class.
public ReadReceiptInfo ();
Public Sub New ()
Applies to
ReadReceiptInfo(String)
Initializes a new instance of the ReadReceiptInfo class.
public ReadReceiptInfo (string lastReadMessageId);
new Microsoft.Bot.Schema.Teams.ReadReceiptInfo : string -> Microsoft.Bot.Schema.Teams.ReadReceiptInfo
Public Sub New (lastReadMessageId As String)
Parameters
- lastReadMessageId
- String
The id of the last read message.