23 $this->informant =
new WhatsApp\Informant();
24 $this->optionManager =
new Base\Option($this->
getType(), $this->
getId());
25 $this->utils =
new WhatsApp\Utils($this->
getId(), $this->optionManager);
26 $this->registrar =
new WhatsApp\Registrar($this->
getId(), $this->optionManager, $this->utils);
27 $this->initiator =
new WhatsApp\Initiator($this->optionManager, $this->registrar, $this->utils, $this->
getId());
28 $emojiConverter =
new WhatsApp\EmojiConverter();
29 $this->sender =
new WhatsApp\Sender($this->optionManager, $this->registrar, $this->utils, $emojiConverter);
30 $this->templateManager =
new WhatsApp\TemplateManager($this->
getId(), $this->utils, $emojiConverter);