Property | 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 |
Method | 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 |
Method | Description | |
---|---|---|
FMessage ( WhatsappAccount, remote_user, bool from_me ) : System | ||
FMessage ( string remote_jid, bool from_me ) : System |
public AcceptVisitor ( FMessageVisitor visitor ) : void | ||
visitor | FMessageVisitor | |
return | void |
public FMessage ( WhatsappAccount, remote_user, string data, object image ) : System | ||
remote_user | WhatsappAccount, | |
data | string | |
image | object | |
return | System |
public FMessage ( string remote_jid, string data, object image ) : System | ||
remote_jid | string | |
data | string | |
image | object | |
return | System |
public static GetMessage_WA_Type ( string type ) : Type | ||
type | string | |
return | Type |
public static GetMessage_WA_Type_StrValue ( Type type ) : string | ||
type | Type | |
return | string |