File Structure

Entry point and the main controller of the project is WhatsApp.cs file. GetContactByPhone() method is the first executed function that you see in your sample project.
In Dialogs folder, any required implementation is to be implemented as you wish.
Program.cs file is the basic API configuration of .NET. If you require additional configurations, it's available in the project.
Last updated