19 lines
357 B
Python
19 lines
357 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
ResetUserContent = 1048576
|
|
"""
|
|
Reset the comment or avatar of a user. Only valid on root channel.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::ResetUserContent``.
|
|
"""
|
|
|
|
__all__ = ["ResetUserContent"]
|