|
|
@ -106,6 +106,7 @@ type DataChatStatus struct { |
|
|
|
SeenMids []string `json:",omitempty"` |
|
|
|
SeenMids []string `json:",omitempty"` |
|
|
|
FileInfo *DataFileInfo `json:",omitempty"` |
|
|
|
FileInfo *DataFileInfo `json:",omitempty"` |
|
|
|
ContactRequest *DataContactRequest `json:",omitempty"` |
|
|
|
ContactRequest *DataContactRequest `json:",omitempty"` |
|
|
|
|
|
|
|
AutoCall *DataAutoCall `json:",omitempty"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type DataFileInfo struct { |
|
|
|
type DataFileInfo struct { |
|
|
@ -123,6 +124,11 @@ type DataContactRequest struct { |
|
|
|
Token string `json:",omitempty"` |
|
|
|
Token string `json:",omitempty"` |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type DataAutoCall struct { |
|
|
|
|
|
|
|
Id string |
|
|
|
|
|
|
|
Type string |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type DataIncoming struct { |
|
|
|
type DataIncoming struct { |
|
|
|
Type string |
|
|
|
Type string |
|
|
|
Hello *DataHello |
|
|
|
Hello *DataHello |
|
|
|