| 152 | } |
| 153 | |
| 154 | MarketFaceElement struct { |
| 155 | Summary string |
| 156 | ItemType uint32 |
| 157 | FaceInfo uint32 |
| 158 | FaceID []byte // decoded = mediaType == 2 ? string(FaceId) : hex.EncodeToString(FaceId).toLower().trimSpace(); download url param? |
| 159 | TabID uint32 |
| 160 | SubType uint32 // image type, 0 -> None 1 -> Magic Face 2 -> GIF 3 -> PNG |
| 161 | EncryptKey []byte // tea + xor, see EMosmUtils.class::a maybe useful? |
| 162 | MediaType uint32 // 1 -> Voice Face 2 -> dynamic face |
| 163 | MagicValue string |
| 164 | } |
| 165 | |
| 166 | AtType int |
| 167 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected