MessageActionsPayloadUser 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
MessageActionsPayloadUser() |
Initializes a new instance of the MessageActionsPayloadUser class. |
MessageActionsPayloadUser(String, String, String) |
Initializes a new instance of the MessageActionsPayloadUser class. |
MessageActionsPayloadUser()
Initializes a new instance of the MessageActionsPayloadUser class.
public MessageActionsPayloadUser ();
Public Sub New ()
Applies to
MessageActionsPayloadUser(String, String, String)
Initializes a new instance of the MessageActionsPayloadUser class.
public MessageActionsPayloadUser (string userIdentityType = default, string id = default, string displayName = default);
new Microsoft.Bot.Schema.Teams.MessageActionsPayloadUser : string * string * string -> Microsoft.Bot.Schema.Teams.MessageActionsPayloadUser
Public Sub New (Optional userIdentityType As String = Nothing, Optional id As String = Nothing, Optional displayName As String = Nothing)
Parameters
- userIdentityType
- String
The identity type of the user. Possible values include: 'aadUser', 'onPremiseAadUser', 'anonymousGuest', 'federatedUser'.
- id
- String
The id of the user.
- displayName
- String
The plaintext display name of the user.