def recipients(self) -> '_typing.Mapping[int, dt_user.User]': """ :return: A mapping of int -> :class:`~.User` for the recipients of this private chat. """ return MappingProxyType(self._recipients)