C# Class WhatsappAccount, whatsapp-desktop-client

Represents a WhatsApp account
Mostrar archivo Open project: sambulosenda/whatsapp-desktop-client Class Usage Examples

Public Methods

Method Description
GetFullJid ( ) : string

Returns the full jabber id

WhatsappAccount ( string _CountryCode, string _Phonenumber, string _Password, string _Nickname ) : System

Default class constructor

Method Details

GetFullJid() public method

Returns the full jabber id
public GetFullJid ( ) : string
return string

WhatsappAccount() public method

Default class constructor
public WhatsappAccount ( string _CountryCode, string _Phonenumber, string _Password, string _Nickname ) : System
_CountryCode string
_Phonenumber string The full phonenumber, including country code.
_Password string The password assigned to the phone number.
_Nickname string
return System