Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
FMessage ( WhatsappAccount, remote_user, bool from_me ) : System | ||
FMessage ( string remote_jid, bool from_me ) : System |
public AcceptVisitor ( FMessageVisitor visitor ) : void | ||
visitor | FMessageVisitor | |
Результат | void |
public FMessage ( WhatsappAccount, remote_user, string data, object image ) : System | ||
remote_user | WhatsappAccount, | |
data | string | |
image | object | |
Результат | System |
public FMessage ( string remote_jid, string data, object image ) : System | ||
remote_jid | string | |
data | string | |
image | object | |
Результат | System |
public static GetMessage_WA_Type ( string type ) : Type | ||
type | string | |
Результат | Type |
public static GetMessage_WA_Type_StrValue ( Type type ) : string | ||
type | Type | |
Результат | string |