def view(self) -> 'typing.Mapping[int, dt_emoji.Emoji]': """ :return: A read-only view into the channels for this wrapper. """ return MappingProxyType(self._emojis)