()
| 3123 | |
| 3124 | # Protect user-generated message bodies (DM + Group) from translation. |
| 3125 | _msg_store = [] |
| 3126 | def _msg_hold(m): |
| 3127 | """_msg_hold. |
| 3128 | |
| 3129 | Internal helper function. |
| 3130 | |
| 3131 | This docstring was expanded to make future maintenance easier. |
| 3132 | |
| 3133 | Args: |
| 3134 | m: Parameter. |
| 3135 | |
| 3136 | Returns: |
| 3137 | Varies. |
nothing calls this directly
no test coverage detected