def channels(self) -> 'typing.Mapping[int, WidgetChannel]':
"""
:return: A read-only mapping of :class:`~.WidgetChannel` representing the channels for \
this guild.
"""
return MappingProxyType(self._channels)