C# Class FMessage.Key, whatsapp-desktop-client

Show file Open project: sambulosenda/whatsapp-desktop-client Class Usage Examples

Public Properties

Property Type Description
from_me bool
id string
remote_jid string
serverNickname string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Key ( string remote_jid, bool from_me, string id ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Key() public method

public Key ( string remote_jid, bool from_me, string id ) : System
remote_jid string
from_me bool
id string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

from_me public property

public bool from_me
return bool

id public property

public string id
return string

remote_jid public property

public string remote_jid
return string

serverNickname public property

public string serverNickname
return string