Function: make-erc--phantom-channel-user
make-erc--phantom-channel-user is a byte-compiled function defined in
erc-button.el.gz.
Signature
(make-erc--phantom-channel-user &key STATUS LAST-MESSAGE-TIME)
Documentation
Constructor for objects of type erc--phantom-channel-user.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
;; Historical or fictitious users. As long as these two structs
;; remain superficial "subclasses" with the same slots and defaults,
;; they can live here instead of in erc-common.el.
(cl-defstruct (erc--phantom-channel-user (:include erc-channel-user)))