MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / MarketFaceElement

Struct MarketFaceElement

message/elements.go:154–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected