$user->id, 'name' => 'telegram_chat_id']); $this->chat_id = ArrayHelper::getValue($telegram_setting, 'value') ?? ''; } public function getRecipientAddress(): string { return $this->chat_id; } }