WhatsAppContact Class
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.
WhatsApp Contact.
public class WhatsAppContact : Azure.Communication.Messages.ConversationContact, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.Models.Channels.WhatsAppContact>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.Models.Channels.WhatsAppContact>
type WhatsAppContact = class
inherit ConversationContact
interface IJsonModel<WhatsAppContact>
interface IPersistableModel<WhatsAppContact>
Public Class WhatsAppContact
Inherits ConversationContact
Implements IJsonModel(Of WhatsAppContact), IPersistableModel(Of WhatsAppContact)
- Inheritance
- Implements
Constructors
WhatsAppContact(String) |
Initializes a new instance of WhatsAppContact. |
Properties
Id |
External platform identifier. (Inherited from ConversationContact) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |