MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / group_lock_remove

Function group_lock_remove

Scripts/ButSystem.py:14778–14784  ·  view source on GitHub ↗
(gid: int)

Source from the content-addressed store, hash-verified

14776 body_txt = "[decrypt failed]"
14777
14778 m = {
14779 "id": r["id"],
14780 "sender": r["sender"],
14781 "kind": "voice" if has_voice else "text",
14782 "body": body_txt if not has_voice else "",
14783 "created_at_local": _local_time_str(r["created_at"]),
14784 "created_at_utc": r["created_at"],
14785 "voice_id": v["id"] if v else None,
14786 "voice_mime": v["mime"] if v else "audio/webm",
14787 }

Callers

nothing calls this directly

Calls 3

current_userFunction · 0.70
group_roleFunction · 0.70
_chat_lock_removeFunction · 0.70

Tested by

no test coverage detected