MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / emojiStatusPayload

Function emojiStatusPayload

quote/quote.ts:345–349  ·  view source on GitHub ↗
(entity: any, customEmojiBuffer?: Buffer)

Source from the content-addressed store, hash-verified

343 // explicit default sticker mode
344 out.png = false;
345 out.stories = false;
346 continue;
347 }
348 if (lower === "hidden" || lower === "hide" || lower === "anonymous") {
349 out.hidden = true;
350 continue;
351 }
352 if (lower === "media" || lower === "m") {

Callers 3

replyPreviewFunction · 0.85
forwardPreviewFunction · 0.85
toQuoteMessageFunction · 0.85

Calls 1

emojiStatusIdFromEntityFunction · 0.85

Tested by

no test coverage detected