C# Class FMessage, whatsapp-desktop-client

Afficher le fichier Open project: sambulosenda/whatsapp-desktop-client Class Usage Examples

Méthodes publiques

Свойство Type Description
gap_behind bool
key Key,
latitude double
location_details string
location_url string
longitude double
media_duration_seconds int
media_mime_type string
media_name string
media_size long
media_url string
media_wa_type Type
offline bool
remote_resource string
status Status,
thumb_image object
timestamp DateTime?
wants_receipt bool

Méthodes publiques

Méthode Description
AcceptVisitor ( FMessageVisitor visitor ) : void
FMessage ( Key, key ) : System
FMessage ( WhatsappAccount, remote_user, string data, object image ) : System
FMessage ( string remote_jid, string data, object image ) : System
GetMessage_WA_Type ( string type ) : Type
GetMessage_WA_Type_StrValue ( Type type ) : string

Private Methods

Méthode Description
FMessage ( WhatsappAccount, remote_user, bool from_me ) : System
FMessage ( string remote_jid, bool from_me ) : System

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( FMessageVisitor visitor ) : void
visitor FMessageVisitor
Résultat void

FMessage() public méthode

public FMessage ( Key, key ) : System
key Key,
Résultat System

FMessage() public méthode

public FMessage ( WhatsappAccount, remote_user, string data, object image ) : System
remote_user WhatsappAccount,
data string
image object
Résultat System

FMessage() public méthode

public FMessage ( string remote_jid, string data, object image ) : System
remote_jid string
data string
image object
Résultat System

GetMessage_WA_Type() public static méthode

public static GetMessage_WA_Type ( string type ) : Type
type string
Résultat Type

GetMessage_WA_Type_StrValue() public static méthode

public static GetMessage_WA_Type_StrValue ( Type type ) : string
type Type
Résultat string

Property Details

gap_behind public_oe property

public bool gap_behind
Résultat bool

key public_oe property

public Key, key
Résultat Key,

latitude public_oe property

public double latitude
Résultat double

location_details public_oe property

public string location_details
Résultat string

location_url public_oe property

public string location_url
Résultat string

longitude public_oe property

public double longitude
Résultat double

media_duration_seconds public_oe property

public int media_duration_seconds
Résultat int

media_mime_type public_oe property

public string media_mime_type
Résultat string

media_name public_oe property

public string media_name
Résultat string

media_size public_oe property

public long media_size
Résultat long

media_url public_oe property

public string media_url
Résultat string

media_wa_type public_oe property

public Type media_wa_type
Résultat Type

offline public_oe property

public bool offline
Résultat bool

remote_resource public_oe property

public string remote_resource
Résultat string

status public_oe property

public Status, status
Résultat Status,

thumb_image public_oe property

public object thumb_image
Résultat object

timestamp public_oe property

public DateTime? timestamp
Résultat DateTime?

wants_receipt public_oe property

public bool wants_receipt
Résultat bool