19 lines
342 B
Python
19 lines
342 B
Python
# Copyright (c) ZeroC, Inc.
|
|
|
|
# slice2py version 3.8.1
|
|
|
|
from __future__ import annotations
|
|
import IcePy
|
|
|
|
|
|
PermissionMuteDeafen = 16
|
|
"""
|
|
Mute and deafen other users in this channel.
|
|
|
|
Notes
|
|
-----
|
|
The Slice compiler generated this constant from Slice constant ``::MumbleServer::PermissionMuteDeafen``.
|
|
"""
|
|
|
|
__all__ = ["PermissionMuteDeafen"]
|